MOON
Server: Apache
System: Linux p3plzcpnl504823.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: pioneercabinetry (3950193)
PHP: 8.2.30
Disabled: NONE
Upload Files
File: /home/pioneercabinetry/www/wp-content/aiowps_backups/database-backup-20180210-225905-zeb6nouutv.sql
-- All In One WP Security & Firewall 4.2.9
-- MySQL dump
-- 2018-02-11 03:59:05

SET NAMES utf8;
SET foreign_key_checks = 0;

DROP TABLE IF EXISTS `pcab_aiowps_events`;

CREATE TABLE `pcab_aiowps_events` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `event_type` varchar(150) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `username` varchar(150) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `user_id` bigint(20) DEFAULT NULL,
  `event_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ip_or_host` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `referer_info` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `url` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `country_code` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `event_data` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;



DROP TABLE IF EXISTS `pcab_aiowps_failed_logins`;

CREATE TABLE `pcab_aiowps_failed_logins` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) NOT NULL,
  `user_login` varchar(150) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `failed_login_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `login_attempt_ip` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT INTO `pcab_aiowps_failed_logins` VALUES("2","3","pioneer-test","2017-10-11 14:24:26","66.188.49.*");


DROP TABLE IF EXISTS `pcab_aiowps_global_meta`;

CREATE TABLE `pcab_aiowps_global_meta` (
  `meta_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `date_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `meta_key1` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `meta_key2` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `meta_key3` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `meta_key4` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `meta_key5` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `meta_value1` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `meta_value2` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `meta_value3` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `meta_value4` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `meta_value5` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  PRIMARY KEY (`meta_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;



DROP TABLE IF EXISTS `pcab_aiowps_login_activity`;

CREATE TABLE `pcab_aiowps_login_activity` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) NOT NULL,
  `user_login` varchar(150) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `login_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `logout_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `login_ip` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `login_country` varchar(150) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `browser_type` varchar(150) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT INTO `pcab_aiowps_login_activity` VALUES("1","1","printcomm","2017-09-10 12:07:40","2017-09-11 11:46:53","70.88.96.249","","");
INSERT INTO `pcab_aiowps_login_activity` VALUES("2","1","printcomm","2017-09-10 12:11:51","0000-00-00 00:00:00","68.62.21.79","","");
INSERT INTO `pcab_aiowps_login_activity` VALUES("3","1","printcomm","2017-09-11 09:23:12","2017-09-11 11:46:53","70.88.96.249","","");
INSERT INTO `pcab_aiowps_login_activity` VALUES("4","2","jgabel","2017-09-11 11:39:32","2017-09-12 11:12:52","70.88.96.249","","");
INSERT INTO `pcab_aiowps_login_activity` VALUES("5","1","printcomm","2017-09-11 13:00:05","2017-09-11 13:19:20","70.88.96.249","","");
INSERT INTO `pcab_aiowps_login_activity` VALUES("6","1","printcomm","2017-09-11 13:00:27","2017-09-11 13:19:20","70.88.96.249","","");
INSERT INTO `pcab_aiowps_login_activity` VALUES("7","1","printcomm","2017-09-11 13:19:47","2017-09-11 16:13:05","70.88.96.249","","");
INSERT INTO `pcab_aiowps_login_activity` VALUES("8","1","printcomm","2017-09-11 13:21:05","2017-09-11 16:13:05","70.88.96.249","","");
INSERT INTO `pcab_aiowps_login_activity` VALUES("9","1","printcomm","2017-09-11 13:23:32","2017-09-11 16:13:05","70.88.96.249","","");
INSERT INTO `pcab_aiowps_login_activity` VALUES("10","1","printcomm","2017-09-12 09:32:36","2017-09-12 11:10:34","70.88.96.249","","");
INSERT INTO `pcab_aiowps_login_activity` VALUES("11","1","printcomm","2017-09-12 11:14:00","2017-09-12 16:17:17","70.88.96.249","","");
INSERT INTO `pcab_aiowps_login_activity` VALUES("12","3","pioneer-test","2017-09-12 13:37:20","2017-09-12 13:39:14","70.88.96.249","","");
INSERT INTO `pcab_aiowps_login_activity` VALUES("13","3","pioneer-test","2017-09-15 16:07:19","0000-00-00 00:00:00","66.188.49.45","","");
INSERT INTO `pcab_aiowps_login_activity` VALUES("14","3","pioneer-test","2017-11-10 07:50:38","0000-00-00 00:00:00","66.188.49.45","","");
INSERT INTO `pcab_aiowps_login_activity` VALUES("15","3","pioneer-test","2017-12-04 14:59:55","0000-00-00 00:00:00","66.188.49.45","","");


DROP TABLE IF EXISTS `pcab_aiowps_login_lockdown`;

CREATE TABLE `pcab_aiowps_login_lockdown` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) NOT NULL,
  `user_login` varchar(150) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `lockdown_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `release_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `failed_login_ip` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `lock_reason` varchar(128) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `unlock_key` varchar(128) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT INTO `pcab_aiowps_login_lockdown` VALUES("1","0","pc-admin","2017-09-10 12:02:53","2017-09-10 09:11:20","68.62.21.*","login_fail","");


DROP TABLE IF EXISTS `pcab_aiowps_permanent_block`;

CREATE TABLE `pcab_aiowps_permanent_block` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `blocked_ip` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `block_reason` varchar(128) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `country_origin` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `blocked_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `unblock` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;



DROP TABLE IF EXISTS `pcab_commentmeta`;

CREATE TABLE `pcab_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=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;



DROP TABLE IF EXISTS `pcab_comments`;

CREATE TABLE `pcab_comments` (
  `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0',
  `comment_author` text 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` mediumtext 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=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

INSERT INTO `pcab_comments` VALUES("1","1","Mr WordPress","","http://wordpress.org/","","2010-06-18 20:51:35","2010-06-18 20:51:35","Hi, this is a comment.<br />To delete a comment, just log in and view the post&#039;s comments. There you will have the option to edit or delete them.","0","1","","","0","0");


DROP TABLE IF EXISTS `pcab_links`;

CREATE TABLE `pcab_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` longtext 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=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

INSERT INTO `pcab_links` VALUES("1","http://codex.wordpress.org/","Documentation","","","","Y","1","0","0000-00-00 00:00:00","","","");
INSERT INTO `pcab_links` VALUES("2","http://wordpress.org/development/","WordPress Blog","","","","Y","1","0","0000-00-00 00:00:00","","","http://wordpress.org/development/feed/");
INSERT INTO `pcab_links` VALUES("3","http://wordpress.org/extend/ideas/","Suggest Ideas","","","","Y","1","0","0000-00-00 00:00:00","","","");
INSERT INTO `pcab_links` VALUES("4","http://wordpress.org/support/","Support Forum","","","","Y","1","0","0000-00-00 00:00:00","","","");
INSERT INTO `pcab_links` VALUES("5","http://wordpress.org/extend/plugins/","Plugins","","","","Y","1","0","0000-00-00 00:00:00","","","");
INSERT INTO `pcab_links` VALUES("6","http://wordpress.org/extend/themes/","Themes","","","","Y","1","0","0000-00-00 00:00:00","","","");
INSERT INTO `pcab_links` VALUES("7","http://planet.wordpress.org/","WordPress Planet","","","","Y","1","0","0000-00-00 00:00:00","","","");


DROP TABLE IF EXISTS `pcab_nf3_action_meta`;

CREATE TABLE `pcab_nf3_action_meta` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `parent_id` int(11) NOT NULL,
  `key` longtext NOT NULL,
  `value` longtext,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=91 DEFAULT CHARSET=latin1;

INSERT INTO `pcab_nf3_action_meta` VALUES("1","1","label","Store Submission");
INSERT INTO `pcab_nf3_action_meta` VALUES("2","1","objectType","Action");
INSERT INTO `pcab_nf3_action_meta` VALUES("3","1","objectDomain","actions");
INSERT INTO `pcab_nf3_action_meta` VALUES("4","1","editActive","");
INSERT INTO `pcab_nf3_action_meta` VALUES("5","1","conditions","a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}");
INSERT INTO `pcab_nf3_action_meta` VALUES("6","1","payment_gateways","");
INSERT INTO `pcab_nf3_action_meta` VALUES("7","1","payment_total","0");
INSERT INTO `pcab_nf3_action_meta` VALUES("8","1","tag","");
INSERT INTO `pcab_nf3_action_meta` VALUES("9","1","to","{wp:admin_email}");
INSERT INTO `pcab_nf3_action_meta` VALUES("10","1","email_subject","Ninja Forms Submission");
INSERT INTO `pcab_nf3_action_meta` VALUES("11","1","email_message","{fields_table}");
INSERT INTO `pcab_nf3_action_meta` VALUES("12","1","from_name","");
INSERT INTO `pcab_nf3_action_meta` VALUES("13","1","from_address","");
INSERT INTO `pcab_nf3_action_meta` VALUES("14","1","reply_to","");
INSERT INTO `pcab_nf3_action_meta` VALUES("15","1","email_format","html");
INSERT INTO `pcab_nf3_action_meta` VALUES("16","1","cc","");
INSERT INTO `pcab_nf3_action_meta` VALUES("17","1","bcc","");
INSERT INTO `pcab_nf3_action_meta` VALUES("18","1","attach_csv","");
INSERT INTO `pcab_nf3_action_meta` VALUES("19","1","redirect_url","");
INSERT INTO `pcab_nf3_action_meta` VALUES("20","1","email_message_plain","");
INSERT INTO `pcab_nf3_action_meta` VALUES("21","2","label","Email Confirmation");
INSERT INTO `pcab_nf3_action_meta` VALUES("22","2","to","{field:email}");
INSERT INTO `pcab_nf3_action_meta` VALUES("23","2","subject","This is an email action.");
INSERT INTO `pcab_nf3_action_meta` VALUES("24","2","message","Hello, Ninja Forms!");
INSERT INTO `pcab_nf3_action_meta` VALUES("25","2","objectType","Action");
INSERT INTO `pcab_nf3_action_meta` VALUES("26","2","objectDomain","actions");
INSERT INTO `pcab_nf3_action_meta` VALUES("27","2","editActive","");
INSERT INTO `pcab_nf3_action_meta` VALUES("28","2","conditions","a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}");
INSERT INTO `pcab_nf3_action_meta` VALUES("29","2","payment_gateways","");
INSERT INTO `pcab_nf3_action_meta` VALUES("30","2","payment_total","0");
INSERT INTO `pcab_nf3_action_meta` VALUES("31","2","tag","");
INSERT INTO `pcab_nf3_action_meta` VALUES("32","2","email_subject","Submission Confirmation ");
INSERT INTO `pcab_nf3_action_meta` VALUES("33","2","email_message","<p>{all_fields_table}<br></p>");
INSERT INTO `pcab_nf3_action_meta` VALUES("34","2","from_name","");
INSERT INTO `pcab_nf3_action_meta` VALUES("35","2","from_address","");
INSERT INTO `pcab_nf3_action_meta` VALUES("36","2","reply_to","");
INSERT INTO `pcab_nf3_action_meta` VALUES("37","2","email_format","html");
INSERT INTO `pcab_nf3_action_meta` VALUES("38","2","cc","");
INSERT INTO `pcab_nf3_action_meta` VALUES("39","2","bcc","");
INSERT INTO `pcab_nf3_action_meta` VALUES("40","2","attach_csv","");
INSERT INTO `pcab_nf3_action_meta` VALUES("41","2","email_message_plain","");
INSERT INTO `pcab_nf3_action_meta` VALUES("42","3","objectType","Action");
INSERT INTO `pcab_nf3_action_meta` VALUES("43","3","objectDomain","actions");
INSERT INTO `pcab_nf3_action_meta` VALUES("44","3","editActive","");
INSERT INTO `pcab_nf3_action_meta` VALUES("45","3","label","Email Notification");
INSERT INTO `pcab_nf3_action_meta` VALUES("46","3","conditions","a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}");
INSERT INTO `pcab_nf3_action_meta` VALUES("47","3","payment_gateways","");
INSERT INTO `pcab_nf3_action_meta` VALUES("48","3","payment_total","0");
INSERT INTO `pcab_nf3_action_meta` VALUES("49","3","tag","");
INSERT INTO `pcab_nf3_action_meta` VALUES("50","3","to","{system:admin_email}");
INSERT INTO `pcab_nf3_action_meta` VALUES("51","3","email_subject","Message form PioneerCabinetry Website");
INSERT INTO `pcab_nf3_action_meta` VALUES("52","3","email_message","<h2>The following person has responded from our contact page.</h2><p>{field:message}</p><p>-{field:name} ( {field:email} )</p>");
INSERT INTO `pcab_nf3_action_meta` VALUES("53","3","from_name","");
INSERT INTO `pcab_nf3_action_meta` VALUES("54","3","from_address","");
INSERT INTO `pcab_nf3_action_meta` VALUES("55","3","reply_to","{field:email}");
INSERT INTO `pcab_nf3_action_meta` VALUES("56","3","email_format","html");
INSERT INTO `pcab_nf3_action_meta` VALUES("57","3","cc","");
INSERT INTO `pcab_nf3_action_meta` VALUES("58","3","bcc","");
INSERT INTO `pcab_nf3_action_meta` VALUES("59","3","attach_csv","0");
INSERT INTO `pcab_nf3_action_meta` VALUES("60","3","email_message_plain","");
INSERT INTO `pcab_nf3_action_meta` VALUES("83","5","label","Save Form");
INSERT INTO `pcab_nf3_action_meta` VALUES("84","6","label","Save Form");
INSERT INTO `pcab_nf3_action_meta` VALUES("85","1","payment_total_type","");
INSERT INTO `pcab_nf3_action_meta` VALUES("86","2","payment_total_type","");
INSERT INTO `pcab_nf3_action_meta` VALUES("87","3","payment_total_type","");
INSERT INTO `pcab_nf3_action_meta` VALUES("89","2","drawerDisabled","");
INSERT INTO `pcab_nf3_action_meta` VALUES("90","3","drawerDisabled","");


DROP TABLE IF EXISTS `pcab_nf3_actions`;

CREATE TABLE `pcab_nf3_actions` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` longtext,
  `key` longtext,
  `type` longtext,
  `active` tinyint(1) DEFAULT '1',
  `parent_id` int(11) NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `updated_at` datetime DEFAULT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=latin1;

INSERT INTO `pcab_nf3_actions` VALUES("1","","","save","1","1","2017-09-08 14:31:25","2017-09-08 14:31:25");
INSERT INTO `pcab_nf3_actions` VALUES("2","","","email","0","1","2017-09-08 14:31:25","2017-09-08 14:31:25");
INSERT INTO `pcab_nf3_actions` VALUES("3","","","email","1","1","2017-09-08 14:31:25","2017-09-08 14:31:25");
INSERT INTO `pcab_nf3_actions` VALUES("5","","","save","1","2","2017-09-10 12:21:32","2017-09-10 12:21:32");
INSERT INTO `pcab_nf3_actions` VALUES("6","","","save","1","3","2017-09-10 12:21:43","2017-09-10 12:21:43");


DROP TABLE IF EXISTS `pcab_nf3_field_meta`;

CREATE TABLE `pcab_nf3_field_meta` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `parent_id` int(11) NOT NULL,
  `key` longtext NOT NULL,
  `value` longtext,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=730 DEFAULT CHARSET=latin1;

INSERT INTO `pcab_nf3_field_meta` VALUES("1","1","label_pos","above");
INSERT INTO `pcab_nf3_field_meta` VALUES("2","1","required","1");
INSERT INTO `pcab_nf3_field_meta` VALUES("3","1","order","1");
INSERT INTO `pcab_nf3_field_meta` VALUES("4","1","placeholder","");
INSERT INTO `pcab_nf3_field_meta` VALUES("5","1","default","");
INSERT INTO `pcab_nf3_field_meta` VALUES("6","1","wrapper_class","");
INSERT INTO `pcab_nf3_field_meta` VALUES("7","1","element_class","ninja-input");
INSERT INTO `pcab_nf3_field_meta` VALUES("8","1","objectType","Field");
INSERT INTO `pcab_nf3_field_meta` VALUES("9","1","objectDomain","fields");
INSERT INTO `pcab_nf3_field_meta` VALUES("10","1","editActive","");
INSERT INTO `pcab_nf3_field_meta` VALUES("11","1","container_class","");
INSERT INTO `pcab_nf3_field_meta` VALUES("12","1","input_limit","");
INSERT INTO `pcab_nf3_field_meta` VALUES("13","1","input_limit_type","characters");
INSERT INTO `pcab_nf3_field_meta` VALUES("14","1","input_limit_msg","Character(s) left");
INSERT INTO `pcab_nf3_field_meta` VALUES("15","1","manual_key","");
INSERT INTO `pcab_nf3_field_meta` VALUES("16","1","disable_input","");
INSERT INTO `pcab_nf3_field_meta` VALUES("17","1","admin_label","");
INSERT INTO `pcab_nf3_field_meta` VALUES("18","1","help_text","");
INSERT INTO `pcab_nf3_field_meta` VALUES("19","1","desc_text","");
INSERT INTO `pcab_nf3_field_meta` VALUES("20","1","disable_browser_autocomplete","");
INSERT INTO `pcab_nf3_field_meta` VALUES("21","1","mask","");
INSERT INTO `pcab_nf3_field_meta` VALUES("22","1","custom_mask","");
INSERT INTO `pcab_nf3_field_meta` VALUES("23","1","wrap_styles_background-color","");
INSERT INTO `pcab_nf3_field_meta` VALUES("24","1","wrap_styles_border","");
INSERT INTO `pcab_nf3_field_meta` VALUES("25","1","wrap_styles_border-style","");
INSERT INTO `pcab_nf3_field_meta` VALUES("26","1","wrap_styles_border-color","");
INSERT INTO `pcab_nf3_field_meta` VALUES("27","1","wrap_styles_color","");
INSERT INTO `pcab_nf3_field_meta` VALUES("28","1","wrap_styles_height","");
INSERT INTO `pcab_nf3_field_meta` VALUES("29","1","wrap_styles_width","");
INSERT INTO `pcab_nf3_field_meta` VALUES("30","1","wrap_styles_font-size","");
INSERT INTO `pcab_nf3_field_meta` VALUES("31","1","wrap_styles_margin","");
INSERT INTO `pcab_nf3_field_meta` VALUES("32","1","wrap_styles_padding","");
INSERT INTO `pcab_nf3_field_meta` VALUES("33","1","wrap_styles_display","");
INSERT INTO `pcab_nf3_field_meta` VALUES("34","1","wrap_styles_float","");
INSERT INTO `pcab_nf3_field_meta` VALUES("35","1","wrap_styles_show_advanced_css","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("36","1","wrap_styles_advanced","");
INSERT INTO `pcab_nf3_field_meta` VALUES("37","1","label_styles_background-color","");
INSERT INTO `pcab_nf3_field_meta` VALUES("38","1","label_styles_border","");
INSERT INTO `pcab_nf3_field_meta` VALUES("39","1","label_styles_border-style","");
INSERT INTO `pcab_nf3_field_meta` VALUES("40","1","label_styles_border-color","");
INSERT INTO `pcab_nf3_field_meta` VALUES("41","1","label_styles_color","");
INSERT INTO `pcab_nf3_field_meta` VALUES("42","1","label_styles_height","");
INSERT INTO `pcab_nf3_field_meta` VALUES("43","1","label_styles_width","");
INSERT INTO `pcab_nf3_field_meta` VALUES("44","1","label_styles_font-size","");
INSERT INTO `pcab_nf3_field_meta` VALUES("45","1","label_styles_margin","");
INSERT INTO `pcab_nf3_field_meta` VALUES("46","1","label_styles_padding","");
INSERT INTO `pcab_nf3_field_meta` VALUES("47","1","label_styles_display","");
INSERT INTO `pcab_nf3_field_meta` VALUES("48","1","label_styles_float","");
INSERT INTO `pcab_nf3_field_meta` VALUES("49","1","label_styles_show_advanced_css","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("50","1","label_styles_advanced","");
INSERT INTO `pcab_nf3_field_meta` VALUES("51","1","element_styles_background-color","");
INSERT INTO `pcab_nf3_field_meta` VALUES("52","1","element_styles_border","");
INSERT INTO `pcab_nf3_field_meta` VALUES("53","1","element_styles_border-style","");
INSERT INTO `pcab_nf3_field_meta` VALUES("54","1","element_styles_border-color","");
INSERT INTO `pcab_nf3_field_meta` VALUES("55","1","element_styles_color","");
INSERT INTO `pcab_nf3_field_meta` VALUES("56","1","element_styles_height","");
INSERT INTO `pcab_nf3_field_meta` VALUES("57","1","element_styles_width","");
INSERT INTO `pcab_nf3_field_meta` VALUES("58","1","element_styles_font-size","");
INSERT INTO `pcab_nf3_field_meta` VALUES("59","1","element_styles_margin","");
INSERT INTO `pcab_nf3_field_meta` VALUES("60","1","element_styles_padding","");
INSERT INTO `pcab_nf3_field_meta` VALUES("61","1","element_styles_display","");
INSERT INTO `pcab_nf3_field_meta` VALUES("62","1","element_styles_float","");
INSERT INTO `pcab_nf3_field_meta` VALUES("63","1","element_styles_show_advanced_css","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("64","1","element_styles_advanced","");
INSERT INTO `pcab_nf3_field_meta` VALUES("65","1","cellcid","c3277");
INSERT INTO `pcab_nf3_field_meta` VALUES("66","2","label_pos","above");
INSERT INTO `pcab_nf3_field_meta` VALUES("67","2","required","1");
INSERT INTO `pcab_nf3_field_meta` VALUES("68","2","order","2");
INSERT INTO `pcab_nf3_field_meta` VALUES("69","2","placeholder","");
INSERT INTO `pcab_nf3_field_meta` VALUES("70","2","default","");
INSERT INTO `pcab_nf3_field_meta` VALUES("71","2","wrapper_class","");
INSERT INTO `pcab_nf3_field_meta` VALUES("72","2","element_class","ninja-input");
INSERT INTO `pcab_nf3_field_meta` VALUES("73","2","objectType","Field");
INSERT INTO `pcab_nf3_field_meta` VALUES("74","2","objectDomain","fields");
INSERT INTO `pcab_nf3_field_meta` VALUES("75","2","editActive","");
INSERT INTO `pcab_nf3_field_meta` VALUES("76","2","container_class","");
INSERT INTO `pcab_nf3_field_meta` VALUES("77","2","admin_label","");
INSERT INTO `pcab_nf3_field_meta` VALUES("78","2","help_text","");
INSERT INTO `pcab_nf3_field_meta` VALUES("79","2","desc_text","");
INSERT INTO `pcab_nf3_field_meta` VALUES("80","2","wrap_styles_background-color","");
INSERT INTO `pcab_nf3_field_meta` VALUES("81","2","wrap_styles_border","");
INSERT INTO `pcab_nf3_field_meta` VALUES("82","2","wrap_styles_border-style","");
INSERT INTO `pcab_nf3_field_meta` VALUES("83","2","wrap_styles_border-color","");
INSERT INTO `pcab_nf3_field_meta` VALUES("84","2","wrap_styles_color","");
INSERT INTO `pcab_nf3_field_meta` VALUES("85","2","wrap_styles_height","");
INSERT INTO `pcab_nf3_field_meta` VALUES("86","2","wrap_styles_width","");
INSERT INTO `pcab_nf3_field_meta` VALUES("87","2","wrap_styles_font-size","");
INSERT INTO `pcab_nf3_field_meta` VALUES("88","2","wrap_styles_margin","");
INSERT INTO `pcab_nf3_field_meta` VALUES("89","2","wrap_styles_padding","");
INSERT INTO `pcab_nf3_field_meta` VALUES("90","2","wrap_styles_display","");
INSERT INTO `pcab_nf3_field_meta` VALUES("91","2","wrap_styles_float","");
INSERT INTO `pcab_nf3_field_meta` VALUES("92","2","wrap_styles_show_advanced_css","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("93","2","wrap_styles_advanced","");
INSERT INTO `pcab_nf3_field_meta` VALUES("94","2","label_styles_background-color","");
INSERT INTO `pcab_nf3_field_meta` VALUES("95","2","label_styles_border","");
INSERT INTO `pcab_nf3_field_meta` VALUES("96","2","label_styles_border-style","");
INSERT INTO `pcab_nf3_field_meta` VALUES("97","2","label_styles_border-color","");
INSERT INTO `pcab_nf3_field_meta` VALUES("98","2","label_styles_color","");
INSERT INTO `pcab_nf3_field_meta` VALUES("99","2","label_styles_height","");
INSERT INTO `pcab_nf3_field_meta` VALUES("100","2","label_styles_width","");
INSERT INTO `pcab_nf3_field_meta` VALUES("101","2","label_styles_font-size","");
INSERT INTO `pcab_nf3_field_meta` VALUES("102","2","label_styles_margin","");
INSERT INTO `pcab_nf3_field_meta` VALUES("103","2","label_styles_padding","");
INSERT INTO `pcab_nf3_field_meta` VALUES("104","2","label_styles_display","");
INSERT INTO `pcab_nf3_field_meta` VALUES("105","2","label_styles_float","");
INSERT INTO `pcab_nf3_field_meta` VALUES("106","2","label_styles_show_advanced_css","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("107","2","label_styles_advanced","");
INSERT INTO `pcab_nf3_field_meta` VALUES("108","2","element_styles_background-color","");
INSERT INTO `pcab_nf3_field_meta` VALUES("109","2","element_styles_border","");
INSERT INTO `pcab_nf3_field_meta` VALUES("110","2","element_styles_border-style","");
INSERT INTO `pcab_nf3_field_meta` VALUES("111","2","element_styles_border-color","");
INSERT INTO `pcab_nf3_field_meta` VALUES("112","2","element_styles_color","");
INSERT INTO `pcab_nf3_field_meta` VALUES("113","2","element_styles_height","");
INSERT INTO `pcab_nf3_field_meta` VALUES("114","2","element_styles_width","");
INSERT INTO `pcab_nf3_field_meta` VALUES("115","2","element_styles_font-size","");
INSERT INTO `pcab_nf3_field_meta` VALUES("116","2","element_styles_margin","");
INSERT INTO `pcab_nf3_field_meta` VALUES("117","2","element_styles_padding","");
INSERT INTO `pcab_nf3_field_meta` VALUES("118","2","element_styles_display","");
INSERT INTO `pcab_nf3_field_meta` VALUES("119","2","element_styles_float","");
INSERT INTO `pcab_nf3_field_meta` VALUES("120","2","element_styles_show_advanced_css","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("121","2","element_styles_advanced","");
INSERT INTO `pcab_nf3_field_meta` VALUES("122","2","cellcid","c3281");
INSERT INTO `pcab_nf3_field_meta` VALUES("123","3","label_pos","above");
INSERT INTO `pcab_nf3_field_meta` VALUES("124","3","required","1");
INSERT INTO `pcab_nf3_field_meta` VALUES("125","3","order","3");
INSERT INTO `pcab_nf3_field_meta` VALUES("126","3","placeholder","");
INSERT INTO `pcab_nf3_field_meta` VALUES("127","3","default","");
INSERT INTO `pcab_nf3_field_meta` VALUES("128","3","wrapper_class","");
INSERT INTO `pcab_nf3_field_meta` VALUES("129","3","element_class","ninja-input");
INSERT INTO `pcab_nf3_field_meta` VALUES("130","3","objectType","Field");
INSERT INTO `pcab_nf3_field_meta` VALUES("131","3","objectDomain","fields");
INSERT INTO `pcab_nf3_field_meta` VALUES("132","3","editActive","");
INSERT INTO `pcab_nf3_field_meta` VALUES("133","3","container_class","");
INSERT INTO `pcab_nf3_field_meta` VALUES("134","3","input_limit","");
INSERT INTO `pcab_nf3_field_meta` VALUES("135","3","input_limit_type","characters");
INSERT INTO `pcab_nf3_field_meta` VALUES("136","3","input_limit_msg","Character(s) left");
INSERT INTO `pcab_nf3_field_meta` VALUES("137","3","manual_key","");
INSERT INTO `pcab_nf3_field_meta` VALUES("138","3","disable_input","");
INSERT INTO `pcab_nf3_field_meta` VALUES("139","3","admin_label","");
INSERT INTO `pcab_nf3_field_meta` VALUES("140","3","help_text","");
INSERT INTO `pcab_nf3_field_meta` VALUES("141","3","desc_text","");
INSERT INTO `pcab_nf3_field_meta` VALUES("142","3","disable_browser_autocomplete","");
INSERT INTO `pcab_nf3_field_meta` VALUES("143","3","textarea_rte","");
INSERT INTO `pcab_nf3_field_meta` VALUES("144","3","disable_rte_mobile","");
INSERT INTO `pcab_nf3_field_meta` VALUES("145","3","textarea_media","");
INSERT INTO `pcab_nf3_field_meta` VALUES("146","3","wrap_styles_background-color","");
INSERT INTO `pcab_nf3_field_meta` VALUES("147","3","wrap_styles_border","");
INSERT INTO `pcab_nf3_field_meta` VALUES("148","3","wrap_styles_border-style","");
INSERT INTO `pcab_nf3_field_meta` VALUES("149","3","wrap_styles_border-color","");
INSERT INTO `pcab_nf3_field_meta` VALUES("150","3","wrap_styles_color","");
INSERT INTO `pcab_nf3_field_meta` VALUES("151","3","wrap_styles_height","");
INSERT INTO `pcab_nf3_field_meta` VALUES("152","3","wrap_styles_width","");
INSERT INTO `pcab_nf3_field_meta` VALUES("153","3","wrap_styles_font-size","");
INSERT INTO `pcab_nf3_field_meta` VALUES("154","3","wrap_styles_margin","");
INSERT INTO `pcab_nf3_field_meta` VALUES("155","3","wrap_styles_padding","");
INSERT INTO `pcab_nf3_field_meta` VALUES("156","3","wrap_styles_display","");
INSERT INTO `pcab_nf3_field_meta` VALUES("157","3","wrap_styles_float","");
INSERT INTO `pcab_nf3_field_meta` VALUES("158","3","wrap_styles_show_advanced_css","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("159","3","wrap_styles_advanced","");
INSERT INTO `pcab_nf3_field_meta` VALUES("160","3","label_styles_background-color","");
INSERT INTO `pcab_nf3_field_meta` VALUES("161","3","label_styles_border","");
INSERT INTO `pcab_nf3_field_meta` VALUES("162","3","label_styles_border-style","");
INSERT INTO `pcab_nf3_field_meta` VALUES("163","3","label_styles_border-color","");
INSERT INTO `pcab_nf3_field_meta` VALUES("164","3","label_styles_color","");
INSERT INTO `pcab_nf3_field_meta` VALUES("165","3","label_styles_height","");
INSERT INTO `pcab_nf3_field_meta` VALUES("166","3","label_styles_width","");
INSERT INTO `pcab_nf3_field_meta` VALUES("167","3","label_styles_font-size","");
INSERT INTO `pcab_nf3_field_meta` VALUES("168","3","label_styles_margin","");
INSERT INTO `pcab_nf3_field_meta` VALUES("169","3","label_styles_padding","");
INSERT INTO `pcab_nf3_field_meta` VALUES("170","3","label_styles_display","");
INSERT INTO `pcab_nf3_field_meta` VALUES("171","3","label_styles_float","");
INSERT INTO `pcab_nf3_field_meta` VALUES("172","3","label_styles_show_advanced_css","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("173","3","label_styles_advanced","");
INSERT INTO `pcab_nf3_field_meta` VALUES("174","3","element_styles_background-color","");
INSERT INTO `pcab_nf3_field_meta` VALUES("175","3","element_styles_border","");
INSERT INTO `pcab_nf3_field_meta` VALUES("176","3","element_styles_border-style","");
INSERT INTO `pcab_nf3_field_meta` VALUES("177","3","element_styles_border-color","");
INSERT INTO `pcab_nf3_field_meta` VALUES("178","3","element_styles_color","");
INSERT INTO `pcab_nf3_field_meta` VALUES("179","3","element_styles_height","");
INSERT INTO `pcab_nf3_field_meta` VALUES("180","3","element_styles_width","");
INSERT INTO `pcab_nf3_field_meta` VALUES("181","3","element_styles_font-size","");
INSERT INTO `pcab_nf3_field_meta` VALUES("182","3","element_styles_margin","");
INSERT INTO `pcab_nf3_field_meta` VALUES("183","3","element_styles_padding","");
INSERT INTO `pcab_nf3_field_meta` VALUES("184","3","element_styles_display","");
INSERT INTO `pcab_nf3_field_meta` VALUES("185","3","element_styles_float","");
INSERT INTO `pcab_nf3_field_meta` VALUES("186","3","element_styles_show_advanced_css","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("187","3","element_styles_advanced","");
INSERT INTO `pcab_nf3_field_meta` VALUES("188","3","cellcid","c3284");
INSERT INTO `pcab_nf3_field_meta` VALUES("189","4","processing_label","Processing");
INSERT INTO `pcab_nf3_field_meta` VALUES("190","4","order","5");
INSERT INTO `pcab_nf3_field_meta` VALUES("191","4","objectType","Field");
INSERT INTO `pcab_nf3_field_meta` VALUES("192","4","objectDomain","fields");
INSERT INTO `pcab_nf3_field_meta` VALUES("193","4","editActive","");
INSERT INTO `pcab_nf3_field_meta` VALUES("194","4","container_class","");
INSERT INTO `pcab_nf3_field_meta` VALUES("195","4","element_class","ninja-button");
INSERT INTO `pcab_nf3_field_meta` VALUES("196","4","wrap_styles_background-color","");
INSERT INTO `pcab_nf3_field_meta` VALUES("197","4","wrap_styles_border","");
INSERT INTO `pcab_nf3_field_meta` VALUES("198","4","wrap_styles_border-style","");
INSERT INTO `pcab_nf3_field_meta` VALUES("199","4","wrap_styles_border-color","");
INSERT INTO `pcab_nf3_field_meta` VALUES("200","4","wrap_styles_color","");
INSERT INTO `pcab_nf3_field_meta` VALUES("201","4","wrap_styles_height","");
INSERT INTO `pcab_nf3_field_meta` VALUES("202","4","wrap_styles_width","");
INSERT INTO `pcab_nf3_field_meta` VALUES("203","4","wrap_styles_font-size","");
INSERT INTO `pcab_nf3_field_meta` VALUES("204","4","wrap_styles_margin","");
INSERT INTO `pcab_nf3_field_meta` VALUES("205","4","wrap_styles_padding","");
INSERT INTO `pcab_nf3_field_meta` VALUES("206","4","wrap_styles_display","");
INSERT INTO `pcab_nf3_field_meta` VALUES("207","4","wrap_styles_float","");
INSERT INTO `pcab_nf3_field_meta` VALUES("208","4","wrap_styles_show_advanced_css","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("209","4","wrap_styles_advanced","");
INSERT INTO `pcab_nf3_field_meta` VALUES("210","4","label_styles_background-color","");
INSERT INTO `pcab_nf3_field_meta` VALUES("211","4","label_styles_border","");
INSERT INTO `pcab_nf3_field_meta` VALUES("212","4","label_styles_border-style","");
INSERT INTO `pcab_nf3_field_meta` VALUES("213","4","label_styles_border-color","");
INSERT INTO `pcab_nf3_field_meta` VALUES("214","4","label_styles_color","");
INSERT INTO `pcab_nf3_field_meta` VALUES("215","4","label_styles_height","");
INSERT INTO `pcab_nf3_field_meta` VALUES("216","4","label_styles_width","");
INSERT INTO `pcab_nf3_field_meta` VALUES("217","4","label_styles_font-size","");
INSERT INTO `pcab_nf3_field_meta` VALUES("218","4","label_styles_margin","");
INSERT INTO `pcab_nf3_field_meta` VALUES("219","4","label_styles_padding","");
INSERT INTO `pcab_nf3_field_meta` VALUES("220","4","label_styles_display","");
INSERT INTO `pcab_nf3_field_meta` VALUES("221","4","label_styles_float","");
INSERT INTO `pcab_nf3_field_meta` VALUES("222","4","label_styles_show_advanced_css","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("223","4","label_styles_advanced","");
INSERT INTO `pcab_nf3_field_meta` VALUES("224","4","element_styles_background-color","");
INSERT INTO `pcab_nf3_field_meta` VALUES("225","4","element_styles_border","");
INSERT INTO `pcab_nf3_field_meta` VALUES("226","4","element_styles_border-style","");
INSERT INTO `pcab_nf3_field_meta` VALUES("227","4","element_styles_border-color","");
INSERT INTO `pcab_nf3_field_meta` VALUES("228","4","element_styles_color","");
INSERT INTO `pcab_nf3_field_meta` VALUES("229","4","element_styles_height","");
INSERT INTO `pcab_nf3_field_meta` VALUES("230","4","element_styles_width","");
INSERT INTO `pcab_nf3_field_meta` VALUES("231","4","element_styles_font-size","");
INSERT INTO `pcab_nf3_field_meta` VALUES("232","4","element_styles_margin","");
INSERT INTO `pcab_nf3_field_meta` VALUES("233","4","element_styles_padding","");
INSERT INTO `pcab_nf3_field_meta` VALUES("234","4","element_styles_display","");
INSERT INTO `pcab_nf3_field_meta` VALUES("235","4","element_styles_float","");
INSERT INTO `pcab_nf3_field_meta` VALUES("236","4","element_styles_show_advanced_css","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("237","4","element_styles_advanced","");
INSERT INTO `pcab_nf3_field_meta` VALUES("238","4","submit_element_hover_styles_background-color","");
INSERT INTO `pcab_nf3_field_meta` VALUES("239","4","submit_element_hover_styles_border","");
INSERT INTO `pcab_nf3_field_meta` VALUES("240","4","submit_element_hover_styles_border-style","");
INSERT INTO `pcab_nf3_field_meta` VALUES("241","4","submit_element_hover_styles_border-color","");
INSERT INTO `pcab_nf3_field_meta` VALUES("242","4","submit_element_hover_styles_color","");
INSERT INTO `pcab_nf3_field_meta` VALUES("243","4","submit_element_hover_styles_height","");
INSERT INTO `pcab_nf3_field_meta` VALUES("244","4","submit_element_hover_styles_width","");
INSERT INTO `pcab_nf3_field_meta` VALUES("245","4","submit_element_hover_styles_font-size","");
INSERT INTO `pcab_nf3_field_meta` VALUES("246","4","submit_element_hover_styles_margin","");
INSERT INTO `pcab_nf3_field_meta` VALUES("247","4","submit_element_hover_styles_padding","");
INSERT INTO `pcab_nf3_field_meta` VALUES("248","4","submit_element_hover_styles_display","");
INSERT INTO `pcab_nf3_field_meta` VALUES("249","4","submit_element_hover_styles_float","");
INSERT INTO `pcab_nf3_field_meta` VALUES("250","4","submit_element_hover_styles_show_advanced_css","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("251","4","submit_element_hover_styles_advanced","");
INSERT INTO `pcab_nf3_field_meta` VALUES("252","4","cellcid","c3287");
INSERT INTO `pcab_nf3_field_meta` VALUES("253","5","order","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("254","5","fav_id","");
INSERT INTO `pcab_nf3_field_meta` VALUES("255","5","def_id","6");
INSERT INTO `pcab_nf3_field_meta` VALUES("256","5","label_pos","above");
INSERT INTO `pcab_nf3_field_meta` VALUES("257","5","mask","");
INSERT INTO `pcab_nf3_field_meta` VALUES("258","5","datepicker","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("259","5","send_email","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("260","5","from_email","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("261","5","first_name","1");
INSERT INTO `pcab_nf3_field_meta` VALUES("262","5","last_name","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("263","5","from_name","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("264","5","user_info_field_group","1");
INSERT INTO `pcab_nf3_field_meta` VALUES("265","5","show_help","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("266","5","help_text","");
INSERT INTO `pcab_nf3_field_meta` VALUES("267","5","calc_auto_include","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("268","5","calc_option","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("269","5","conditional","");
INSERT INTO `pcab_nf3_field_meta` VALUES("270","5","placeholder","");
INSERT INTO `pcab_nf3_field_meta` VALUES("271","5","user_address_1","");
INSERT INTO `pcab_nf3_field_meta` VALUES("272","5","user_address_2","");
INSERT INTO `pcab_nf3_field_meta` VALUES("273","5","user_city","");
INSERT INTO `pcab_nf3_field_meta` VALUES("274","5","user_zip","");
INSERT INTO `pcab_nf3_field_meta` VALUES("275","5","user_phone","");
INSERT INTO `pcab_nf3_field_meta` VALUES("276","5","user_email","");
INSERT INTO `pcab_nf3_field_meta` VALUES("277","5","disable_input","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("278","5","input_limit","");
INSERT INTO `pcab_nf3_field_meta` VALUES("279","5","input_limit_type","char");
INSERT INTO `pcab_nf3_field_meta` VALUES("280","5","input_limit_msg","");
INSERT INTO `pcab_nf3_field_meta` VALUES("281","5","user_state","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("282","5","autocomplete_off","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("283","5","num_sort","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("284","5","admin_label","");
INSERT INTO `pcab_nf3_field_meta` VALUES("285","5","user_info_field_group_name","");
INSERT INTO `pcab_nf3_field_meta` VALUES("286","5","user_info_field_group_custom","");
INSERT INTO `pcab_nf3_field_meta` VALUES("287","5","show_desc","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("288","5","desc_pos","none");
INSERT INTO `pcab_nf3_field_meta` VALUES("289","5","desc_text","");
INSERT INTO `pcab_nf3_field_meta` VALUES("290","5","element_class","ninja-input");
INSERT INTO `pcab_nf3_field_meta` VALUES("291","5","required","1");
INSERT INTO `pcab_nf3_field_meta` VALUES("292","6","order","1");
INSERT INTO `pcab_nf3_field_meta` VALUES("293","6","fav_id","");
INSERT INTO `pcab_nf3_field_meta` VALUES("294","6","def_id","7");
INSERT INTO `pcab_nf3_field_meta` VALUES("295","6","label_pos","above");
INSERT INTO `pcab_nf3_field_meta` VALUES("296","6","mask","");
INSERT INTO `pcab_nf3_field_meta` VALUES("297","6","datepicker","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("298","6","send_email","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("299","6","from_email","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("300","6","first_name","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("301","6","from_name","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("302","6","user_info_field_group","1");
INSERT INTO `pcab_nf3_field_meta` VALUES("303","6","show_help","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("304","6","help_text","");
INSERT INTO `pcab_nf3_field_meta` VALUES("305","6","calc_auto_include","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("306","6","calc_option","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("307","6","conditional","");
INSERT INTO `pcab_nf3_field_meta` VALUES("308","6","placeholder","");
INSERT INTO `pcab_nf3_field_meta` VALUES("309","6","user_address_1","");
INSERT INTO `pcab_nf3_field_meta` VALUES("310","6","user_address_2","");
INSERT INTO `pcab_nf3_field_meta` VALUES("311","6","user_city","");
INSERT INTO `pcab_nf3_field_meta` VALUES("312","6","user_zip","");
INSERT INTO `pcab_nf3_field_meta` VALUES("313","6","user_phone","");
INSERT INTO `pcab_nf3_field_meta` VALUES("314","6","user_email","");
INSERT INTO `pcab_nf3_field_meta` VALUES("315","6","disable_input","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("316","6","input_limit","");
INSERT INTO `pcab_nf3_field_meta` VALUES("317","6","input_limit_type","char");
INSERT INTO `pcab_nf3_field_meta` VALUES("318","6","input_limit_msg","");
INSERT INTO `pcab_nf3_field_meta` VALUES("319","6","user_state","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("320","6","autocomplete_off","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("321","6","num_sort","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("322","6","admin_label","");
INSERT INTO `pcab_nf3_field_meta` VALUES("323","6","user_info_field_group_name","");
INSERT INTO `pcab_nf3_field_meta` VALUES("324","6","user_info_field_group_custom","");
INSERT INTO `pcab_nf3_field_meta` VALUES("325","6","show_desc","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("326","6","desc_pos","none");
INSERT INTO `pcab_nf3_field_meta` VALUES("327","6","desc_text","");
INSERT INTO `pcab_nf3_field_meta` VALUES("328","6","element_class","ninja-input");
INSERT INTO `pcab_nf3_field_meta` VALUES("329","6","required","1");
INSERT INTO `pcab_nf3_field_meta` VALUES("330","7","order","2");
INSERT INTO `pcab_nf3_field_meta` VALUES("331","7","fav_id","");
INSERT INTO `pcab_nf3_field_meta` VALUES("332","7","def_id","");
INSERT INTO `pcab_nf3_field_meta` VALUES("333","7","input_limit_msg","character(s) left");
INSERT INTO `pcab_nf3_field_meta` VALUES("334","7","label_pos","above");
INSERT INTO `pcab_nf3_field_meta` VALUES("335","7","placeholder","");
INSERT INTO `pcab_nf3_field_meta` VALUES("336","7","first_name","");
INSERT INTO `pcab_nf3_field_meta` VALUES("337","7","last_name","");
INSERT INTO `pcab_nf3_field_meta` VALUES("338","7","user_address_1","");
INSERT INTO `pcab_nf3_field_meta` VALUES("339","7","user_address_2","");
INSERT INTO `pcab_nf3_field_meta` VALUES("340","7","user_city","");
INSERT INTO `pcab_nf3_field_meta` VALUES("341","7","user_zip","");
INSERT INTO `pcab_nf3_field_meta` VALUES("342","7","user_phone","");
INSERT INTO `pcab_nf3_field_meta` VALUES("343","7","user_email","");
INSERT INTO `pcab_nf3_field_meta` VALUES("344","7","user_info_field_group","1");
INSERT INTO `pcab_nf3_field_meta` VALUES("345","7","disable_input","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("346","7","mask","");
INSERT INTO `pcab_nf3_field_meta` VALUES("347","7","input_limit","");
INSERT INTO `pcab_nf3_field_meta` VALUES("348","7","input_limit_type","char");
INSERT INTO `pcab_nf3_field_meta` VALUES("349","7","calc_auto_include","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("350","7","datepicker","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("351","7","user_state","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("352","7","autocomplete_off","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("353","7","num_sort","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("354","7","admin_label","");
INSERT INTO `pcab_nf3_field_meta` VALUES("355","7","user_info_field_group_name","");
INSERT INTO `pcab_nf3_field_meta` VALUES("356","7","user_info_field_group_custom","");
INSERT INTO `pcab_nf3_field_meta` VALUES("357","7","show_help","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("358","7","help_text","");
INSERT INTO `pcab_nf3_field_meta` VALUES("359","7","show_desc","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("360","7","desc_pos","none");
INSERT INTO `pcab_nf3_field_meta` VALUES("361","7","desc_text","");
INSERT INTO `pcab_nf3_field_meta` VALUES("362","7","element_class","ninja-input");
INSERT INTO `pcab_nf3_field_meta` VALUES("363","7","required","1");
INSERT INTO `pcab_nf3_field_meta` VALUES("364","8","order","3");
INSERT INTO `pcab_nf3_field_meta` VALUES("365","8","fav_id","");
INSERT INTO `pcab_nf3_field_meta` VALUES("366","8","def_id","");
INSERT INTO `pcab_nf3_field_meta` VALUES("367","8","input_limit_msg","character(s) left");
INSERT INTO `pcab_nf3_field_meta` VALUES("368","8","label_pos","above");
INSERT INTO `pcab_nf3_field_meta` VALUES("369","8","default_value","");
INSERT INTO `pcab_nf3_field_meta` VALUES("370","8","textarea_rte","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("371","8","textarea_media","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("372","8","disable_rte_mobile","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("373","8","input_limit","");
INSERT INTO `pcab_nf3_field_meta` VALUES("374","8","input_limit_type","char");
INSERT INTO `pcab_nf3_field_meta` VALUES("375","8","calc_auto_include","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("376","8","num_sort","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("377","8","admin_label","");
INSERT INTO `pcab_nf3_field_meta` VALUES("378","8","show_help","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("379","8","help_text","");
INSERT INTO `pcab_nf3_field_meta` VALUES("380","8","show_desc","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("381","8","desc_pos","none");
INSERT INTO `pcab_nf3_field_meta` VALUES("382","8","desc_text","");
INSERT INTO `pcab_nf3_field_meta` VALUES("383","8","element_class","ninja-input");
INSERT INTO `pcab_nf3_field_meta` VALUES("384","8","required","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("385","8","default","");
INSERT INTO `pcab_nf3_field_meta` VALUES("386","9","order","4");
INSERT INTO `pcab_nf3_field_meta` VALUES("387","9","fav_id","");
INSERT INTO `pcab_nf3_field_meta` VALUES("388","9","def_id","");
INSERT INTO `pcab_nf3_field_meta` VALUES("389","9","input_limit_msg","character(s) left");
INSERT INTO `pcab_nf3_field_meta` VALUES("390","9","label_pos","above");
INSERT INTO `pcab_nf3_field_meta` VALUES("391","9","upload_multi_count","1");
INSERT INTO `pcab_nf3_field_meta` VALUES("392","9","upload_types",".jpg,.png,.pdf,.tif");
INSERT INTO `pcab_nf3_field_meta` VALUES("393","9","upload_rename","");
INSERT INTO `pcab_nf3_field_meta` VALUES("394","9","media_library","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("395","9","calc_auto_include","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("396","9","num_sort","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("397","9","admin_label","");
INSERT INTO `pcab_nf3_field_meta` VALUES("398","9","show_help","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("399","9","help_text","");
INSERT INTO `pcab_nf3_field_meta` VALUES("400","9","show_desc","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("401","9","desc_pos","none");
INSERT INTO `pcab_nf3_field_meta` VALUES("402","9","desc_text","");
INSERT INTO `pcab_nf3_field_meta` VALUES("403","9","save_to_server","1");
INSERT INTO `pcab_nf3_field_meta` VALUES("404","9","element_class","");
INSERT INTO `pcab_nf3_field_meta` VALUES("405","9","required","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("406","10","order","5");
INSERT INTO `pcab_nf3_field_meta` VALUES("407","10","fav_id","");
INSERT INTO `pcab_nf3_field_meta` VALUES("408","10","def_id","");
INSERT INTO `pcab_nf3_field_meta` VALUES("409","10","input_limit_msg","character(s) left");
INSERT INTO `pcab_nf3_field_meta` VALUES("410","10","label_pos","above");
INSERT INTO `pcab_nf3_field_meta` VALUES("411","10","show_desc","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("412","10","desc_pos","none");
INSERT INTO `pcab_nf3_field_meta` VALUES("413","10","desc_text","");
INSERT INTO `pcab_nf3_field_meta` VALUES("414","10","required","1");
INSERT INTO `pcab_nf3_field_meta` VALUES("415","11","order","6");
INSERT INTO `pcab_nf3_field_meta` VALUES("416","11","fav_id","");
INSERT INTO `pcab_nf3_field_meta` VALUES("417","11","def_id","");
INSERT INTO `pcab_nf3_field_meta` VALUES("418","11","input_limit_msg","character(s) left");
INSERT INTO `pcab_nf3_field_meta` VALUES("419","11","show_help","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("420","11","help_text","");
INSERT INTO `pcab_nf3_field_meta` VALUES("421","11","show_desc","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("422","11","desc_pos","none");
INSERT INTO `pcab_nf3_field_meta` VALUES("423","11","desc_text","");
INSERT INTO `pcab_nf3_field_meta` VALUES("424","11","processing_label","Processing");
INSERT INTO `pcab_nf3_field_meta` VALUES("425","11","element_class","ninja-button");
INSERT INTO `pcab_nf3_field_meta` VALUES("426","12","order","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("427","12","fav_id","");
INSERT INTO `pcab_nf3_field_meta` VALUES("428","12","def_id","6");
INSERT INTO `pcab_nf3_field_meta` VALUES("429","12","label_pos","above");
INSERT INTO `pcab_nf3_field_meta` VALUES("430","12","mask","");
INSERT INTO `pcab_nf3_field_meta` VALUES("431","12","datepicker","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("432","12","send_email","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("433","12","from_email","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("434","12","first_name","1");
INSERT INTO `pcab_nf3_field_meta` VALUES("435","12","last_name","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("436","12","from_name","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("437","12","user_info_field_group","1");
INSERT INTO `pcab_nf3_field_meta` VALUES("438","12","show_help","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("439","12","help_text","");
INSERT INTO `pcab_nf3_field_meta` VALUES("440","12","calc_auto_include","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("441","12","calc_option","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("442","12","conditional","");
INSERT INTO `pcab_nf3_field_meta` VALUES("443","12","placeholder","");
INSERT INTO `pcab_nf3_field_meta` VALUES("444","12","user_address_1","");
INSERT INTO `pcab_nf3_field_meta` VALUES("445","12","user_address_2","");
INSERT INTO `pcab_nf3_field_meta` VALUES("446","12","user_city","");
INSERT INTO `pcab_nf3_field_meta` VALUES("447","12","user_zip","");
INSERT INTO `pcab_nf3_field_meta` VALUES("448","12","user_phone","");
INSERT INTO `pcab_nf3_field_meta` VALUES("449","12","user_email","");
INSERT INTO `pcab_nf3_field_meta` VALUES("450","12","disable_input","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("451","12","input_limit","");
INSERT INTO `pcab_nf3_field_meta` VALUES("452","12","input_limit_type","char");
INSERT INTO `pcab_nf3_field_meta` VALUES("453","12","input_limit_msg","");
INSERT INTO `pcab_nf3_field_meta` VALUES("454","12","user_state","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("455","12","autocomplete_off","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("456","12","num_sort","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("457","12","admin_label","");
INSERT INTO `pcab_nf3_field_meta` VALUES("458","12","user_info_field_group_name","");
INSERT INTO `pcab_nf3_field_meta` VALUES("459","12","user_info_field_group_custom","");
INSERT INTO `pcab_nf3_field_meta` VALUES("460","12","show_desc","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("461","12","desc_pos","none");
INSERT INTO `pcab_nf3_field_meta` VALUES("462","12","desc_text","");
INSERT INTO `pcab_nf3_field_meta` VALUES("463","12","element_class","ninja-input");
INSERT INTO `pcab_nf3_field_meta` VALUES("464","12","required","1");
INSERT INTO `pcab_nf3_field_meta` VALUES("465","13","order","1");
INSERT INTO `pcab_nf3_field_meta` VALUES("466","13","fav_id","");
INSERT INTO `pcab_nf3_field_meta` VALUES("467","13","def_id","7");
INSERT INTO `pcab_nf3_field_meta` VALUES("468","13","label_pos","above");
INSERT INTO `pcab_nf3_field_meta` VALUES("469","13","mask","");
INSERT INTO `pcab_nf3_field_meta` VALUES("470","13","datepicker","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("471","13","send_email","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("472","13","from_email","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("473","13","first_name","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("474","13","from_name","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("475","13","user_info_field_group","1");
INSERT INTO `pcab_nf3_field_meta` VALUES("476","13","show_help","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("477","13","help_text","");
INSERT INTO `pcab_nf3_field_meta` VALUES("478","13","calc_auto_include","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("479","13","calc_option","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("480","13","conditional","");
INSERT INTO `pcab_nf3_field_meta` VALUES("481","13","placeholder","");
INSERT INTO `pcab_nf3_field_meta` VALUES("482","13","user_address_1","");
INSERT INTO `pcab_nf3_field_meta` VALUES("483","13","user_address_2","");
INSERT INTO `pcab_nf3_field_meta` VALUES("484","13","user_city","");
INSERT INTO `pcab_nf3_field_meta` VALUES("485","13","user_zip","");
INSERT INTO `pcab_nf3_field_meta` VALUES("486","13","user_phone","");
INSERT INTO `pcab_nf3_field_meta` VALUES("487","13","user_email","");
INSERT INTO `pcab_nf3_field_meta` VALUES("488","13","disable_input","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("489","13","input_limit","");
INSERT INTO `pcab_nf3_field_meta` VALUES("490","13","input_limit_type","char");
INSERT INTO `pcab_nf3_field_meta` VALUES("491","13","input_limit_msg","");
INSERT INTO `pcab_nf3_field_meta` VALUES("492","13","user_state","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("493","13","autocomplete_off","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("494","13","num_sort","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("495","13","admin_label","");
INSERT INTO `pcab_nf3_field_meta` VALUES("496","13","user_info_field_group_name","");
INSERT INTO `pcab_nf3_field_meta` VALUES("497","13","user_info_field_group_custom","");
INSERT INTO `pcab_nf3_field_meta` VALUES("498","13","show_desc","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("499","13","desc_pos","none");
INSERT INTO `pcab_nf3_field_meta` VALUES("500","13","desc_text","");
INSERT INTO `pcab_nf3_field_meta` VALUES("501","13","element_class","ninja-input");
INSERT INTO `pcab_nf3_field_meta` VALUES("502","13","required","1");
INSERT INTO `pcab_nf3_field_meta` VALUES("503","14","order","2");
INSERT INTO `pcab_nf3_field_meta` VALUES("504","14","fav_id","");
INSERT INTO `pcab_nf3_field_meta` VALUES("505","14","def_id","14");
INSERT INTO `pcab_nf3_field_meta` VALUES("506","14","label_pos","above");
INSERT INTO `pcab_nf3_field_meta` VALUES("507","14","mask","");
INSERT INTO `pcab_nf3_field_meta` VALUES("508","14","datepicker","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("509","14","send_email","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("510","14","from_email","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("511","14","first_name","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("512","14","last_name","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("513","14","from_name","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("514","14","user_address_1","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("515","14","user_address_2","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("516","14","user_city","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("517","14","user_zip","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("518","14","user_phone","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("519","14","user_info_field_group","1");
INSERT INTO `pcab_nf3_field_meta` VALUES("520","14","show_help","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("521","14","help_text","");
INSERT INTO `pcab_nf3_field_meta` VALUES("522","14","calc_auto_include","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("523","14","calc_option","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("524","14","conditional","");
INSERT INTO `pcab_nf3_field_meta` VALUES("525","14","placeholder","");
INSERT INTO `pcab_nf3_field_meta` VALUES("526","14","disable_input","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("527","14","input_limit","");
INSERT INTO `pcab_nf3_field_meta` VALUES("528","14","input_limit_type","char");
INSERT INTO `pcab_nf3_field_meta` VALUES("529","14","input_limit_msg","");
INSERT INTO `pcab_nf3_field_meta` VALUES("530","14","user_state","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("531","14","autocomplete_off","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("532","14","num_sort","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("533","14","admin_label","");
INSERT INTO `pcab_nf3_field_meta` VALUES("534","14","user_info_field_group_name","");
INSERT INTO `pcab_nf3_field_meta` VALUES("535","14","user_info_field_group_custom","");
INSERT INTO `pcab_nf3_field_meta` VALUES("536","14","show_desc","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("537","14","desc_pos","none");
INSERT INTO `pcab_nf3_field_meta` VALUES("538","14","desc_text","");
INSERT INTO `pcab_nf3_field_meta` VALUES("539","14","element_class","ninja-input");
INSERT INTO `pcab_nf3_field_meta` VALUES("540","14","required","1");
INSERT INTO `pcab_nf3_field_meta` VALUES("541","15","order","3");
INSERT INTO `pcab_nf3_field_meta` VALUES("542","15","fav_id","");
INSERT INTO `pcab_nf3_field_meta` VALUES("543","15","def_id","8");
INSERT INTO `pcab_nf3_field_meta` VALUES("544","15","label_pos","above");
INSERT INTO `pcab_nf3_field_meta` VALUES("545","15","mask","");
INSERT INTO `pcab_nf3_field_meta` VALUES("546","15","datepicker","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("547","15","send_email","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("548","15","from_email","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("549","15","first_name","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("550","15","last_name","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("551","15","from_name","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("552","15","user_address_2","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("553","15","user_city","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("554","15","user_zip","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("555","15","user_info_field_group","1");
INSERT INTO `pcab_nf3_field_meta` VALUES("556","15","show_help","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("557","15","help_text","");
INSERT INTO `pcab_nf3_field_meta` VALUES("558","15","calc_auto_include","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("559","15","calc_option","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("560","15","conditional","");
INSERT INTO `pcab_nf3_field_meta` VALUES("561","15","placeholder","");
INSERT INTO `pcab_nf3_field_meta` VALUES("562","15","user_phone","");
INSERT INTO `pcab_nf3_field_meta` VALUES("563","15","user_email","");
INSERT INTO `pcab_nf3_field_meta` VALUES("564","15","disable_input","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("565","15","input_limit","");
INSERT INTO `pcab_nf3_field_meta` VALUES("566","15","input_limit_type","char");
INSERT INTO `pcab_nf3_field_meta` VALUES("567","15","input_limit_msg","");
INSERT INTO `pcab_nf3_field_meta` VALUES("568","15","user_state","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("569","15","autocomplete_off","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("570","15","num_sort","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("571","15","admin_label","");
INSERT INTO `pcab_nf3_field_meta` VALUES("572","15","user_info_field_group_name","");
INSERT INTO `pcab_nf3_field_meta` VALUES("573","15","user_info_field_group_custom","");
INSERT INTO `pcab_nf3_field_meta` VALUES("574","15","show_desc","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("575","15","desc_pos","none");
INSERT INTO `pcab_nf3_field_meta` VALUES("576","15","desc_text","");
INSERT INTO `pcab_nf3_field_meta` VALUES("577","15","element_class","ninja-input");
INSERT INTO `pcab_nf3_field_meta` VALUES("578","15","required","1");
INSERT INTO `pcab_nf3_field_meta` VALUES("579","16","order","4");
INSERT INTO `pcab_nf3_field_meta` VALUES("580","16","fav_id","");
INSERT INTO `pcab_nf3_field_meta` VALUES("581","16","def_id","10");
INSERT INTO `pcab_nf3_field_meta` VALUES("582","16","label_pos","above");
INSERT INTO `pcab_nf3_field_meta` VALUES("583","16","mask","");
INSERT INTO `pcab_nf3_field_meta` VALUES("584","16","datepicker","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("585","16","send_email","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("586","16","from_email","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("587","16","first_name","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("588","16","last_name","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("589","16","from_name","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("590","16","user_address_1","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("591","16","user_address_2","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("592","16","user_zip","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("593","16","user_info_field_group","1");
INSERT INTO `pcab_nf3_field_meta` VALUES("594","16","show_help","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("595","16","help_text","");
INSERT INTO `pcab_nf3_field_meta` VALUES("596","16","calc_auto_include","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("597","16","calc_option","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("598","16","conditional","");
INSERT INTO `pcab_nf3_field_meta` VALUES("599","16","placeholder","");
INSERT INTO `pcab_nf3_field_meta` VALUES("600","16","user_phone","");
INSERT INTO `pcab_nf3_field_meta` VALUES("601","16","user_email","");
INSERT INTO `pcab_nf3_field_meta` VALUES("602","16","disable_input","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("603","16","input_limit","");
INSERT INTO `pcab_nf3_field_meta` VALUES("604","16","input_limit_type","char");
INSERT INTO `pcab_nf3_field_meta` VALUES("605","16","input_limit_msg","");
INSERT INTO `pcab_nf3_field_meta` VALUES("606","16","user_state","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("607","16","autocomplete_off","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("608","16","num_sort","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("609","16","admin_label","");
INSERT INTO `pcab_nf3_field_meta` VALUES("610","16","user_info_field_group_name","");
INSERT INTO `pcab_nf3_field_meta` VALUES("611","16","user_info_field_group_custom","");
INSERT INTO `pcab_nf3_field_meta` VALUES("612","16","show_desc","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("613","16","desc_pos","none");
INSERT INTO `pcab_nf3_field_meta` VALUES("614","16","desc_text","");
INSERT INTO `pcab_nf3_field_meta` VALUES("615","16","element_class","ninja-input");
INSERT INTO `pcab_nf3_field_meta` VALUES("616","16","required","1");
INSERT INTO `pcab_nf3_field_meta` VALUES("617","17","order","5");
INSERT INTO `pcab_nf3_field_meta` VALUES("618","17","fav_id","");
INSERT INTO `pcab_nf3_field_meta` VALUES("619","17","def_id","11");
INSERT INTO `pcab_nf3_field_meta` VALUES("620","17","label_pos","above");
INSERT INTO `pcab_nf3_field_meta` VALUES("621","17","multi_size","5");
INSERT INTO `pcab_nf3_field_meta` VALUES("622","17","list_show_value","1");
INSERT INTO `pcab_nf3_field_meta` VALUES("623","17","list","a:0:{}");
INSERT INTO `pcab_nf3_field_meta` VALUES("624","17","list_type","dropdown");
INSERT INTO `pcab_nf3_field_meta` VALUES("625","17","user_state","1");
INSERT INTO `pcab_nf3_field_meta` VALUES("626","17","user_info_field_group","1");
INSERT INTO `pcab_nf3_field_meta` VALUES("627","17","populate_term","");
INSERT INTO `pcab_nf3_field_meta` VALUES("628","17","show_help","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("629","17","help_text","");
INSERT INTO `pcab_nf3_field_meta` VALUES("630","17","calc_auto_include","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("631","17","calc_option","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("632","17","conditional","");
INSERT INTO `pcab_nf3_field_meta` VALUES("633","17","num_sort","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("634","17","admin_label","");
INSERT INTO `pcab_nf3_field_meta` VALUES("635","17","user_info_field_group_name","");
INSERT INTO `pcab_nf3_field_meta` VALUES("636","17","user_info_field_group_custom","");
INSERT INTO `pcab_nf3_field_meta` VALUES("637","17","show_desc","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("638","17","desc_pos","none");
INSERT INTO `pcab_nf3_field_meta` VALUES("639","17","desc_text","");
INSERT INTO `pcab_nf3_field_meta` VALUES("640","17","element_class","");
INSERT INTO `pcab_nf3_field_meta` VALUES("641","17","required","1");
INSERT INTO `pcab_nf3_field_meta` VALUES("642","17","options","a:51:{i:0;a:4:{s:5:\"label\";s:7:\"Alabama\";s:5:\"value\";s:2:\"AL\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:1;a:4:{s:5:\"label\";s:6:\"Alaska\";s:5:\"value\";s:2:\"AK\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:2;a:4:{s:5:\"label\";s:7:\"Arizona\";s:5:\"value\";s:2:\"AZ\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:3;a:4:{s:5:\"label\";s:8:\"Arkansas\";s:5:\"value\";s:2:\"AR\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:4;a:4:{s:5:\"label\";s:10:\"California\";s:5:\"value\";s:2:\"CA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:5;a:4:{s:5:\"label\";s:8:\"Colorado\";s:5:\"value\";s:2:\"CO\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:6;a:4:{s:5:\"label\";s:11:\"Connecticut\";s:5:\"value\";s:2:\"CT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:7;a:4:{s:5:\"label\";s:8:\"Delaware\";s:5:\"value\";s:2:\"DE\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:8;a:4:{s:5:\"label\";s:20:\"District of Columbia\";s:5:\"value\";s:2:\"DC\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:9;a:4:{s:5:\"label\";s:7:\"Florida\";s:5:\"value\";s:2:\"FL\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:10;a:4:{s:5:\"label\";s:7:\"Georgia\";s:5:\"value\";s:2:\"GA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:11;a:4:{s:5:\"label\";s:6:\"Hawaii\";s:5:\"value\";s:2:\"HI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:12;a:4:{s:5:\"label\";s:5:\"Idaho\";s:5:\"value\";s:2:\"ID\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:13;a:4:{s:5:\"label\";s:8:\"Illinois\";s:5:\"value\";s:2:\"IL\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:14;a:4:{s:5:\"label\";s:7:\"Indiana\";s:5:\"value\";s:2:\"IN\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:15;a:4:{s:5:\"label\";s:4:\"Iowa\";s:5:\"value\";s:2:\"IA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:16;a:4:{s:5:\"label\";s:6:\"Kansas\";s:5:\"value\";s:2:\"KS\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:17;a:4:{s:5:\"label\";s:8:\"Kentucky\";s:5:\"value\";s:2:\"KY\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:18;a:4:{s:5:\"label\";s:9:\"Louisiana\";s:5:\"value\";s:2:\"LA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:19;a:4:{s:5:\"label\";s:5:\"Maine\";s:5:\"value\";s:2:\"ME\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:20;a:4:{s:5:\"label\";s:8:\"Maryland\";s:5:\"value\";s:2:\"MD\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:21;a:4:{s:5:\"label\";s:13:\"Massachusetts\";s:5:\"value\";s:2:\"MA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:22;a:4:{s:5:\"label\";s:8:\"Michigan\";s:5:\"value\";s:2:\"MI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:23;a:4:{s:5:\"label\";s:9:\"Minnesota\";s:5:\"value\";s:2:\"MN\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:24;a:4:{s:5:\"label\";s:11:\"Mississippi\";s:5:\"value\";s:2:\"MS\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:25;a:4:{s:5:\"label\";s:8:\"Missouri\";s:5:\"value\";s:2:\"MO\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:26;a:4:{s:5:\"label\";s:7:\"Montana\";s:5:\"value\";s:2:\"MT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:27;a:4:{s:5:\"label\";s:8:\"Nebraska\";s:5:\"value\";s:2:\"NE\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:28;a:4:{s:5:\"label\";s:6:\"Nevada\";s:5:\"value\";s:2:\"NV\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:29;a:4:{s:5:\"label\";s:13:\"New Hampshire\";s:5:\"value\";s:2:\"NH\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:30;a:4:{s:5:\"label\";s:10:\"New Jersey\";s:5:\"value\";s:2:\"NJ\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:31;a:4:{s:5:\"label\";s:10:\"New Mexico\";s:5:\"value\";s:2:\"NM\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:32;a:4:{s:5:\"label\";s:8:\"New York\";s:5:\"value\";s:2:\"NY\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:33;a:4:{s:5:\"label\";s:14:\"North Carolina\";s:5:\"value\";s:2:\"NC\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:34;a:4:{s:5:\"label\";s:12:\"North Dakota\";s:5:\"value\";s:2:\"ND\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:35;a:4:{s:5:\"label\";s:4:\"Ohio\";s:5:\"value\";s:2:\"OH\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:36;a:4:{s:5:\"label\";s:8:\"Oklahoma\";s:5:\"value\";s:2:\"OK\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:37;a:4:{s:5:\"label\";s:6:\"Oregon\";s:5:\"value\";s:2:\"OR\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:38;a:4:{s:5:\"label\";s:12:\"Pennsylvania\";s:5:\"value\";s:2:\"PA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:39;a:4:{s:5:\"label\";s:12:\"Rhode Island\";s:5:\"value\";s:2:\"RI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:40;a:4:{s:5:\"label\";s:14:\"South Carolina\";s:5:\"value\";s:2:\"SC\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:41;a:4:{s:5:\"label\";s:12:\"South Dakota\";s:5:\"value\";s:2:\"SD\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:42;a:4:{s:5:\"label\";s:9:\"Tennessee\";s:5:\"value\";s:2:\"TN\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:43;a:4:{s:5:\"label\";s:5:\"Texas\";s:5:\"value\";s:2:\"TX\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:44;a:4:{s:5:\"label\";s:4:\"Utah\";s:5:\"value\";s:2:\"UT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:45;a:4:{s:5:\"label\";s:7:\"Vermont\";s:5:\"value\";s:2:\"VT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:46;a:4:{s:5:\"label\";s:8:\"Virginia\";s:5:\"value\";s:2:\"VA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:47;a:4:{s:5:\"label\";s:10:\"Washington\";s:5:\"value\";s:2:\"WA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:48;a:4:{s:5:\"label\";s:13:\"West Virginia\";s:5:\"value\";s:2:\"WV\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:49;a:4:{s:5:\"label\";s:9:\"Wisconsin\";s:5:\"value\";s:2:\"WI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:50;a:4:{s:5:\"label\";s:7:\"Wyoming\";s:5:\"value\";s:2:\"WY\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}}");
INSERT INTO `pcab_nf3_field_meta` VALUES("643","18","order","6");
INSERT INTO `pcab_nf3_field_meta` VALUES("644","18","fav_id","");
INSERT INTO `pcab_nf3_field_meta` VALUES("645","18","def_id","12");
INSERT INTO `pcab_nf3_field_meta` VALUES("646","18","label_pos","above");
INSERT INTO `pcab_nf3_field_meta` VALUES("647","18","mask","");
INSERT INTO `pcab_nf3_field_meta` VALUES("648","18","datepicker","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("649","18","send_email","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("650","18","from_email","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("651","18","first_name","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("652","18","last_name","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("653","18","from_name","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("654","18","user_address_1","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("655","18","user_address_2","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("656","18","user_city","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("657","18","user_info_field_group","1");
INSERT INTO `pcab_nf3_field_meta` VALUES("658","18","show_help","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("659","18","help_text","");
INSERT INTO `pcab_nf3_field_meta` VALUES("660","18","calc_auto_include","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("661","18","calc_option","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("662","18","conditional","");
INSERT INTO `pcab_nf3_field_meta` VALUES("663","18","placeholder","");
INSERT INTO `pcab_nf3_field_meta` VALUES("664","18","user_phone","");
INSERT INTO `pcab_nf3_field_meta` VALUES("665","18","user_email","");
INSERT INTO `pcab_nf3_field_meta` VALUES("666","18","disable_input","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("667","18","input_limit","");
INSERT INTO `pcab_nf3_field_meta` VALUES("668","18","input_limit_type","char");
INSERT INTO `pcab_nf3_field_meta` VALUES("669","18","input_limit_msg","");
INSERT INTO `pcab_nf3_field_meta` VALUES("670","18","user_state","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("671","18","autocomplete_off","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("672","18","num_sort","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("673","18","admin_label","");
INSERT INTO `pcab_nf3_field_meta` VALUES("674","18","user_info_field_group_name","");
INSERT INTO `pcab_nf3_field_meta` VALUES("675","18","user_info_field_group_custom","");
INSERT INTO `pcab_nf3_field_meta` VALUES("676","18","show_desc","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("677","18","desc_pos","none");
INSERT INTO `pcab_nf3_field_meta` VALUES("678","18","desc_text","");
INSERT INTO `pcab_nf3_field_meta` VALUES("679","18","element_class","ninja-input");
INSERT INTO `pcab_nf3_field_meta` VALUES("680","18","required","1");
INSERT INTO `pcab_nf3_field_meta` VALUES("681","19","order","7");
INSERT INTO `pcab_nf3_field_meta` VALUES("682","19","fav_id","");
INSERT INTO `pcab_nf3_field_meta` VALUES("683","19","def_id","");
INSERT INTO `pcab_nf3_field_meta` VALUES("684","19","input_limit_msg","character(s) left");
INSERT INTO `pcab_nf3_field_meta` VALUES("685","19","label_pos","above");
INSERT INTO `pcab_nf3_field_meta` VALUES("686","19","show_desc","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("687","19","desc_pos","none");
INSERT INTO `pcab_nf3_field_meta` VALUES("688","19","desc_text","");
INSERT INTO `pcab_nf3_field_meta` VALUES("689","19","required","1");
INSERT INTO `pcab_nf3_field_meta` VALUES("690","20","order","8");
INSERT INTO `pcab_nf3_field_meta` VALUES("691","20","fav_id","");
INSERT INTO `pcab_nf3_field_meta` VALUES("692","20","def_id","");
INSERT INTO `pcab_nf3_field_meta` VALUES("693","20","input_limit_msg","character(s) left");
INSERT INTO `pcab_nf3_field_meta` VALUES("694","20","show_help","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("695","20","help_text","");
INSERT INTO `pcab_nf3_field_meta` VALUES("696","20","show_desc","0");
INSERT INTO `pcab_nf3_field_meta` VALUES("697","20","desc_pos","none");
INSERT INTO `pcab_nf3_field_meta` VALUES("698","20","desc_text","");
INSERT INTO `pcab_nf3_field_meta` VALUES("699","20","processing_label","Processing");
INSERT INTO `pcab_nf3_field_meta` VALUES("700","20","element_class","ninja-button");
INSERT INTO `pcab_nf3_field_meta` VALUES("701","1","label","Name");
INSERT INTO `pcab_nf3_field_meta` VALUES("702","1","key","name");
INSERT INTO `pcab_nf3_field_meta` VALUES("703","1","type","textbox");
INSERT INTO `pcab_nf3_field_meta` VALUES("704","1","created_at","2017-09-08 14:31:25");
INSERT INTO `pcab_nf3_field_meta` VALUES("705","1","drawerDisabled","");
INSERT INTO `pcab_nf3_field_meta` VALUES("706","2","label","Email");
INSERT INTO `pcab_nf3_field_meta` VALUES("707","2","key","email");
INSERT INTO `pcab_nf3_field_meta` VALUES("708","2","type","email");
INSERT INTO `pcab_nf3_field_meta` VALUES("709","2","created_at","2017-09-08 14:31:25");
INSERT INTO `pcab_nf3_field_meta` VALUES("710","2","drawerDisabled","");
INSERT INTO `pcab_nf3_field_meta` VALUES("711","3","label","Message");
INSERT INTO `pcab_nf3_field_meta` VALUES("712","3","key","message");
INSERT INTO `pcab_nf3_field_meta` VALUES("713","3","type","textarea");
INSERT INTO `pcab_nf3_field_meta` VALUES("714","3","created_at","2017-09-08 14:31:25");
INSERT INTO `pcab_nf3_field_meta` VALUES("715","3","drawerDisabled","");
INSERT INTO `pcab_nf3_field_meta` VALUES("716","21","objectType","Field");
INSERT INTO `pcab_nf3_field_meta` VALUES("717","21","objectDomain","fields");
INSERT INTO `pcab_nf3_field_meta` VALUES("718","21","editActive","");
INSERT INTO `pcab_nf3_field_meta` VALUES("719","21","order","4");
INSERT INTO `pcab_nf3_field_meta` VALUES("720","21","type","recaptcha");
INSERT INTO `pcab_nf3_field_meta` VALUES("721","21","label","Recaptcha");
INSERT INTO `pcab_nf3_field_meta` VALUES("722","21","container_class","");
INSERT INTO `pcab_nf3_field_meta` VALUES("723","21","element_class","");
INSERT INTO `pcab_nf3_field_meta` VALUES("724","21","key","recaptcha_1505060549537");
INSERT INTO `pcab_nf3_field_meta` VALUES("725","4","label","Send");
INSERT INTO `pcab_nf3_field_meta` VALUES("726","4","key","send_1505060568611");
INSERT INTO `pcab_nf3_field_meta` VALUES("727","4","type","submit");
INSERT INTO `pcab_nf3_field_meta` VALUES("728","4","created_at","2017-09-08 14:31:25");
INSERT INTO `pcab_nf3_field_meta` VALUES("729","4","drawerDisabled","");


DROP TABLE IF EXISTS `pcab_nf3_fields`;

CREATE TABLE `pcab_nf3_fields` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `label` longtext,
  `key` longtext,
  `type` longtext,
  `parent_id` int(11) NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `updated_at` datetime DEFAULT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=22 DEFAULT CHARSET=latin1;

INSERT INTO `pcab_nf3_fields` VALUES("1","Name","name","textbox","1","2017-09-08 14:31:25","2017-09-08 14:31:25");
INSERT INTO `pcab_nf3_fields` VALUES("2","Email","email","email","1","2017-09-08 14:31:25","2017-09-08 14:31:25");
INSERT INTO `pcab_nf3_fields` VALUES("3","Message","message","textarea","1","2017-09-08 14:31:25","2017-09-08 14:31:25");
INSERT INTO `pcab_nf3_fields` VALUES("4","Send","send_1505060568611","submit","1","2017-09-10 09:23:21","2017-09-08 14:31:25");
INSERT INTO `pcab_nf3_fields` VALUES("5","First Name","textbox_15","textbox","2","2017-09-10 12:21:31","2017-09-10 12:21:31");
INSERT INTO `pcab_nf3_fields` VALUES("6","Last Name","lastname_16","lastname","2","2017-09-10 12:21:31","2017-09-10 12:21:31");
INSERT INTO `pcab_nf3_fields` VALUES("7","Dealer Name","textbox_17","textbox","2","2017-09-10 12:21:31","2017-09-10 12:21:31");
INSERT INTO `pcab_nf3_fields` VALUES("8","Description of product used","textarea_18","textarea","2","2017-09-10 12:21:31","2017-09-10 12:21:31");
INSERT INTO `pcab_nf3_fields` VALUES("9","Image Upload","file_upload_21","file_upload","2","2017-09-10 12:21:31","2017-09-10 12:21:31");
INSERT INTO `pcab_nf3_fields` VALUES("10","Confirm that you are not a bot","recaptcha_19","recaptcha","2","2017-09-10 12:21:31","2017-09-10 12:21:31");
INSERT INTO `pcab_nf3_fields` VALUES("11","Submit","submit_20","submit","2","2017-09-10 12:21:31","2017-09-10 12:21:31");
INSERT INTO `pcab_nf3_fields` VALUES("12","First Name","textbox_6","textbox","3","2017-09-10 12:21:42","2017-09-10 12:21:42");
INSERT INTO `pcab_nf3_fields` VALUES("13","Last Name","lastname_7","lastname","3","2017-09-10 12:21:42","2017-09-10 12:21:42");
INSERT INTO `pcab_nf3_fields` VALUES("14","Email","email_8","email","3","2017-09-10 12:21:42","2017-09-10 12:21:42");
INSERT INTO `pcab_nf3_fields` VALUES("15","Address 1","address_9","address","3","2017-09-10 12:21:42","2017-09-10 12:21:42");
INSERT INTO `pcab_nf3_fields` VALUES("16","City","city_10","city","3","2017-09-10 12:21:42","2017-09-10 12:21:42");
INSERT INTO `pcab_nf3_fields` VALUES("17","State","listselect_11","listselect","3","2017-09-10 12:21:42","2017-09-10 12:21:42");
INSERT INTO `pcab_nf3_fields` VALUES("18","Zip / Post Code","zip_12","zip","3","2017-09-10 12:21:42","2017-09-10 12:21:42");
INSERT INTO `pcab_nf3_fields` VALUES("19","Confirm that you are not a bot","recaptcha_14","recaptcha","3","2017-09-10 12:21:42","2017-09-10 12:21:42");
INSERT INTO `pcab_nf3_fields` VALUES("20","Submit","submit_13","submit","3","2017-09-10 12:21:42","2017-09-10 12:21:42");
INSERT INTO `pcab_nf3_fields` VALUES("21","Recaptcha","recaptcha_1505060549537","recaptcha","1","2017-09-10 09:23:21","");


DROP TABLE IF EXISTS `pcab_nf3_form_meta`;

CREATE TABLE `pcab_nf3_form_meta` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `parent_id` int(11) NOT NULL,
  `key` longtext NOT NULL,
  `value` longtext,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=110 DEFAULT CHARSET=latin1;

INSERT INTO `pcab_nf3_form_meta` VALUES("1","1","default_label_pos","above");
INSERT INTO `pcab_nf3_form_meta` VALUES("2","1","conditions","a:0:{}");
INSERT INTO `pcab_nf3_form_meta` VALUES("3","1","objectType","Form Setting");
INSERT INTO `pcab_nf3_form_meta` VALUES("4","1","editActive","1");
INSERT INTO `pcab_nf3_form_meta` VALUES("5","1","show_title","0");
INSERT INTO `pcab_nf3_form_meta` VALUES("6","1","clear_complete","1");
INSERT INTO `pcab_nf3_form_meta` VALUES("7","1","hide_complete","1");
INSERT INTO `pcab_nf3_form_meta` VALUES("8","1","wrapper_class","");
INSERT INTO `pcab_nf3_form_meta` VALUES("9","1","element_class","");
INSERT INTO `pcab_nf3_form_meta` VALUES("10","1","add_submit","1");
INSERT INTO `pcab_nf3_form_meta` VALUES("11","1","logged_in","");
INSERT INTO `pcab_nf3_form_meta` VALUES("12","1","not_logged_in_msg","");
INSERT INTO `pcab_nf3_form_meta` VALUES("13","1","sub_limit_number","");
INSERT INTO `pcab_nf3_form_meta` VALUES("14","1","sub_limit_msg","");
INSERT INTO `pcab_nf3_form_meta` VALUES("15","1","calculations","a:0:{}");
INSERT INTO `pcab_nf3_form_meta` VALUES("16","1","formContentData","a:5:{i:0;s:4:\"name\";i:1;s:5:\"email\";i:2;s:7:\"message\";i:3;s:23:\"recaptcha_1505060549537\";i:4;s:18:\"send_1505060568611\";}");
INSERT INTO `pcab_nf3_form_meta` VALUES("107","1","currency","");
INSERT INTO `pcab_nf3_form_meta` VALUES("108","1","unique_field_error","A form with this value has already been submitted.");
INSERT INTO `pcab_nf3_form_meta` VALUES("109","1","drawerDisabled","");
INSERT INTO `pcab_nf3_form_meta` VALUES("17","1","container_styles_background-color","");
INSERT INTO `pcab_nf3_form_meta` VALUES("18","1","container_styles_border","");
INSERT INTO `pcab_nf3_form_meta` VALUES("19","1","container_styles_border-style","");
INSERT INTO `pcab_nf3_form_meta` VALUES("20","1","container_styles_border-color","");
INSERT INTO `pcab_nf3_form_meta` VALUES("21","1","container_styles_color","");
INSERT INTO `pcab_nf3_form_meta` VALUES("22","1","container_styles_height","");
INSERT INTO `pcab_nf3_form_meta` VALUES("23","1","container_styles_width","");
INSERT INTO `pcab_nf3_form_meta` VALUES("24","1","container_styles_font-size","");
INSERT INTO `pcab_nf3_form_meta` VALUES("25","1","container_styles_margin","");
INSERT INTO `pcab_nf3_form_meta` VALUES("26","1","container_styles_padding","");
INSERT INTO `pcab_nf3_form_meta` VALUES("27","1","container_styles_display","");
INSERT INTO `pcab_nf3_form_meta` VALUES("28","1","container_styles_float","");
INSERT INTO `pcab_nf3_form_meta` VALUES("29","1","container_styles_show_advanced_css","0");
INSERT INTO `pcab_nf3_form_meta` VALUES("30","1","container_styles_advanced","");
INSERT INTO `pcab_nf3_form_meta` VALUES("31","1","title_styles_background-color","");
INSERT INTO `pcab_nf3_form_meta` VALUES("32","1","title_styles_border","");
INSERT INTO `pcab_nf3_form_meta` VALUES("33","1","title_styles_border-style","");
INSERT INTO `pcab_nf3_form_meta` VALUES("34","1","title_styles_border-color","");
INSERT INTO `pcab_nf3_form_meta` VALUES("35","1","title_styles_color","");
INSERT INTO `pcab_nf3_form_meta` VALUES("36","1","title_styles_height","");
INSERT INTO `pcab_nf3_form_meta` VALUES("37","1","title_styles_width","");
INSERT INTO `pcab_nf3_form_meta` VALUES("38","1","title_styles_font-size","");
INSERT INTO `pcab_nf3_form_meta` VALUES("39","1","title_styles_margin","");
INSERT INTO `pcab_nf3_form_meta` VALUES("40","1","title_styles_padding","");
INSERT INTO `pcab_nf3_form_meta` VALUES("41","1","title_styles_display","");
INSERT INTO `pcab_nf3_form_meta` VALUES("42","1","title_styles_float","");
INSERT INTO `pcab_nf3_form_meta` VALUES("43","1","title_styles_show_advanced_css","0");
INSERT INTO `pcab_nf3_form_meta` VALUES("44","1","title_styles_advanced","");
INSERT INTO `pcab_nf3_form_meta` VALUES("45","1","row_styles_background-color","");
INSERT INTO `pcab_nf3_form_meta` VALUES("46","1","row_styles_border","");
INSERT INTO `pcab_nf3_form_meta` VALUES("47","1","row_styles_border-style","");
INSERT INTO `pcab_nf3_form_meta` VALUES("48","1","row_styles_border-color","");
INSERT INTO `pcab_nf3_form_meta` VALUES("49","1","row_styles_color","");
INSERT INTO `pcab_nf3_form_meta` VALUES("50","1","row_styles_height","");
INSERT INTO `pcab_nf3_form_meta` VALUES("51","1","row_styles_width","");
INSERT INTO `pcab_nf3_form_meta` VALUES("52","1","row_styles_font-size","");
INSERT INTO `pcab_nf3_form_meta` VALUES("53","1","row_styles_margin","");
INSERT INTO `pcab_nf3_form_meta` VALUES("54","1","row_styles_padding","");
INSERT INTO `pcab_nf3_form_meta` VALUES("55","1","row_styles_display","");
INSERT INTO `pcab_nf3_form_meta` VALUES("56","1","row_styles_show_advanced_css","0");
INSERT INTO `pcab_nf3_form_meta` VALUES("57","1","row_styles_advanced","");
INSERT INTO `pcab_nf3_form_meta` VALUES("58","1","row-odd_styles_background-color","");
INSERT INTO `pcab_nf3_form_meta` VALUES("59","1","row-odd_styles_border","");
INSERT INTO `pcab_nf3_form_meta` VALUES("60","1","row-odd_styles_border-style","");
INSERT INTO `pcab_nf3_form_meta` VALUES("61","1","row-odd_styles_border-color","");
INSERT INTO `pcab_nf3_form_meta` VALUES("62","1","row-odd_styles_color","");
INSERT INTO `pcab_nf3_form_meta` VALUES("63","1","row-odd_styles_height","");
INSERT INTO `pcab_nf3_form_meta` VALUES("64","1","row-odd_styles_width","");
INSERT INTO `pcab_nf3_form_meta` VALUES("65","1","row-odd_styles_font-size","");
INSERT INTO `pcab_nf3_form_meta` VALUES("66","1","row-odd_styles_margin","");
INSERT INTO `pcab_nf3_form_meta` VALUES("67","1","row-odd_styles_padding","");
INSERT INTO `pcab_nf3_form_meta` VALUES("68","1","row-odd_styles_display","");
INSERT INTO `pcab_nf3_form_meta` VALUES("69","1","row-odd_styles_show_advanced_css","0");
INSERT INTO `pcab_nf3_form_meta` VALUES("70","1","row-odd_styles_advanced","");
INSERT INTO `pcab_nf3_form_meta` VALUES("71","1","success-msg_styles_background-color","");
INSERT INTO `pcab_nf3_form_meta` VALUES("72","1","success-msg_styles_border","");
INSERT INTO `pcab_nf3_form_meta` VALUES("73","1","success-msg_styles_border-style","");
INSERT INTO `pcab_nf3_form_meta` VALUES("74","1","success-msg_styles_border-color","");
INSERT INTO `pcab_nf3_form_meta` VALUES("75","1","success-msg_styles_color","");
INSERT INTO `pcab_nf3_form_meta` VALUES("76","1","success-msg_styles_height","");
INSERT INTO `pcab_nf3_form_meta` VALUES("77","1","success-msg_styles_width","");
INSERT INTO `pcab_nf3_form_meta` VALUES("78","1","success-msg_styles_font-size","");
INSERT INTO `pcab_nf3_form_meta` VALUES("79","1","success-msg_styles_margin","");
INSERT INTO `pcab_nf3_form_meta` VALUES("80","1","success-msg_styles_padding","");
INSERT INTO `pcab_nf3_form_meta` VALUES("81","1","success-msg_styles_display","");
INSERT INTO `pcab_nf3_form_meta` VALUES("82","1","success-msg_styles_show_advanced_css","0");
INSERT INTO `pcab_nf3_form_meta` VALUES("83","1","success-msg_styles_advanced","");
INSERT INTO `pcab_nf3_form_meta` VALUES("84","1","error_msg_styles_background-color","");
INSERT INTO `pcab_nf3_form_meta` VALUES("85","1","error_msg_styles_border","");
INSERT INTO `pcab_nf3_form_meta` VALUES("86","1","error_msg_styles_border-style","");
INSERT INTO `pcab_nf3_form_meta` VALUES("87","1","error_msg_styles_border-color","");
INSERT INTO `pcab_nf3_form_meta` VALUES("88","1","error_msg_styles_color","");
INSERT INTO `pcab_nf3_form_meta` VALUES("89","1","error_msg_styles_height","");
INSERT INTO `pcab_nf3_form_meta` VALUES("90","1","error_msg_styles_width","");
INSERT INTO `pcab_nf3_form_meta` VALUES("91","1","error_msg_styles_font-size","");
INSERT INTO `pcab_nf3_form_meta` VALUES("92","1","error_msg_styles_margin","");
INSERT INTO `pcab_nf3_form_meta` VALUES("93","1","error_msg_styles_padding","");
INSERT INTO `pcab_nf3_form_meta` VALUES("94","1","error_msg_styles_display","");
INSERT INTO `pcab_nf3_form_meta` VALUES("95","1","error_msg_styles_show_advanced_css","0");
INSERT INTO `pcab_nf3_form_meta` VALUES("96","1","error_msg_styles_advanced","");
INSERT INTO `pcab_nf3_form_meta` VALUES("97","2","date_updated","2016-06-29 20:09:22");
INSERT INTO `pcab_nf3_form_meta` VALUES("98","2","clear_complete","1");
INSERT INTO `pcab_nf3_form_meta` VALUES("99","2","hide_complete","1");
INSERT INTO `pcab_nf3_form_meta` VALUES("100","2","show_title","0");
INSERT INTO `pcab_nf3_form_meta` VALUES("101","2","status","");
INSERT INTO `pcab_nf3_form_meta` VALUES("102","3","date_updated","2016-06-29 18:04:07");
INSERT INTO `pcab_nf3_form_meta` VALUES("103","3","clear_complete","1");
INSERT INTO `pcab_nf3_form_meta` VALUES("104","3","hide_complete","1");
INSERT INTO `pcab_nf3_form_meta` VALUES("105","3","show_title","0");
INSERT INTO `pcab_nf3_form_meta` VALUES("106","3","status","");


DROP TABLE IF EXISTS `pcab_nf3_forms`;

CREATE TABLE `pcab_nf3_forms` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` longtext,
  `key` longtext,
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `updated_at` datetime DEFAULT NULL,
  `views` int(11) DEFAULT NULL,
  `subs` int(11) DEFAULT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=latin1;

INSERT INTO `pcab_nf3_forms` VALUES("1","Contact Form","","2017-09-08 14:31:25","2017-09-08 14:31:25","","");
INSERT INTO `pcab_nf3_forms` VALUES("2","Dealer Upload","","2017-09-10 12:21:31","2017-09-10 12:21:31","","");
INSERT INTO `pcab_nf3_forms` VALUES("3","Request Brochure","","2017-09-10 12:21:42","2017-09-10 12:21:42","","");


DROP TABLE IF EXISTS `pcab_nf3_object_meta`;

CREATE TABLE `pcab_nf3_object_meta` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `parent_id` int(11) NOT NULL,
  `key` longtext NOT NULL,
  `value` longtext,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;



DROP TABLE IF EXISTS `pcab_nf3_objects`;

CREATE TABLE `pcab_nf3_objects` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `type` longtext,
  `title` longtext,
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `updated_at` datetime DEFAULT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;



DROP TABLE IF EXISTS `pcab_nf3_relationships`;

CREATE TABLE `pcab_nf3_relationships` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `child_id` int(11) NOT NULL,
  `child_type` longtext NOT NULL,
  `parent_id` int(11) NOT NULL,
  `parent_type` longtext NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `updated_at` datetime DEFAULT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;



DROP TABLE IF EXISTS `pcab_ninja_forms_uploads`;

CREATE TABLE `pcab_ninja_forms_uploads` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `user_id` int(11) DEFAULT NULL,
  `form_id` int(11) NOT NULL,
  `field_id` int(11) NOT NULL,
  `data` longtext CHARACTER SET utf8 NOT NULL,
  `date_updated` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;



DROP TABLE IF EXISTS `pcab_options`;

CREATE TABLE `pcab_options` (
  `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `option_name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `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=MyISAM AUTO_INCREMENT=2512 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

INSERT INTO `pcab_options` VALUES("1","siteurl","http://www.pioneercabinetry.co","yes");
INSERT INTO `pcab_options` VALUES("2","blogname","Pioneer Cabinetry","yes");
INSERT INTO `pcab_options` VALUES("3","blogdescription","The Signature of Quality and Craftsmanship","yes");
INSERT INTO `pcab_options` VALUES("4","users_can_register","0","yes");
INSERT INTO `pcab_options` VALUES("5","admin_email","rmiller@printcomm.com","yes");
INSERT INTO `pcab_options` VALUES("6","start_of_week","0","yes");
INSERT INTO `pcab_options` VALUES("7","use_balanceTags","0","yes");
INSERT INTO `pcab_options` VALUES("8","use_smilies","1","yes");
INSERT INTO `pcab_options` VALUES("9","require_name_email","1","yes");
INSERT INTO `pcab_options` VALUES("10","comments_notify","1","yes");
INSERT INTO `pcab_options` VALUES("11","posts_per_rss","10","yes");
INSERT INTO `pcab_options` VALUES("12","rss_use_excerpt","0","yes");
INSERT INTO `pcab_options` VALUES("13","mailserver_url","mail.example.com","yes");
INSERT INTO `pcab_options` VALUES("14","mailserver_login","login@example.com","yes");
INSERT INTO `pcab_options` VALUES("15","mailserver_pass","password","yes");
INSERT INTO `pcab_options` VALUES("16","mailserver_port","110","yes");
INSERT INTO `pcab_options` VALUES("17","default_category","1","yes");
INSERT INTO `pcab_options` VALUES("18","default_comment_status","open","yes");
INSERT INTO `pcab_options` VALUES("19","default_ping_status","open","yes");
INSERT INTO `pcab_options` VALUES("20","default_pingback_flag","0","yes");
INSERT INTO `pcab_options` VALUES("22","posts_per_page","10","yes");
INSERT INTO `pcab_options` VALUES("23","date_format","F j, Y","yes");
INSERT INTO `pcab_options` VALUES("24","time_format","g:i a","yes");
INSERT INTO `pcab_options` VALUES("25","links_updated_date_format","F j, Y g:i a","yes");
INSERT INTO `pcab_options` VALUES("29","comment_moderation","0","yes");
INSERT INTO `pcab_options` VALUES("30","moderation_notify","1","yes");
INSERT INTO `pcab_options` VALUES("31","permalink_structure","/%category%/%postname%/","yes");
INSERT INTO `pcab_options` VALUES("33","hack_file","0","yes");
INSERT INTO `pcab_options` VALUES("34","blog_charset","UTF-8","yes");
INSERT INTO `pcab_options` VALUES("35","moderation_keys","","no");
INSERT INTO `pcab_options` VALUES("36","active_plugins","a:16:{i:0;s:51:\"all-in-one-wp-security-and-firewall/wp-security.php\";i:1;s:53:\"child-theme-configurator/child-theme-configurator.php\";i:2;s:37:\"disable-comments/disable-comments.php\";i:3;s:34:\"divi-100-login-page/login-page.php\";i:4;s:49:\"elegant-themes-updater/elegant-themes-updater.php\";i:5;s:26:\"html5-maps/freehtmlmap.php\";i:6;s:45:\"limit-login-attempts/limit-login-attempts.php\";i:7;s:27:\"maintenance/maintenance.php\";i:8;s:36:\"ninja-forms-uploads/file-uploads.php\";i:9;s:27:\"ninja-forms/ninja-forms.php\";i:10;s:27:\"redirection/redirection.php\";i:11;s:39:\"typekit-fonts-for-wordpress/typekit.php\";i:12;s:24:\"wordpress-seo/wp-seo.php\";i:13;s:31:\"wp-nested-pages/nestedpages.php\";i:14;s:37:\"wp-store-locator/wp-store-locator.php\";i:15;s:27:\"wp-super-cache/wp-cache.php\";}","yes");
INSERT INTO `pcab_options` VALUES("37","home","http://www.pioneercabinetry.co","yes");
INSERT INTO `pcab_options` VALUES("38","category_base","","yes");
INSERT INTO `pcab_options` VALUES("39","ping_sites","http://rpc.pingomatic.com/","yes");
INSERT INTO `pcab_options` VALUES("41","comment_max_links","2","yes");
INSERT INTO `pcab_options` VALUES("42","gmt_offset","0","yes");
INSERT INTO `pcab_options` VALUES("43","default_email_category","1","yes");
INSERT INTO `pcab_options` VALUES("44","recently_edited","","no");
INSERT INTO `pcab_options` VALUES("45","template","Divi","yes");
INSERT INTO `pcab_options` VALUES("46","stylesheet","Divi-child","yes");
INSERT INTO `pcab_options` VALUES("47","comment_whitelist","1","yes");
INSERT INTO `pcab_options` VALUES("48","blacklist_keys","","no");
INSERT INTO `pcab_options` VALUES("49","comment_registration","0","yes");
INSERT INTO `pcab_options` VALUES("51","html_type","text/html","yes");
INSERT INTO `pcab_options` VALUES("52","use_trackback","0","yes");
INSERT INTO `pcab_options` VALUES("53","default_role","subscriber","yes");
INSERT INTO `pcab_options` VALUES("54","db_version","38590","yes");
INSERT INTO `pcab_options` VALUES("55","uploads_use_yearmonth_folders","1","yes");
INSERT INTO `pcab_options` VALUES("56","upload_path","/home/pioneercabinetry/public_html/wp-content/uploads","yes");
INSERT INTO `pcab_options` VALUES("57","blog_public","1","yes");
INSERT INTO `pcab_options` VALUES("58","default_link_category","2","yes");
INSERT INTO `pcab_options` VALUES("59","show_on_front","page","yes");
INSERT INTO `pcab_options` VALUES("60","tag_base","","yes");
INSERT INTO `pcab_options` VALUES("61","show_avatars","1","yes");
INSERT INTO `pcab_options` VALUES("62","avatar_rating","G","yes");
INSERT INTO `pcab_options` VALUES("63","upload_url_path","","yes");
INSERT INTO `pcab_options` VALUES("64","thumbnail_size_w","150","yes");
INSERT INTO `pcab_options` VALUES("65","thumbnail_size_h","150","yes");
INSERT INTO `pcab_options` VALUES("66","thumbnail_crop","1","yes");
INSERT INTO `pcab_options` VALUES("67","medium_size_w","300","yes");
INSERT INTO `pcab_options` VALUES("68","medium_size_h","300","yes");
INSERT INTO `pcab_options` VALUES("69","avatar_default","mystery","yes");
INSERT INTO `pcab_options` VALUES("72","large_size_w","1024","yes");
INSERT INTO `pcab_options` VALUES("73","large_size_h","1024","yes");
INSERT INTO `pcab_options` VALUES("74","image_default_link_type","file","yes");
INSERT INTO `pcab_options` VALUES("75","image_default_size","","yes");
INSERT INTO `pcab_options` VALUES("76","image_default_align","","yes");
INSERT INTO `pcab_options` VALUES("77","close_comments_for_old_posts","0","yes");
INSERT INTO `pcab_options` VALUES("78","close_comments_days_old","14","yes");
INSERT INTO `pcab_options` VALUES("79","thread_comments","1","yes");
INSERT INTO `pcab_options` VALUES("80","thread_comments_depth","5","yes");
INSERT INTO `pcab_options` VALUES("81","page_comments","0","yes");
INSERT INTO `pcab_options` VALUES("82","comments_per_page","50","yes");
INSERT INTO `pcab_options` VALUES("83","default_comments_page","newest","yes");
INSERT INTO `pcab_options` VALUES("84","comment_order","asc","yes");
INSERT INTO `pcab_options` VALUES("85","sticky_posts","a:0:{}","yes");
INSERT INTO `pcab_options` VALUES("86","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");
INSERT INTO `pcab_options` VALUES("87","widget_text","a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}","yes");
INSERT INTO `pcab_options` VALUES("88","widget_rss","a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}","yes");
INSERT INTO `pcab_options` VALUES("89","timezone_string","America/Detroit","yes");
INSERT INTO `pcab_options` VALUES("91","embed_size_w","","yes");
INSERT INTO `pcab_options` VALUES("92","embed_size_h","600","yes");
INSERT INTO `pcab_options` VALUES("93","page_for_posts","0","yes");
INSERT INTO `pcab_options` VALUES("94","page_on_front","8","yes");
INSERT INTO `pcab_options` VALUES("95","pcab_user_roles","a:6:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:76:{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:20:\"manage_wpsl_settings\";b:1;s:10:\"edit_store\";b:1;s:10:\"read_store\";b:1;s:12:\"delete_store\";b:1;s:11:\"edit_stores\";b:1;s:18:\"edit_others_stores\";b:1;s:14:\"publish_stores\";b:1;s:19:\"read_private_stores\";b:1;s:13:\"delete_stores\";b:1;s:21:\"delete_private_stores\";b:1;s:23:\"delete_published_stores\";b:1;s:20:\"delete_others_stores\";b:1;s:19:\"edit_private_stores\";b:1;s:21:\"edit_published_stores\";b:1;s:15:\"wpseo_bulk_edit\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:35:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:26:\"wpsl_store_locator_manager\";a:2:{s:4:\"name\";s:21:\"Store Locator Manager\";s:12:\"capabilities\";a:37:{s:4:\"read\";b:1;s:10:\"edit_posts\";b:1;s:12:\"delete_posts\";b:1;s:15:\"unfiltered_html\";b:1;s:12:\"upload_files\";b:1;s:19:\"delete_others_pages\";b:1;s:19:\"delete_others_posts\";b:1;s:12:\"delete_pages\";b:1;s:20:\"delete_private_pages\";b:1;s:20:\"delete_private_posts\";b:1;s:22:\"delete_published_pages\";b:1;s:22:\"delete_published_posts\";b:1;s:17:\"edit_others_pages\";b:1;s:17:\"edit_others_posts\";b:1;s:10:\"edit_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"edit_private_posts\";b:1;s:20:\"edit_published_pages\";b:1;s:20:\"edit_published_posts\";b:1;s:17:\"moderate_comments\";b:1;s:13:\"publish_pages\";b:1;s:13:\"publish_posts\";b:1;s:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:10:\"edit_store\";b:1;s:10:\"read_store\";b:1;s:12:\"delete_store\";b:1;s:11:\"edit_stores\";b:1;s:18:\"edit_others_stores\";b:1;s:14:\"publish_stores\";b:1;s:19:\"read_private_stores\";b:1;s:13:\"delete_stores\";b:1;s:21:\"delete_private_stores\";b:1;s:23:\"delete_published_stores\";b:1;s:20:\"delete_others_stores\";b:1;s:19:\"edit_private_stores\";b:1;s:21:\"edit_published_stores\";b:1;}}}","yes");
INSERT INTO `pcab_options` VALUES("96","widget_search","a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}","yes");
INSERT INTO `pcab_options` VALUES("97","widget_recent-posts","a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}","yes");
INSERT INTO `pcab_options` VALUES("98","widget_recent-comments","a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}","yes");
INSERT INTO `pcab_options` VALUES("99","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");
INSERT INTO `pcab_options` VALUES("100","widget_meta","a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}","yes");
INSERT INTO `pcab_options` VALUES("101","sidebars_widgets","a:7:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:5:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:10:\"archives-2\";i:3;s:12:\"categories-2\";i:4;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}s:9:\"sidebar-4\";a:0:{}s:9:\"sidebar-5\";a:0:{}s:13:\"array_version\";i:3;}","yes");
INSERT INTO `pcab_options` VALUES("102","ftp_credentials","a:3:{s:8:\"hostname\";s:9:\"localhost\";s:8:\"username\";N;s:15:\"connection_type\";s:3:\"ftp\";}","yes");
INSERT INTO `pcab_options` VALUES("103","widget_pages","a:1:{s:12:\"_multiwidget\";i:1;}","yes");
INSERT INTO `pcab_options` VALUES("104","widget_calendar","a:1:{s:12:\"_multiwidget\";i:1;}","yes");
INSERT INTO `pcab_options` VALUES("105","widget_links","a:1:{s:12:\"_multiwidget\";i:1;}","yes");
INSERT INTO `pcab_options` VALUES("106","widget_media_audio","a:1:{s:12:\"_multiwidget\";i:1;}","yes");
INSERT INTO `pcab_options` VALUES("107","widget_media_image","a:1:{s:12:\"_multiwidget\";i:1;}","yes");
INSERT INTO `pcab_options` VALUES("108","widget_media_video","a:1:{s:12:\"_multiwidget\";i:1;}","yes");
INSERT INTO `pcab_options` VALUES("109","widget_tag_cloud","a:1:{s:12:\"_multiwidget\";i:1;}","yes");
INSERT INTO `pcab_options` VALUES("110","widget_nav_menu","a:1:{s:12:\"_multiwidget\";i:1;}","yes");
INSERT INTO `pcab_options` VALUES("111","widget_custom_html","a:1:{s:12:\"_multiwidget\";i:1;}","yes");
INSERT INTO `pcab_options` VALUES("112","rewrite_rules","a:201:{s:10:\"project/?$\";s:27:\"index.php?post_type=project\";s:40:\"project/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=project&feed=$matches[1]\";s:35:\"project/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=project&feed=$matches[1]\";s:27:\"project/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=project&paged=$matches[1]\";s:19:\"sitemap_index\\.xml$\";s:19:\"index.php?sitemap=1\";s:31:\"([^/]+?)-sitemap([0-9]+)?\\.xml$\";s:51:\"index.php?sitemap=$matches[1]&sitemap_n=$matches[2]\";s:24:\"([a-z]+)?-?sitemap\\.xsl$\";s:25:\"index.php?xsl=$matches[1]\";s:9:\"nf_sub/?$\";s:26:\"index.php?post_type=nf_sub\";s:39:\"nf_sub/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?post_type=nf_sub&feed=$matches[1]\";s:34:\"nf_sub/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?post_type=nf_sub&feed=$matches[1]\";s:26:\"nf_sub/page/([0-9]{1,})/?$\";s:44:\"index.php?post_type=nf_sub&paged=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s: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:40:\"et_pb_layout/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"et_pb_layout/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"et_pb_layout/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"et_pb_layout/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"et_pb_layout/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"et_pb_layout/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"et_pb_layout/([^/]+)/embed/?$\";s:60:\"index.php?post_type=et_pb_layout&name=$matches[1]&embed=true\";s:33:\"et_pb_layout/([^/]+)/trackback/?$\";s:54:\"index.php?post_type=et_pb_layout&name=$matches[1]&tb=1\";s:41:\"et_pb_layout/([^/]+)/page/?([0-9]{1,})/?$\";s:67:\"index.php?post_type=et_pb_layout&name=$matches[1]&paged=$matches[2]\";s:48:\"et_pb_layout/([^/]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?post_type=et_pb_layout&name=$matches[1]&cpage=$matches[2]\";s:37:\"et_pb_layout/([^/]+)(?:/([0-9]+))?/?$\";s:66:\"index.php?post_type=et_pb_layout&name=$matches[1]&page=$matches[2]\";s:29:\"et_pb_layout/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"et_pb_layout/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"et_pb_layout/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"et_pb_layout/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"et_pb_layout/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"et_pb_layout/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:46:\"scope/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?scope=$matches[1]&feed=$matches[2]\";s:41:\"scope/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?scope=$matches[1]&feed=$matches[2]\";s:22:\"scope/([^/]+)/embed/?$\";s:38:\"index.php?scope=$matches[1]&embed=true\";s:34:\"scope/([^/]+)/page/?([0-9]{1,})/?$\";s:45:\"index.php?scope=$matches[1]&paged=$matches[2]\";s:16:\"scope/([^/]+)/?$\";s:27:\"index.php?scope=$matches[1]\";s:52:\"layout_type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?layout_type=$matches[1]&feed=$matches[2]\";s:47:\"layout_type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?layout_type=$matches[1]&feed=$matches[2]\";s:28:\"layout_type/([^/]+)/embed/?$\";s:44:\"index.php?layout_type=$matches[1]&embed=true\";s:40:\"layout_type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?layout_type=$matches[1]&paged=$matches[2]\";s:22:\"layout_type/([^/]+)/?$\";s:33:\"index.php?layout_type=$matches[1]\";s:53:\"module_width/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?module_width=$matches[1]&feed=$matches[2]\";s:48:\"module_width/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?module_width=$matches[1]&feed=$matches[2]\";s:29:\"module_width/([^/]+)/embed/?$\";s:45:\"index.php?module_width=$matches[1]&embed=true\";s:41:\"module_width/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?module_width=$matches[1]&paged=$matches[2]\";s:23:\"module_width/([^/]+)/?$\";s:34:\"index.php?module_width=$matches[1]\";s:56:\"layout_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?layout_category=$matches[1]&feed=$matches[2]\";s:51:\"layout_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?layout_category=$matches[1]&feed=$matches[2]\";s:32:\"layout_category/([^/]+)/embed/?$\";s:48:\"index.php?layout_category=$matches[1]&embed=true\";s:44:\"layout_category/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?layout_category=$matches[1]&paged=$matches[2]\";s:26:\"layout_category/([^/]+)/?$\";s:37:\"index.php?layout_category=$matches[1]\";s:35:\"project/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"project/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"project/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"project/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"project/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"project/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"project/([^/]+)/embed/?$\";s:40:\"index.php?project=$matches[1]&embed=true\";s:28:\"project/([^/]+)/trackback/?$\";s:34:\"index.php?project=$matches[1]&tb=1\";s:48:\"project/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?project=$matches[1]&feed=$matches[2]\";s:43:\"project/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?project=$matches[1]&feed=$matches[2]\";s:36:\"project/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?project=$matches[1]&paged=$matches[2]\";s:43:\"project/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?project=$matches[1]&cpage=$matches[2]\";s:32:\"project/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?project=$matches[1]&page=$matches[2]\";s:24:\"project/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"project/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"project/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"project/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"project/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"project/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:57:\"project_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?project_category=$matches[1]&feed=$matches[2]\";s:52:\"project_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?project_category=$matches[1]&feed=$matches[2]\";s:33:\"project_category/([^/]+)/embed/?$\";s:49:\"index.php?project_category=$matches[1]&embed=true\";s:45:\"project_category/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?project_category=$matches[1]&paged=$matches[2]\";s:27:\"project_category/([^/]+)/?$\";s:38:\"index.php?project_category=$matches[1]\";s:52:\"project_tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?project_tag=$matches[1]&feed=$matches[2]\";s:47:\"project_tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?project_tag=$matches[1]&feed=$matches[2]\";s:28:\"project_tag/([^/]+)/embed/?$\";s:44:\"index.php?project_tag=$matches[1]&embed=true\";s:40:\"project_tag/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?project_tag=$matches[1]&paged=$matches[2]\";s:22:\"project_tag/([^/]+)/?$\";s:33:\"index.php?project_tag=$matches[1]\";s:34:\"nf_sub/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"nf_sub/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"nf_sub/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"nf_sub/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"nf_sub/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"nf_sub/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:23:\"nf_sub/([^/]+)/embed/?$\";s:39:\"index.php?nf_sub=$matches[1]&embed=true\";s:27:\"nf_sub/([^/]+)/trackback/?$\";s:33:\"index.php?nf_sub=$matches[1]&tb=1\";s:47:\"nf_sub/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?nf_sub=$matches[1]&feed=$matches[2]\";s:42:\"nf_sub/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?nf_sub=$matches[1]&feed=$matches[2]\";s:35:\"nf_sub/([^/]+)/page/?([0-9]{1,})/?$\";s:46:\"index.php?nf_sub=$matches[1]&paged=$matches[2]\";s:42:\"nf_sub/([^/]+)/comment-page-([0-9]{1,})/?$\";s:46:\"index.php?nf_sub=$matches[1]&cpage=$matches[2]\";s:31:\"nf_sub/([^/]+)(?:/([0-9]+))?/?$\";s:45:\"index.php?nf_sub=$matches[1]&page=$matches[2]\";s:23:\"nf_sub/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:33:\"nf_sub/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:53:\"nf_sub/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"nf_sub/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"nf_sub/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:29:\"nf_sub/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"np-redirect/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"np-redirect/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"np-redirect/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"np-redirect/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"np-redirect/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"np-redirect/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"np-redirect/(.+?)/embed/?$\";s:44:\"index.php?np-redirect=$matches[1]&embed=true\";s:30:\"np-redirect/(.+?)/trackback/?$\";s:38:\"index.php?np-redirect=$matches[1]&tb=1\";s:38:\"np-redirect/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?np-redirect=$matches[1]&paged=$matches[2]\";s:45:\"np-redirect/(.+?)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?np-redirect=$matches[1]&cpage=$matches[2]\";s:34:\"np-redirect/(.+?)(?:/([0-9]+))?/?$\";s:50:\"index.php?np-redirect=$matches[1]&page=$matches[2]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:38:\"index.php?&page_id=8&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:31:\".+?/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\".+?/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\".+?/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\".+?/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\".+?/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\".+?/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:22:\"(.+?)/([^/]+)/embed/?$\";s:63:\"index.php?category_name=$matches[1]&name=$matches[2]&embed=true\";s:26:\"(.+?)/([^/]+)/trackback/?$\";s:57:\"index.php?category_name=$matches[1]&name=$matches[2]&tb=1\";s:46:\"(.+?)/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:69:\"index.php?category_name=$matches[1]&name=$matches[2]&feed=$matches[3]\";s:41:\"(.+?)/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:69:\"index.php?category_name=$matches[1]&name=$matches[2]&feed=$matches[3]\";s:34:\"(.+?)/([^/]+)/page/?([0-9]{1,})/?$\";s:70:\"index.php?category_name=$matches[1]&name=$matches[2]&paged=$matches[3]\";s:41:\"(.+?)/([^/]+)/comment-page-([0-9]{1,})/?$\";s:70:\"index.php?category_name=$matches[1]&name=$matches[2]&cpage=$matches[3]\";s:30:\"(.+?)/([^/]+)(?:/([0-9]+))?/?$\";s:69:\"index.php?category_name=$matches[1]&name=$matches[2]&page=$matches[3]\";s:20:\".+?/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:30:\".+?/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:50:\".+?/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:45:\".+?/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:45:\".+?/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:26:\".+?/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:38:\"(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:33:\"(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:14:\"(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:26:\"(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:33:\"(.+?)/comment-page-([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&cpage=$matches[2]\";s:8:\"(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";}","yes");
INSERT INTO `pcab_options` VALUES("113","uninstall_plugins","a:5:{s:27:\"wp-super-cache/wp-cache.php\";s:22:\"wpsupercache_uninstall\";s:53:\"child-theme-configurator/child-theme-configurator.php\";s:22:\"chld_thm_cfg_uninstall\";s:26:\"html5-maps/freehtmlmap.php\";s:25:\"free_map_plugin_uninstall\";s:27:\"ninja-forms/ninja-forms.php\";s:21:\"ninja_forms_uninstall\";s:27:\"redirection/redirection.php\";a:2:{i:0;s:17:\"Redirection_Admin\";i:1;s:16:\"plugin_uninstall\";}}","no");
INSERT INTO `pcab_options` VALUES("114","default_post_format","0","yes");
INSERT INTO `pcab_options` VALUES("115","link_manager_enabled","1","yes");
INSERT INTO `pcab_options` VALUES("116","finished_splitting_shared_terms","1","yes");
INSERT INTO `pcab_options` VALUES("117","site_icon","0","yes");
INSERT INTO `pcab_options` VALUES("118","medium_large_size_w","768","yes");
INSERT INTO `pcab_options` VALUES("119","medium_large_size_h","0","yes");
INSERT INTO `pcab_options` VALUES("120","initial_db_version","15260","yes");
INSERT INTO `pcab_options` VALUES("124","WPLANG","en","yes");
INSERT INTO `pcab_options` VALUES("122","cron","a:11:{i:1518199115;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:1518199197;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:1518200105;a:1:{s:23:\"aiowps_daily_cron_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1518201111;a:1:{s:22:\"redirection_log_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:1518201270;a:1:{s:19:\"wpseo-reindex-links\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1518202303;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1518205477;a:1:{s:21:\"et_cron_check_account\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1518273830;a:1:{s:13:\"nf_optin_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"nf-monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2678400;}}}i:1518322505;a:1:{s:24:\"aiowps_hourly_cron_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1520448874;a:1:{s:32:\"et_core_page_resource_auto_clear\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:7:\"monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2592000;}}}s:7:\"version\";i:2;}","yes");
INSERT INTO `pcab_options` VALUES("123","db_upgraded","","yes");
INSERT INTO `pcab_options` VALUES("131","_transient_update_plugins","O:8:\"stdClass\":1:{s:12:\"last_checked\";i:0;}","yes");
INSERT INTO `pcab_options` VALUES("126","_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.9.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.9.4.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.9.4-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.4-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.9.4\";s:7:\"version\";s:5:\"4.9.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:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.9.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.9.4.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.9.4-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.4-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.9.4\";s:7:\"version\";s:5:\"4.9.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\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.8.5.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.8.5.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.8.5-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.8.5-new-bundled.zip\";s:7:\"partial\";s:69:\"https://downloads.wordpress.org/release/wordpress-4.8.5-partial-1.zip\";s:8:\"rollback\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.8.5-rollback-1.zip\";}s:7:\"current\";s:5:\"4.8.5\";s:7:\"version\";s:5:\"4.8.5\";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:5:\"4.8.1\";s:9:\"new_files\";s:0:\"\";}}s:12:\"last_checked\";i:1518171861;s:15:\"version_checked\";s:5:\"4.8.1\";s:12:\"translations\";a:0:{}}","no");
INSERT INTO `pcab_options` VALUES("183","aiowpsec_db_version","1.9","yes");
INSERT INTO `pcab_options` VALUES("184","aio_wp_security_configs","a:83:{s:19:\"aiowps_enable_debug\";s:0:\"\";s:36:\"aiowps_remove_wp_generator_meta_info\";s:1:\"1\";s:25:\"aiowps_prevent_hotlinking\";s:1:\"1\";s:28:\"aiowps_enable_login_lockdown\";s:1:\"1\";s:28:\"aiowps_allow_unlock_requests\";s:0:\"\";s:25:\"aiowps_max_login_attempts\";i:3;s:24:\"aiowps_retry_time_period\";i:5;s:26:\"aiowps_lockout_time_length\";i:60;s:28:\"aiowps_set_generic_login_msg\";s:1:\"1\";s:26:\"aiowps_enable_email_notify\";s:1:\"1\";s:20:\"aiowps_email_address\";s:21:\"rmiller@printcomm.com\";s:27:\"aiowps_enable_forced_logout\";s:0:\"\";s:25:\"aiowps_logout_time_period\";s:2:\"60\";s:39:\"aiowps_enable_invalid_username_lockdown\";s:1:\"1\";s:43:\"aiowps_instantly_lockout_specific_usernames\";a:0:{}s:32:\"aiowps_unlock_request_secret_key\";s:20:\"gajztjv8t1la5vq1jkik\";s:35:\"aiowps_lockdown_enable_whitelisting\";s:0:\"\";s:36:\"aiowps_lockdown_allowed_ip_addresses\";s:0:\"\";s:26:\"aiowps_enable_whitelisting\";s:0:\"\";s:27:\"aiowps_allowed_ip_addresses\";s:0:\"\";s:27:\"aiowps_enable_login_captcha\";s:0:\"\";s:34:\"aiowps_enable_custom_login_captcha\";s:0:\"\";s:25:\"aiowps_captcha_secret_key\";s:20:\"8ludyt17z9eorui0uv13\";s:42:\"aiowps_enable_manual_registration_approval\";s:1:\"1\";s:39:\"aiowps_enable_registration_page_captcha\";s:1:\"1\";s:35:\"aiowps_enable_registration_honeypot\";s:0:\"\";s:27:\"aiowps_enable_random_prefix\";s:0:\"\";s:31:\"aiowps_enable_automated_backups\";s:1:\"1\";s:26:\"aiowps_db_backup_frequency\";i:4;s:25:\"aiowps_db_backup_interval\";s:1:\"2\";s:26:\"aiowps_backup_files_stored\";i:2;s:32:\"aiowps_send_backup_email_address\";s:1:\"1\";s:27:\"aiowps_backup_email_address\";s:21:\"rmiller@printcomm.com\";s:27:\"aiowps_disable_file_editing\";s:0:\"\";s:37:\"aiowps_prevent_default_wp_file_access\";s:0:\"\";s:22:\"aiowps_system_log_file\";s:9:\"error_log\";s:26:\"aiowps_enable_blacklisting\";s:0:\"\";s:26:\"aiowps_banned_ip_addresses\";s:0:\"\";s:28:\"aiowps_enable_basic_firewall\";s:1:\"1\";s:31:\"aiowps_enable_pingback_firewall\";s:0:\"\";s:38:\"aiowps_disable_xmlrpc_pingback_methods\";s:1:\"1\";s:34:\"aiowps_block_debug_log_file_access\";s:1:\"1\";s:26:\"aiowps_disable_index_views\";s:1:\"1\";s:30:\"aiowps_disable_trace_and_track\";s:0:\"\";s:28:\"aiowps_forbid_proxy_comments\";s:1:\"1\";s:29:\"aiowps_deny_bad_query_strings\";s:1:\"1\";s:34:\"aiowps_advanced_char_string_filter\";s:1:\"1\";s:25:\"aiowps_enable_5g_firewall\";s:0:\"\";s:25:\"aiowps_enable_6g_firewall\";s:1:\"1\";s:26:\"aiowps_enable_custom_rules\";s:0:\"\";s:19:\"aiowps_custom_rules\";s:0:\"\";s:25:\"aiowps_enable_404_logging\";s:0:\"\";s:28:\"aiowps_enable_404_IP_lockout\";s:0:\"\";s:30:\"aiowps_404_lockout_time_length\";s:2:\"60\";s:28:\"aiowps_404_lock_redirect_url\";s:16:\"http://127.0.0.1\";s:31:\"aiowps_enable_rename_login_page\";s:0:\"\";s:28:\"aiowps_enable_login_honeypot\";s:1:\"1\";s:43:\"aiowps_enable_brute_force_attack_prevention\";s:0:\"\";s:30:\"aiowps_brute_force_secret_word\";s:0:\"\";s:24:\"aiowps_cookie_brute_test\";s:0:\"\";s:44:\"aiowps_cookie_based_brute_force_redirect_url\";s:16:\"http://127.0.0.1\";s:59:\"aiowps_brute_force_attack_prevention_pw_protected_exception\";s:0:\"\";s:51:\"aiowps_brute_force_attack_prevention_ajax_exception\";s:0:\"\";s:19:\"aiowps_site_lockout\";s:0:\"\";s:23:\"aiowps_site_lockout_msg\";s:0:\"\";s:30:\"aiowps_enable_spambot_blocking\";s:1:\"1\";s:29:\"aiowps_enable_comment_captcha\";s:1:\"1\";s:31:\"aiowps_enable_autoblock_spam_ip\";s:0:\"\";s:33:\"aiowps_spam_ip_min_comments_block\";s:0:\"\";s:32:\"aiowps_enable_automated_fcd_scan\";s:0:\"\";s:25:\"aiowps_fcd_scan_frequency\";s:1:\"4\";s:24:\"aiowps_fcd_scan_interval\";s:1:\"2\";s:28:\"aiowps_fcd_exclude_filetypes\";s:0:\"\";s:24:\"aiowps_fcd_exclude_files\";s:0:\"\";s:26:\"aiowps_send_fcd_scan_email\";s:0:\"\";s:29:\"aiowps_fcd_scan_email_address\";s:21:\"rmiller@printcomm.com\";s:27:\"aiowps_fcds_change_detected\";b:0;s:22:\"aiowps_copy_protection\";s:1:\"1\";s:40:\"aiowps_prevent_site_display_inside_frame\";s:1:\"1\";s:32:\"aiowps_prevent_users_enumeration\";s:0:\"\";s:28:\"aiowps_block_fake_googlebots\";s:1:\"1\";s:35:\"aiowps_enable_lost_password_captcha\";s:1:\"1\";s:23:\"aiowps_last_backup_time\";s:19:\"2018-01-12 19:14:15\";}","yes");
INSERT INTO `pcab_options` VALUES("180","_site_transient_wporg_theme_feature_list","a:3:{s:6:\"Layout\";a:7:{i:0;s:11:\"grid-layout\";i:1;s:10:\"one-column\";i:2;s:11:\"two-columns\";i:3;s:13:\"three-columns\";i:4;s:12:\"four-columns\";i:5;s:12:\"left-sidebar\";i:6;s:13:\"right-sidebar\";}s:8:\"Features\";a:20:{i:0;s:19:\"accessibility-ready\";i:1;s:10:\"buddypress\";i:2;s:17:\"custom-background\";i:3;s:13:\"custom-colors\";i:4;s:13:\"custom-header\";i:5;s:11:\"custom-menu\";i:6;s:12:\"editor-style\";i:7;s:21:\"featured-image-header\";i:8;s:15:\"featured-images\";i:9;s:15:\"flexible-header\";i:10;s:14:\"footer-widgets\";i:11;s:20:\"front-page-post-form\";i:12;s:19:\"full-width-template\";i:13;s:12:\"microformats\";i:14;s:12:\"post-formats\";i:15;s:20:\"rtl-language-support\";i:16;s:11:\"sticky-post\";i:17;s:13:\"theme-options\";i:18;s:17:\"threaded-comments\";i:19;s:17:\"translation-ready\";}s:7:\"Subject\";a:9:{i:0;s:4:\"blog\";i:1;s:10:\"e-commerce\";i:2;s:9:\"education\";i:3;s:13:\"entertainment\";i:4;s:14:\"food-and-drink\";i:5;s:7:\"holiday\";i:6;s:4:\"news\";i:7;s:11:\"photography\";i:8;s:9:\"portfolio\";}}","no");
INSERT INTO `pcab_options` VALUES("178","_site_transient_update_themes","O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1518171863;s:7:\"checked\";a:3:{s:10:\"Divi-child\";s:17:\"3.0.72.1504896903\";s:4:\"Divi\";s:6:\"3.0.72\";s:15:\"twentyseventeen\";s:3:\"1.3\";}s:8:\"response\";a:2:{s:15:\"twentyseventeen\";a:4:{s:5:\"theme\";s:15:\"twentyseventeen\";s:11:\"new_version\";s:3:\"1.4\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentyseventeen/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentyseventeen.1.4.zip\";}s:4:\"Divi\";a:3:{s:11:\"new_version\";s:7:\"3.0.101\";s:3:\"url\";s:52:\"https://www.elegantthemes.com/api/changelog/divi.txt\";s:7:\"package\";s:140:\"https://www.elegantthemes.com/api/api_downloads.php?api_update=1&theme=Divi&api_key=b83cbda297b40a67cdbac710473eaef2288a32bd&username=pcmics\";}}s:12:\"translations\";a:0:{}}","no");
INSERT INTO `pcab_options` VALUES("179","_site_transient_timeout_wporg_theme_feature_list","1504906558","no");
INSERT INTO `pcab_options` VALUES("132","_transient_update_themes","O:8:\"stdClass\":1:{s:12:\"last_checked\";i:0;}","yes");
INSERT INTO `pcab_options` VALUES("133","theme_mods_twentyseventeen","a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1504896874;s:4:\"data\";a:7:{s:19:\"wp_inactive_widgets\";a:0:{}s:18:\"orphaned_widgets_1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:18:\"orphaned_widgets_2\";a:0:{}s:18:\"orphaned_widgets_3\";a:0:{}s:18:\"orphaned_widgets_4\";a:0:{}s:18:\"orphaned_widgets_5\";a:0:{}s:18:\"orphaned_widgets_6\";a:0:{}}}}","yes");
INSERT INTO `pcab_options` VALUES("154","can_compress_scripts","0","no");
INSERT INTO `pcab_options` VALUES("135","wpem_log","{\"datetime\":\"2017-09-08T17:59:45+00:00\",\"fqdn\":\"p3plcpnl0804.prod.phx3.secureserver.net\",\"site_url\":\"http:\\/\\/www.pioneercabinetry.co\",\"account_id\":\"pioneercabinetry\",\"user_email\":\"rmiller@printcomm.com\",\"locale\":\"en\",\"wp_version\":\"4.8.1\",\"wpem_version\":\"2.1.0\",\"geodata\":{\"city\":\"Richmond\",\"country_code\":\"US\",\"country_name\":\"United States\",\"latitude\":\"42.845\",\"longitude\":\"-82.800\",\"postal_code\":\"48062\",\"region_code\":\"MI\",\"region_name\":\"Michigan\",\"timezone\":\"America\\/Detroit\"},\"is_fresh_wp\":true,\"steps\":{\"start\":{\"took\":\"3.318\",\"fields\":{\"wpem_continue\":\"yes\"}},\"settings\":{\"took\":\"28.204\",\"fields\":{\"wpem_site_type\":\"standard\",\"wpem_site_industry\":\"constructionservices\",\"blogname\":\"Pioneer Cabinetry\",\"blogdescription\":\"The Signature of Quality and Craftsmanship\"}},\"contact\":{\"fields\":{\"wpem_contact_info\":{\"email\":\"\",\"phone\":\"\",\"fax\":\"\",\"address\":\"\"}}}},\"took\":\"31.522\"}","yes");
INSERT INTO `pcab_options` VALUES("138","_transient_timeout_wpaas_stock_photos_d3_categories","1504979997","no");
INSERT INTO `pcab_options` VALUES("139","_transient_wpaas_stock_photos_d3_categories","a:2733:{s:6:\"active\";a:2:{s:12:\"display_name\";s:11:\"Active Life\";s:10:\"popularity\";d:0.159700000000000008615330671091214753687381744384765625;}s:18:\"amateursportsteams\";a:2:{s:12:\"display_name\";s:20:\"Amateur Sports Teams\";s:10:\"popularity\";d:0.00169999999999999990528409821166633264510892331600189208984375;}s:14:\"amusementparks\";a:2:{s:12:\"display_name\";s:14:\"Amusement Park\";s:10:\"popularity\";d:0.00200000000000000004163336342344337026588618755340576171875;}s:21:\"amusementridesupplier\";a:2:{s:12:\"display_name\";s:23:\"Amusement Ride Supplier\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:8:\"fountain\";a:2:{s:12:\"display_name\";s:8:\"Fountain\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:9:\"ghosttown\";a:2:{s:12:\"display_name\";s:10:\"Ghost Town\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:9:\"themepark\";a:2:{s:12:\"display_name\";s:10:\"Theme Park\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:9:\"waterpark\";a:2:{s:12:\"display_name\";s:10:\"Water Park\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:9:\"aquariums\";a:2:{s:12:\"display_name\";s:8:\"Aquarium\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:15:\"archeryshooting\";a:2:{s:12:\"display_name\";s:18:\"Archery & Shooting\";s:10:\"popularity\";d:0.00200000000000000004163336342344337026588618755340576171875;}s:7:\"archery\";a:2:{s:12:\"display_name\";s:7:\"Archery\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:7:\"gunclub\";a:2:{s:12:\"display_name\";s:8:\"Gun Club\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:9:\"badminton\";a:2:{s:12:\"display_name\";s:9:\"Badminton\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:14:\"badmintoncourt\";a:2:{s:12:\"display_name\";s:15:\"Badminton Court\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:7:\"beaches\";a:2:{s:12:\"display_name\";s:7:\"Beaches\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:11:\"bikerentals\";a:2:{s:12:\"display_name\";s:12:\"Bike Rentals\";s:10:\"popularity\";d:0.0030999999999999998910593657086565144709311425685882568359375;}s:7:\"boating\";a:2:{s:12:\"display_name\";s:7:\"Boating\";s:10:\"popularity\";d:0.00540000000000000028588242884097780915908515453338623046875;}s:7:\"bowling\";a:2:{s:12:\"display_name\";s:7:\"Bowling\";s:10:\"popularity\";d:0.0022000000000000001325328735646280620130710303783416748046875;}s:9:\"boxinggym\";a:2:{s:12:\"display_name\";s:10:\"Boxing Gym\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:5:\"camps\";a:2:{s:12:\"display_name\";s:5:\"Camps\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:14:\"carracingtrack\";a:2:{s:12:\"display_name\";s:16:\"Car Racing Track\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:15:\"chessinstructor\";a:2:{s:12:\"display_name\";s:16:\"Chess Instructor\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:8:\"climbing\";a:2:{s:12:\"display_name\";s:8:\"Climbing\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:11:\"countryclub\";a:2:{s:12:\"display_name\";s:12:\"Country Club\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:8:\"discgolf\";a:2:{s:12:\"display_name\";s:9:\"Disc Golf\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:6:\"diving\";a:2:{s:12:\"display_name\";s:6:\"Diving\";s:10:\"popularity\";d:0.004499999999999999659994198708545809495262801647186279296875;}s:10:\"freediving\";a:2:{s:12:\"display_name\";s:11:\"Free Diving\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:5:\"scuba\";a:2:{s:12:\"display_name\";s:12:\"Scuba Diving\";s:10:\"popularity\";d:0.00370000000000000016375789613221058971248567104339599609375;}s:10:\"equestrian\";a:2:{s:12:\"display_name\";s:10:\"Equestrian\";s:10:\"popularity\";d:0.00189999999999999999618360835285102439229376614093780517578125;}s:15:\"ponyrideservice\";a:2:{s:12:\"display_name\";s:17:\"Pony Ride Service\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:6:\"rodeos\";a:2:{s:12:\"display_name\";s:6:\"Rodeos\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:13:\"fencingschool\";a:2:{s:12:\"display_name\";s:14:\"Fencing School\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:7:\"fishing\";a:2:{s:12:\"display_name\";s:7:\"Fishing\";s:10:\"popularity\";d:0.0230999999999999990063503929604848963208496570587158203125;}s:11:\"fishingarea\";a:2:{s:12:\"display_name\";s:12:\"Fishing Area\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:11:\"fishingcamp\";a:2:{s:12:\"display_name\";s:12:\"Fishing Camp\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:14:\"fishingcharter\";a:2:{s:12:\"display_name\";s:15:\"Fishing Charter\";s:10:\"popularity\";d:0.015800000000000001543210004228967591188848018646240234375;}s:11:\"fishingclub\";a:2:{s:12:\"display_name\";s:12:\"Fishing Club\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:7:\"fitness\";a:2:{s:12:\"display_name\";s:21:\"Fitness & Instruction\";s:10:\"popularity\";d:0.08329999999999999904520819882236537523567676544189453125;}s:18:\"aerobicsinstructor\";a:2:{s:12:\"display_name\";s:19:\"Aerobics Instructor\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:12:\"barreclasses\";a:2:{s:12:\"display_name\";s:13:\"Barre Classes\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:9:\"bootcamps\";a:2:{s:12:\"display_name\";s:10:\"Boot Camps\";s:10:\"popularity\";d:0.003599999999999999901467706564517357037402689456939697265625;}s:6:\"boxing\";a:2:{s:12:\"display_name\";s:6:\"Boxing\";s:10:\"popularity\";d:0.00169999999999999990528409821166633264510892331600189208984375;}s:11:\"cricketclub\";a:2:{s:12:\"display_name\";s:12:\"Cricket Club\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:11:\"dancestudio\";a:2:{s:12:\"display_name\";s:12:\"Dance Studio\";s:10:\"popularity\";d:0.006799999999999999621136392846665330580435693264007568359375;}s:4:\"gyms\";a:2:{s:12:\"display_name\";s:3:\"Gym\";s:10:\"popularity\";d:0.0131999999999999999278355033993648248724639415740966796875;}s:11:\"martialarts\";a:2:{s:12:\"display_name\";s:12:\"Martial Arts\";s:10:\"popularity\";d:0.0162999999999999985178522621254160185344517230987548828125;}s:12:\"aikidoschool\";a:2:{s:12:\"display_name\";s:13:\"Aikido School\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:22:\"martialartssupplystore\";a:2:{s:12:\"display_name\";s:25:\"Martial Arts Supply Store\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:7:\"pilates\";a:2:{s:12:\"display_name\";s:7:\"Pilates\";s:10:\"popularity\";d:0.00600000000000000012490009027033011079765856266021728515625;}s:13:\"pilatesstudio\";a:2:{s:12:\"display_name\";s:14:\"Pilates Studio\";s:10:\"popularity\";d:0.0027999999999999999715505349939803636516444385051727294921875;}s:15:\"swimminglessons\";a:2:{s:12:\"display_name\";s:15:\"Swimming School\";s:10:\"popularity\";d:0.0015000000000000000312250225675825276994146406650543212890625;}s:6:\"taichi\";a:2:{s:12:\"display_name\";s:7:\"Tai Chi\";s:10:\"popularity\";d:0.00139999999999999998577526749699018182582221925258636474609375;}s:14:\"healthtrainers\";a:2:{s:12:\"display_name\";s:15:\"Fitness Trainer\";s:10:\"popularity\";d:0.018599999999999998478994456263535539619624614715576171875;}s:4:\"yoga\";a:2:{s:12:\"display_name\";s:4:\"Yoga\";s:10:\"popularity\";d:0.0164000000000000013822276656583198928274214267730712890625;}s:7:\"gokarts\";a:2:{s:12:\"display_name\";s:8:\"Go Karts\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:11:\"gokarttrack\";a:2:{s:12:\"display_name\";s:13:\"Go Kart Track\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:4:\"golf\";a:2:{s:12:\"display_name\";s:4:\"Golf\";s:10:\"popularity\";d:0.006499999999999999701627562131989179761148989200592041015625;}s:11:\"golfcourses\";a:2:{s:12:\"display_name\";s:12:\"Golf Courses\";s:10:\"popularity\";d:0.00289999999999999980015985556747182272374629974365234375;}s:16:\"golfdrivingrange\";a:2:{s:12:\"display_name\";s:18:\"Golf Driving Range\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:17:\"privategolfcourse\";a:2:{s:12:\"display_name\";s:19:\"Private Golf Course\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:16:\"publicgolfcourse\";a:2:{s:12:\"display_name\";s:18:\"Public Golf Course\";s:10:\"popularity\";d:0.00200000000000000004163336342344337026588618755340576171875;}s:15:\"golfinstruction\";a:2:{s:12:\"display_name\";s:16:\"Golf Instruction\";s:10:\"popularity\";d:0.0025000000000000000520417042793042128323577344417572021484375;}s:10:\"gun_ranges\";a:2:{s:12:\"display_name\";s:15:\"Gun/Rifle Range\";s:10:\"popularity\";d:0.004599999999999999922284388276239042170345783233642578125;}s:18:\"skeetshootingrange\";a:2:{s:12:\"display_name\";s:20:\"Skeet Shooting Range\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:10:\"gymnastics\";a:2:{s:12:\"display_name\";s:10:\"Gymnastics\";s:10:\"popularity\";d:0.00119999999999999989487575735580549007863737642765045166015625;}s:11:\"hanggliding\";a:2:{s:12:\"display_name\";s:12:\"Hang Gliding\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:6:\"hiking\";a:2:{s:12:\"display_name\";s:6:\"Hiking\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:11:\"horseracing\";a:2:{s:12:\"display_name\";s:12:\"Horse Racing\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:15:\"horsebackriding\";a:2:{s:12:\"display_name\";s:16:\"Horseback Riding\";s:10:\"popularity\";d:0.0057000000000000002053912595556539599783718585968017578125;}s:14:\"hotairballoons\";a:2:{s:12:\"display_name\";s:16:\"Hot Air Balloons\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:14:\"iceskatingclub\";a:2:{s:12:\"display_name\";s:16:\"Ice Skating Club\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:20:\"iceskatinginstructor\";a:2:{s:12:\"display_name\";s:22:\"Ice Skating Instructor\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:10:\"judoschool\";a:2:{s:12:\"display_name\";s:11:\"Judo School\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:13:\"jujitsuschool\";a:2:{s:12:\"display_name\";s:14:\"Jujitsu School\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:16:\"kickboxingschool\";a:2:{s:12:\"display_name\";s:17:\"Kickboxing School\";s:10:\"popularity\";d:0.0015000000000000000312250225675825276994146406650543212890625;}s:12:\"kiteboarding\";a:2:{s:12:\"display_name\";s:12:\"Kiteboarding\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:12:\"kungfuschool\";a:2:{s:12:\"display_name\";s:14:\"Kung Fu School\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:5:\"lakes\";a:2:{s:12:\"display_name\";s:5:\"Lakes\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:14:\"lasertagcenter\";a:2:{s:12:\"display_name\";s:16:\"Laser Tag Center\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:15:\"leisure_centers\";a:2:{s:12:\"display_name\";s:15:\"Leisure Centers\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:9:\"mini_golf\";a:2:{s:12:\"display_name\";s:9:\"Mini Golf\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:14:\"mountainbiking\";a:2:{s:12:\"display_name\";s:15:\"Mountain Biking\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:17:\"muaythaiboxinggym\";a:2:{s:12:\"display_name\";s:20:\"Muay Thai Boxing Gym\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:14:\"offroadingarea\";a:2:{s:12:\"display_name\";s:16:\"Off Roading Area\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:14:\"paddleboarding\";a:2:{s:12:\"display_name\";s:14:\"Paddleboarding\";s:10:\"popularity\";d:0.0030999999999999998910593657086565144709311425685882568359375;}s:9:\"paintball\";a:2:{s:12:\"display_name\";s:19:\"Paintball (General)\";s:10:\"popularity\";d:0.00139999999999999998577526749699018182582221925258636474609375;}s:15:\"paintballcenter\";a:2:{s:12:\"display_name\";s:16:\"Paintball Center\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:22:\"parasailingrideservice\";a:2:{s:12:\"display_name\";s:24:\"Parasailing Ride Service\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:5:\"parks\";a:2:{s:12:\"display_name\";s:5:\"Parks\";s:10:\"popularity\";d:0.00139999999999999998577526749699018182582221925258636474609375;}s:9:\"arboretum\";a:2:{s:12:\"display_name\";s:9:\"Arboretum\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:9:\"dog_parks\";a:2:{s:12:\"display_name\";s:8:\"Dog Park\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:11:\"skate_parks\";a:2:{s:12:\"display_name\";s:10:\"Skate Park\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:9:\"statepark\";a:2:{s:12:\"display_name\";s:10:\"State Park\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:11:\"playgrounds\";a:2:{s:12:\"display_name\";s:11:\"Playgrounds\";s:10:\"popularity\";d:0.0015000000000000000312250225675825276994146406650543212890625;}s:16:\"racingracetracks\";a:2:{s:12:\"display_name\";s:19:\"Racing & Race Track\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:15:\"racquetballclub\";a:2:{s:12:\"display_name\";s:16:\"Racquetball Club\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:7:\"rafting\";a:2:{s:12:\"display_name\";s:16:\"Rafting/Kayaking\";s:10:\"popularity\";d:0.00169999999999999990528409821166633264510892331600189208984375;}s:10:\"recreation\";a:2:{s:12:\"display_name\";s:18:\"Recreation Centers\";s:10:\"popularity\";d:0.0022000000000000001325328735646280620130710303783416748046875;}s:16:\"gymnasticscenter\";a:2:{s:12:\"display_name\";s:17:\"Gymnastics Center\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:13:\"rock_climbing\";a:2:{s:12:\"display_name\";s:23:\"Rock Climbing (General)\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:15:\"rockclimbinggym\";a:2:{s:12:\"display_name\";s:17:\"Rock Climbing Gym\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:22:\"rockclimbinginstructor\";a:2:{s:12:\"display_name\";s:24:\"Rock Climbing Instructor\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:9:\"rugbyclub\";a:2:{s:12:\"display_name\";s:10:\"Rugby Club\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:13:\"sailingschool\";a:2:{s:12:\"display_name\";s:14:\"Sailing School\";s:10:\"popularity\";d:0.00139999999999999998577526749699018182582221925258636474609375;}s:12:\"skatingrinks\";a:2:{s:12:\"display_name\";s:13:\"Skating Rinks\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:14:\"iceskatingrink\";a:2:{s:12:\"display_name\";s:16:\"Ice Skating Rink\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:17:\"rollerskatingrink\";a:2:{s:12:\"display_name\";s:19:\"Roller Skating Rink\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:16:\"skirentalservice\";a:2:{s:12:\"display_name\";s:18:\"Ski Rental Service\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:9:\"skydiving\";a:2:{s:12:\"display_name\";s:9:\"Skydiving\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:16:\"snowmobiledealer\";a:2:{s:12:\"display_name\";s:17:\"Snowmobile Dealer\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:23:\"snowmobilerentalservice\";a:2:{s:12:\"display_name\";s:25:\"Snowmobile Rental Service\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:8:\"football\";a:2:{s:12:\"display_name\";s:6:\"Soccer\";s:10:\"popularity\";d:0.00189999999999999999618360835285102439229376614093780517578125;}s:12:\"sports_clubs\";a:2:{s:12:\"display_name\";s:12:\"Sports Clubs\";s:10:\"popularity\";d:0.00189999999999999999618360835285102439229376614093780517578125;}s:8:\"swimclub\";a:2:{s:12:\"display_name\";s:9:\"Swim Club\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:28:\"sportsequipmentrentalservice\";a:2:{s:12:\"display_name\";s:31:\"Sports Equipment Rental Service\";s:10:\"popularity\";d:0.00169999999999999990528409821166633264510892331600189208984375;}s:6:\"squash\";a:2:{s:12:\"display_name\";s:6:\"Squash\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:10:\"squashclub\";a:2:{s:12:\"display_name\";s:11:\"Squash Club\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:11:\"squashcourt\";a:2:{s:12:\"display_name\";s:12:\"Squash Court\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:21:\"stadiumsplayingfields\";a:2:{s:12:\"display_name\";s:25:\"Stadiums & Playing Fields\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:13:\"athleticfield\";a:2:{s:12:\"display_name\";s:14:\"Athletic Field\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:13:\"baseballfield\";a:2:{s:12:\"display_name\";s:14:\"Baseball Field\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:13:\"footballfield\";a:2:{s:12:\"display_name\";s:14:\"Football Field\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:17:\"littleleaguefield\";a:2:{s:12:\"display_name\";s:19:\"Little League Field\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:11:\"soccerfield\";a:2:{s:12:\"display_name\";s:12:\"Soccer Field\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:13:\"softballfield\";a:2:{s:12:\"display_name\";s:14:\"Softball Field\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:7:\"stadium\";a:2:{s:12:\"display_name\";s:7:\"Stadium\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:12:\"summer_camps\";a:2:{s:12:\"display_name\";s:12:\"Summer Camps\";s:10:\"popularity\";d:0.003299999999999999981958875849841206218115985393524169921875;}s:7:\"surfing\";a:2:{s:12:\"display_name\";s:7:\"Surfing\";s:10:\"popularity\";d:0.0015000000000000000312250225675825276994146406650543212890625;}s:13:\"swimmingpools\";a:2:{s:12:\"display_name\";s:14:\"Swimming Pools\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:18:\"publicswimmingpool\";a:2:{s:12:\"display_name\";s:20:\"Public Swimming Pool\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:15:\"taekwondoschool\";a:2:{s:12:\"display_name\";s:16:\"Taekwondo School\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:10:\"teamsports\";a:2:{s:12:\"display_name\";s:11:\"Team Sports\";s:10:\"popularity\";d:0.004499999999999999659994198708545809495262801647186279296875;}s:8:\"baseball\";a:2:{s:12:\"display_name\";s:8:\"Baseball\";s:10:\"popularity\";d:0.0015000000000000000312250225675825276994146406650543212890625;}s:12:\"baseballclub\";a:2:{s:12:\"display_name\";s:13:\"Baseball Club\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:13:\"battingranges\";a:2:{s:12:\"display_name\";s:14:\"Batting Ranges\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:17:\"battingcagecenter\";a:2:{s:12:\"display_name\";s:19:\"Batting Cage Center\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:16:\"littleleagueclub\";a:2:{s:12:\"display_name\";s:18:\"Little League Club\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:10:\"basketball\";a:2:{s:12:\"display_name\";s:10:\"Basketball\";s:10:\"popularity\";d:0.00189999999999999999618360835285102439229376614093780517578125;}s:14:\"basketballclub\";a:2:{s:12:\"display_name\";s:15:\"Basketball Club\";s:10:\"popularity\";d:0.00119999999999999989487575735580549007863737642765045166015625;}s:16:\"americanfootball\";a:2:{s:12:\"display_name\";s:8:\"Football\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:21:\"americanfootballfield\";a:2:{s:12:\"display_name\";s:23:\"American Football Field\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:12:\"footballclub\";a:2:{s:12:\"display_name\";s:13:\"Football Club\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:6:\"hockey\";a:2:{s:12:\"display_name\";s:6:\"Hockey\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:8:\"lacrosse\";a:2:{s:12:\"display_name\";s:8:\"Lacrosse\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:12:\"softballclub\";a:2:{s:12:\"display_name\";s:13:\"Softball Club\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:19:\"tabletennisfacility\";a:2:{s:12:\"display_name\";s:21:\"Table Tennis Facility\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:10:\"volleyball\";a:2:{s:12:\"display_name\";s:20:\"Volleyball (general)\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:14:\"volleyballclub\";a:2:{s:12:\"display_name\";s:15:\"Volleyball Club\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:15:\"volleyballcourt\";a:2:{s:12:\"display_name\";s:16:\"Volleyball Court\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:6:\"tennis\";a:2:{s:12:\"display_name\";s:16:\"Tennis (general)\";s:10:\"popularity\";d:0.0015000000000000000312250225675825276994146406650543212890625;}s:10:\"tennisclub\";a:2:{s:12:\"display_name\";s:11:\"Tennis Club\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:11:\"tenniscourt\";a:2:{s:12:\"display_name\";s:12:\"Tennis Court\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:16:\"tennisinstructor\";a:2:{s:12:\"display_name\";s:17:\"Tennis Instructor\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:11:\"tennisstore\";a:2:{s:12:\"display_name\";s:12:\"Tennis Store\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:10:\"trampoline\";a:2:{s:12:\"display_name\";s:15:\"Trampoline Park\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:6:\"tubing\";a:2:{s:12:\"display_name\";s:6:\"Tubing\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:21:\"waterskiinginstructor\";a:2:{s:12:\"display_name\";s:23:\"Water Skiing Instructor\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:33:\"watersportsequipmentrentalservice\";a:2:{s:12:\"display_name\";s:37:\"Water Sports Equipment Rental Service\";s:10:\"popularity\";d:0.0027999999999999999715505349939803636516444385051727294921875;}s:4:\"zoos\";a:2:{s:12:\"display_name\";s:3:\"Zoo\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:4:\"arts\";a:2:{s:12:\"display_name\";s:20:\"Arts & Entertainment\";s:10:\"popularity\";d:0.072599999999999997868371792719699442386627197265625;}s:7:\"arcades\";a:2:{s:12:\"display_name\";s:7:\"Arcades\";s:10:\"popularity\";d:0.0015000000000000000312250225675825276994146406650543212890625;}s:11:\"videoarcade\";a:2:{s:12:\"display_name\";s:12:\"Video Arcade\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:9:\"artcenter\";a:2:{s:12:\"display_name\";s:10:\"Art Center\";s:10:\"popularity\";d:0.0025000000000000000520417042793042128323577344417572021484375;}s:9:\"galleries\";a:2:{s:12:\"display_name\";s:13:\"Art Galleries\";s:10:\"popularity\";d:0.01220000000000000077438055967604668694548308849334716796875;}s:16:\"artsorganization\";a:2:{s:12:\"display_name\";s:17:\"Arts Organization\";s:10:\"popularity\";d:0.00119999999999999989487575735580549007863737642765045166015625;}s:11:\"attractions\";a:2:{s:12:\"display_name\";s:11:\"Attractions\";s:10:\"popularity\";d:0.01290000000000000000832667268468867405317723751068115234375;}s:10:\"battlesite\";a:2:{s:12:\"display_name\";s:11:\"Battle Site\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:9:\"carnivals\";a:2:{s:12:\"display_name\";s:8:\"Carnival\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:19:\"carriagerideservice\";a:2:{s:12:\"display_name\";s:21:\"Carriage Ride Service\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:9:\"coralreef\";a:2:{s:12:\"display_name\";s:10:\"Coral Reef\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:5:\"fairs\";a:2:{s:12:\"display_name\";s:4:\"Fair\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:10:\"fairground\";a:2:{s:12:\"display_name\";s:10:\"Fairground\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:12:\"ferryservice\";a:2:{s:12:\"display_name\";s:13:\"Ferry Service\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:11:\"fishinglake\";a:2:{s:12:\"display_name\";s:12:\"Fishing Lake\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:12:\"hauntedhouse\";a:2:{s:12:\"display_name\";s:13:\"Haunted House\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:11:\"huntingclub\";a:2:{s:12:\"display_name\";s:12:\"Hunting Club\";s:10:\"popularity\";d:0.00119999999999999989487575735580549007863737642765045166015625;}s:15:\"huntingpreserve\";a:2:{s:12:\"display_name\";s:16:\"Hunting Preserve\";s:10:\"popularity\";d:0.00169999999999999990528409821166633264510892331600189208984375;}s:7:\"lakebed\";a:2:{s:12:\"display_name\";s:8:\"Lake Bed\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:5:\"levee\";a:2:{s:12:\"display_name\";s:5:\"Levee\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:10:\"lighthouse\";a:2:{s:12:\"display_name\";s:10:\"Lighthouse\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:5:\"marsh\";a:2:{s:12:\"display_name\";s:5:\"Marsh\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:13:\"nationalparks\";a:2:{s:12:\"display_name\";s:13:\"National Park\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:11:\"planetarium\";a:2:{s:12:\"display_name\";s:11:\"Planetarium\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:11:\"publicbeach\";a:2:{s:12:\"display_name\";s:12:\"Public Beach\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:9:\"reservoir\";a:2:{s:12:\"display_name\";s:9:\"Reservoir\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:12:\"seasonallake\";a:2:{s:12:\"display_name\";s:13:\"Seasonal Lake\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:13:\"seasonalriver\";a:2:{s:12:\"display_name\";s:14:\"Seasonal River\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:16:\"sightseeingtours\";a:2:{s:12:\"display_name\";s:16:\"Sightseeing Tour\";s:10:\"popularity\";d:0.005899999999999999862609900702636878122575581073760986328125;}s:21:\"balloonridetouragency\";a:2:{s:12:\"display_name\";s:24:\"Balloon Ride Tour Agency\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:16:\"elevatedlandform\";a:2:{s:12:\"display_name\";s:17:\"Elevated Landform\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:9:\"grassland\";a:2:{s:12:\"display_name\";s:9:\"Grassland\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:9:\"hotspring\";a:2:{s:12:\"display_name\";s:10:\"Hot Spring\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:21:\"sightseeingtouragency\";a:2:{s:12:\"display_name\";s:23:\"Sightseeing Tour Agency\";s:10:\"popularity\";d:0.0022000000000000001325328735646280620130710303783416748046875;}s:23:\"whalewatchingtouragency\";a:2:{s:12:\"display_name\";s:26:\"Whale Watching Tour Agency\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:9:\"tidalflat\";a:2:{s:12:\"display_name\";s:10:\"Tidal Flat\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:17:\"touristattraction\";a:2:{s:12:\"display_name\";s:18:\"Tourist Attraction\";s:10:\"popularity\";d:0.0030999999999999998910593657086565144709311425685882568359375;}s:9:\"watermill\";a:2:{s:12:\"display_name\";s:10:\"Water Mill\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:19:\"wildlifesanctuaries\";a:2:{s:12:\"display_name\";s:20:\"Wildlife Sanctuaries\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:16:\"birdwatchingarea\";a:2:{s:12:\"display_name\";s:18:\"Bird Watching Area\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:21:\"wildliferescueservice\";a:2:{s:12:\"display_name\";s:23:\"Wildlife Rescue Service\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:7:\"gardens\";a:2:{s:12:\"display_name\";s:17:\"Botanical Gardens\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:7:\"casinos\";a:2:{s:12:\"display_name\";s:6:\"Casino\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:13:\"movietheaters\";a:2:{s:12:\"display_name\";s:6:\"Cinema\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:26:\"filmfestivalsorganizations\";a:2:{s:12:\"display_name\";s:30:\"Film Festivals & Organizations\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:17:\"movietheatersonly\";a:2:{s:12:\"display_name\";s:23:\"Movie Theater (General)\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:19:\"driveinmovietheater\";a:2:{s:12:\"display_name\";s:22:\"Drive-In Movie Theater\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:11:\"imaxtheater\";a:2:{s:12:\"display_name\";s:12:\"Imax Theater\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:14:\"culturalcenter\";a:2:{s:12:\"display_name\";s:15:\"Cultural Center\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:24:\"dancegroupsorganizations\";a:2:{s:12:\"display_name\";s:28:\"Dance Groups & Organizations\";s:10:\"popularity\";d:0.0063000000000000000444089209850062616169452667236328125;}s:23:\"ballroomdanceinstructor\";a:2:{s:12:\"display_name\";s:25:\"Ballroom Dance Instructor\";s:10:\"popularity\";d:0.0022999999999999999611421941381195210851728916168212890625;}s:12:\"dancecompany\";a:2:{s:12:\"display_name\";s:13:\"Dance Company\";s:10:\"popularity\";d:0.00289999999999999980015985556747182272374629974365234375;}s:9:\"dancehall\";a:2:{s:12:\"display_name\";s:10:\"Dance Hall\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:19:\"entertainmentagency\";a:2:{s:12:\"display_name\";s:20:\"Entertainment Agency\";s:10:\"popularity\";d:0.0025000000000000000520417042793042128323577344417572021484375;}s:26:\"familyentertainmentcenters\";a:2:{s:12:\"display_name\";s:28:\"Family Entertainment Centers\";s:10:\"popularity\";d:0.0033999999999999998105681964233326652902178466320037841796875;}s:20:\"functionroomfacility\";a:2:{s:12:\"display_name\";s:22:\"Function Room Facility\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:9:\"festivals\";a:2:{s:12:\"display_name\";s:9:\"Festivals\";s:10:\"popularity\";d:0.00169999999999999990528409821166633264510892331600189208984375;}s:8:\"gambling\";a:2:{s:12:\"display_name\";s:8:\"Gambling\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:9:\"bingohall\";a:2:{s:12:\"display_name\";s:10:\"Bingo Hall\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:18:\"gamblinginstructor\";a:2:{s:12:\"display_name\";s:19:\"Gambling Instructor\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:19:\"offtrackbettingshop\";a:2:{s:12:\"display_name\";s:22:\"Off Track Betting Shop\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:12:\"jazzandblues\";a:2:{s:12:\"display_name\";s:12:\"Jazz & Blues\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:9:\"livemusic\";a:2:{s:12:\"display_name\";s:10:\"Live Music\";s:10:\"popularity\";d:0.005599999999999999943101069987960727303288877010345458984375;}s:9:\"bluesclub\";a:2:{s:12:\"display_name\";s:10:\"Blues Club\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:8:\"jazzclub\";a:2:{s:12:\"display_name\";s:9:\"Jazz Club\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:27:\"musicfestivalsorganizations\";a:2:{s:12:\"display_name\";s:31:\"Music Festivals & Organizations\";s:10:\"popularity\";d:0.00200000000000000004163336342344337026588618755340576171875;}s:11:\"concerthall\";a:2:{s:12:\"display_name\";s:12:\"Concert Hall\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:30:\"stagelightingequipmentsupplier\";a:2:{s:12:\"display_name\";s:33:\"Stage Lighting Equipment Supplier\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:20:\"orchestrassymphonies\";a:2:{s:12:\"display_name\";s:30:\"Orchestra & Symphony (General)\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:4:\"band\";a:2:{s:12:\"display_name\";s:25:\"Orchestra & Symphony Band\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:9:\"orchestra\";a:2:{s:12:\"display_name\";s:9:\"Orchestra\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:7:\"museums\";a:2:{s:12:\"display_name\";s:16:\"Museum (General)\";s:10:\"popularity\";d:0.00189999999999999999618360835285102439229376614093780517578125;}s:9:\"artmuseum\";a:2:{s:12:\"display_name\";s:10:\"Art Museum\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:15:\"childrensmuseum\";a:2:{s:12:\"display_name\";s:17:\"Children\'s Museum\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:13:\"historymuseum\";a:2:{s:12:\"display_name\";s:14:\"History Museum\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:15:\"modernartmuseum\";a:2:{s:12:\"display_name\";s:17:\"Modern Art Museum\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:20:\"naturalhistorymuseum\";a:2:{s:12:\"display_name\";s:22:\"Natural History Museum\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:13:\"sciencemuseum\";a:2:{s:12:\"display_name\";s:14:\"Science Museum\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:15:\"sculpturemuseum\";a:2:{s:12:\"display_name\";s:16:\"Sculpture Museum\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:11:\"musicvenues\";a:2:{s:12:\"display_name\";s:12:\"Music Venues\";s:10:\"popularity\";d:0.00169999999999999990528409821166633264510892331600189208984375;}s:10:\"nightclubs\";a:2:{s:12:\"display_name\";s:10:\"Nightclubs\";s:10:\"popularity\";d:0.0022000000000000001325328735646280620130710303783416748046875;}s:11:\"discotheque\";a:2:{s:12:\"display_name\";s:11:\"Discotheque\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:5:\"opera\";a:2:{s:12:\"display_name\";s:14:\"Opera & Ballet\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:10:\"operahouse\";a:2:{s:12:\"display_name\";s:11:\"Opera House\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:7:\"theater\";a:2:{s:12:\"display_name\";s:15:\"Performing Arts\";s:10:\"popularity\";d:0.006199999999999999782118731417313028941862285137176513671875;}s:25:\"theatersperformancevenues\";a:2:{s:12:\"display_name\";s:37:\"Theater & Performance Venue (General)\";s:10:\"popularity\";d:0.00259999999999999988065102485279567190445959568023681640625;}s:8:\"ballroom\";a:2:{s:12:\"display_name\";s:8:\"Ballroom\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:13:\"dinnertheater\";a:2:{s:12:\"display_name\";s:14:\"Dinner Theater\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:20:\"theatrestagelighting\";a:2:{s:12:\"display_name\";s:24:\"Theatre & Stage Lighting\";s:10:\"popularity\";d:0.00119999999999999989487575735580549007863737642765045166015625;}s:11:\"sportsteams\";a:2:{s:12:\"display_name\";s:25:\"Professional Sports Teams\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:17:\"psychic_astrology\";a:2:{s:12:\"display_name\";s:22:\"Psychics & Astrologers\";s:10:\"popularity\";d:0.00820000000000000069111383282915994641371071338653564453125;}s:12:\"social_clubs\";a:2:{s:12:\"display_name\";s:12:\"Social Clubs\";s:10:\"popularity\";d:0.0015000000000000000312250225675825276994146406650543212890625;}s:14:\"stadiumsarenas\";a:2:{s:12:\"display_name\";s:17:\"Stadiums & Arenas\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:11:\"ticketsales\";a:2:{s:12:\"display_name\";s:12:\"Ticket Sales\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:8:\"wineries\";a:2:{s:12:\"display_name\";s:8:\"Wineries\";s:10:\"popularity\";d:0.005100000000000000366373598126301658339798450469970703125;}s:4:\"auto\";a:2:{s:12:\"display_name\";s:21:\"Automotive & Vehicles\";s:10:\"popularity\";d:0.24699999999999999733546474089962430298328399658203125;}s:13:\"atvrepairshop\";a:2:{s:12:\"display_name\";s:15:\"ATV Repair Shop\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:8:\"aircraft\";a:2:{s:12:\"display_name\";s:8:\"Aircraft\";s:10:\"popularity\";d:0.0022000000000000001325328735646280620130710303783416748046875;}s:16:\"aerospacecompany\";a:2:{s:12:\"display_name\";s:17:\"Aerospace Company\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:15:\"aircraftdealers\";a:2:{s:12:\"display_name\";s:16:\"Aircraft Dealers\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:21:\"aircraftpartssupplies\";a:2:{s:12:\"display_name\";s:25:\"Aircraft Parts & Supplies\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:15:\"aircraftrentals\";a:2:{s:12:\"display_name\";s:16:\"Aircraft Rentals\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:26:\"aircraftservicemaintenance\";a:2:{s:12:\"display_name\";s:30:\"Aircraft Service & Maintenance\";s:10:\"popularity\";d:0.00139999999999999998577526749699018182582221925258636474609375;}s:14:\"auto_detailing\";a:2:{s:12:\"display_name\";s:14:\"Auto Detailing\";s:10:\"popularity\";d:0.0149000000000000000499600361081320443190634250640869140625;}s:9:\"autoglass\";a:2:{s:12:\"display_name\";s:18:\"Auto Glass Service\";s:10:\"popularity\";d:0.010399999999999999522604099411182687617838382720947265625;}s:17:\"autopartssupplies\";a:2:{s:12:\"display_name\";s:21:\"Auto Parts & Supplies\";s:10:\"popularity\";d:0.0191999999999999983180121176928878412581980228424072265625;}s:18:\"alternatorsupplier\";a:2:{s:12:\"display_name\";s:19:\"Alternator Supplier\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:21:\"autobodypartssupplier\";a:2:{s:12:\"display_name\";s:24:\"Auto Body Parts Supplier\";s:10:\"popularity\";d:0.00189999999999999999618360835285102439229376614093780517578125;}s:15:\"carbatterystore\";a:2:{s:12:\"display_name\";s:17:\"Car Battery Store\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:14:\"hubcapsupplier\";a:2:{s:12:\"display_name\";s:16:\"Hub Cap Supplier\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:26:\"licenseplateframessupplier\";a:2:{s:12:\"display_name\";s:29:\"License Plate Frames Supplier\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:19:\"racingcarpartsstore\";a:2:{s:12:\"display_name\";s:22:\"Racing Car Parts Store\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:18:\"usedautopartsstore\";a:2:{s:12:\"display_name\";s:21:\"Used Auto Parts Store\";s:10:\"popularity\";d:0.00189999999999999999618360835285102439229376614093780517578125;}s:10:\"autorepair\";a:2:{s:12:\"display_name\";s:11:\"Auto Repair\";s:10:\"popularity\";d:0.09619999999999999384936444357663276605308055877685546875;}s:34:\"autoairconditioningsuppliesservice\";a:2:{s:12:\"display_name\";s:40:\"Auto Air Conditioning Supplies & Service\";s:10:\"popularity\";d:0.005300000000000000023592239273284576484002172946929931640625;}s:21:\"autoelectricalservice\";a:2:{s:12:\"display_name\";s:23:\"Auto Electrical Service\";s:10:\"popularity\";d:0.0040000000000000000832667268468867405317723751068115234375;}s:13:\"autoglassshop\";a:2:{s:12:\"display_name\";s:15:\"Auto Glass Shop\";s:10:\"popularity\";d:0.005000000000000000104083408558608425664715468883514404296875;}s:15:\"automachineshop\";a:2:{s:12:\"display_name\";s:17:\"Auto Machine Shop\";s:10:\"popularity\";d:0.00259999999999999988065102485279567190445959568023681640625;}s:23:\"autorestorationservices\";a:2:{s:12:\"display_name\";s:25:\"Auto Restoration Services\";s:10:\"popularity\";d:0.0079000000000000007716050021144837955944240093231201171875;}s:14:\"autospringshop\";a:2:{s:12:\"display_name\";s:16:\"Auto Spring Shop\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:15:\"autosunroofshop\";a:2:{s:12:\"display_name\";s:17:\"Auto Sunroof Shop\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:17:\"autotuneupservice\";a:2:{s:12:\"display_name\";s:20:\"Auto Tune Up Service\";s:10:\"popularity\";d:0.00869999999999999940047956670241546817123889923095703125;}s:21:\"autoupholsteryservice\";a:2:{s:12:\"display_name\";s:23:\"Auto Upholstery Service\";s:10:\"popularity\";d:0.0033999999999999998105681964233326652902178466320037841796875;}s:18:\"brakeservicerepair\";a:2:{s:12:\"display_name\";s:22:\"Brake Service & Repair\";s:10:\"popularity\";d:0.003599999999999999901467706564517357037402689456939697265625;}s:25:\"dieselenginerepairservice\";a:2:{s:12:\"display_name\";s:28:\"Diesel Engine Repair Service\";s:10:\"popularity\";d:0.003299999999999999981958875849841206218115985393524169921875;}s:14:\"driveshaftshop\";a:2:{s:12:\"display_name\";s:15:\"Driveshaft Shop\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:23:\"enginerebuildingservice\";a:2:{s:12:\"display_name\";s:25:\"Engine Rebuilding Service\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:20:\"exhaustmufflerrepair\";a:2:{s:12:\"display_name\";s:24:\"Exhaust & Muffler Repair\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:11:\"mufflershop\";a:2:{s:12:\"display_name\";s:12:\"Muffler Shop\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:8:\"mechanic\";a:2:{s:12:\"display_name\";s:8:\"Mechanic\";s:10:\"popularity\";d:0.003299999999999999981958875849841206218115985393524169921875;}s:21:\"radiatorrepairservice\";a:2:{s:12:\"display_name\";s:23:\"Radiator Repair Service\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:12:\"radiatorshop\";a:2:{s:12:\"display_name\";s:13:\"Radiator Shop\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:16:\"transmissionshop\";a:2:{s:12:\"display_name\";s:17:\"Transmission Shop\";s:10:\"popularity\";d:0.0033999999999999998105681964233326652902178466320037841796875;}s:15:\"truckrepairshop\";a:2:{s:12:\"display_name\";s:17:\"Truck Repair Shop\";s:10:\"popularity\";d:0.004499999999999999659994198708545809495262801647186279296875;}s:14:\"wheelalignment\";a:2:{s:12:\"display_name\";s:15:\"Wheel Alignment\";s:10:\"popularity\";d:0.00119999999999999989487575735580549007863737642765045166015625;}s:16:\"autoroadservices\";a:2:{s:12:\"display_name\";s:18:\"Auto Road Services\";s:10:\"popularity\";d:0.0091000000000000004496403249731883988715708255767822265625;}s:20:\"carinspectionservice\";a:2:{s:12:\"display_name\";s:22:\"Car Inspection Service\";s:10:\"popularity\";d:0.0015000000000000000312250225675825276994146406650543212890625;}s:11:\"autowrecker\";a:2:{s:12:\"display_name\";s:12:\"Auto Wrecker\";s:10:\"popularity\";d:0.004799999999999999579503029423221960314549505710601806640625;}s:12:\"boatsmarinas\";a:2:{s:12:\"display_name\";s:15:\"Boats & Marinas\";s:10:\"popularity\";d:0.0183999999999999996891375531049561686813831329345703125;}s:16:\"boatyachtdealers\";a:2:{s:12:\"display_name\";s:20:\"Boat & Yacht Dealers\";s:10:\"popularity\";d:0.0033999999999999998105681964233326652902178466320037841796875;}s:17:\"boatcoversupplier\";a:2:{s:12:\"display_name\";s:19:\"Boat Cover Supplier\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:17:\"boattrailerdealer\";a:2:{s:12:\"display_name\";s:19:\"Boat Trailer Dealer\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:11:\"yachtbroker\";a:2:{s:12:\"display_name\";s:12:\"Yacht Broker\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:8:\"boatclub\";a:2:{s:12:\"display_name\";s:9:\"Boat Club\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:11:\"boatdealers\";a:2:{s:12:\"display_name\";s:12:\"Boat Dealers\";s:10:\"popularity\";d:0.00430000000000000000277555756156289135105907917022705078125;}s:17:\"boatrentalservice\";a:2:{s:12:\"display_name\";s:19:\"Boat Rental Service\";s:10:\"popularity\";d:0.00259999999999999988065102485279567190445959568023681640625;}s:11:\"boatstorage\";a:2:{s:12:\"display_name\";s:12:\"Boat Storage\";s:10:\"popularity\";d:0.005000000000000000104083408558608425664715468883514404296875;}s:14:\"boattouragency\";a:2:{s:12:\"display_name\";s:16:\"Boat Tour Agency\";s:10:\"popularity\";d:0.00169999999999999990528409821166633264510892331600189208984375;}s:8:\"boatyard\";a:2:{s:12:\"display_name\";s:9:\"Boat Yard\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:14:\"bootrepairshop\";a:2:{s:12:\"display_name\";s:16:\"Boot Repair Shop\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:7:\"marinas\";a:2:{s:12:\"display_name\";s:7:\"Marinas\";s:10:\"popularity\";d:0.0025000000000000000520417042793042128323577344417572021484375;}s:9:\"navalbase\";a:2:{s:12:\"display_name\";s:10:\"Naval Base\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:8:\"shipyard\";a:2:{s:12:\"display_name\";s:8:\"Shipyard\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:9:\"bodyshops\";a:2:{s:12:\"display_name\";s:14:\"Auto Body Shop\";s:10:\"popularity\";d:0.023500000000000000055511151231257827021181583404541015625;}s:22:\"autodentremovalservice\";a:2:{s:12:\"display_name\";s:25:\"Auto Dent Removal Service\";s:10:\"popularity\";d:0.00540000000000000028588242884097780915908515453338623046875;}s:25:\"autoradiatorrepairservice\";a:2:{s:12:\"display_name\";s:28:\"Auto Radiator Repair Service\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:10:\"wheelstore\";a:2:{s:12:\"display_name\";s:11:\"Wheel Store\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:19:\"stereo_installation\";a:2:{s:12:\"display_name\";s:23:\"Car Stereo Installation\";s:10:\"popularity\";d:0.00370000000000000016375789613221058971248567104339599609375;}s:7:\"carwash\";a:2:{s:12:\"display_name\";s:8:\"Car Wash\";s:10:\"popularity\";d:0.00600000000000000012490009027033011079765856266021728515625;}s:18:\"selfservicecarwash\";a:2:{s:12:\"display_name\";s:21:\"Self Service Car Wash\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:10:\"carstrucks\";a:2:{s:12:\"display_name\";s:13:\"Cars & Trucks\";s:10:\"popularity\";d:0.05480000000000000148769885299770976416766643524169921875;}s:12:\"autoauctions\";a:2:{s:12:\"display_name\";s:13:\"Auto Auctions\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:10:\"autobroker\";a:2:{s:12:\"display_name\";s:11:\"Auto Broker\";s:10:\"popularity\";d:0.0030999999999999998910593657086565144709311425685882568359375;}s:16:\"caralarmsupplier\";a:2:{s:12:\"display_name\";s:18:\"Car Alarm Supplier\";s:10:\"popularity\";d:0.00119999999999999989487575735580549007863737642765045166015625;}s:11:\"car_dealers\";a:2:{s:12:\"display_name\";s:11:\"Car Dealers\";s:10:\"popularity\";d:0.01600000000000000033306690738754696212708950042724609375;}s:19:\"cardetailingservice\";a:2:{s:12:\"display_name\";s:21:\"Car Detailing Service\";s:10:\"popularity\";d:0.00820000000000000069111383282915994641371071338653564453125;}s:17:\"carleasingservice\";a:2:{s:12:\"display_name\";s:19:\"Car Leasing Service\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:10:\"carservice\";a:2:{s:12:\"display_name\";s:11:\"Car Service\";s:10:\"popularity\";d:0.00770000000000000024702462297909733024425804615020751953125;}s:21:\"naturalgasautomobiles\";a:2:{s:12:\"display_name\";s:23:\"Natural Gas Automobiles\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:18:\"newcartruckdealers\";a:2:{s:12:\"display_name\";s:23:\"New Car & Truck Dealers\";s:10:\"popularity\";d:0.00770000000000000024702462297909733024425804615020751953125;}s:11:\"acuradealer\";a:2:{s:12:\"display_name\";s:12:\"Acura Dealer\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:10:\"audidealer\";a:2:{s:12:\"display_name\";s:11:\"Audi Dealer\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:9:\"bmwdealer\";a:2:{s:12:\"display_name\";s:10:\"BMW Dealer\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:11:\"buickdealer\";a:2:{s:12:\"display_name\";s:12:\"Buick Dealer\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:14:\"cadillacdealer\";a:2:{s:12:\"display_name\";s:15:\"Cadillac Dealer\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:15:\"chevroletdealer\";a:2:{s:12:\"display_name\";s:16:\"Chevrolet Dealer\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:14:\"chryslerdealer\";a:2:{s:12:\"display_name\";s:15:\"Chrysler Dealer\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:11:\"dodgedealer\";a:2:{s:12:\"display_name\";s:12:\"Dodge Dealer\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:10:\"forddealer\";a:2:{s:12:\"display_name\";s:11:\"Ford Dealer\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:9:\"gmcdealer\";a:2:{s:12:\"display_name\";s:10:\"GMC Dealer\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:11:\"hondadealer\";a:2:{s:12:\"display_name\";s:12:\"Honda Dealer\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:13:\"hyundaidealer\";a:2:{s:12:\"display_name\";s:14:\"Hyundai Dealer\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:14:\"infinitidealer\";a:2:{s:12:\"display_name\";s:15:\"Infiniti Dealer\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:12:\"jaguardealer\";a:2:{s:12:\"display_name\";s:13:\"Jaguar Dealer\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:10:\"jeepdealer\";a:2:{s:12:\"display_name\";s:11:\"Jeep Dealer\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:9:\"kiadealer\";a:2:{s:12:\"display_name\";s:10:\"Kia Dealer\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:15:\"landroverdealer\";a:2:{s:12:\"display_name\";s:17:\"Land Rover Dealer\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:11:\"lexusdealer\";a:2:{s:12:\"display_name\";s:12:\"Lexus Dealer\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:20:\"lincolnmercurydealer\";a:2:{s:12:\"display_name\";s:22:\"Lincoln Mercury Dealer\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:11:\"mazdadealer\";a:2:{s:12:\"display_name\";s:12:\"Mazda Dealer\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:18:\"mercedesbenzdealer\";a:2:{s:12:\"display_name\";s:20:\"Mercedes Benz Dealer\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:16:\"mitsubishidealer\";a:2:{s:12:\"display_name\";s:17:\"Mitsubishi Dealer\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:12:\"nissandealer\";a:2:{s:12:\"display_name\";s:13:\"Nissan Dealer\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:16:\"oldsmobiledealer\";a:2:{s:12:\"display_name\";s:17:\"Oldsmobile Dealer\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:13:\"pontiacdealer\";a:2:{s:12:\"display_name\";s:14:\"Pontiac Dealer\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:13:\"porschedealer\";a:2:{s:12:\"display_name\";s:14:\"Porsche Dealer\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:10:\"saabdealer\";a:2:{s:12:\"display_name\";s:11:\"Saab Dealer\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:12:\"saturndealer\";a:2:{s:12:\"display_name\";s:13:\"Saturn Dealer\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:12:\"subarudealer\";a:2:{s:12:\"display_name\";s:13:\"Subaru Dealer\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:12:\"suzukidealer\";a:2:{s:12:\"display_name\";s:13:\"Suzuki Dealer\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:12:\"toyotadealer\";a:2:{s:12:\"display_name\";s:13:\"Toyota Dealer\";s:10:\"popularity\";d:0.0025000000000000000520417042793042128323577344417572021484375;}s:16:\"volkswagendealer\";a:2:{s:12:\"display_name\";s:17:\"Volkswagen Dealer\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:11:\"volvodealer\";a:2:{s:12:\"display_name\";s:12:\"Volvo Dealer\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:19:\"usedcartruckdealers\";a:2:{s:12:\"display_name\";s:24:\"Used Car & Truck Dealers\";s:10:\"popularity\";d:0.024199999999999999289457264239899814128875732421875;}s:13:\"usedcardealer\";a:2:{s:12:\"display_name\";s:15:\"Used Car Dealer\";s:10:\"popularity\";d:0.01499999999999999944488848768742172978818416595458984375;}s:15:\"usedtruckdealer\";a:2:{s:12:\"display_name\";s:17:\"Used Truck Dealer\";s:10:\"popularity\";d:0.00259999999999999988065102485279567190445959568023681640625;}s:30:\"electricvehiclechargingstation\";a:2:{s:12:\"display_name\";s:33:\"Electric Vehicle Charging Station\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:15:\"servicestations\";a:2:{s:12:\"display_name\";s:22:\"Gas & Service Stations\";s:10:\"popularity\";d:0.0015000000000000000312250225675825276994146406650543212890625;}s:22:\"alternativefuelstation\";a:2:{s:12:\"display_name\";s:24:\"Alternative Fuel Station\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:8:\"junkyard\";a:2:{s:12:\"display_name\";s:8:\"Junkyard\";s:10:\"popularity\";d:0.003299999999999999981958875849841206218115985393524169921875;}s:28:\"marinepartsaccessoriesstores\";a:2:{s:12:\"display_name\";s:33:\"Marine Parts & Accessories Stores\";s:10:\"popularity\";d:0.00259999999999999988065102485279567190445959568023681640625;}s:17:\"marineshellsstore\";a:2:{s:12:\"display_name\";s:19:\"Marine Shells Store\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:17:\"marinesupplystore\";a:2:{s:12:\"display_name\";s:19:\"Marine Supply Store\";s:10:\"popularity\";d:0.0015000000000000000312250225675825276994146406650543212890625;}s:18:\"outboardmotorstore\";a:2:{s:12:\"display_name\";s:20:\"Outboard Motor Store\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:32:\"motorcyclepartsaccessoriesstores\";a:2:{s:12:\"display_name\";s:37:\"Motorcycle Parts & Accessories Stores\";s:10:\"popularity\";d:0.00289999999999999980015985556747182272374629974365234375;}s:20:\"motorcyclepartsstore\";a:2:{s:12:\"display_name\";s:22:\"Motorcycle Parts Store\";s:10:\"popularity\";d:0.00189999999999999999618360835285102439229376614093780517578125;}s:16:\"motorcyclerepair\";a:2:{s:12:\"display_name\";s:17:\"Motorcycle Repair\";s:10:\"popularity\";d:0.005899999999999999862609900702636878122575581073760986328125;}s:20:\"motorcyclerepairshop\";a:2:{s:12:\"display_name\";s:22:\"Motorcycle Repair Shop\";s:10:\"popularity\";d:0.003299999999999999981958875849841206218115985393524169921875;}s:17:\"scooterrepairshop\";a:2:{s:12:\"display_name\";s:19:\"Scooter Repair Shop\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:19:\"motorcyclesscooters\";a:2:{s:12:\"display_name\";s:22:\"Motorcycles & Scooters\";s:10:\"popularity\";d:0.00820000000000000069111383282915994641371071338653564453125;}s:9:\"atvdealer\";a:2:{s:12:\"display_name\";s:10:\"ATV Dealer\";s:10:\"popularity\";d:0.00169999999999999990528409821166633264510892331600189208984375;}s:17:\"custommotorcycles\";a:2:{s:12:\"display_name\";s:18:\"Custom Motorcycles\";s:10:\"popularity\";d:0.00200000000000000004163336342344337026588618755340576171875;}s:20:\"harleydavidsondealer\";a:2:{s:12:\"display_name\";s:22:\"Harley-Davidson Dealer\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:11:\"mopeddealer\";a:2:{s:12:\"display_name\";s:12:\"Moped Dealer\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:17:\"motorcycledealers\";a:2:{s:12:\"display_name\";s:18:\"Motorcycle Dealers\";s:10:\"popularity\";d:0.003299999999999999981958875849841206218115985393524169921875;}s:20:\"scooterrentalservice\";a:2:{s:12:\"display_name\";s:22:\"Scooter Rental Service\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:8:\"scooters\";a:2:{s:12:\"display_name\";s:8:\"Scooters\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:18:\"motorscooterdealer\";a:2:{s:12:\"display_name\";s:20:\"Motor Scooter Dealer\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:23:\"triumphmotorcycledealer\";a:2:{s:12:\"display_name\";s:25:\"Triumph Motorcycle Dealer\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:20:\"usedmotorcycledealer\";a:2:{s:12:\"display_name\";s:22:\"Used Motorcycle Dealer\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:9:\"oilchange\";a:2:{s:12:\"display_name\";s:19:\"Oil Change Stations\";s:10:\"popularity\";d:0.0040000000000000000832667268468867405317723751068115234375;}s:7:\"parking\";a:2:{s:12:\"display_name\";s:7:\"Parking\";s:10:\"popularity\";d:0.0040000000000000000832667268468867405317723751068115234375;}s:17:\"airportparkinglot\";a:2:{s:12:\"display_name\";s:19:\"Airport Parking Lot\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:28:\"parkinglotmaintenanceservice\";a:2:{s:12:\"display_name\";s:31:\"Parking Lot Maintenance Service\";s:10:\"popularity\";d:0.0025000000000000000520417042793042128323577344417572021484375;}s:19:\"valetparkingservice\";a:2:{s:12:\"display_name\";s:21:\"Valet Parking Service\";s:10:\"popularity\";d:0.00139999999999999998577526749699018182582221925258636474609375;}s:13:\"propellershop\";a:2:{s:12:\"display_name\";s:14:\"Propeller Shop\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:24:\"rvpartsaccessoriesstores\";a:2:{s:12:\"display_name\";s:29:\"RV Parts & Accessories Stores\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:11:\"rvstrailers\";a:2:{s:12:\"display_name\";s:14:\"RVs & Trailers\";s:10:\"popularity\";d:0.013799999999999999766853164828717126511037349700927734375;}s:19:\"camperscampershells\";a:2:{s:12:\"display_name\";s:23:\"Campers & Camper Shells\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:19:\"campershellsupplier\";a:2:{s:12:\"display_name\";s:21:\"Camper Shell Supplier\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:10:\"rv_dealers\";a:2:{s:12:\"display_name\";s:10:\"RV Dealers\";s:10:\"popularity\";d:0.003299999999999999981958875849841206218115985393524169921875;}s:15:\"rvpartssupplies\";a:2:{s:12:\"display_name\";s:19:\"RV Parts & Supplies\";s:10:\"popularity\";d:0.00119999999999999989487575735580549007863737642765045166015625;}s:12:\"rvrepairshop\";a:2:{s:12:\"display_name\";s:14:\"RV Repair Shop\";s:10:\"popularity\";d:0.003299999999999999981958875849841206218115985393524169921875;}s:21:\"trailerdealersrentals\";a:2:{s:12:\"display_name\";s:25:\"Trailer Dealers & Rentals\";s:10:\"popularity\";d:0.00370000000000000016375789613221058971248567104339599609375;}s:18:\"horsetrailerdealer\";a:2:{s:12:\"display_name\";s:20:\"Horse Trailer Dealer\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:13:\"trailerdealer\";a:2:{s:12:\"display_name\";s:14:\"Trailer Dealer\";s:10:\"popularity\";d:0.00189999999999999999618360835285102439229376614093780517578125;}s:19:\"trailermanufacturer\";a:2:{s:12:\"display_name\";s:20:\"Trailer Manufacturer\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:17:\"trailerrepairshop\";a:2:{s:12:\"display_name\";s:19:\"Trailer Repair Shop\";s:10:\"popularity\";d:0.0030999999999999998910593657086565144709311425685882568359375;}s:13:\"racecardealer\";a:2:{s:12:\"display_name\";s:15:\"Race Car Dealer\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:14:\"servicestation\";a:2:{s:12:\"display_name\";s:15:\"Service Station\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:19:\"smog_check_stations\";a:2:{s:12:\"display_name\";s:19:\"Smog Check Stations\";s:10:\"popularity\";d:0.00200000000000000004163336342344337026588618755340576171875;}s:5:\"tires\";a:2:{s:12:\"display_name\";s:5:\"Tires\";s:10:\"popularity\";d:0.01179999999999999972521980140527375624515116214752197265625;}s:12:\"usedtireshop\";a:2:{s:12:\"display_name\";s:14:\"Used Tire Shop\";s:10:\"popularity\";d:0.0025000000000000000520417042793042128323577344417572021484375;}s:6:\"towing\";a:2:{s:12:\"display_name\";s:6:\"Towing\";s:10:\"popularity\";d:0.025700000000000000621724893790087662637233734130859375;}s:20:\"trailerhitchsupplier\";a:2:{s:12:\"display_name\";s:22:\"Trailer Hitch Supplier\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:29:\"trailerpartsaccessoriesstores\";a:2:{s:12:\"display_name\";s:34:\"Trailer Parts & Accessories Stores\";s:10:\"popularity\";d:0.0015000000000000000312250225675825276994146406650543212890625;}s:18:\"trailersupplystore\";a:2:{s:12:\"display_name\";s:20:\"Trailer Supply Store\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:21:\"truckaccessoriesstore\";a:2:{s:12:\"display_name\";s:23:\"Truck Accessories Store\";s:10:\"popularity\";d:0.0027999999999999999715505349939803636516444385051727294921875;}s:12:\"truck_rental\";a:2:{s:12:\"display_name\";s:12:\"Truck Rental\";s:10:\"popularity\";d:0.00370000000000000016375789613221058971248567104339599609375;}s:15:\"vanrentalagency\";a:2:{s:12:\"display_name\";s:17:\"Van Rental Agency\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:23:\"windshieldinstallrepair\";a:2:{s:12:\"display_name\";s:32:\"Windshield Installation & Repair\";s:10:\"popularity\";d:0.004199999999999999740485367993869658675976097583770751953125;}s:9:\"beautysvc\";a:2:{s:12:\"display_name\";s:12:\"Beauty & Spa\";s:10:\"popularity\";d:0.192000000000000003996802888650563545525074005126953125;}s:7:\"barbers\";a:2:{s:12:\"display_name\";s:6:\"Barber\";s:10:\"popularity\";d:0.0079000000000000007716050021144837955944240093231201171875;}s:11:\"beautysalon\";a:2:{s:12:\"display_name\";s:12:\"Beauty Salon\";s:10:\"popularity\";d:0.0310999999999999991728838466542583773843944072723388671875;}s:9:\"cosmetics\";a:2:{s:12:\"display_name\";s:25:\"Cosmetics & Beauty Supply\";s:10:\"popularity\";d:0.01239999999999999956423746283462605788372457027435302734375;}s:17:\"barbersupplystore\";a:2:{s:12:\"display_name\";s:19:\"Barber Supply Store\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:21:\"cosmeticsperfumeshops\";a:2:{s:12:\"display_name\";s:23:\"Cosmetic & Perfume Shop\";s:10:\"popularity\";d:0.00189999999999999999618360835285102439229376614093780517578125;}s:14:\"cosmeticsstore\";a:2:{s:12:\"display_name\";s:15:\"Cosmetics Store\";s:10:\"popularity\";d:0.00119999999999999989487575735580549007863737642765045166015625;}s:12:\"perfumestore\";a:2:{s:12:\"display_name\";s:13:\"Perfume Store\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:16:\"hairsupplystores\";a:2:{s:12:\"display_name\";s:17:\"Hair Supply Store\";s:10:\"popularity\";d:0.00189999999999999999618360835285102439229376614093780517578125;}s:14:\"eyelashservice\";a:2:{s:12:\"display_name\";s:15:\"Eyelash Service\";s:10:\"popularity\";d:0.006700000000000000226207941267375645111314952373504638671875;}s:9:\"facialspa\";a:2:{s:12:\"display_name\";s:10:\"Facial Spa\";s:10:\"popularity\";d:0.017700000000000000455191440096314181573688983917236328125;}s:15:\"hair_extensions\";a:2:{s:12:\"display_name\";s:15:\"Hair Extensions\";s:10:\"popularity\";d:0.0114999999999999998057109706905976054258644580841064453125;}s:11:\"hairremoval\";a:2:{s:12:\"display_name\";s:12:\"Hair Removal\";s:10:\"popularity\";d:0.0212000000000000000943689570931383059360086917877197265625;}s:23:\"electrolysishairremoval\";a:2:{s:12:\"display_name\";s:25:\"Electrolysis Hair Removal\";s:10:\"popularity\";d:0.00189999999999999999618360835285102439229376614093780517578125;}s:18:\"laser_hair_removal\";a:2:{s:12:\"display_name\";s:18:\"Laser Hair Removal\";s:10:\"popularity\";d:0.004499999999999999659994198708545809495262801647186279296875;}s:24:\"waxinghairremovalservice\";a:2:{s:12:\"display_name\";s:27:\"Waxing Hair Removal Service\";s:10:\"popularity\";d:0.01220000000000000077438055967604668694548308849334716796875;}s:4:\"hair\";a:2:{s:12:\"display_name\";s:10:\"Hair Salon\";s:10:\"popularity\";d:0.060199999999999996569410853908266290090978145599365234375;}s:12:\"hairstylists\";a:2:{s:12:\"display_name\";s:12:\"Hair Stylist\";s:10:\"popularity\";d:0.0172999999999999994060306818255412508733570575714111328125;}s:8:\"menshair\";a:2:{s:12:\"display_name\";s:16:\"Men\'s Hair Salon\";s:10:\"popularity\";d:0.00820000000000000069111383282915994641371071338653564453125;}s:13:\"makeupartists\";a:2:{s:12:\"display_name\";s:13:\"Makeup Artist\";s:10:\"popularity\";d:0.01119999999999999988620213997592145460657775402069091796875;}s:7:\"massage\";a:2:{s:12:\"display_name\";s:7:\"Massage\";s:10:\"popularity\";d:0.024199999999999999289457264239899814128875732421875;}s:21:\"asianmassagetherapist\";a:2:{s:12:\"display_name\";s:23:\"Asian Massage Therapist\";s:10:\"popularity\";d:0.00289999999999999980015985556747182272374629974365234375;}s:18:\"massagesupplystore\";a:2:{s:12:\"display_name\";s:20:\"Massage Supply Store\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:20:\"thaimassagetherapist\";a:2:{s:12:\"display_name\";s:22:\"Thai Massage Therapist\";s:10:\"popularity\";d:0.00189999999999999999618360835285102439229376614093780517578125;}s:10:\"medicalspa\";a:2:{s:12:\"display_name\";s:11:\"Medical Spa\";s:10:\"popularity\";d:0.011900000000000000854871728961370536126196384429931640625;}s:11:\"othersalons\";a:2:{s:12:\"display_name\";s:10:\"Nail Salon\";s:10:\"popularity\";d:0.017200000000000000011102230246251565404236316680908203125;}s:7:\"rolfing\";a:2:{s:12:\"display_name\";s:7:\"Rolfing\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:8:\"skincare\";a:2:{s:12:\"display_name\";s:9:\"Skin Care\";s:10:\"popularity\";d:0.01129999999999999928113059155521114007569849491119384765625;}s:3:\"spa\";a:2:{s:12:\"display_name\";s:3:\"Spa\";s:10:\"popularity\";d:0.0345000000000000028865798640254070051014423370361328125;}s:4:\"spas\";a:2:{s:12:\"display_name\";s:7:\"Day Spa\";s:10:\"popularity\";d:0.0303999999999999999389377336456163902767002582550048828125;}s:14:\"skincareclinic\";a:2:{s:12:\"display_name\";s:16:\"Skin Care Clinic\";s:10:\"popularity\";d:0.0057000000000000002053912595556539599783718585968017578125;}s:9:\"sparesort\";a:2:{s:12:\"display_name\";s:10:\"Spa Resort\";s:10:\"popularity\";d:0.00119999999999999989487575735580549007863737642765045166015625;}s:7:\"tanning\";a:2:{s:12:\"display_name\";s:7:\"Tanning\";s:10:\"popularity\";d:0.0097999999999999996835864379818303859792649745941162109375;}s:16:\"tattoospiercings\";a:2:{s:12:\"display_name\";s:19:\"Tattoos & Piercings\";s:10:\"popularity\";d:0.01349999999999999984734433411404097569175064563751220703125;}s:18:\"earpiercingservice\";a:2:{s:12:\"display_name\";s:20:\"Ear Piercing Service\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:15:\"permanentmakeup\";a:2:{s:12:\"display_name\";s:16:\"Permanent Makeup\";s:10:\"popularity\";d:0.003599999999999999901467706564517357037402689456939697265625;}s:8:\"piercing\";a:2:{s:12:\"display_name\";s:8:\"Piercing\";s:10:\"popularity\";d:0.0015000000000000000312250225675825276994146406650543212890625;}s:6:\"tattoo\";a:2:{s:12:\"display_name\";s:6:\"Tattoo\";s:10:\"popularity\";d:0.006199999999999999782118731417313028941862285137176513671875;}s:18:\"businesstobusiness\";a:2:{s:12:\"display_name\";s:3:\"B2B\";s:10:\"popularity\";d:0.2401999999999999968469666100645554251968860626220703125;}s:7:\"archive\";a:2:{s:12:\"display_name\";s:7:\"Archive\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:13:\"bbadvertising\";a:2:{s:12:\"display_name\";s:21:\"Advertising (General)\";s:10:\"popularity\";d:0.025899999999999999411581796948667033575475215911865234375;}s:19:\"advertisingagencies\";a:2:{s:12:\"display_name\";s:18:\"Advertising Agency\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:33:\"commercialindustrialphotographers\";a:2:{s:12:\"display_name\";s:36:\"Commercial & Industrial Photographer\";s:10:\"popularity\";d:0.00259999999999999988065102485279567190445959568023681640625;}s:21:\"directmailadvertising\";a:2:{s:12:\"display_name\";s:23:\"Direct Mail Advertising\";s:10:\"popularity\";d:0.00139999999999999998577526749699018182582221925258636474609375;}s:24:\"internetmarketingservice\";a:2:{s:12:\"display_name\";s:26:\"Internet Marketing Service\";s:10:\"popularity\";d:0.00189999999999999999618360835285102439229376614093780517578125;}s:20:\"marketingconsultants\";a:2:{s:12:\"display_name\";s:21:\"Marketing Consultants\";s:10:\"popularity\";d:0.00139999999999999998577526749699018182582221925258636474609375;}s:16:\"marketresearcher\";a:2:{s:12:\"display_name\";s:17:\"Market Researcher\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:15:\"marketingagency\";a:2:{s:12:\"display_name\";s:16:\"Marketing Agency\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:20:\"newspaperadvertising\";a:2:{s:12:\"display_name\";s:21:\"Newspaper Advertising\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:18:\"outdooradvertising\";a:2:{s:12:\"display_name\";s:19:\"Outdoor Advertising\";s:10:\"popularity\";d:0.00139999999999999998577526749699018182582221925258636474609375;}s:27:\"promotionalproductsservices\";a:2:{s:12:\"display_name\";s:31:\"Promotional Products & Services\";s:10:\"popularity\";d:0.00600000000000000012490009027033011079765856266021728515625;}s:11:\"bannerstore\";a:2:{s:12:\"display_name\";s:12:\"Banner Store\";s:10:\"popularity\";d:0.0025000000000000000520417042793042128323577344417572021484375;}s:27:\"promotionalproductssupplier\";a:2:{s:12:\"display_name\";s:29:\"Promotional Products Supplier\";s:10:\"popularity\";d:0.00169999999999999990528409821166633264510892331600189208984375;}s:17:\"publicityservices\";a:2:{s:12:\"display_name\";s:18:\"Publicity Services\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:26:\"radiotelevisioncommercials\";a:2:{s:12:\"display_name\";s:30:\"Radio & Television Commercials\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:7:\"signage\";a:2:{s:12:\"display_name\";s:7:\"Signage\";s:10:\"popularity\";d:0.013799999999999999766853164828717126511037349700927734375;}s:12:\"neonsignshop\";a:2:{s:12:\"display_name\";s:14:\"Neon Sign Shop\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:21:\"telemarketingservices\";a:2:{s:12:\"display_name\";s:22:\"Telemarketing Services\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:21:\"yellowpageadvertising\";a:2:{s:12:\"display_name\";s:23:\"Yellow Page Advertising\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:17:\"bbagriculturefood\";a:2:{s:12:\"display_name\";s:18:\"Agriculture & Food\";s:10:\"popularity\";d:0.01700000000000000122124532708767219446599483489990234375;}s:19:\"agriculturalservice\";a:2:{s:12:\"display_name\";s:20:\"Agricultural Service\";s:10:\"popularity\";d:0.00169999999999999990528409821166633264510892331600189208984375;}s:18:\"apiariesbeekeepers\";a:2:{s:12:\"display_name\";s:21:\"Apiaries & Beekeepers\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:14:\"bbfoodproducts\";a:2:{s:12:\"display_name\";s:13:\"Food Products\";s:10:\"popularity\";d:0.00200000000000000004163336342344337026588618755340576171875;}s:20:\"bottledwatersupplier\";a:2:{s:12:\"display_name\";s:22:\"Bottled Water Supplier\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:18:\"condimentssupplier\";a:2:{s:12:\"display_name\";s:19:\"Condiments Supplier\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:20:\"foodproductssupplier\";a:2:{s:12:\"display_name\";s:22:\"Food Products Supplier\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:14:\"meatwholesaler\";a:2:{s:12:\"display_name\";s:15:\"Meat Wholesaler\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:14:\"oystersupplier\";a:2:{s:12:\"display_name\";s:15:\"Oyster Supplier\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:15:\"beerdistributor\";a:2:{s:12:\"display_name\";s:16:\"Beer Distributor\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:19:\"beveragedistributor\";a:2:{s:12:\"display_name\";s:20:\"Beverage Distributor\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:8:\"bushland\";a:2:{s:12:\"display_name\";s:8:\"Bushland\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:5:\"crops\";a:2:{s:12:\"display_name\";s:5:\"Crops\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:6:\"grains\";a:2:{s:12:\"display_name\";s:6:\"Grains\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:8:\"orchards\";a:2:{s:12:\"display_name\";s:8:\"Orchards\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:8:\"vineyard\";a:2:{s:12:\"display_name\";s:8:\"Vineyard\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:7:\"dairies\";a:2:{s:12:\"display_name\";s:5:\"Dairy\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:13:\"dairysupplier\";a:2:{s:12:\"display_name\";s:14:\"Dairy Supplier\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:11:\"eggsupplier\";a:2:{s:12:\"display_name\";s:12:\"Egg Supplier\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:10:\"farmbureau\";a:2:{s:12:\"display_name\";s:11:\"Farm Bureau\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:7:\"farming\";a:2:{s:12:\"display_name\";s:7:\"Farming\";s:10:\"popularity\";d:0.011900000000000000854871728961370536126196384429931640625;}s:21:\"farmequipmentsupplies\";a:2:{s:12:\"display_name\";s:25:\"Farm Equipment & Supplies\";s:10:\"popularity\";d:0.00540000000000000028588242884097780915908515453338623046875;}s:22:\"dairyequipmentsupplies\";a:2:{s:12:\"display_name\";s:26:\"Dairy Equipment & Supplies\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:20:\"farmequipmentdealers\";a:2:{s:12:\"display_name\";s:22:\"Farm Equipment Dealers\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:26:\"farmequipmentrepairservice\";a:2:{s:12:\"display_name\";s:29:\"Farm Equipment Repair Service\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:9:\"feedstore\";a:2:{s:12:\"display_name\";s:10:\"Feed Store\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:18:\"fertilizersupplier\";a:2:{s:12:\"display_name\";s:19:\"Fertilizer Supplier\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:14:\"grainelevators\";a:2:{s:12:\"display_name\";s:14:\"Grain Elevator\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:11:\"greenhouses\";a:2:{s:12:\"display_name\";s:10:\"Greenhouse\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:28:\"hydroponicsequipmentsupplier\";a:2:{s:12:\"display_name\";s:30:\"Hydroponics Equipment Supplier\";s:10:\"popularity\";d:0.00119999999999999989487575735580549007863737642765045166015625;}s:19:\"irrigationcompanies\";a:2:{s:12:\"display_name\";s:18:\"Irrigation Company\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:27:\"irrigationequipmentsupplier\";a:2:{s:12:\"display_name\";s:29:\"Irrigation Equipment Supplier\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:12:\"seedsupplier\";a:2:{s:12:\"display_name\";s:13:\"Seed Supplier\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:17:\"tractorrepairshop\";a:2:{s:12:\"display_name\";s:19:\"Tractor Repair Shop\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:15:\"farmingservices\";a:2:{s:12:\"display_name\";s:15:\"Farming Service\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:5:\"farms\";a:2:{s:12:\"display_name\";s:4:\"Farm\";s:10:\"popularity\";d:0.004799999999999999579503029423221960314549505710601806640625;}s:17:\"christmastreefarm\";a:2:{s:12:\"display_name\";s:19:\"Christmas Tree Farm\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:9:\"dairyfarm\";a:2:{s:12:\"display_name\";s:10:\"Dairy Farm\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:9:\"honeyfarm\";a:2:{s:12:\"display_name\";s:10:\"Honey Farm\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:8:\"treefarm\";a:2:{s:12:\"display_name\";s:9:\"Tree Farm\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:11:\"haysupplier\";a:2:{s:12:\"display_name\";s:12:\"Hay Supplier\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:12:\"orchidgrower\";a:2:{s:12:\"display_name\";s:13:\"Orchid Grower\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:12:\"pumpkinpatch\";a:2:{s:12:\"display_name\";s:13:\"Pumpkin Patch\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:19:\"fishhatcheriesfarms\";a:2:{s:12:\"display_name\";s:20:\"Fish Hatchery & Farm\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:8:\"fishfarm\";a:2:{s:12:\"display_name\";s:9:\"Fish Farm\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:10:\"foodbroker\";a:2:{s:12:\"display_name\";s:11:\"Food Broker\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:11:\"foodservice\";a:2:{s:12:\"display_name\";s:12:\"Food Service\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:11:\"icesupplier\";a:2:{s:12:\"display_name\";s:12:\"Ice Supplier\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:16:\"livestockdealers\";a:2:{s:12:\"display_name\";s:16:\"Livestock Dealer\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:14:\"poultryfarming\";a:2:{s:12:\"display_name\";s:12:\"Poultry Farm\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:15:\"chickenhatchery\";a:2:{s:12:\"display_name\";s:16:\"Chicken Hatchery\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:17:\"producewholesaler\";a:2:{s:12:\"display_name\";s:18:\"Produce Wholesaler\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:18:\"bbbusinessservices\";a:2:{s:12:\"display_name\";s:27:\"Business services (General)\";s:10:\"popularity\";d:0.097299999999999997601918266809661872684955596923828125;}s:8:\"anodizer\";a:2:{s:12:\"display_name\";s:8:\"Anodizer\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:27:\"audiovisualproductiondesign\";a:2:{s:12:\"display_name\";s:32:\"Audio-Visual Production & Design\";s:10:\"popularity\";d:0.0166000000000000001720845688168992637656629085540771484375;}s:33:\"audiovisualequipmentrentalservice\";a:2:{s:12:\"display_name\";s:37:\"Audio Visual Equipment Rental Service\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:28:\"audiovisualequipmentsupplier\";a:2:{s:12:\"display_name\";s:31:\"Audio Visual Equipment Supplier\";s:10:\"popularity\";d:0.00200000000000000004163336342344337026588618755340576171875;}s:15:\"recordingstudio\";a:2:{s:12:\"display_name\";s:16:\"Recording Studio\";s:10:\"popularity\";d:0.00259999999999999988065102485279567190445959568023681640625;}s:15:\"soundproduction\";a:2:{s:12:\"display_name\";s:16:\"Sound Production\";s:10:\"popularity\";d:0.00169999999999999990528409821166633264510892331600189208984375;}s:23:\"videoproductionservices\";a:2:{s:12:\"display_name\";s:24:\"Video Production Service\";s:10:\"popularity\";d:0.0079000000000000007716050021144837955944240093231201171875;}s:26:\"businesstradeorganizations\";a:2:{s:12:\"display_name\";s:29:\"Business & Trade Organization\";s:10:\"popularity\";d:0.004499999999999999659994198708545809495262801647186279296875;}s:24:\"labororganizationsunions\";a:2:{s:12:\"display_name\";s:18:\"Labor Organization\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:34:\"manufacturersagentsrepresentatives\";a:2:{s:12:\"display_name\";s:27:\"Manufacturer Representative\";s:10:\"popularity\";d:0.004799999999999999579503029423221960314549505710601806640625;}s:12:\"manufacturer\";a:2:{s:12:\"display_name\";s:12:\"Manufacturer\";s:10:\"popularity\";d:0.003899999999999999820976537279193507856689393520355224609375;}s:26:\"businessdevelopmentservice\";a:2:{s:12:\"display_name\";s:28:\"Business Development Service\";s:10:\"popularity\";d:0.00200000000000000004163336342344337026588618755340576171875;}s:32:\"businessrecordsstoragemanagement\";a:2:{s:12:\"display_name\";s:37:\"Business Records Storage & Management\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:21:\"recordstoragefacility\";a:2:{s:12:\"display_name\";s:23:\"Record Storage Facility\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:16:\"shreddingservice\";a:2:{s:12:\"display_name\";s:17:\"Shredding Service\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:13:\"chemicalplant\";a:2:{s:12:\"display_name\";s:14:\"Chemical Plant\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:18:\"commercialprinters\";a:2:{s:12:\"display_name\";s:19:\"Commercial Printers\";s:10:\"popularity\";d:0.00200000000000000004163336342344337026588618755340576171875;}s:18:\"customlabelprinter\";a:2:{s:12:\"display_name\";s:20:\"Custom Label Printer\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:21:\"computeronlineservice\";a:2:{s:12:\"display_name\";s:23:\"Computer Online Service\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:16:\"conferencecenter\";a:2:{s:12:\"display_name\";s:17:\"Conference Center\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:26:\"consultantsgeneralservices\";a:2:{s:12:\"display_name\";s:30:\"Consultants & General Services\";s:10:\"popularity\";d:0.0546999999999999986233234494648058898746967315673828125;}s:18:\"aviationconsultant\";a:2:{s:12:\"display_name\";s:19:\"Aviation Consultant\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:19:\"businessconsultants\";a:2:{s:12:\"display_name\";s:20:\"Business Consultants\";s:10:\"popularity\";d:0.0149000000000000000499600361081320443190634250640869140625;}s:26:\"businessmanagementservices\";a:2:{s:12:\"display_name\";s:28:\"Business Management Services\";s:10:\"popularity\";d:0.004499999999999999659994198708545809495262801647186279296875;}s:25:\"publicrelationscounselors\";a:2:{s:12:\"display_name\";s:27:\"Public Relations Counselors\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:25:\"telephoneansweringservice\";a:2:{s:12:\"display_name\";s:27:\"Telephone Answering Service\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:32:\"computersystemdesignerconsultant\";a:2:{s:12:\"display_name\";s:37:\"Computer System Designer & Consultant\";s:10:\"popularity\";d:0.0027999999999999999715505349939803636516444385051727294921875;}s:10:\"consultant\";a:2:{s:12:\"display_name\";s:10:\"Consultant\";s:10:\"popularity\";d:0.008500000000000000610622663543836097232997417449951171875;}s:19:\"consultingengineers\";a:2:{s:12:\"display_name\";s:19:\"Consulting Engineer\";s:10:\"popularity\";d:0.0080999999999999995614619052730631665326654911041259765625;}s:12:\"itconsultant\";a:2:{s:12:\"display_name\";s:13:\"IT Consultant\";s:10:\"popularity\";d:0.0063000000000000000444089209850062616169452667236328125;}s:20:\"ergonomicconsultants\";a:2:{s:12:\"display_name\";s:20:\"Ergonomic Consultant\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:26:\"executivesearchconsultants\";a:2:{s:12:\"display_name\";s:27:\"Executive Search Consultant\";s:10:\"popularity\";d:0.0015000000000000000312250225675825276994146406650543212890625;}s:19:\"financialconsultant\";a:2:{s:12:\"display_name\";s:20:\"Financial Consultant\";s:10:\"popularity\";d:0.0057000000000000002053912595556539599783718585968017578125;}s:16:\"foreignconsulate\";a:2:{s:12:\"display_name\";s:17:\"Foreign Consulate\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:9:\"logistics\";a:2:{s:12:\"display_name\";s:9:\"Logistics\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:21:\"managementconsultants\";a:2:{s:12:\"display_name\";s:21:\"Management Consultant\";s:10:\"popularity\";d:0.005899999999999999862609900702636878122575581073760986328125;}s:18:\"modeldesigncompany\";a:2:{s:12:\"display_name\";s:20:\"Model Design Company\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:20:\"powerplantconsultant\";a:2:{s:12:\"display_name\";s:22:\"Power Plant Consultant\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:19:\"secretarialservices\";a:2:{s:12:\"display_name\";s:19:\"Secretarial Service\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:29:\"telecommunicationsconsultants\";a:2:{s:12:\"display_name\";s:30:\"Telecommunications Consultants\";s:10:\"popularity\";d:0.0030999999999999998910593657086565144709311425685882568359375;}s:29:\"satellitecommunicationservice\";a:2:{s:12:\"display_name\";s:31:\"Satellite Communication Service\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:25:\"towercommunicationservice\";a:2:{s:12:\"display_name\";s:27:\"Tower Communication Service\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:16:\"conventioncenter\";a:2:{s:12:\"display_name\";s:17:\"Convention Center\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:27:\"conventioninformationbureau\";a:2:{s:12:\"display_name\";s:29:\"Convention Information Bureau\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:15:\"corporatecampus\";a:2:{s:12:\"display_name\";s:16:\"Corporate Campus\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:14:\"courierservice\";a:2:{s:12:\"display_name\";s:15:\"Courier Service\";s:10:\"popularity\";d:0.00259999999999999988065102485279567190445959568023681640625;}s:16:\"ecommerceservice\";a:2:{s:12:\"display_name\";s:18:\"E-Commerce Service\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:16:\"employeebenefits\";a:2:{s:12:\"display_name\";s:17:\"Employee Benefits\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:21:\"humanresourceservices\";a:2:{s:12:\"display_name\";s:23:\"Human Resource Services\";s:10:\"popularity\";d:0.01009999999999999960309526869650653679855167865753173828125;}s:23:\"backgroundcheckservices\";a:2:{s:12:\"display_name\";s:24:\"Background Check Service\";s:10:\"popularity\";d:0.0022999999999999999611421941381195210851728916168212890625;}s:21:\"careercoachingservice\";a:2:{s:12:\"display_name\";s:23:\"Career Coaching Service\";s:10:\"popularity\";d:0.00189999999999999999618360835285102439229376614093780517578125;}s:21:\"employmentcontractors\";a:2:{s:12:\"display_name\";s:21:\"Employment Contractor\";s:10:\"popularity\";d:0.0022000000000000001325328735646280620130710303783416748046875;}s:10:\"contractor\";a:2:{s:12:\"display_name\";s:10:\"Contractor\";s:10:\"popularity\";d:0.00200000000000000004163336342344337026588618755340576171875;}s:27:\"employmentplacementservices\";a:2:{s:12:\"display_name\";s:28:\"Employment Placement Service\";s:10:\"popularity\";d:0.00289999999999999980015985556747182272374629974365234375;}s:10:\"tempagency\";a:2:{s:12:\"display_name\";s:11:\"Temp Agency\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:19:\"informationservices\";a:2:{s:12:\"display_name\";s:19:\"Information Service\";s:10:\"popularity\";d:0.00139999999999999998577526749699018182582221925258636474609375;}s:19:\"datarecoveryservice\";a:2:{s:12:\"display_name\";s:21:\"Data Recovery Service\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:17:\"informationbureau\";a:2:{s:12:\"display_name\";s:18:\"Information Bureau\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:30:\"informationtechnologycompanies\";a:2:{s:12:\"display_name\";s:10:\"IT Company\";s:10:\"popularity\";d:0.00770000000000000024702462297909733024425804615020751953125;}s:15:\"softwarecompany\";a:2:{s:12:\"display_name\";s:16:\"Software Company\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:17:\"webhostingcompany\";a:2:{s:12:\"display_name\";s:19:\"Web Hosting Company\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:34:\"internationalbusinesstradeservices\";a:2:{s:12:\"display_name\";s:39:\"International Business & Trade Services\";s:10:\"popularity\";d:0.00119999999999999989487575735580549007863737642765045166015625;}s:13:\"customsbroker\";a:2:{s:12:\"display_name\";s:14:\"Customs Broker\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:9:\"exporters\";a:2:{s:12:\"display_name\";s:8:\"Exporter\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:9:\"importers\";a:2:{s:12:\"display_name\";s:8:\"Importer\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:28:\"internationaltradeconsultant\";a:2:{s:12:\"display_name\";s:30:\"International Trade Consultant\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:15:\"marinesfacility\";a:2:{s:12:\"display_name\";s:16:\"Marines Facility\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:11:\"meetingroom\";a:2:{s:12:\"display_name\";s:12:\"Meeting Room\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:24:\"metalheattreatingservice\";a:2:{s:12:\"display_name\";s:27:\"Metal Heat Treating Service\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:11:\"observatory\";a:2:{s:12:\"display_name\";s:11:\"Observatory\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:15:\"payrollservices\";a:2:{s:12:\"display_name\";s:16:\"Payroll Services\";s:10:\"popularity\";d:0.004599999999999999922284388276239042170345783233642578125;}s:19:\"proofreadingservice\";a:2:{s:12:\"display_name\";s:21:\"Proof Reading Service\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:18:\"researchfoundation\";a:2:{s:12:\"display_name\";s:19:\"Research Foundation\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:21:\"transcriptionservices\";a:2:{s:12:\"display_name\";s:21:\"Transcription Service\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:31:\"translatinginterpretingservices\";a:2:{s:12:\"display_name\";s:34:\"Translating & Interpreting Service\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:13:\"typingservice\";a:2:{s:12:\"display_name\";s:14:\"Typing Service\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:14:\"bbenergymining\";a:2:{s:12:\"display_name\";s:15:\"Energy & Mining\";s:10:\"popularity\";d:0.006499999999999999701627562131989179761148989200592041015625;}s:9:\"coalfield\";a:2:{s:12:\"display_name\";s:9:\"Coalfield\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:11:\"electricity\";a:2:{s:12:\"display_name\";s:11:\"Electricity\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:12:\"gascompanies\";a:2:{s:12:\"display_name\";s:11:\"Gas Company\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:6:\"mining\";a:2:{s:12:\"display_name\";s:6:\"Mining\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:8:\"coalcoke\";a:2:{s:12:\"display_name\";s:11:\"Coal & Coke\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:8:\"quarries\";a:2:{s:12:\"display_name\";s:6:\"Quarry\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:6:\"oilgas\";a:2:{s:12:\"display_name\";s:9:\"Oil & Gas\";s:10:\"popularity\";d:0.006700000000000000226207941267375645111314952373504638671875;}s:7:\"fueloil\";a:2:{s:12:\"display_name\";s:8:\"Fuel Oil\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:16:\"kerosenesupplier\";a:2:{s:12:\"display_name\";s:17:\"Kerosene Supplier\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:18:\"naturalgassupplier\";a:2:{s:12:\"display_name\";s:20:\"Natural Gas Supplier\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:31:\"oilgasexplorationanddevelopment\";a:2:{s:12:\"display_name\";s:37:\"Oil & Gas Exploration and Development\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:28:\"oilgasfieldequipmentservices\";a:2:{s:12:\"display_name\";s:35:\"Oil & Gas Field Equipment & Service\";s:10:\"popularity\";d:0.003599999999999999901467706564517357037402689456939697265625;}s:11:\"oilrefiners\";a:2:{s:12:\"display_name\";s:11:\"Oil Refiner\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:8:\"oilfield\";a:2:{s:12:\"display_name\";s:8:\"Oilfield\";s:10:\"popularity\";d:0.0015000000000000000312250225675825276994146406650543212890625;}s:15:\"bbentertainment\";a:2:{s:12:\"display_name\";s:13:\"Entertainment\";s:10:\"popularity\";d:0.006499999999999999701627562131989179761148989200592041015625;}s:12:\"cablecompany\";a:2:{s:12:\"display_name\";s:13:\"Cable Company\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:25:\"motionpicturefilmservices\";a:2:{s:12:\"display_name\";s:27:\"Motion Picture Film Service\";s:10:\"popularity\";d:0.00200000000000000004163336342344337026588618755340576171875;}s:26:\"filmmakingequipmentservice\";a:2:{s:12:\"display_name\";s:31:\"Film Making Equipment & Service\";s:10:\"popularity\";d:0.00139999999999999998577526749699018182582221925258636474609375;}s:29:\"motionpictureproducersstudios\";a:2:{s:12:\"display_name\";s:32:\"Motion Picture Producer & Studio\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:11:\"moviestudio\";a:2:{s:12:\"display_name\";s:12:\"Movie Studio\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:23:\"musicproductionservices\";a:2:{s:12:\"display_name\";s:24:\"Music Production Service\";s:10:\"popularity\";d:0.0022000000000000001325328735646280620130710303783416748046875;}s:30:\"musicalinstrumentrentalservice\";a:2:{s:12:\"display_name\";s:33:\"Musical Instrument Rental Service\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:22:\"pinballmachinesupplier\";a:2:{s:12:\"display_name\";s:24:\"Pinball Machine Supplier\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:35:\"radiocommunicationequipmentsupplies\";a:2:{s:12:\"display_name\";s:38:\"Radio Communication Equipment & Supply\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:15:\"recordcompanies\";a:2:{s:12:\"display_name\";s:14:\"Record Company\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:33:\"bbenvironmentalecologicalservices\";a:2:{s:12:\"display_name\";s:35:\"Environmental & Ecological Services\";s:10:\"popularity\";d:0.0335000000000000019984014443252817727625370025634765625;}s:22:\"asbestostestingservice\";a:2:{s:12:\"display_name\";s:24:\"Asbestos Testing Service\";s:10:\"popularity\";d:0.00119999999999999989487575735580549007863737642765045166015625;}s:23:\"cleaningwastemanagement\";a:2:{s:12:\"display_name\";s:27:\"Cleaning & Waste Management\";s:10:\"popularity\";d:0.0281999999999999993727239910867865546606481075286865234375;}s:24:\"garbagecollectionservice\";a:2:{s:12:\"display_name\";s:26:\"Garbage Collection Service\";s:10:\"popularity\";d:0.0022000000000000001325328735646280620130710303783416748046875;}s:18:\"garbagedumpservice\";a:2:{s:12:\"display_name\";s:20:\"Garbage Dump Service\";s:10:\"popularity\";d:0.0022999999999999999611421941381195210851728916168212890625;}s:25:\"industrialcleaningservice\";a:2:{s:12:\"display_name\";s:27:\"Industrial Cleaning Service\";s:10:\"popularity\";d:0.01179999999999999972521980140527375624515116214752197265625;}s:21:\"guttercleaningservice\";a:2:{s:12:\"display_name\";s:23:\"Gutter Cleaning Service\";s:10:\"popularity\";d:0.007300000000000000065225602696727946749888360500335693359375;}s:32:\"industrialwastedisposalrecycling\";a:2:{s:12:\"display_name\";s:37:\"Industrial Waste Disposal & Recycling\";s:10:\"popularity\";d:0.0022999999999999999611421941381195210851728916168212890625;}s:31:\"watertreatmentequipmentservices\";a:2:{s:12:\"display_name\";s:36:\"Water Treatment Equipment & Services\";s:10:\"popularity\";d:0.0080999999999999995614619052730631665326654911041259765625;}s:30:\"watersofteningequipmentservice\";a:2:{s:12:\"display_name\";s:35:\"Water Softening Equipment & Service\";s:10:\"popularity\";d:0.004199999999999999740485367993869658675976097583770751953125;}s:19:\"watertestingservice\";a:2:{s:12:\"display_name\";s:21:\"Water Testing Service\";s:10:\"popularity\";d:0.0022000000000000001325328735646280620130710303783416748046875;}s:19:\"watertreatmentplant\";a:2:{s:12:\"display_name\";s:21:\"Water Treatment Plant\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:27:\"waterworksequipmentsupplier\";a:2:{s:12:\"display_name\";s:30:\"Water Works Equipment Supplier\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:39:\"energymanagementconservationconsultants\";a:2:{s:12:\"display_name\";s:43:\"Energy Management & Conservation Consultant\";s:10:\"popularity\";d:0.003299999999999999981958875849841206218115985393524169921875;}s:38:\"environmentalecologicalproductsservice\";a:2:{s:12:\"display_name\";s:45:\"Environmental & Ecological Products & Service\";s:10:\"popularity\";d:0.00119999999999999989487575735580549007863737642765045166015625;}s:48:\"environmentalconservationecologicalorganizations\";a:2:{s:12:\"display_name\";s:52:\"Environmental Conservation & Ecological Organization\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:24:\"environmentalconsultants\";a:2:{s:12:\"display_name\";s:24:\"Environmental Consultant\";s:10:\"popularity\";d:0.0025000000000000000520417042793042128323577344417572021484375;}s:26:\"environmentalhealthservice\";a:2:{s:12:\"display_name\";s:28:\"Environmental Health Service\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:20:\"environmentalprogram\";a:2:{s:12:\"display_name\";s:21:\"Environmental Program\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:19:\"forestryconsultants\";a:2:{s:12:\"display_name\";s:19:\"Forestry Consultant\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:15:\"forestryservice\";a:2:{s:12:\"display_name\";s:16:\"Forestry Service\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:18:\"geologistsservices\";a:2:{s:12:\"display_name\";s:19:\"Geologists Services\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:23:\"bbmanufacturingsupplies\";a:2:{s:12:\"display_name\";s:24:\"Manufacturing & Supplies\";s:10:\"popularity\";d:0.08359999999999999376054660160662024281919002532958984375;}s:17:\"airfiltersupplier\";a:2:{s:12:\"display_name\";s:15:\"Filter Supplier\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:19:\"awningrepairservice\";a:2:{s:12:\"display_name\";s:23:\"Awning Repair & Service\";s:10:\"popularity\";d:0.00139999999999999998577526749699018182582221925258636474609375;}s:23:\"awningscanopiessupplies\";a:2:{s:12:\"display_name\";s:27:\"Awnings & Canopies Supplies\";s:10:\"popularity\";d:0.0022000000000000001325328735646280620130710303783416748046875;}s:9:\"bbapparel\";a:2:{s:12:\"display_name\";s:7:\"Apparel\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:10:\"furservice\";a:2:{s:12:\"display_name\";s:11:\"Fur Service\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:17:\"leatherwholesaler\";a:2:{s:12:\"display_name\";s:18:\"Leather Wholesaler\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:17:\"rafttripoutfitter\";a:2:{s:12:\"display_name\";s:19:\"Raft Trip Outfitter\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:15:\"bbautosvehicles\";a:2:{s:12:\"display_name\";s:26:\"Autos & Vehicles (General)\";s:10:\"popularity\";d:0.00169999999999999990528409821166633264510892331600189208984375;}s:29:\"automanufacturersdistributors\";a:2:{s:12:\"display_name\";s:28:\"Manufacturers & Distributors\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:11:\"bbautoparts\";a:2:{s:12:\"display_name\";s:10:\"Auto Parts\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:22:\"appliancepartssupplier\";a:2:{s:12:\"display_name\";s:24:\"Appliance Parts Supplier\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:7:\"bbtires\";a:2:{s:12:\"display_name\";s:5:\"Tires\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:21:\"bbfurniturehousewares\";a:2:{s:12:\"display_name\";s:22:\"Furniture & Housewares\";s:10:\"popularity\";d:0.00990000000000000081323836553792716586031019687652587890625;}s:16:\"barstoolsupplier\";a:2:{s:12:\"display_name\";s:18:\"Bar Stool Supplier\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:14:\"basketsupplier\";a:2:{s:12:\"display_name\";s:15:\"Basket Supplier\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:22:\"furnituremanufacturers\";a:2:{s:12:\"display_name\";s:22:\"Furniture Manufacturer\";s:10:\"popularity\";d:0.0097999999999999996835864379818303859792649745941162109375;}s:12:\"cabinetmaker\";a:2:{s:12:\"display_name\";s:13:\"Cabinet Maker\";s:10:\"popularity\";d:0.006199999999999999782118731417313028941862285137176513671875;}s:14:\"furnituremaker\";a:2:{s:12:\"display_name\";s:15:\"Furniture Maker\";s:10:\"popularity\";d:0.0025000000000000000520417042793042128323577344417572021484375;}s:23:\"tablechairrentalservice\";a:2:{s:12:\"display_name\";s:28:\"Table & Chair Rental Service\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:10:\"bbhardware\";a:2:{s:12:\"display_name\";s:8:\"Hardware\";s:10:\"popularity\";d:0.00119999999999999989487575735580549007863737642765045166015625;}s:13:\"hardwarestore\";a:2:{s:12:\"display_name\";s:14:\"Hardware Store\";s:10:\"popularity\";d:0.00119999999999999989487575735580549007863737642765045166015625;}s:10:\"bbjewelers\";a:2:{s:12:\"display_name\";s:7:\"Jeweler\";s:10:\"popularity\";d:0.00189999999999999999618360835285102439229376614093780517578125;}s:13:\"diamonddealer\";a:2:{s:12:\"display_name\";s:14:\"Diamond Dealer\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:15:\"jewelryengraver\";a:2:{s:12:\"display_name\";s:16:\"Jewelry Engraver\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:8:\"lapidary\";a:2:{s:12:\"display_name\";s:8:\"Lapidary\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:16:\"wholesalejeweler\";a:2:{s:12:\"display_name\";s:17:\"Wholesale Jeweler\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:16:\"bbmachinerytools\";a:2:{s:12:\"display_name\";s:17:\"Machinery & Tools\";s:10:\"popularity\";d:0.0189999999999999995281552145343084703199565410614013671875;}s:17:\"abrasivessupplier\";a:2:{s:12:\"display_name\";s:18:\"Abrasives Supplier\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:21:\"aircompressorsupplier\";a:2:{s:12:\"display_name\";s:23:\"Air Compressor Supplier\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:15:\"bearingsupplier\";a:2:{s:12:\"display_name\";s:16:\"Bearing Supplier\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:11:\"cranedealer\";a:2:{s:12:\"display_name\";s:12:\"Crane Dealer\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:17:\"cranerentalagency\";a:2:{s:12:\"display_name\";s:19:\"Crane Rental Agency\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:12:\"craneservice\";a:2:{s:12:\"display_name\";s:13:\"Crane Service\";s:10:\"popularity\";d:0.00200000000000000004163336342344337026588618755340576171875;}s:18:\"electricmotorstore\";a:2:{s:12:\"display_name\";s:20:\"Electric Motor Store\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:26:\"equipmentmaintenancerepair\";a:2:{s:12:\"display_name\";s:30:\"Equipment Maintenance & Repair\";s:10:\"popularity\";d:0.005100000000000000366373598126301658339798450469970703125;}s:17:\"sharpeningservice\";a:2:{s:12:\"display_name\";s:18:\"Sharpening Service\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:19:\"toolgrindingservice\";a:2:{s:12:\"display_name\";s:21:\"Tool Grinding Service\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:14:\"toolrepairshop\";a:2:{s:12:\"display_name\";s:16:\"Tool Repair Shop\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:19:\"industrialequipment\";a:2:{s:12:\"display_name\";s:20:\"Industrial Equipment\";s:10:\"popularity\";d:0.004799999999999999579503029423221960314549505710601806640625;}s:26:\"hydraulicequipmentsupplier\";a:2:{s:12:\"display_name\";s:28:\"Hydraulic Equipment Supplier\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:22:\"hydraulicrepairservice\";a:2:{s:12:\"display_name\";s:24:\"Hydraulic Repair Service\";s:10:\"popularity\";d:0.00200000000000000004163336342344337026588618755340576171875;}s:33:\"industrialvacuumequipmentsupplier\";a:2:{s:12:\"display_name\";s:36:\"Industrial Vacuum Equipment Supplier\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:27:\"refractoryequipmentsupplies\";a:2:{s:12:\"display_name\";s:31:\"Refractory Equipment & Supplies\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:24:\"jewelryequipmentsupplier\";a:2:{s:12:\"display_name\";s:26:\"Jewelry Equipment Supplier\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:20:\"machineknifesupplier\";a:2:{s:12:\"display_name\";s:22:\"Machine Knife Supplier\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:21:\"machiningmanufacturer\";a:2:{s:12:\"display_name\";s:22:\"Machining Manufacturer\";s:10:\"popularity\";d:0.0015000000000000000312250225675825276994146406650543212890625;}s:17:\"steeldrumsupplier\";a:2:{s:12:\"display_name\";s:19:\"Steel Drum Supplier\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:35:\"telecommunicationsequipmentsupplier\";a:2:{s:12:\"display_name\";s:37:\"Telecommunications Equipment Supplier\";s:10:\"popularity\";d:0.0015000000000000000312250225675825276994146406650543212890625;}s:11:\"tooldieshop\";a:2:{s:12:\"display_name\";s:15:\"Tool & Die Shop\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:17:\"toolrentalservice\";a:2:{s:12:\"display_name\";s:19:\"Tool Rental Service\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:22:\"woodworkingsupplystore\";a:2:{s:12:\"display_name\";s:24:\"Woodworking Supply Store\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:16:\"bbrubberplastics\";a:2:{s:12:\"display_name\";s:17:\"Rubber & Plastics\";s:10:\"popularity\";d:0.00169999999999999990528409821166633264510892331600189208984375;}s:25:\"plasticfabricationcompany\";a:2:{s:12:\"display_name\";s:27:\"Plastic Fabrication Company\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:30:\"plasticinjectionmoldingservice\";a:2:{s:12:\"display_name\";s:33:\"Plastic Injection Molding Service\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:22:\"rubberproductssupplier\";a:2:{s:12:\"display_name\";s:24:\"Rubber Products Supplier\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:10:\"bbtextiles\";a:2:{s:12:\"display_name\";s:8:\"Textiles\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:12:\"barksupplier\";a:2:{s:12:\"display_name\";s:13:\"Bark Supplier\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:14:\"barrelsupplier\";a:2:{s:12:\"display_name\";s:15:\"Barrel Supplier\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:23:\"castingmoldingmachining\";a:2:{s:12:\"display_name\";s:28:\"Casting, Molding & Machining\";s:10:\"popularity\";d:0.00430000000000000000277555756156289135105907917022705078125;}s:11:\"machineshop\";a:2:{s:12:\"display_name\";s:12:\"Machine Shop\";s:10:\"popularity\";d:0.00370000000000000016375789613221058971248567104339599609375;}s:7:\"molding\";a:2:{s:12:\"display_name\";s:7:\"Molding\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:22:\"educationalsupplystore\";a:2:{s:12:\"display_name\";s:24:\"Educational Supply Store\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:21:\"electricalsupplystore\";a:2:{s:12:\"display_name\";s:23:\"Electrical Supply Store\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:16:\"fastenersupplier\";a:2:{s:12:\"display_name\";s:17:\"Fastener Supplier\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:16:\"fencesupplystore\";a:2:{s:12:\"display_name\";s:18:\"Fence Supply Store\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:23:\"fiberglassrepairservice\";a:2:{s:12:\"display_name\";s:25:\"Fiberglass Repair Service\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:18:\"fiberglasssupplier\";a:2:{s:12:\"display_name\";s:19:\"Fiberglass Supplier\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:26:\"firealarmequipmentsupplies\";a:2:{s:12:\"display_name\";s:31:\"Fire Alarm Equipment & Supplies\";s:10:\"popularity\";d:0.00169999999999999990528409821166633264510892331600189208984375;}s:33:\"fireextinguisherequipmentsupplies\";a:2:{s:12:\"display_name\";s:38:\"Fire Extinguisher Equipment & Supplies\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:31:\"fireprotectionequipmentsupplier\";a:2:{s:12:\"display_name\";s:34:\"Fire Protection Equipment Supplier\";s:10:\"popularity\";d:0.0015000000000000000312250225675825276994146406650543212890625;}s:18:\"foamrubbersupplier\";a:2:{s:12:\"display_name\";s:20:\"Foam Rubber Supplier\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:7:\"foundry\";a:2:{s:12:\"display_name\";s:7:\"Foundry\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:20:\"furnacepartssupplier\";a:2:{s:12:\"display_name\";s:22:\"Furnace Parts Supplier\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:18:\"glassblocksupplier\";a:2:{s:12:\"display_name\";s:20:\"Glass Block Supplier\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:15:\"granitesupplier\";a:2:{s:12:\"display_name\";s:16:\"Granite Supplier\";s:10:\"popularity\";d:0.00189999999999999999618360835285102439229376614093780517578125;}s:24:\"heatingequipmentsupplier\";a:2:{s:12:\"display_name\";s:26:\"Heating Equipment Supplier\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:18:\"heatingoilsupplier\";a:2:{s:12:\"display_name\";s:20:\"Heating Oil Supplier\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:17:\"heliumgassupplier\";a:2:{s:12:\"display_name\";s:19:\"Helium Gas Supplier\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:12:\"hosesupplier\";a:2:{s:12:\"display_name\";s:13:\"Hose Supplier\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:21:\"industrialgassupplier\";a:2:{s:12:\"display_name\";s:23:\"Industrial Gas Supplier\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:27:\"janitorialequipmentsupplier\";a:2:{s:12:\"display_name\";s:29:\"Janitorial Equipment Supplier\";s:10:\"popularity\";d:0.00139999999999999998577526749699018182582221925258636474609375;}s:27:\"laminatingequipmentsupplier\";a:2:{s:12:\"display_name\";s:29:\"Laminating Equipment Supplier\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:19:\"lasercuttingservice\";a:2:{s:12:\"display_name\";s:21:\"Laser Cutting Service\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:22:\"laserequipmentsupplier\";a:2:{s:12:\"display_name\";s:24:\"Laser Equipment Supplier\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:22:\"mailingmachinesupplier\";a:2:{s:12:\"display_name\";s:24:\"Mailing Machine Supplier\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:18:\"masonrysupplystore\";a:2:{s:12:\"display_name\";s:20:\"Masonry Supply Store\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:33:\"materialhandlingequipmentsupplier\";a:2:{s:12:\"display_name\";s:36:\"Material Handling Equipment Supplier\";s:10:\"popularity\";d:0.00200000000000000004163336342344337026588618755340576171875;}s:6:\"metals\";a:2:{s:12:\"display_name\";s:6:\"Metals\";s:10:\"popularity\";d:0.0168999999999999983568699235547683201730251312255859375;}s:16:\"aluminumsupplier\";a:2:{s:12:\"display_name\";s:17:\"Aluminum Supplier\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:9:\"ironworks\";a:2:{s:12:\"display_name\";s:10:\"Iron Works\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:31:\"metaldetectingequipmentsupplier\";a:2:{s:12:\"display_name\";s:34:\"Metal Detecting Equipment Supplier\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:16:\"metalfabricators\";a:2:{s:12:\"display_name\";s:17:\"Metal Fabricators\";s:10:\"popularity\";d:0.0092999999999999992394972281317677698098123073577880859375;}s:15:\"steelfabricator\";a:2:{s:12:\"display_name\";s:16:\"Steel Fabricator\";s:10:\"popularity\";d:0.00139999999999999998577526749699018182582221925258636474609375;}s:13:\"metalfinisher\";a:2:{s:12:\"display_name\";s:14:\"Metal Finisher\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:21:\"metalpolishingservice\";a:2:{s:12:\"display_name\";s:23:\"Metal Polishing Service\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:20:\"metalstampingservice\";a:2:{s:12:\"display_name\";s:22:\"Metal Stamping Service\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:13:\"metalsupplier\";a:2:{s:12:\"display_name\";s:14:\"Metal Supplier\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:14:\"platingservice\";a:2:{s:12:\"display_name\";s:15:\"Plating Service\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:11:\"scrapmetals\";a:2:{s:12:\"display_name\";s:12:\"Scrap Metals\";s:10:\"popularity\";d:0.0025000000000000000520417042793042128323577344417572021484375;}s:10:\"sheetmetal\";a:2:{s:12:\"display_name\";s:11:\"Sheet Metal\";s:10:\"popularity\";d:0.00119999999999999989487575735580549007863737642765045166015625;}s:20:\"sheetmetalcontractor\";a:2:{s:12:\"display_name\";s:22:\"Sheet Metal Contractor\";s:10:\"popularity\";d:0.0015000000000000000312250225675825276994146406650543212890625;}s:16:\"steeldistributor\";a:2:{s:12:\"display_name\";s:17:\"Steel Distributor\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:16:\"steelfabricators\";a:2:{s:12:\"display_name\";s:16:\"Steel Fabricator\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:12:\"millworkshop\";a:2:{s:12:\"display_name\";s:13:\"Millwork Shop\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:15:\"moldingsupplier\";a:2:{s:12:\"display_name\";s:16:\"Molding Supplier\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:13:\"mulchsupplier\";a:2:{s:12:\"display_name\";s:14:\"Mulch Supplier\";s:10:\"popularity\";d:0.00189999999999999999618360835285102439229376614093780517578125;}s:20:\"packagingsupplystore\";a:2:{s:12:\"display_name\";s:22:\"Packaging Supply Store\";s:10:\"popularity\";d:0.00119999999999999989487575735580549007863737642765045166015625;}s:14:\"palletsupplier\";a:2:{s:12:\"display_name\";s:15:\"Pallet Supplier\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:22:\"patioenclosuresupplier\";a:2:{s:12:\"display_name\";s:24:\"Patio Enclosure Supplier\";s:10:\"popularity\";d:0.00119999999999999989487575735580549007863737642765045166015625;}s:23:\"pavingmaterialssupplier\";a:2:{s:12:\"display_name\";s:25:\"Paving Materials Supplier\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:12:\"pipesupplier\";a:2:{s:12:\"display_name\";s:13:\"Pipe Supplier\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:18:\"plasticbagsupplier\";a:2:{s:12:\"display_name\";s:20:\"Plastic Bag Supplier\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:27:\"playgroundequipmentsupplier\";a:2:{s:12:\"display_name\";s:29:\"Playground Equipment Supplier\";s:10:\"popularity\";d:0.00119999999999999989487575735580549007863737642765045166015625;}s:19:\"plumbingsupplystore\";a:2:{s:12:\"display_name\";s:21:\"Plumbing Supply Store\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:15:\"plywoodsupplier\";a:2:{s:12:\"display_name\";s:16:\"Plywood Supplier\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:17:\"policesupplystore\";a:2:{s:12:\"display_name\";s:19:\"Police Supply Store\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:22:\"portabletoiletsupplier\";a:2:{s:12:\"display_name\";s:24:\"Portable Toilet Supplier\";s:10:\"popularity\";d:0.00189999999999999999618360835285102439229376614093780517578125;}s:27:\"powerplantequipmentsupplier\";a:2:{s:12:\"display_name\";s:30:\"Power Plant Equipment Supplier\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:15:\"propanesupplier\";a:2:{s:12:\"display_name\";s:16:\"Propane Supplier\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:25:\"railroadequipmentsupplier\";a:2:{s:12:\"display_name\";s:27:\"Railroad Equipment Supplier\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:18:\"roofingsupplystore\";a:2:{s:12:\"display_name\";s:20:\"Roofing Supply Store\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:23:\"safetyequipmentsupplier\";a:2:{s:12:\"display_name\";s:25:\"Safety Equipment Supplier\";s:10:\"popularity\";d:0.00259999999999999988065102485279567190445959568023681640625;}s:9:\"sailmaker\";a:2:{s:12:\"display_name\";s:9:\"Sailmaker\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:18:\"sandgravelsupplier\";a:2:{s:12:\"display_name\";s:22:\"Sand & Gravel Supplier\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:13:\"scalesupplier\";a:2:{s:12:\"display_name\";s:14:\"Scale Supplier\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:25:\"screenprintingsupplystore\";a:2:{s:12:\"display_name\";s:28:\"Screen Printing Supply Store\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:11:\"sodsupplier\";a:2:{s:12:\"display_name\";s:12:\"Sod Supplier\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:14:\"springsupplier\";a:2:{s:12:\"display_name\";s:15:\"Spring Supplier\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:18:\"weldinggassupplier\";a:2:{s:12:\"display_name\";s:20:\"Welding Gas Supplier\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:18:\"weldingsupplystore\";a:2:{s:12:\"display_name\";s:20:\"Welding Supply Store\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:14:\"windowsupplier\";a:2:{s:12:\"display_name\";s:15:\"Window Supplier\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:8:\"woodpulp\";a:2:{s:12:\"display_name\";s:11:\"Wood & Pulp\";s:10:\"popularity\";d:0.0040000000000000000832667268468867405317723751068115234375;}s:16:\"firewoodsupplier\";a:2:{s:12:\"display_name\";s:17:\"Firewood Supplier\";s:10:\"popularity\";d:0.00189999999999999999618360835285102439229376614093780517578125;}s:24:\"loggingequipmentsupplies\";a:2:{s:12:\"display_name\";s:28:\"Logging Equipment & Supplies\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:20:\"sawsharpeningservice\";a:2:{s:12:\"display_name\";s:22:\"Saw Sharpening Service\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:15:\"loggingservices\";a:2:{s:12:\"display_name\";s:16:\"Logging Services\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:17:\"loggingcontractor\";a:2:{s:12:\"display_name\";s:18:\"Logging Contractor\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:5:\"mills\";a:2:{s:12:\"display_name\";s:15:\"Mills (General)\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:9:\"papermill\";a:2:{s:12:\"display_name\";s:10:\"Paper Mill\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:20:\"woodfinishingservice\";a:2:{s:12:\"display_name\";s:22:\"Wood Finishing Service\";s:10:\"popularity\";d:0.00139999999999999998577526749699018182582221925258636474609375;}s:24:\"bbmedicalsupportservices\";a:2:{s:12:\"display_name\";s:23:\"Medical Support Service\";s:10:\"popularity\";d:0.01239999999999999956423746283462605788372457027435302734375;}s:20:\"clinicallaboratories\";a:2:{s:12:\"display_name\";s:21:\"Clinical Laboratories\";s:10:\"popularity\";d:0.005599999999999999943101069987960727303288877010345458984375;}s:19:\"bloodtestingservice\";a:2:{s:12:\"display_name\";s:21:\"Blood Testing Service\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:18:\"drugtestingservice\";a:2:{s:12:\"display_name\";s:20:\"Drug Testing Service\";s:10:\"popularity\";d:0.0040000000000000000832667268468867405317723751068115234375;}s:10:\"laboratory\";a:2:{s:12:\"display_name\";s:10:\"Laboratory\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:23:\"paternitytestingservice\";a:2:{s:12:\"display_name\";s:25:\"Paternity Testing Service\";s:10:\"popularity\";d:0.0015000000000000000312250225675825276994146406650543212890625;}s:10:\"testinglab\";a:2:{s:12:\"display_name\";s:11:\"Testing Lab\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:7:\"xraylab\";a:2:{s:12:\"display_name\";s:9:\"X-Ray Lab\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:18:\"dentallaboratories\";a:2:{s:12:\"display_name\";s:19:\"Dental Laboratories\";s:10:\"popularity\";d:0.0022000000000000001325328735646280620130710303783416748046875;}s:9:\"dentallab\";a:2:{s:12:\"display_name\";s:10:\"Dental Lab\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:25:\"hospitalequipmentsupplies\";a:2:{s:12:\"display_name\";s:29:\"Hospital Equipment & Supplies\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:13:\"medicalalarms\";a:2:{s:12:\"display_name\";s:14:\"Medical Alarms\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:22:\"medicalbillingservices\";a:2:{s:12:\"display_name\";s:24:\"Medical Billing Services\";s:10:\"popularity\";d:0.0027999999999999999715505349939803636516444385051727294921875;}s:26:\"medicalresearchdevelopment\";a:2:{s:12:\"display_name\";s:30:\"Medical Research & Development\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:27:\"medicalserviceorganizations\";a:2:{s:12:\"display_name\";s:29:\"Medical Service Organizations\";s:10:\"popularity\";d:0.00139999999999999998577526749699018182582221925258636474609375;}s:26:\"surgicalappliancessupplies\";a:2:{s:12:\"display_name\";s:30:\"Surgical Appliances & Supplies\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:19:\"surgicalsupplystore\";a:2:{s:12:\"display_name\";s:21:\"Surgical Supply Store\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:25:\"bbofficesuppliesequipment\";a:2:{s:12:\"display_name\";s:27:\"Office Supplies & Equipment\";s:10:\"popularity\";d:0.01239999999999999956423746283462605788372457027435302734375;}s:21:\"cashregisterssupplies\";a:2:{s:12:\"display_name\";s:25:\"Cash Registers & Supplies\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:21:\"copierscopiersupplies\";a:2:{s:12:\"display_name\";s:18:\"Copiers & Supplies\";s:10:\"popularity\";d:0.003599999999999999901467706564517357037402689456939697265625;}s:8:\"copyshop\";a:2:{s:12:\"display_name\";s:9:\"Copy Shop\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:10:\"faxservice\";a:2:{s:12:\"display_name\";s:11:\"Fax Service\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:25:\"draftingequipmentsupplier\";a:2:{s:12:\"display_name\";s:27:\"Drafting Equipment Supplier\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:28:\"officeequipmentrentalservice\";a:2:{s:12:\"display_name\";s:31:\"Office Equipment Rental Service\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:23:\"officeequipmentsupplier\";a:2:{s:12:\"display_name\";s:25:\"Office Equipment Supplier\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:15:\"officefurniture\";a:2:{s:12:\"display_name\";s:16:\"Office Furniture\";s:10:\"popularity\";d:0.0025000000000000000520417042793042128323577344417572021484375;}s:24:\"usedofficefurniturestore\";a:2:{s:12:\"display_name\";s:27:\"Used Office Furniture Store\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:24:\"officesuppliesstationery\";a:2:{s:12:\"display_name\";s:28:\"Office Supplies & Stationery\";s:10:\"popularity\";d:0.00119999999999999989487575735580549007863737642765045166015625;}s:17:\"officesupplystore\";a:2:{s:12:\"display_name\";s:19:\"Office Supply Store\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:16:\"paperdistributor\";a:2:{s:12:\"display_name\";s:17:\"Paper Distributor\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:29:\"papershreddingmachinesupplier\";a:2:{s:12:\"display_name\";s:32:\"Paper Shredding Machine Supplier\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:22:\"tonercartridgesupplier\";a:2:{s:12:\"display_name\";s:24:\"Toner Cartridge Supplier\";s:10:\"popularity\";d:0.00189999999999999999618360835285102439229376614093780517578125;}s:18:\"typewritersupplier\";a:2:{s:12:\"display_name\";s:19:\"Typewriter Supplier\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:15:\"vendingmachines\";a:2:{s:12:\"display_name\";s:16:\"Vending Machines\";s:10:\"popularity\";d:0.0022000000000000001325328735646280620130710303783416748046875;}s:28:\"vendingmachinesrepairservice\";a:2:{s:12:\"display_name\";s:33:\"Vending Machines Repair & Service\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:34:\"videoconferencingequipmentsupplier\";a:2:{s:12:\"display_name\";s:37:\"Video Conferencing Equipment Supplier\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:24:\"videoconferencingservice\";a:2:{s:12:\"display_name\";s:26:\"Video Conferencing Service\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:12:\"watercoolers\";a:2:{s:12:\"display_name\";s:13:\"Water Coolers\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:20:\"bbrestaurantservices\";a:2:{s:12:\"display_name\";s:19:\"Restaurant Services\";s:10:\"popularity\";d:0.004599999999999999922284388276239042170345783233642578125;}s:27:\"restaurantequipmentsupplies\";a:2:{s:12:\"display_name\";s:31:\"Restaurant Equipment & Supplies\";s:10:\"popularity\";d:0.0025000000000000000520417042793042128323577344417572021484375;}s:17:\"bakingsupplystore\";a:2:{s:12:\"display_name\";s:19:\"Baking Supply Store\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:21:\"restaurantsupplystore\";a:2:{s:12:\"display_name\";s:23:\"Restaurant Supply Store\";s:10:\"popularity\";d:0.00139999999999999998577526749699018182582221925258636474609375;}s:20:\"restaurantmanagement\";a:2:{s:12:\"display_name\";s:21:\"Restaurant Management\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:19:\"bbsciencetechnology\";a:2:{s:12:\"display_name\";s:20:\"Science & Technology\";s:10:\"popularity\";d:0.00119999999999999989487575735580549007863737642765045166015625;}s:19:\"scientificequipment\";a:2:{s:12:\"display_name\";s:20:\"Scientific Equipment\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:19:\"dynamometersupplier\";a:2:{s:12:\"display_name\";s:20:\"Dynamometer Supplier\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:22:\"scientificlaboratories\";a:2:{s:12:\"display_name\";s:23:\"Scientific Laboratories\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:23:\"bbstoragetransportation\";a:2:{s:12:\"display_name\";s:24:\"Storage & Transportation\";s:10:\"popularity\";d:0.021499999999999998279154311831007362343370914459228515625;}s:20:\"cargofreightservices\";a:2:{s:12:\"display_name\";s:23:\"Cargo & Freight Service\";s:10:\"popularity\";d:0.0033999999999999998105681964233326652902178466320037841796875;}s:20:\"distributionservices\";a:2:{s:12:\"display_name\";s:20:\"Distribution Service\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:20:\"freightagentsbrokers\";a:2:{s:12:\"display_name\";s:24:\"Freight Agents & Brokers\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:24:\"freightforwardingservice\";a:2:{s:12:\"display_name\";s:26:\"Freight Forwarding Service\";s:10:\"popularity\";d:0.00119999999999999989487575735580549007863737642765045166015625;}s:15:\"shippingcompany\";a:2:{s:12:\"display_name\";s:16:\"Shipping Company\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:26:\"departmentoftransportation\";a:2:{s:12:\"display_name\";s:28:\"Department of Transportation\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:27:\"manufacturedhometransporter\";a:2:{s:12:\"display_name\";s:29:\"Manufactured Home Transporter\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:22:\"pipelinetransportation\";a:2:{s:12:\"display_name\";s:23:\"Pipeline Transportation\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:15:\"railroadcompany\";a:2:{s:12:\"display_name\";s:16:\"Railroad Company\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:15:\"railroadfreight\";a:2:{s:12:\"display_name\";s:16:\"Railroad Freight\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:20:\"railroadtiessupplier\";a:2:{s:12:\"display_name\";s:22:\"Railroad Ties Supplier\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:17:\"storagewarehouses\";a:2:{s:12:\"display_name\";s:20:\"Storage & Warehouses\";s:10:\"popularity\";d:0.0057000000000000002053912595556539599783718585968017578125;}s:25:\"automobilestoragefacility\";a:2:{s:12:\"display_name\";s:27:\"Automobile Storage Facility\";s:10:\"popularity\";d:0.00189999999999999999618360835285102439229376614093780517578125;}s:19:\"coldstoragefacility\";a:2:{s:12:\"display_name\";s:21:\"Cold Storage Facility\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:24:\"rentalservicestoresyards\";a:2:{s:12:\"display_name\";s:27:\"Rental Service Store & Yard\";s:10:\"popularity\";d:0.0025000000000000000520417042793042128323577344417572021484375;}s:21:\"equipmentrentalagency\";a:2:{s:12:\"display_name\";s:23:\"Equipment Rental Agency\";s:10:\"popularity\";d:0.0022999999999999999611421941381195210851728916168212890625;}s:10:\"warehouses\";a:2:{s:12:\"display_name\";s:9:\"Warehouse\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:18:\"warehousingservice\";a:2:{s:12:\"display_name\";s:19:\"Warehousing Service\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:19:\"winestoragefacility\";a:2:{s:12:\"display_name\";s:21:\"Wine Storage Facility\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:21:\"transportationservice\";a:2:{s:12:\"display_name\";s:22:\"Transportation Service\";s:10:\"popularity\";d:0.00259999999999999988065102485279567190445959568023681640625;}s:8:\"trucking\";a:2:{s:12:\"display_name\";s:8:\"Trucking\";s:10:\"popularity\";d:0.01519999999999999996946886682280819513835012912750244140625;}s:20:\"motorfreighttrucking\";a:2:{s:12:\"display_name\";s:22:\"Motor Freight Trucking\";s:10:\"popularity\";d:0.00189999999999999999618360835285102439229376614093780517578125;}s:24:\"trucksindustrialvehicles\";a:2:{s:12:\"display_name\";s:28:\"Trucks & Industrial Vehicles\";s:10:\"popularity\";d:0.011599999999999999200639422269887290894985198974609375;}s:15:\"forkliftdealers\";a:2:{s:12:\"display_name\";s:15:\"Forklift Dealer\";s:10:\"popularity\";d:0.00119999999999999989487575735580549007863737642765045166015625;}s:14:\"tractordealers\";a:2:{s:12:\"display_name\";s:14:\"Tractor Dealer\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:24:\"tractorequipmentsupplier\";a:2:{s:12:\"display_name\";s:26:\"Tractor Equipment Supplier\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:20:\"trailerrentalservice\";a:2:{s:12:\"display_name\";s:22:\"Trailer Rental Service\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:12:\"truckdealers\";a:2:{s:12:\"display_name\";s:12:\"Truck Dealer\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:15:\"dumptruckdealer\";a:2:{s:12:\"display_name\";s:17:\"Dump Truck Dealer\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:30:\"truckequipmentpartsaccessories\";a:2:{s:12:\"display_name\";s:36:\"Truck Equipment, Parts & Accessories\";s:10:\"popularity\";d:0.0030999999999999998910593657086565144709311425685882568359375;}s:18:\"dieselenginedealer\";a:2:{s:12:\"display_name\";s:20:\"Diesel Engine Dealer\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:18:\"dieselfuelsupplier\";a:2:{s:12:\"display_name\";s:20:\"Diesel Fuel Supplier\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:18:\"truckrepairservice\";a:2:{s:12:\"display_name\";s:22:\"Truck Repair & Service\";s:10:\"popularity\";d:0.005899999999999999862609900702636878122575581073760986328125;}s:19:\"trucktoppersupplier\";a:2:{s:12:\"display_name\";s:21:\"Truck Topper Supplier\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:9:\"truckwash\";a:2:{s:12:\"display_name\";s:10:\"Truck Wash\";s:10:\"popularity\";d:0.0015000000000000000312250225675825276994146406650543212890625;}s:10:\"truckstops\";a:2:{s:12:\"display_name\";s:10:\"Truck Stop\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:14:\"businesscenter\";a:2:{s:12:\"display_name\";s:15:\"Business Center\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:17:\"churchsupplystore\";a:2:{s:12:\"display_name\";s:19:\"Church Supply Store\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:15:\"mailboxsupplier\";a:2:{s:12:\"display_name\";s:16:\"Mailbox Supplier\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:15:\"topsoilsupplier\";a:2:{s:12:\"display_name\";s:16:\"Topsoil Supplier\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:17:\"trussmanufacturer\";a:2:{s:12:\"display_name\";s:18:\"Truss Manufacturer\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:9:\"education\";a:2:{s:12:\"display_name\";s:9:\"Education\";s:10:\"popularity\";d:0.09869999999999999606981049282694584690034389495849609375;}s:8:\"adultedu\";a:2:{s:12:\"display_name\";s:15:\"Adult Education\";s:10:\"popularity\";d:0.00370000000000000016375789613221058971248567104339599609375;}s:23:\"birthingparentingcenter\";a:2:{s:12:\"display_name\";s:27:\"Birthing & Parenting Center\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:23:\"boardofeducationoffices\";a:2:{s:12:\"display_name\";s:25:\"Board of Education Office\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:17:\"collegecounseling\";a:2:{s:12:\"display_name\";s:18:\"College Counseling\";s:10:\"popularity\";d:0.00169999999999999990528409821166633264510892331600189208984375;}s:11:\"collegeuniv\";a:2:{s:12:\"display_name\";s:23:\"Colleges & Universities\";s:10:\"popularity\";d:0.005000000000000000104083408558608425664715468883514404296875;}s:19:\"architectureschools\";a:2:{s:12:\"display_name\";s:19:\"Architecture School\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:35:\"artshumanitiessocialsciencesschools\";a:2:{s:12:\"display_name\";s:42:\"Arts, Humanities & Social Sciences Schools\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:15:\"businessschools\";a:2:{s:12:\"display_name\";s:15:\"Business School\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:23:\"communityjuniorcolleges\";a:2:{s:12:\"display_name\";s:27:\"Community & Junior Colleges\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:16:\"communitycollege\";a:2:{s:12:\"display_name\";s:17:\"Community College\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:18:\"engineeringschools\";a:2:{s:12:\"display_name\";s:18:\"Engineering School\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:14:\"graduateschool\";a:2:{s:12:\"display_name\";s:15:\"Graduate School\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:10:\"lawschools\";a:2:{s:12:\"display_name\";s:10:\"Law School\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:15:\"medicalsciences\";a:2:{s:12:\"display_name\";s:16:\"Medical Sciences\";s:10:\"popularity\";d:0.00289999999999999980015985556747182272374629974365234375;}s:16:\"dentistryschools\";a:2:{s:12:\"display_name\";s:16:\"Dentistry School\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:14:\"medicalschools\";a:2:{s:12:\"display_name\";s:14:\"Medical School\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:14:\"nursingschools\";a:2:{s:12:\"display_name\";s:14:\"Nursing School\";s:10:\"popularity\";d:0.00169999999999999990528409821166633264510892331600189208984375;}s:15:\"pharmacyschools\";a:2:{s:12:\"display_name\";s:15:\"Pharmacy School\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:17:\"veterinaryschools\";a:2:{s:12:\"display_name\";s:17:\"Veterinary School\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:17:\"privateuniversity\";a:2:{s:12:\"display_name\";s:18:\"Private University\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:16:\"publicuniversity\";a:2:{s:12:\"display_name\";s:17:\"Public University\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:14:\"scienceschools\";a:2:{s:12:\"display_name\";s:15:\"Science Schools\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:8:\"seminary\";a:2:{s:12:\"display_name\";s:8:\"Seminary\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:20:\"studenthousingcenter\";a:2:{s:12:\"display_name\";s:22:\"Student Housing Center\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:10:\"university\";a:2:{s:12:\"display_name\";s:10:\"University\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:17:\"educationservices\";a:2:{s:12:\"display_name\";s:20:\"Educational Services\";s:10:\"popularity\";d:0.01469999999999999952537965697274557896889746189117431640625;}s:15:\"literacyprogram\";a:2:{s:12:\"display_name\";s:16:\"Literacy Program\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:13:\"privatetutors\";a:2:{s:12:\"display_name\";s:13:\"Private Tutor\";s:10:\"popularity\";d:0.006199999999999999782118731417313028941862285137176513671875;}s:16:\"religiousschools\";a:2:{s:12:\"display_name\";s:16:\"Religious School\";s:10:\"popularity\";d:0.00119999999999999989487575735580549007863737642765045166015625;}s:21:\"schooldistrictoffices\";a:2:{s:12:\"display_name\";s:22:\"School District Office\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:7:\"schools\";a:2:{s:12:\"display_name\";s:6:\"School\";s:10:\"popularity\";d:0.01549999999999999988897769753748434595763683319091796875;}s:18:\"afterschoolprogram\";a:2:{s:12:\"display_name\";s:20:\"After School Program\";s:10:\"popularity\";d:0.00169999999999999990528409821166633264510892331600189208984375;}s:18:\"alternativeschools\";a:2:{s:12:\"display_name\";s:18:\"Alternative School\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:14:\"charterschools\";a:2:{s:12:\"display_name\";s:14:\"Charter School\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:17:\"elementaryschools\";a:2:{s:12:\"display_name\";s:17:\"Elementary School\";s:10:\"popularity\";d:0.00139999999999999998577526749699018182582221925258636474609375;}s:19:\"juniormiddleschools\";a:2:{s:12:\"display_name\";s:32:\"Junior & Middle School (General)\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:12:\"middleschool\";a:2:{s:12:\"display_name\";s:13:\"Middle School\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:11:\"highschools\";a:2:{s:12:\"display_name\";s:29:\"Middle Schools & High Schools\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:17:\"high_schools_only\";a:2:{s:12:\"display_name\";s:11:\"High School\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:16:\"montessorischool\";a:2:{s:12:\"display_name\";s:17:\"Montessori School\";s:10:\"popularity\";d:0.0022999999999999999611421941381195210851728916168212890625;}s:21:\"preschoolkindergarten\";a:2:{s:12:\"display_name\";s:24:\"Preschool & Kindergarten\";s:10:\"popularity\";d:0.01220000000000000077438055967604668694548308849334716796875;}s:15:\"headstartcenter\";a:2:{s:12:\"display_name\";s:17:\"Head Start Center\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:12:\"kindergarten\";a:2:{s:12:\"display_name\";s:12:\"Kindergarten\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:10:\"preschools\";a:2:{s:12:\"display_name\";s:9:\"Preschool\";s:10:\"popularity\";d:0.0097999999999999996835864379818303859792649745941162109375;}s:14:\"privatekschool\";a:2:{s:12:\"display_name\";s:19:\"Private K-12 School\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:14:\"privateschools\";a:2:{s:12:\"display_name\";s:14:\"Private School\";s:10:\"popularity\";d:0.00119999999999999989487575735580549007863737642765045166015625;}s:15:\"parochialschool\";a:2:{s:12:\"display_name\";s:16:\"Parochial School\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:17:\"preparatoryschool\";a:2:{s:12:\"display_name\";s:18:\"Preparatory School\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:12:\"publicschool\";a:2:{s:12:\"display_name\";s:13:\"Public School\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:19:\"schooladministrator\";a:2:{s:12:\"display_name\";s:20:\"School Administrator\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:9:\"specialed\";a:2:{s:12:\"display_name\";s:17:\"Special Education\";s:10:\"popularity\";d:0.0025000000000000000520417042793042128323577344417572021484375;}s:16:\"schoolforthedeaf\";a:2:{s:12:\"display_name\";s:19:\"School For The Deaf\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:16:\"specialtyschools\";a:2:{s:12:\"display_name\";s:16:\"Specialty School\";s:10:\"popularity\";d:0.0657999999999999973798736618846305646002292633056640625;}s:10:\"artschools\";a:2:{s:12:\"display_name\";s:10:\"Art School\";s:10:\"popularity\";d:0.00200000000000000004163336342344337026588618755340576171875;}s:10:\"cprclasses\";a:2:{s:12:\"display_name\";s:11:\"CPR Classes\";s:10:\"popularity\";d:0.005899999999999999862609900702636878122575581073760986328125;}s:14:\"cookingschools\";a:2:{s:12:\"display_name\";s:14:\"Cooking School\";s:10:\"popularity\";d:0.0022999999999999999611421941381195210851728916168212890625;}s:19:\"cosmetology_schools\";a:2:{s:12:\"display_name\";s:18:\"Cosmetology School\";s:10:\"popularity\";d:0.00189999999999999999618360835285102439229376614093780517578125;}s:13:\"dance_schools\";a:2:{s:12:\"display_name\";s:12:\"Dance School\";s:10:\"popularity\";d:0.006799999999999999621136392846665330580435693264007568359375;}s:12:\"balletschool\";a:2:{s:12:\"display_name\";s:13:\"Ballet School\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:11:\"dramaschool\";a:2:{s:12:\"display_name\";s:12:\"Drama School\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:15:\"driving_schools\";a:2:{s:12:\"display_name\";s:14:\"Driving School\";s:10:\"popularity\";d:0.00820000000000000069111383282915994641371071338653564453125;}s:15:\"firearmsacademy\";a:2:{s:12:\"display_name\";s:16:\"Firearms Academy\";s:10:\"popularity\";d:0.007000000000000000145716771982051795930601656436920166015625;}s:17:\"flightinstruction\";a:2:{s:12:\"display_name\";s:18:\"Flight Instruction\";s:10:\"popularity\";d:0.00200000000000000004163336342344337026588618755340576171875;}s:15:\"insuranceschool\";a:2:{s:12:\"display_name\";s:16:\"Insurance School\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:12:\"karateschool\";a:2:{s:12:\"display_name\";s:13:\"Karate School\";s:10:\"popularity\";d:0.0025000000000000000520417042793042128323577344417572021484375;}s:16:\"language_schools\";a:2:{s:12:\"display_name\";s:15:\"Language School\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:15:\"massage_schools\";a:2:{s:12:\"display_name\";s:14:\"Massage School\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:12:\"musicschools\";a:2:{s:12:\"display_name\";s:12:\"Music School\";s:10:\"popularity\";d:0.01549999999999999988897769753748434595763683319091796875;}s:16:\"guitarinstructor\";a:2:{s:12:\"display_name\";s:17:\"Guitar Instructor\";s:10:\"popularity\";d:0.00259999999999999988065102485279567190445959568023681640625;}s:15:\"musicinstructor\";a:2:{s:12:\"display_name\";s:16:\"Music Instructor\";s:10:\"popularity\";d:0.0091000000000000004496403249731883988715708255767822265625;}s:15:\"pianoinstructor\";a:2:{s:12:\"display_name\";s:16:\"Piano Instructor\";s:10:\"popularity\";d:0.004599999999999999922284388276239042170345783233642578125;}s:14:\"scienceacademy\";a:2:{s:12:\"display_name\";s:15:\"Science Academy\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:17:\"selfdefenseschool\";a:2:{s:12:\"display_name\";s:19:\"Self Defense School\";s:10:\"popularity\";d:0.0030999999999999998910593657086565144709311425685882568359375;}s:8:\"vocation\";a:2:{s:12:\"display_name\";s:29:\"Vocational & Technical School\";s:10:\"popularity\";d:0.00869999999999999940047956670241546817123889923095703125;}s:17:\"acupunctureschool\";a:2:{s:12:\"display_name\";s:18:\"Acupuncture School\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:12:\"barberschool\";a:2:{s:12:\"display_name\";s:13:\"Barber School\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:16:\"bartendingschool\";a:2:{s:12:\"display_name\";s:17:\"Bartending School\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:22:\"computertrainingschool\";a:2:{s:12:\"display_name\";s:24:\"Computer Training School\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:14:\"modelingschool\";a:2:{s:12:\"display_name\";s:15:\"Modeling School\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:13:\"policeacademy\";a:2:{s:12:\"display_name\";s:14:\"Police Academy\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:16:\"realestateschool\";a:2:{s:12:\"display_name\";s:18:\"Real Estate School\";s:10:\"popularity\";d:0.00139999999999999998577526749699018182582221925258636474609375;}s:15:\"technicalschool\";a:2:{s:12:\"display_name\";s:16:\"Technical School\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:14:\"truckingschool\";a:2:{s:12:\"display_name\";s:15:\"Trucking School\";s:10:\"popularity\";d:0.00139999999999999998577526749699018182582221925258636474609375;}s:26:\"sportsrecreationaltraining\";a:2:{s:12:\"display_name\";s:30:\"Sports & Recreational Training\";s:10:\"popularity\";d:0.00119999999999999989487575735580549007863737642765045166015625;}s:8:\"testprep\";a:2:{s:12:\"display_name\";s:16:\"Test Preparation\";s:10:\"popularity\";d:0.0022999999999999999611421941381195210851728916168212890625;}s:8:\"tutoring\";a:2:{s:12:\"display_name\";s:16:\"Tutoring Centers\";s:10:\"popularity\";d:0.004499999999999999659994198708545809495262801647186279296875;}s:14:\"learningcenter\";a:2:{s:12:\"display_name\";s:15:\"Learning Center\";s:10:\"popularity\";d:0.0022000000000000001325328735646280620130710303783416748046875;}s:13:\"eventservices\";a:2:{s:12:\"display_name\";s:25:\"Event Planning & Services\";s:10:\"popularity\";d:0.1917000000000000092814644858663086779415607452392578125;}s:10:\"bartenders\";a:2:{s:12:\"display_name\";s:10:\"Bartenders\";s:10:\"popularity\";d:0.00139999999999999998577526749699018182582221925258636474609375;}s:12:\"boatcharters\";a:2:{s:12:\"display_name\";s:13:\"Boat Charters\";s:10:\"popularity\";d:0.01069999999999999944211293012585883843712508678436279296875;}s:8:\"catering\";a:2:{s:12:\"display_name\";s:8:\"Caterers\";s:10:\"popularity\";d:0.022499999999999999167332731531132594682276248931884765625;}s:16:\"boxlunchsupplier\";a:2:{s:12:\"display_name\";s:18:\"Box Lunch Supplier\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:6:\"clowns\";a:2:{s:12:\"display_name\";s:6:\"Clowns\";s:10:\"popularity\";d:0.00200000000000000004163336342344337026588618755340576171875;}s:3:\"djs\";a:2:{s:12:\"display_name\";s:3:\"DJs\";s:10:\"popularity\";d:0.01750000000000000166533453693773481063544750213623046875;}s:9:\"magicians\";a:2:{s:12:\"display_name\";s:9:\"Magicians\";s:10:\"popularity\";d:0.0022999999999999999611421941381195210851728916168212890625;}s:9:\"musicians\";a:2:{s:12:\"display_name\";s:9:\"Musicians\";s:10:\"popularity\";d:0.006799999999999999621136392846665330580435693264007568359375;}s:10:\"officiants\";a:2:{s:12:\"display_name\";s:10:\"Officiants\";s:10:\"popularity\";d:0.00289999999999999980015985556747182272374629974365234375;}s:13:\"eventplanning\";a:2:{s:12:\"display_name\";s:22:\"Party & Event Planning\";s:10:\"popularity\";d:0.07159999999999999698019337301957421004772186279296875;}s:13:\"balloonartist\";a:2:{s:12:\"display_name\";s:14:\"Balloon Artist\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:11:\"entertainer\";a:2:{s:12:\"display_name\";s:11:\"Entertainer\";s:10:\"popularity\";d:0.00880000000000000053013149425851224805228412151336669921875;}s:12:\"eventplanner\";a:2:{s:12:\"display_name\";s:13:\"Event Planner\";s:10:\"popularity\";d:0.004799999999999999579503029423221960314549505710601806640625;}s:22:\"meetingplanningservice\";a:2:{s:12:\"display_name\";s:24:\"Meeting Planning Service\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:12:\"partyplanner\";a:2:{s:12:\"display_name\";s:13:\"Party Planner\";s:10:\"popularity\";d:0.003599999999999999901467706564517357037402689456939697265625;}s:13:\"weddingchapel\";a:2:{s:12:\"display_name\";s:14:\"Wedding Chapel\";s:10:\"popularity\";d:0.00139999999999999998577526749699018182582221925258636474609375;}s:18:\"weddingconsultants\";a:2:{s:12:\"display_name\";s:18:\"Wedding Consultant\";s:10:\"popularity\";d:0.0168999999999999983568699235547683201730251312255859375;}s:16:\"wedding_planning\";a:2:{s:12:\"display_name\";s:16:\"Wedding Planning\";s:10:\"popularity\";d:0.0131999999999999999278355033993648248724639415740966796875;}s:12:\"weddingstore\";a:2:{s:12:\"display_name\";s:13:\"Wedding Store\";s:10:\"popularity\";d:0.00169999999999999990528409821166633264510892331600189208984375;}s:14:\"weddingservice\";a:2:{s:12:\"display_name\";s:15:\"Wedding Service\";s:10:\"popularity\";d:0.0143999999999999996058708262580694281496107578277587890625;}s:12:\"weddingvenue\";a:2:{s:12:\"display_name\";s:13:\"Wedding Venue\";s:10:\"popularity\";d:0.010399999999999999522604099411182687617838382720947265625;}s:15:\"partybusrentals\";a:2:{s:12:\"display_name\";s:16:\"Party Bus Rental\";s:10:\"popularity\";d:0.005300000000000000023592239273284576484002172946929931640625;}s:21:\"partyequipmentrentals\";a:2:{s:12:\"display_name\";s:23:\"Party Equipment Rentals\";s:10:\"popularity\";d:0.0155999999999999992839061491167740314267575740814208984375;}s:13:\"partysupplies\";a:2:{s:12:\"display_name\";s:14:\"Party Supplies\";s:10:\"popularity\";d:0.017700000000000000455191440096314181573688983917236328125;}s:12:\"balloonstore\";a:2:{s:12:\"display_name\";s:13:\"Balloon Store\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:27:\"partyequipmentrentalservice\";a:2:{s:12:\"display_name\";s:30:\"Party Equipment Rental Service\";s:10:\"popularity\";d:0.01299999999999999940325512426397835952229797840118408203125;}s:15:\"pinatassupplier\";a:2:{s:12:\"display_name\";s:15:\"Pinata Supplier\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:17:\"tentrentalservice\";a:2:{s:12:\"display_name\";s:19:\"Tent Rental Service\";s:10:\"popularity\";d:0.00259999999999999988065102485279567190445959568023681640625;}s:13:\"personalchefs\";a:2:{s:12:\"display_name\";s:13:\"Personal Chef\";s:10:\"popularity\";d:0.00289999999999999980015985556747182272374629974365234375;}s:13:\"photographers\";a:2:{s:12:\"display_name\";s:12:\"Photographer\";s:10:\"popularity\";d:0.042299999999999997324362510653372737579047679901123046875;}s:16:\"eventphotography\";a:2:{s:12:\"display_name\";s:17:\"Event Photography\";s:10:\"popularity\";d:0.03160000000000000308642000845793518237769603729248046875;}s:20:\"weddingphotographers\";a:2:{s:12:\"display_name\";s:19:\"Wedding Photography\";s:10:\"popularity\";d:0.020600000000000000255351295663786004297435283660888671875;}s:18:\"sessionphotography\";a:2:{s:12:\"display_name\";s:19:\"Session Photography\";s:10:\"popularity\";d:0.0109999999999999993616217608405349892564117908477783203125;}s:6:\"venues\";a:2:{s:12:\"display_name\";s:21:\"Venues & Event Spaces\";s:10:\"popularity\";d:0.013299999999999999322763954978654510341584682464599609375;}s:13:\"videographers\";a:2:{s:12:\"display_name\";s:13:\"Videographers\";s:10:\"popularity\";d:0.007599999999999999984734433411404097569175064563751220703125;}s:17:\"financialservices\";a:2:{s:12:\"display_name\";s:18:\"Financial Services\";s:10:\"popularity\";d:0.1169000000000000039079850466805510222911834716796875;}s:4:\"atms\";a:2:{s:12:\"display_name\";s:4:\"ATMs\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:21:\"accountingbookkeeping\";a:2:{s:12:\"display_name\";s:24:\"Accounting & Bookkeeping\";s:10:\"popularity\";d:0.0164000000000000013822276656583198928274214267730712890625;}s:18:\"bookkeepingservice\";a:2:{s:12:\"display_name\";s:19:\"Bookkeeping Service\";s:10:\"popularity\";d:0.0057000000000000002053912595556539599783718585968017578125;}s:25:\"certifiedpublicaccountant\";a:2:{s:12:\"display_name\";s:27:\"Certified Public Accountant\";s:10:\"popularity\";d:0.006799999999999999621136392846665330580435693264007568359375;}s:5:\"banks\";a:2:{s:12:\"display_name\";s:19:\"Bank & Credit Union\";s:10:\"popularity\";d:0.00169999999999999990528409821166633264510892331600189208984375;}s:10:\"banks_only\";a:2:{s:12:\"display_name\";s:4:\"Bank\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:11:\"creditunion\";a:2:{s:12:\"display_name\";s:12:\"Credit Union\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:18:\"federalcreditunion\";a:2:{s:12:\"display_name\";s:20:\"Federal Credit Union\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:14:\"investmentbank\";a:2:{s:12:\"display_name\";s:15:\"Investment Bank\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:7:\"brokers\";a:2:{s:12:\"display_name\";s:16:\"Financial Broker\";s:10:\"popularity\";d:0.0030999999999999998910593657086565144709311425685882568359375;}s:15:\"businessbrokers\";a:2:{s:12:\"display_name\";s:15:\"Business Broker\";s:10:\"popularity\";d:0.00200000000000000004163336342344337026588618755340576171875;}s:16:\"stockbondbrokers\";a:2:{s:12:\"display_name\";s:19:\"Stock & Bond Broker\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:11:\"stockbroker\";a:2:{s:12:\"display_name\";s:12:\"Stock Broker\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:11:\"paydayloans\";a:2:{s:12:\"display_name\";s:27:\"Check Cashing/Pay-day Loans\";s:10:\"popularity\";d:0.0022999999999999999611421941381195210851728916168212890625;}s:11:\"coindealers\";a:2:{s:12:\"display_name\";s:11:\"Coin Dealer\";s:10:\"popularity\";d:0.00169999999999999990528409821166633264510892331600189208984375;}s:18:\"collectionagencies\";a:2:{s:12:\"display_name\";s:17:\"Collection Agency\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:20:\"creditdebtcounseling\";a:2:{s:12:\"display_name\";s:24:\"Credit & Debt Counseling\";s:10:\"popularity\";d:0.00259999999999999988065102485279567190445959568023681640625;}s:21:\"creditreportingagency\";a:2:{s:12:\"display_name\";s:23:\"Credit Reporting Agency\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:24:\"currencyexchangeservices\";a:2:{s:12:\"display_name\";s:26:\"Currency Exchange Services\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:14:\"escrowservices\";a:2:{s:12:\"display_name\";s:15:\"Escrow Services\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:18:\"federalreservebank\";a:2:{s:12:\"display_name\";s:20:\"Federal Reserve Bank\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:27:\"financialinvestmentplanning\";a:2:{s:12:\"display_name\";s:31:\"Financial & Investment Planning\";s:10:\"popularity\";d:0.01469999999999999952537965697274557896889746189117431640625;}s:21:\"realestateinvestments\";a:2:{s:12:\"display_name\";s:23:\"Real Estate Investments\";s:10:\"popularity\";d:0.0074000000000000003275157922644211794249713420867919921875;}s:17:\"financialadvising\";a:2:{s:12:\"display_name\";s:18:\"Financial Advising\";s:10:\"popularity\";d:0.00869999999999999940047956670241546817123889923095703125;}s:9:\"insurance\";a:2:{s:12:\"display_name\";s:9:\"Insurance\";s:10:\"popularity\";d:0.057500000000000002498001805406602215953171253204345703125;}s:17:\"autohomeinsurance\";a:2:{s:12:\"display_name\";s:21:\"Auto & Home Insurance\";s:10:\"popularity\";d:0.02319999999999999840127884453977458178997039794921875;}s:19:\"autoinsuranceagency\";a:2:{s:12:\"display_name\";s:21:\"Auto Insurance Agency\";s:10:\"popularity\";d:0.0079000000000000007716050021144837955944240093231201171875;}s:19:\"homeinsuranceagency\";a:2:{s:12:\"display_name\";s:21:\"Home Insurance Agency\";s:10:\"popularity\";d:0.005000000000000000104083408558608425664715468883514404296875;}s:25:\"motorcycleinsuranceagency\";a:2:{s:12:\"display_name\";s:27:\"Motorcycle Insurance Agency\";s:10:\"popularity\";d:0.00259999999999999988065102485279567190445959568023681640625;}s:22:\"rentersinsuranceagency\";a:2:{s:12:\"display_name\";s:25:\"Renter\'s Insurance Agency\";s:10:\"popularity\";d:0.0022000000000000001325328735646280620130710303783416748046875;}s:17:\"businessinsurance\";a:2:{s:12:\"display_name\";s:18:\"Business Insurance\";s:10:\"popularity\";d:0.0114999999999999998057109706905976054258644580841064453125;}s:13:\"farminsurance\";a:2:{s:12:\"display_name\";s:14:\"Farm Insurance\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:19:\"fidelitysuretybonds\";a:2:{s:12:\"display_name\";s:23:\"Fidelity & Surety Bonds\";s:10:\"popularity\";d:0.00189999999999999999618360835285102439229376614093780517578125;}s:15:\"healthinsurance\";a:2:{s:12:\"display_name\";s:16:\"Health Insurance\";s:10:\"popularity\";d:0.0108000000000000005717648576819556183181703090667724609375;}s:21:\"dentalinsuranceagency\";a:2:{s:12:\"display_name\";s:23:\"Dental Insurance Agency\";s:10:\"popularity\";d:0.00169999999999999990528409821166633264510892331600189208984375;}s:14:\"holdingcompany\";a:2:{s:12:\"display_name\";s:15:\"Holding Company\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:13:\"lifeinsurance\";a:2:{s:12:\"display_name\";s:14:\"Life Insurance\";s:10:\"popularity\";d:0.0126999999999999994837462935493022087030112743377685546875;}s:9:\"investing\";a:2:{s:12:\"display_name\";s:9:\"Investing\";s:10:\"popularity\";d:0.00289999999999999980015985556747182272374629974365234375;}s:20:\"loanlendingcompanies\";a:2:{s:12:\"display_name\";s:22:\"Loan Lending Companies\";s:10:\"popularity\";d:0.01020000000000000073274719625260331667959690093994140625;}s:14:\"mortgagelender\";a:2:{s:12:\"display_name\";s:15:\"Mortgage Lender\";s:10:\"popularity\";d:0.005300000000000000023592239273284576484002172946929931640625;}s:20:\"realestateloanlender\";a:2:{s:12:\"display_name\";s:23:\"Real Estate Loan Lender\";s:10:\"popularity\";d:0.0025000000000000000520417042793042128323577344417572021484375;}s:17:\"moneyorderservice\";a:2:{s:12:\"display_name\";s:19:\"Money Order Service\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:21:\"moneytransferservices\";a:2:{s:12:\"display_name\";s:23:\"Money Transfer Services\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:11:\"taxservices\";a:2:{s:12:\"display_name\";s:12:\"Tax Services\";s:10:\"popularity\";d:0.023699999999999998845368054389837197959423065185546875;}s:26:\"taxreturnpreparationfiling\";a:2:{s:12:\"display_name\";s:31:\"Tax Return Preparation & Filing\";s:10:\"popularity\";d:0.015800000000000001543210004228967591188848018646240234375;}s:4:\"food\";a:2:{s:12:\"display_name\";s:4:\"Food\";s:10:\"popularity\";d:0.07770000000000000517363929475322947837412357330322265625;}s:6:\"bagels\";a:2:{s:12:\"display_name\";s:6:\"Bagels\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:8:\"bakeries\";a:2:{s:12:\"display_name\";s:6:\"Bakery\";s:10:\"popularity\";d:0.00940000000000000036914915568786454969085752964019775390625;}s:13:\"weddingbakery\";a:2:{s:12:\"display_name\";s:14:\"Wedding Bakery\";s:10:\"popularity\";d:0.0033999999999999998105681964233326652902178466320037841796875;}s:15:\"wholesalebakery\";a:2:{s:12:\"display_name\";s:16:\"Wholesale Bakery\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:12:\"banquethalls\";a:2:{s:12:\"display_name\";s:12:\"Banquet Hall\";s:10:\"popularity\";d:0.00289999999999999980015985556747182272374629974365234375;}s:13:\"beer_and_wine\";a:2:{s:12:\"display_name\";s:20:\"Beer, Wine & Spirits\";s:10:\"popularity\";d:0.01129999999999999928113059155521114007569849491119384765625;}s:9:\"beerstore\";a:2:{s:12:\"display_name\";s:10:\"Beer Store\";s:10:\"popularity\";d:0.0025000000000000000520417042793042128323577344417572021484375;}s:11:\"liquorstore\";a:2:{s:12:\"display_name\";s:12:\"Liquor Store\";s:10:\"popularity\";d:0.003599999999999999901467706564517357037402689456939697265625;}s:16:\"stateliquorstore\";a:2:{s:12:\"display_name\";s:18:\"State Liquor Store\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:10:\"winestores\";a:2:{s:12:\"display_name\";s:10:\"Wine Store\";s:10:\"popularity\";d:0.0027999999999999999715505349939803636516444385051727294921875;}s:25:\"winewholesalerandimporter\";a:2:{s:12:\"display_name\";s:28:\"Wine Wholesaler And Importer\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:9:\"breweries\";a:2:{s:12:\"display_name\";s:7:\"Brewery\";s:10:\"popularity\";d:0.004799999999999999579503029423221960314549505710601806640625;}s:9:\"bubbletea\";a:2:{s:12:\"display_name\";s:10:\"Bubble Tea\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:7:\"butcher\";a:2:{s:12:\"display_name\";s:7:\"Butcher\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:3:\"csa\";a:2:{s:12:\"display_name\";s:3:\"CSA\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:9:\"cidermill\";a:2:{s:12:\"display_name\";s:10:\"Cider Mill\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:6:\"coffee\";a:2:{s:12:\"display_name\";s:12:\"Coffee & Tea\";s:10:\"popularity\";d:0.00990000000000000081323836553792716586031019687652587890625;}s:10:\"coffeeshop\";a:2:{s:12:\"display_name\";s:11:\"Coffee Shop\";s:10:\"popularity\";d:0.005899999999999999862609900702636878122575581073760986328125;}s:11:\"espressobar\";a:2:{s:12:\"display_name\";s:12:\"Espresso Bar\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:11:\"convenience\";a:2:{s:12:\"display_name\";s:17:\"Convenience Store\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:8:\"desserts\";a:2:{s:12:\"display_name\";s:8:\"Desserts\";s:10:\"popularity\";d:0.005000000000000000104083408558608425664715468883514404296875;}s:10:\"cookieshop\";a:2:{s:12:\"display_name\";s:11:\"Cookie Shop\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:11:\"dessertshop\";a:2:{s:12:\"display_name\";s:12:\"Dessert Shop\";s:10:\"popularity\";d:0.00200000000000000004163336342344337026588618755340576171875;}s:12:\"frozenyogurt\";a:2:{s:12:\"display_name\";s:13:\"Frozen Yogurt\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:7:\"pieshop\";a:2:{s:12:\"display_name\";s:8:\"Pie Shop\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:10:\"sweetshops\";a:2:{s:12:\"display_name\";s:11:\"Sweet Shops\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:7:\"diyfood\";a:2:{s:12:\"display_name\";s:19:\"Do-It-Yourself Food\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:6:\"donuts\";a:2:{s:12:\"display_name\";s:6:\"Donuts\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:9:\"drivethru\";a:2:{s:12:\"display_name\";s:10:\"Drive-Thru\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:13:\"farmersmarket\";a:2:{s:12:\"display_name\";s:14:\"Farmers Market\";s:10:\"popularity\";d:0.00169999999999999990528409821166633264510892331600189208984375;}s:20:\"fooddeliveryservices\";a:2:{s:12:\"display_name\";s:22:\"Food Delivery Services\";s:10:\"popularity\";d:0.0033999999999999998105681964233326652902178466320037841796875;}s:8:\"delivery\";a:2:{s:12:\"display_name\";s:8:\"Delivery\";s:10:\"popularity\";d:0.00169999999999999990528409821166633264510892331600189208984375;}s:12:\"mealtakeaway\";a:2:{s:12:\"display_name\";s:13:\"Meal Takeaway\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:10:\"foodtrucks\";a:2:{s:12:\"display_name\";s:11:\"Food Trucks\";s:10:\"popularity\";d:0.0025000000000000000520417042793042128323577344417572021484375;}s:6:\"gelato\";a:2:{s:12:\"display_name\";s:6:\"Gelato\";s:10:\"popularity\";d:0.0015000000000000000312250225675825276994146406650543212890625;}s:7:\"grocery\";a:2:{s:12:\"display_name\";s:7:\"Grocery\";s:10:\"popularity\";d:0.0114999999999999998057109706905976054258644580841064453125;}s:10:\"dairyshops\";a:2:{s:12:\"display_name\";s:10:\"Dairy Shop\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:19:\"milkdeliveryservice\";a:2:{s:12:\"display_name\";s:21:\"Milk Delivery Service\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:15:\"fishmeatmarkets\";a:2:{s:12:\"display_name\";s:18:\"Fish & Meat Market\";s:10:\"popularity\";d:0.00139999999999999998577526749699018182582221925258636474609375;}s:7:\"hamshop\";a:2:{s:12:\"display_name\";s:8:\"Ham Shop\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:10:\"meatpacker\";a:2:{s:12:\"display_name\";s:11:\"Meat Packer\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:13:\"meatprocessor\";a:2:{s:12:\"display_name\";s:14:\"Meat Processor\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:21:\"wholesalefishmerchant\";a:2:{s:12:\"display_name\";s:23:\"Wholesale Fish Merchant\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:20:\"fruitvegetablestands\";a:2:{s:12:\"display_name\";s:24:\"Fruit & Vegetable Stands\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:19:\"gourmetgrocerystore\";a:2:{s:12:\"display_name\";s:21:\"Gourmet Grocery Store\";s:10:\"popularity\";d:0.0025000000000000000520417042793042128323577344417572021484375;}s:22:\"grocerydeliveryservice\";a:2:{s:12:\"display_name\";s:24:\"Grocery Delivery Service\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:8:\"herbshop\";a:2:{s:12:\"display_name\";s:9:\"Herb Shop\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:17:\"mexicangoodsstore\";a:2:{s:12:\"display_name\";s:19:\"Mexican Goods Store\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:17:\"naturalfoodsstore\";a:2:{s:12:\"display_name\";s:19:\"Natural Foods Store\";s:10:\"popularity\";d:0.00200000000000000004163336342344337026588618755340576171875;}s:8:\"nutstore\";a:2:{s:12:\"display_name\";s:9:\"Nut Store\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:9:\"pastashop\";a:2:{s:12:\"display_name\";s:10:\"Pasta Shop\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:12:\"popcornstore\";a:2:{s:12:\"display_name\";s:13:\"Popcorn Store\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:13:\"producemarket\";a:2:{s:12:\"display_name\";s:14:\"Produce Market\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:10:\"spicestore\";a:2:{s:12:\"display_name\";s:11:\"Spice Store\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:12:\"supermarkets\";a:2:{s:12:\"display_name\";s:11:\"Supermarket\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:15:\"wholesalegrocer\";a:2:{s:12:\"display_name\";s:16:\"Wholesale Grocer\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:8:\"icecream\";a:2:{s:12:\"display_name\";s:25:\"Ice Cream & Frozen Yogurt\";s:10:\"popularity\";d:0.005300000000000000023592239273284576484002172946929931640625;}s:21:\"frozendessertsupplier\";a:2:{s:12:\"display_name\";s:23:\"Frozen Dessert Supplier\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:12:\"icecreamshop\";a:2:{s:12:\"display_name\";s:14:\"Ice Cream Shop\";s:10:\"popularity\";d:0.003599999999999999901467706564517357037402689456939697265625;}s:12:\"internetcafe\";a:2:{s:12:\"display_name\";s:13:\"Internet Cafe\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:9:\"juicebars\";a:2:{s:12:\"display_name\";s:22:\"Juice Bars & Smoothies\";s:10:\"popularity\";d:0.0040000000000000000832667268468867405317723751068115234375;}s:6:\"juices\";a:2:{s:12:\"display_name\";s:6:\"Juices\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:15:\"pancakeswaffles\";a:2:{s:12:\"display_name\";s:18:\"Pancakes & Waffles\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:8:\"pretzels\";a:2:{s:12:\"display_name\";s:8:\"Pretzels\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:9:\"shavedice\";a:2:{s:12:\"display_name\";s:10:\"Shaved Ice\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:7:\"gourmet\";a:2:{s:12:\"display_name\";s:14:\"Specialty Food\";s:10:\"popularity\";d:0.0125000000000000006938893903907228377647697925567626953125;}s:5:\"candy\";a:2:{s:12:\"display_name\";s:11:\"Candy Store\";s:10:\"popularity\";d:0.0025000000000000000520417042793042128323577344417572021484375;}s:6:\"cheese\";a:2:{s:12:\"display_name\";s:11:\"Coffee Shop\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:9:\"chocolate\";a:2:{s:12:\"display_name\";s:18:\"Chocolatier & Shop\";s:10:\"popularity\";d:0.0025000000000000000520417042793042128323577344417572021484375;}s:13:\"ethnicmarkets\";a:2:{s:12:\"display_name\";s:16:\"Ethnic Food Shop\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:17:\"asiangrocerystore\";a:2:{s:12:\"display_name\";s:19:\"Asian Grocery Store\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:18:\"indiangrocerystore\";a:2:{s:12:\"display_name\";s:20:\"Indian Grocery Store\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:19:\"italiangrocerystore\";a:2:{s:12:\"display_name\";s:21:\"Italian Grocery Store\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:20:\"japanesegrocerystore\";a:2:{s:12:\"display_name\";s:22:\"Japanese Grocery Store\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:18:\"koreangrocerystore\";a:2:{s:12:\"display_name\";s:20:\"Korean Grocery Store\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:18:\"koshergrocerystore\";a:2:{s:12:\"display_name\";s:20:\"Kosher Grocery Store\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:19:\"mexicangrocerystore\";a:2:{s:12:\"display_name\";s:21:\"Mexican Grocery Store\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:7:\"markets\";a:2:{s:12:\"display_name\";s:16:\"Fruits & Veggies\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:13:\"healthmarkets\";a:2:{s:12:\"display_name\";s:14:\"Health Markets\";s:10:\"popularity\";d:0.0033999999999999998105681964233326652902178466320037841796875;}s:14:\"herbsandspices\";a:2:{s:12:\"display_name\";s:14:\"Herbs & Spices\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:5:\"meats\";a:2:{s:12:\"display_name\";s:9:\"Meat Shop\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:14:\"seafoodmarkets\";a:2:{s:12:\"display_name\";s:14:\"Seafood Market\";s:10:\"popularity\";d:0.00139999999999999998577526749699018182582221925258636474609375;}s:13:\"streetvendors\";a:2:{s:12:\"display_name\";s:13:\"Street Vendor\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:8:\"takeaway\";a:2:{s:12:\"display_name\";s:13:\"Food Take Out\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:3:\"tea\";a:2:{s:12:\"display_name\";s:9:\"Team Room\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:6:\"health\";a:2:{s:12:\"display_name\";s:16:\"Health & Medical\";s:10:\"popularity\";d:0.3609999999999999875655021241982467472553253173828125;}s:23:\"abuseaddictiontreatment\";a:2:{s:12:\"display_name\";s:27:\"Abuse & Addiction Treatment\";s:10:\"popularity\";d:0.00770000000000000024702462297909733024425804615020751953125;}s:24:\"addictiontreatmentcenter\";a:2:{s:12:\"display_name\";s:26:\"Addiction Treatment Center\";s:10:\"popularity\";d:0.00169999999999999990528409821166633264510892331600189208984375;}s:27:\"alcoholdrugtreatmentcenters\";a:2:{s:12:\"display_name\";s:31:\"Alcohol & Drug Treatment Center\";s:10:\"popularity\";d:0.003599999999999999901467706564517357037402689456939697265625;}s:25:\"alcoholismtreatmentcenter\";a:2:{s:12:\"display_name\";s:27:\"Alcoholism Treatment Center\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:28:\"drugaddictiontreatmentcenter\";a:2:{s:12:\"display_name\";s:31:\"Drug Addiction Treatment Center\";s:10:\"popularity\";d:0.00169999999999999990528409821166633264510892331600189208984375;}s:26:\"crisisinterventionservices\";a:2:{s:12:\"display_name\";s:28:\"Crisis Intervention Services\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:28:\"domesticabusetreatmentcenter\";a:2:{s:12:\"display_name\";s:31:\"Domestic Abuse Treatment Center\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:30:\"eatingdisordertreatmentcenters\";a:2:{s:12:\"display_name\";s:32:\"Eating Disorder Treatment Center\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:11:\"acupuncture\";a:2:{s:12:\"display_name\";s:11:\"Acupuncture\";s:10:\"popularity\";d:0.01549999999999999988897769753748434595763683319091796875;}s:19:\"alternativemedicine\";a:2:{s:12:\"display_name\";s:20:\"Alternative Medicine\";s:10:\"popularity\";d:0.026900000000000000299760216648792265914380550384521484375;}s:19:\"aromatherapyservice\";a:2:{s:12:\"display_name\";s:21:\"Aromatherapy Services\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:20:\"biofeedbacktherapist\";a:2:{s:12:\"display_name\";s:21:\"Biofeedback Therapist\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:16:\"holisticmedicine\";a:2:{s:12:\"display_name\";s:17:\"Holistic Medicine\";s:10:\"popularity\";d:0.00839999999999999948097073598773931735195219516754150390625;}s:28:\"holisticmedicinepractitioner\";a:2:{s:12:\"display_name\";s:30:\"Holistic Medicine Practitioner\";s:10:\"popularity\";d:0.004199999999999999740485367993869658675976097583770751953125;}s:10:\"homeopaths\";a:2:{s:12:\"display_name\";s:9:\"Homeopath\";s:10:\"popularity\";d:0.00189999999999999999618360835285102439229376614093780517578125;}s:22:\"naturopathicphysicians\";a:2:{s:12:\"display_name\";s:22:\"Naturopathic Physician\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:24:\"naturopathicpractitioner\";a:2:{s:12:\"display_name\";s:25:\"Naturopathic Practitioner\";s:10:\"popularity\";d:0.00119999999999999989487575735580549007863737642765045166015625;}s:14:\"reikitherapist\";a:2:{s:12:\"display_name\";s:15:\"Reiki Therapist\";s:10:\"popularity\";d:0.00710000000000000040800696154974502860568463802337646484375;}s:26:\"assistedlivingcareservices\";a:2:{s:12:\"display_name\";s:31:\"Assisted Living & Care Services\";s:10:\"popularity\";d:0.0125000000000000006938893903907228377647697925567626953125;}s:30:\"nursinghomeslifecarefacilities\";a:2:{s:12:\"display_name\";s:33:\"Nursing Home & Life Care Facility\";s:10:\"popularity\";d:0.004499999999999999659994198708545809495262801647186279296875;}s:11:\"nursinghome\";a:2:{s:12:\"display_name\";s:12:\"Nursing Home\";s:10:\"popularity\";d:0.0022000000000000001325328735646280620130710303783416748046875;}s:20:\"biotechnologycompany\";a:2:{s:12:\"display_name\";s:21:\"Biotechnology Company\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:16:\"cannabis_clinics\";a:2:{s:12:\"display_name\";s:15:\"Cannabis Clinic\";s:10:\"popularity\";d:0.0030999999999999998910593657086565144709311425685882568359375;}s:13:\"chiropractors\";a:2:{s:12:\"display_name\";s:13:\"Chiropractors\";s:10:\"popularity\";d:0.0268000000000000009048317650695025804452598094940185546875;}s:8:\"c_and_mh\";a:2:{s:12:\"display_name\";s:26:\"Counseling & Mental Health\";s:10:\"popularity\";d:0.056399999999999998745447982173573109321296215057373046875;}s:15:\"familycounselor\";a:2:{s:12:\"display_name\";s:16:\"Family Counselor\";s:10:\"popularity\";d:0.00430000000000000000277555756156289135105907917022705078125;}s:23:\"hypnosisandhypnotherapy\";a:2:{s:12:\"display_name\";s:25:\"Hypnosis And Hypnotherapy\";s:10:\"popularity\";d:0.007599999999999999984734433411404097569175064563751220703125;}s:13:\"psychologists\";a:2:{s:12:\"display_name\";s:12:\"Psychologist\";s:10:\"popularity\";d:0.007000000000000000145716771982051795930601656436920166015625;}s:17:\"childpsychologist\";a:2:{s:12:\"display_name\";s:18:\"Child Psychologist\";s:10:\"popularity\";d:0.00119999999999999989487575735580549007863737642765045166015625;}s:19:\"handwritinganalysts\";a:2:{s:12:\"display_name\";s:20:\"Hand Writing Analyst\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:16:\"psychotherapists\";a:2:{s:12:\"display_name\";s:15:\"Psychotherapist\";s:10:\"popularity\";d:0.013299999999999999322763954978654510341584682464599609375;}s:24:\"stressmanagementservices\";a:2:{s:12:\"display_name\";s:26:\"Stress Management Services\";s:10:\"popularity\";d:0.00139999999999999998577526749699018182582221925258636474609375;}s:25:\"suicidepreventionservices\";a:2:{s:12:\"display_name\";s:27:\"Suicide Prevention Services\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:8:\"dentists\";a:2:{s:12:\"display_name\";s:7:\"Dentist\";s:10:\"popularity\";d:0.049200000000000000677236045021345489658415317535400390625;}s:16:\"cosmeticdentists\";a:2:{s:12:\"display_name\";s:16:\"Cosmetic Dentist\";s:10:\"popularity\";d:0.020099999999999999811262085813723388127982616424560546875;}s:21:\"teethwhiteningservice\";a:2:{s:12:\"display_name\";s:23:\"Teeth Whitening Service\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:26:\"dentalimplantsperiodontist\";a:2:{s:12:\"display_name\";s:28:\"Dental Implants Periodontist\";s:10:\"popularity\";d:0.0033999999999999998105681964233326652902178466320037841796875;}s:23:\"dentistsreferralservice\";a:2:{s:12:\"display_name\";s:25:\"Dentists Referral Service\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:19:\"emergencydentalcare\";a:2:{s:12:\"display_name\";s:21:\"Emergency Dental Care\";s:10:\"popularity\";d:0.00540000000000000028588242884097780915908515453338623046875;}s:12:\"endodontists\";a:2:{s:12:\"display_name\";s:11:\"Endodontist\";s:10:\"popularity\";d:0.00259999999999999988065102485279567190445959568023681640625;}s:5:\"canal\";a:2:{s:12:\"display_name\";s:10:\"Root Canal\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:16:\"generaldentistry\";a:2:{s:12:\"display_name\";s:17:\"General Dentistry\";s:10:\"popularity\";d:0.0330000000000000015543122344752191565930843353271484375;}s:12:\"oralsurgeons\";a:2:{s:12:\"display_name\";s:13:\"Oral Surgeons\";s:10:\"popularity\";d:0.00259999999999999988065102485279567190445959568023681640625;}s:13:\"orthodontists\";a:2:{s:12:\"display_name\";s:12:\"Orthodontist\";s:10:\"popularity\";d:0.006499999999999999701627562131989179761148989200592041015625;}s:18:\"pediatric_dentists\";a:2:{s:12:\"display_name\";s:17:\"Pediatric Dentist\";s:10:\"popularity\";d:0.005000000000000000104083408558608425664715468883514404296875;}s:13:\"periodontists\";a:2:{s:12:\"display_name\";s:12:\"Periodontist\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:18:\"diagnosticservices\";a:2:{s:12:\"display_name\";s:19:\"Diagnostic Services\";s:10:\"popularity\";d:0.005000000000000000104083408558608425664715468883514404296875;}s:17:\"diagnosticimaging\";a:2:{s:12:\"display_name\";s:18:\"Diagnostic Imaging\";s:10:\"popularity\";d:0.0022000000000000001325328735646280620130710303783416748046875;}s:17:\"laboratorytesting\";a:2:{s:12:\"display_name\";s:18:\"Laboratory Testing\";s:10:\"popularity\";d:0.00200000000000000004163336342344337026588618755340576171875;}s:10:\"physicians\";a:2:{s:12:\"display_name\";s:6:\"Doctor\";s:10:\"popularity\";d:0.0743000000000000049293902293356950394809246063232421875;}s:9:\"allergist\";a:2:{s:12:\"display_name\";s:24:\"Allergist & Immunologist\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:17:\"anesthesiologists\";a:2:{s:12:\"display_name\";s:16:\"Anesthesiologist\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:11:\"audiologist\";a:2:{s:12:\"display_name\";s:11:\"Audiologist\";s:10:\"popularity\";d:0.0015000000000000000312250225675825276994146406650543212890625;}s:10:\"cardiology\";a:2:{s:12:\"display_name\";s:12:\"Cardiologist\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:21:\"pediatriccardiologist\";a:2:{s:12:\"display_name\";s:22:\"Pediatric Cardiologist\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:16:\"cosmeticsurgeons\";a:2:{s:12:\"display_name\";s:16:\"Cosmetic Surgeon\";s:10:\"popularity\";d:0.005899999999999999862609900702636878122575581073760986328125;}s:12:\"dentalclinic\";a:2:{s:12:\"display_name\";s:13:\"Dental Clinic\";s:10:\"popularity\";d:0.006700000000000000226207941267375645111314952373504638671875;}s:11:\"dermatology\";a:2:{s:12:\"display_name\";s:13:\"Dermatologist\";s:10:\"popularity\";d:0.0040000000000000000832667268468867405317723751068115234375;}s:13:\"diabetologist\";a:2:{s:12:\"display_name\";s:13:\"Diabetologist\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:13:\"earnosethroat\";a:2:{s:12:\"display_name\";s:17:\"Ear Nose & Throat\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:16:\"otolaryngologist\";a:2:{s:12:\"display_name\";s:16:\"Otolaryngologist\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:22:\"emergencycarephysician\";a:2:{s:12:\"display_name\";s:24:\"Emergency Care Physician\";s:10:\"popularity\";d:0.00200000000000000004163336342344337026588618755340576171875;}s:8:\"familydr\";a:2:{s:12:\"display_name\";s:15:\"Family Practice\";s:10:\"popularity\";d:0.004199999999999999740485367993869658675976097583770751953125;}s:9:\"fertility\";a:2:{s:12:\"display_name\";s:9:\"Fertility\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:18:\"gastroenterologist\";a:2:{s:12:\"display_name\";s:18:\"Gastroenterologist\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:13:\"gerontologist\";a:2:{s:12:\"display_name\";s:13:\"Gerontologist\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:13:\"gynecologists\";a:2:{s:12:\"display_name\";s:12:\"Gynecologist\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:11:\"handsurgeon\";a:2:{s:12:\"display_name\";s:12:\"Hand Surgeon\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:28:\"infectiousdiseasespecialists\";a:2:{s:12:\"display_name\";s:28:\"Infection Disease Specialist\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:26:\"infectiousdiseasephysician\";a:2:{s:12:\"display_name\";s:28:\"Infectious Disease Physician\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:11:\"internalmed\";a:2:{s:12:\"display_name\";s:17:\"Internal Medicine\";s:10:\"popularity\";d:0.004499999999999999659994198708545809495262801647186279296875;}s:17:\"bariatricmedicine\";a:2:{s:12:\"display_name\";s:18:\"Bariatric Medicine\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:16:\"endocrinologists\";a:2:{s:12:\"display_name\";s:15:\"Endocrinologist\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:13:\"hematologists\";a:2:{s:12:\"display_name\";s:12:\"Hematologist\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:24:\"magneticresonanceimaging\";a:2:{s:12:\"display_name\";s:26:\"Magnetic Resonance Imaging\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:13:\"nephrologists\";a:2:{s:12:\"display_name\";s:12:\"Nephrologist\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:12:\"naturopathic\";a:2:{s:12:\"display_name\";s:21:\"Naturopathic/Holistic\";s:10:\"popularity\";d:0.003599999999999999901467706564517357037402689456939697265625;}s:17:\"neonatalphysician\";a:2:{s:12:\"display_name\";s:18:\"Neonatal Physician\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:11:\"neurologist\";a:2:{s:12:\"display_name\";s:11:\"Neurologist\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:12:\"obstetrician\";a:2:{s:12:\"display_name\";s:12:\"Obstetrician\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:5:\"obgyn\";a:2:{s:12:\"display_name\";s:27:\"Obstetrician & Gynecologist\";s:10:\"popularity\";d:0.00200000000000000004163336342344337026588618755340576171875;}s:28:\"occupationalmedicalphysician\";a:2:{s:12:\"display_name\";s:30:\"Occupational Medical Physician\";s:10:\"popularity\";d:0.0015000000000000000312250225675825276994146406650543212890625;}s:10:\"oncologist\";a:2:{s:12:\"display_name\";s:10:\"Oncologist\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:14:\"opthamalogists\";a:2:{s:12:\"display_name\";s:16:\"Ophthalmologists\";s:10:\"popularity\";d:0.00139999999999999998577526749699018182582221925258636474609375;}s:24:\"pediatricophthalmologist\";a:2:{s:12:\"display_name\";s:25:\"Pediatric Ophthalmologist\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:17:\"orthopedicsurgeon\";a:2:{s:12:\"display_name\";s:18:\"Orthopedic Surgeon\";s:10:\"popularity\";d:0.00139999999999999998577526749699018182582221925258636474609375;}s:12:\"orthopedists\";a:2:{s:12:\"display_name\";s:11:\"Orthopedist\";s:10:\"popularity\";d:0.00139999999999999998577526749699018182582221925258636474609375;}s:21:\"osteopathicphysicians\";a:2:{s:12:\"display_name\";s:21:\"Osteopathic Physician\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:12:\"pathologists\";a:2:{s:12:\"display_name\";s:11:\"Pathologist\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:13:\"pediatricians\";a:2:{s:12:\"display_name\";s:12:\"Pediatrician\";s:10:\"popularity\";d:0.003599999999999999901467706564517357037402689456939697265625;}s:11:\"physiatrist\";a:2:{s:12:\"display_name\";s:11:\"Physiatrist\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:15:\"physiotherapist\";a:2:{s:12:\"display_name\";s:15:\"Physiotherapist\";s:10:\"popularity\";d:0.00189999999999999999618360835285102439229376614093780517578125;}s:11:\"podiatrists\";a:2:{s:12:\"display_name\";s:10:\"Podiatrist\";s:10:\"popularity\";d:0.0022999999999999999611421941381195210851728916168212890625;}s:12:\"proctologist\";a:2:{s:12:\"display_name\";s:12:\"Proctologist\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:13:\"psychiatrists\";a:2:{s:12:\"display_name\";s:12:\"Psychiatrist\";s:10:\"popularity\";d:0.004499999999999999659994198708545809495262801647186279296875;}s:13:\"pulmonologist\";a:2:{s:12:\"display_name\";s:13:\"Pulmonologist\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:12:\"radiologists\";a:2:{s:12:\"display_name\";s:11:\"Radiologist\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:15:\"rheumatologists\";a:2:{s:12:\"display_name\";s:14:\"Rheumatologist\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:9:\"sportsmed\";a:2:{s:12:\"display_name\";s:15:\"Sports Medicine\";s:10:\"popularity\";d:0.010399999999999999522604099411182687617838382720947265625;}s:21:\"painmanagementsurgeon\";a:2:{s:12:\"display_name\";s:23:\"Pain Management Surgeon\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:22:\"sportsmassagetherapist\";a:2:{s:12:\"display_name\";s:24:\"Sports Massage Therapist\";s:10:\"popularity\";d:0.006700000000000000226207941267375645111314952373504638671875;}s:7:\"surgeon\";a:2:{s:12:\"display_name\";s:7:\"Surgeon\";s:10:\"popularity\";d:0.0015000000000000000312250225675825276994146406650543212890625;}s:13:\"tattooremoval\";a:2:{s:12:\"display_name\";s:14:\"Tattoo Removal\";s:10:\"popularity\";d:0.00139999999999999998577526749699018182582221925258636474609375;}s:10:\"urologists\";a:2:{s:12:\"display_name\";s:10:\"Urologisst\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:15:\"vascularsurgeon\";a:2:{s:12:\"display_name\";s:16:\"Vascular Surgeon\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:10:\"healthclub\";a:2:{s:12:\"display_name\";s:11:\"Health Club\";s:10:\"popularity\";d:0.00289999999999999980015985556747182272374629974365234375;}s:16:\"healthconsultant\";a:2:{s:12:\"display_name\";s:17:\"Health Consultant\";s:10:\"popularity\";d:0.00869999999999999940047956670241546817123889923095703125;}s:19:\"hearingaidproviders\";a:2:{s:12:\"display_name\";s:20:\"Hearing Aid Provider\";s:10:\"popularity\";d:0.00169999999999999990528409821166633264510892331600189208984375;}s:14:\"homehealthcare\";a:2:{s:12:\"display_name\";s:16:\"Home Health Care\";s:10:\"popularity\";d:0.02230000000000000037747582837255322374403476715087890625;}s:7:\"hospice\";a:2:{s:12:\"display_name\";s:7:\"Hospice\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:9:\"hospitals\";a:2:{s:12:\"display_name\";s:8:\"Hospital\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:19:\"psychiatrichospital\";a:2:{s:12:\"display_name\";s:20:\"Psychiatric Hospital\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:18:\"universityhospital\";a:2:{s:12:\"display_name\";s:19:\"University Hospital\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:16:\"veteranshospital\";a:2:{s:12:\"display_name\";s:17:\"Veterans Hospital\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:17:\"lactationservices\";a:2:{s:12:\"display_name\";s:18:\"Lactation Services\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:14:\"laserlasikeyes\";a:2:{s:12:\"display_name\";s:23:\"Laser Eye Surgery/Lasik\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:15:\"massage_therapy\";a:2:{s:12:\"display_name\";s:15:\"Massage Therapy\";s:10:\"popularity\";d:0.04070000000000000006661338147750939242541790008544921875;}s:10:\"medcenters\";a:2:{s:12:\"display_name\";s:23:\"Medical Center & Clinic\";s:10:\"popularity\";d:0.04320000000000000228705943072782247327268123626708984375;}s:16:\"abortionservices\";a:2:{s:12:\"display_name\";s:17:\"Abortion Services\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:20:\"ambulanceemsservices\";a:2:{s:12:\"display_name\";s:24:\"Ambulance & EMS Services\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:16:\"ambulanceservice\";a:2:{s:12:\"display_name\";s:17:\"Ambulance Service\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:21:\"emergencycarefacility\";a:2:{s:12:\"display_name\";s:23:\"Emergency Care Facility\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:11:\"birthcenter\";a:2:{s:12:\"display_name\";s:12:\"Birth Center\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:18:\"birthcontrolcenter\";a:2:{s:12:\"display_name\";s:20:\"Birth Control Center\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:9:\"bloodbank\";a:2:{s:12:\"display_name\";s:10:\"Blood Bank\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:19:\"blooddonationcenter\";a:2:{s:12:\"display_name\";s:21:\"Blood Donation Center\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:22:\"cancertreatmentcenters\";a:2:{s:12:\"display_name\";s:23:\"Cancer Treatment Center\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:18:\"childrenshospitals\";a:2:{s:12:\"display_name\";s:19:\"Children\'s Hospital\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:14:\"diabetescenter\";a:2:{s:12:\"display_name\";s:15:\"Diabetes Center\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:16:\"diagnosticcenter\";a:2:{s:12:\"display_name\";s:17:\"Diagnostic Center\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:14:\"dialysiscenter\";a:2:{s:12:\"display_name\";s:15:\"Dialysis Center\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:15:\"dialysisclinics\";a:2:{s:12:\"display_name\";s:15:\"Dialysis Clinic\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:13:\"emergencyroom\";a:2:{s:12:\"display_name\";s:14:\"Emergency Room\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:20:\"familyplanningcenter\";a:2:{s:12:\"display_name\";s:22:\"Family Planning Center\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:15:\"fertilityclinic\";a:2:{s:12:\"display_name\";s:16:\"Fertility Clinic\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:7:\"fissure\";a:2:{s:12:\"display_name\";s:7:\"Fissure\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:16:\"hivtestingcenter\";a:2:{s:12:\"display_name\";s:18:\"HIV Testing Center\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:22:\"hairreplacementservice\";a:2:{s:12:\"display_name\";s:24:\"Hair Replacement Service\";s:10:\"popularity\";d:0.0030999999999999998910593657086565144709311425685882568359375;}s:13:\"healthclinics\";a:2:{s:12:\"display_name\";s:14:\"Health Clinics\";s:10:\"popularity\";d:0.00820000000000000069111383282915994641371071338653564453125;}s:12:\"walkinclinic\";a:2:{s:12:\"display_name\";s:14:\"Walk-in Clinic\";s:10:\"popularity\";d:0.003299999999999999981958875849841206218115985393524169921875;}s:9:\"mricenter\";a:2:{s:12:\"display_name\";s:10:\"MRI Center\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:18:\"mammographyservice\";a:2:{s:12:\"display_name\";s:19:\"Mammography Service\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:12:\"medicalgroup\";a:2:{s:12:\"display_name\";s:13:\"Medical Group\";s:10:\"popularity\";d:0.0025000000000000000520417042793042128323577344417572021484375;}s:27:\"medicaltranscriptionservice\";a:2:{s:12:\"display_name\";s:29:\"Medical Transcription Service\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:18:\"mentalhealthclinic\";a:2:{s:12:\"display_name\";s:20:\"Mental Health Clinic\";s:10:\"popularity\";d:0.004499999999999999659994198708545809495262801647186279296875;}s:25:\"occupationalhealthservice\";a:2:{s:12:\"display_name\";s:27:\"Occupational Health Service\";s:10:\"popularity\";d:0.00139999999999999998577526749699018182582221925258636474609375;}s:17:\"paincontrolclinic\";a:2:{s:12:\"display_name\";s:19:\"Pain Control Clinic\";s:10:\"popularity\";d:0.0027999999999999999715505349939803636516444385051727294921875;}s:22:\"paternitytestsservices\";a:2:{s:12:\"display_name\";s:26:\"Paternity Tests & Services\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:10:\"polyclinic\";a:2:{s:12:\"display_name\";s:10:\"Polyclinic\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:19:\"pregnancycarecenter\";a:2:{s:12:\"display_name\";s:21:\"Pregnancy Care Center\";s:10:\"popularity\";d:0.00139999999999999998577526749699018182582221925258636474609375;}s:22:\"rehabilitationservices\";a:2:{s:12:\"display_name\";s:23:\"Rehabilitation Services\";s:10:\"popularity\";d:0.00370000000000000016375789613221058971248567104339599609375;}s:24:\"reproductivehealthclinic\";a:2:{s:12:\"display_name\";s:26:\"Reproductive Health Clinic\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:17:\"stdtestingservice\";a:2:{s:12:\"display_name\";s:19:\"STD Testing Service\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:11:\"sleepclinic\";a:2:{s:12:\"display_name\";s:12:\"Sleep Clinic\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:20:\"sleepdisordercenters\";a:2:{s:12:\"display_name\";s:21:\"Sleep Disorder Center\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:9:\"spermbank\";a:2:{s:12:\"display_name\";s:10:\"Sperm Bank\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:20:\"sportsmedicineclinic\";a:2:{s:12:\"display_name\";s:22:\"Sports Medicine Clinic\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:14:\"surgicalcenter\";a:2:{s:12:\"display_name\";s:15:\"Surgical Center\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:12:\"travelclinic\";a:2:{s:12:\"display_name\";s:13:\"Travel Clinic\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:18:\"womenshealthclinic\";a:2:{s:12:\"display_name\";s:21:\"Women\'s Health Clinic\";s:10:\"popularity\";d:0.0025000000000000000520417042793042128323577344417572021484375;}s:21:\"medicaltransportation\";a:2:{s:12:\"display_name\";s:22:\"Medical Transportation\";s:10:\"popularity\";d:0.00259999999999999988065102485279567190445959568023681640625;}s:8:\"midwives\";a:2:{s:12:\"display_name\";s:7:\"Midwife\";s:10:\"popularity\";d:0.00259999999999999988065102485279567190445959568023681640625;}s:13:\"nursingagency\";a:2:{s:12:\"display_name\";s:14:\"Nursing Agency\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:13:\"nutritionists\";a:2:{s:12:\"display_name\";s:12:\"Nutritionist\";s:10:\"popularity\";d:0.0108000000000000005717648576819556183181703090667724609375;}s:19:\"occupationaltherapy\";a:2:{s:12:\"display_name\";s:20:\"Occupational Therapy\";s:10:\"popularity\";d:0.0040000000000000000832667268468867405317723751068115234375;}s:12:\"optometrists\";a:2:{s:12:\"display_name\";s:11:\"Optometrist\";s:10:\"popularity\";d:0.0079000000000000007716050021144837955944240093231201171875;}s:15:\"physicaltherapy\";a:2:{s:12:\"display_name\";s:16:\"Physical Therapy\";s:10:\"popularity\";d:0.0189000000000000001332267629550187848508358001708984375;}s:22:\"physicalfitnessprogram\";a:2:{s:12:\"display_name\";s:24:\"Physical Fitness Program\";s:10:\"popularity\";d:0.004599999999999999922284388276239042170345783233642578125;}s:24:\"physicianreferralservice\";a:2:{s:12:\"display_name\";s:26:\"Physician Referral Service\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:23:\"prostheticdeviceservice\";a:2:{s:12:\"display_name\";s:25:\"Prosthetic Device Service\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:11:\"reflexology\";a:2:{s:12:\"display_name\";s:11:\"Reflexology\";s:10:\"popularity\";d:0.00289999999999999980015985556747182272374629974365234375;}s:21:\"rehabilitation_center\";a:2:{s:12:\"display_name\";s:21:\"Rehabilitation Center\";s:10:\"popularity\";d:0.0033999999999999998105681964233326652902178466320037841796875;}s:16:\"retirement_homes\";a:2:{s:12:\"display_name\";s:16:\"Retirement Homes\";s:10:\"popularity\";d:0.00259999999999999988065102485279567190445959568023681640625;}s:17:\"speech_therapists\";a:2:{s:12:\"display_name\";s:16:\"Speech Therapist\";s:10:\"popularity\";d:0.0057000000000000002053912595556539599783718585968017578125;}s:3:\"tcm\";a:2:{s:12:\"display_name\";s:28:\"Traditional Chinese Medicine\";s:10:\"popularity\";d:0.0033999999999999998105681964233326652902178466320037841796875;}s:11:\"urgent_care\";a:2:{s:12:\"display_name\";s:11:\"Urgent Care\";s:10:\"popularity\";d:0.006700000000000000226207941267375645111314952373504638671875;}s:17:\"weightlosscenters\";a:2:{s:12:\"display_name\";s:18:\"Weight Loss Center\";s:10:\"popularity\";d:0.01069999999999999944211293012585883843712508678436279296875;}s:15:\"wellnessprogram\";a:2:{s:12:\"display_name\";s:16:\"Wellness Program\";s:10:\"popularity\";d:0.0091000000000000004496403249731883988715708255767822265625;}s:12:\"homeservices\";a:2:{s:12:\"display_name\";s:13:\"Home Services\";s:10:\"popularity\";d:1;}s:23:\"airconditioningservices\";a:2:{s:12:\"display_name\";s:25:\"Air Conditioning Services\";s:10:\"popularity\";d:0.024199999999999999289457264239899814128875732421875;}s:25:\"airconditioningcontractor\";a:2:{s:12:\"display_name\";s:27:\"Air Conditioning Contractor\";s:10:\"popularity\";d:0.01600000000000000033306690738754696212708950042724609375;}s:16:\"buildingsupplies\";a:2:{s:12:\"display_name\";s:17:\"Building Supplies\";s:10:\"popularity\";d:0.021100000000000000699440505513848620466887950897216796875;}s:18:\"carpetinstallation\";a:2:{s:12:\"display_name\";s:19:\"Carpet Installation\";s:10:\"popularity\";d:0.00370000000000000016375789613221058971248567104339599609375;}s:9:\"carpeting\";a:2:{s:12:\"display_name\";s:9:\"Carpeting\";s:10:\"popularity\";d:0.004799999999999999579503029423221960314549505710601806640625;}s:23:\"concretepumpcontractors\";a:2:{s:12:\"display_name\";s:24:\"Concrete Pump Contractor\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:11:\"contractors\";a:2:{s:12:\"display_name\";s:10:\"Contractor\";s:10:\"popularity\";d:0.0688000000000000000444089209850062616169452667236328125;}s:12:\"electricians\";a:2:{s:12:\"display_name\";s:11:\"Electrician\";s:10:\"popularity\";d:0.028799999999999999211741652516138856299221515655517578125;}s:20:\"fauxpaintingservices\";a:2:{s:12:\"display_name\";s:22:\"Faux Painting Services\";s:10:\"popularity\";d:0.003899999999999999820976537279193507856689393520355224609375;}s:8:\"flooring\";a:2:{s:12:\"display_name\";s:8:\"Flooring\";s:10:\"popularity\";d:0.023500000000000000055511151231257827021181583404541015625;}s:20:\"garage_door_services\";a:2:{s:12:\"display_name\";s:20:\"Garage Door Services\";s:10:\"popularity\";d:0.01519999999999999996946886682280819513835012912750244140625;}s:9:\"gardeners\";a:2:{s:12:\"display_name\";s:8:\"Gardener\";s:10:\"popularity\";d:0.004499999999999999659994198708545809495262801647186279296875;}s:8:\"handyman\";a:2:{s:12:\"display_name\";s:8:\"Handyman\";s:10:\"popularity\";d:0.0229000000000000002164934898019055253826081752777099609375;}s:4:\"hvac\";a:2:{s:12:\"display_name\";s:31:\"Heating & Air Conditioning/HVAC\";s:10:\"popularity\";d:0.061300000000000000321964677141295396722853183746337890625;}s:15:\"heatingservices\";a:2:{s:12:\"display_name\";s:16:\"Heating Services\";s:10:\"popularity\";d:0.01129999999999999928113059155521114007569849491119384765625;}s:17:\"heatingcontractor\";a:2:{s:12:\"display_name\";s:18:\"Heating Contractor\";s:10:\"popularity\";d:0.00940000000000000036914915568786454969085752964019775390625;}s:27:\"homeappliancerepairservices\";a:2:{s:12:\"display_name\";s:32:\"Home Appliance Repair & Services\";s:10:\"popularity\";d:0.0177999999999999998501198916756038670428097248077392578125;}s:14:\"appliancestore\";a:2:{s:12:\"display_name\";s:15:\"Appliance Store\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:19:\"boilerrepairservice\";a:2:{s:12:\"display_name\";s:23:\"Boiler Repair & Service\";s:10:\"popularity\";d:0.00370000000000000016375789613221058971248567104339599609375;}s:27:\"electricshaverrepairservice\";a:2:{s:12:\"display_name\";s:32:\"Electric Shaver Repair & Service\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:19:\"hottubrepairservice\";a:2:{s:12:\"display_name\";s:22:\"Hot Tub Repair Service\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:17:\"lamprepairservice\";a:2:{s:12:\"display_name\";s:19:\"Lamp Repair Service\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:26:\"sewingmachinerepairservice\";a:2:{s:12:\"display_name\";s:29:\"Sewing Machine Repair Service\";s:10:\"popularity\";d:0.0015000000000000000312250225675825276994146406650543212890625;}s:23:\"vacuumcleanerrepairshop\";a:2:{s:12:\"display_name\";s:26:\"Vacuum Cleaner Repair Shop\";s:10:\"popularity\";d:0.00119999999999999989487575735580549007863737642765045166015625;}s:24:\"waterheaterrepairservice\";a:2:{s:12:\"display_name\";s:29:\"Water Heater Repair & Service\";s:10:\"popularity\";d:0.004599999999999999922284388276239042170345783233642578125;}s:12:\"homecleaning\";a:2:{s:12:\"display_name\";s:13:\"Home Cleaning\";s:10:\"popularity\";d:0.0561999999999999999555910790149937383830547332763671875;}s:22:\"airductcleaningservice\";a:2:{s:12:\"display_name\";s:25:\"Air Duct Cleaning Service\";s:10:\"popularity\";d:0.00940000000000000036914915568786454969085752964019775390625;}s:13:\"furnacerepair\";a:2:{s:12:\"display_name\";s:14:\"Furnace Repair\";s:10:\"popularity\";d:0.00370000000000000016375789613221058971248567104339599609375;}s:15:\"home_inspectors\";a:2:{s:12:\"display_name\";s:14:\"Home Inspector\";s:10:\"popularity\";d:0.033099999999999997479793734100894653238356113433837890625;}s:17:\"home_organization\";a:2:{s:12:\"display_name\";s:17:\"Home Organization\";s:10:\"popularity\";d:0.008500000000000000610622663543836097232997417449951171875;}s:20:\"homeremodelingrepair\";a:2:{s:12:\"display_name\";s:24:\"Home Remodeling & Repair\";s:10:\"popularity\";d:0.234300000000000008260059303211164660751819610595703125;}s:28:\"alteringremodelingcontractor\";a:2:{s:12:\"display_name\";s:32:\"Altering & Remodeling Contractor\";s:10:\"popularity\";d:0.005599999999999999943101069987960727303288877010345458984375;}s:18:\"bathroomremodeling\";a:2:{s:12:\"display_name\";s:19:\"Bathroom Remodeling\";s:10:\"popularity\";d:0.0183999999999999996891375531049561686813831329345703125;}s:18:\"bathtubsinkrepairs\";a:2:{s:12:\"display_name\";s:22:\"Bathtub & Sink Repairs\";s:10:\"popularity\";d:0.0022999999999999999611421941381195210851728916168212890625;}s:26:\"buildingrestorationservice\";a:2:{s:12:\"display_name\";s:28:\"Building Restoration Service\";s:10:\"popularity\";d:0.005599999999999999943101069987960727303288877010345458984375;}s:10:\"carpenters\";a:2:{s:12:\"display_name\";s:9:\"Carpenter\";s:10:\"popularity\";d:0.0080999999999999995614619052730631665326654911041259765625;}s:10:\"woodworker\";a:2:{s:12:\"display_name\";s:10:\"Woodworker\";s:10:\"popularity\";d:0.00289999999999999980015985556747182272374629974365234375;}s:21:\"chimneycleaningrepair\";a:2:{s:12:\"display_name\";s:25:\"Chimney Cleaning & Repair\";s:10:\"popularity\";d:0.004599999999999999922284388276239042170345783233642578125;}s:12:\"chimneysweep\";a:2:{s:12:\"display_name\";s:13:\"Chimney Sweep\";s:10:\"popularity\";d:0.0022999999999999999611421941381195210851728916168212890625;}s:16:\"closetremodeling\";a:2:{s:12:\"display_name\";s:17:\"Closet Remodeling\";s:10:\"popularity\";d:0.00169999999999999990528409821166633264510892331600189208984375;}s:22:\"countertopinstallation\";a:2:{s:12:\"display_name\";s:23:\"Countertop Installation\";s:10:\"popularity\";d:0.0040000000000000000832667268468867405317723751068115234375;}s:22:\"doorrepairinstallation\";a:2:{s:12:\"display_name\";s:26:\"Door Repair & Installation\";s:10:\"popularity\";d:0.0091000000000000004496403249731883988715708255767822265625;}s:26:\"firewaterdamagerestoration\";a:2:{s:12:\"display_name\";s:31:\"Fire & Water Damage Restoration\";s:10:\"popularity\";d:0.01700000000000000122124532708767219446599483489990234375;}s:28:\"firedamagerestorationservice\";a:2:{s:12:\"display_name\";s:31:\"Fire Damage Restoration Service\";s:10:\"popularity\";d:0.0022000000000000001325328735646280620130710303783416748046875;}s:29:\"waterdamagerestorationservice\";a:2:{s:12:\"display_name\";s:32:\"Water Damage Restoration Service\";s:10:\"popularity\";d:0.00959999999999999915900605884644392062909901142120361328125;}s:23:\"floorrefinishingservice\";a:2:{s:12:\"display_name\";s:25:\"Floor Refinishing Service\";s:10:\"popularity\";d:0.01020000000000000073274719625260331667959690093994140625;}s:18:\"garagedoorsopeners\";a:2:{s:12:\"display_name\";s:22:\"Garage Doors & Openers\";s:10:\"popularity\";d:0.00940000000000000036914915568786454969085752964019775390625;}s:13:\"gazebobuilder\";a:2:{s:12:\"display_name\";s:14:\"Gazebo Builder\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:18:\"glassrepairservice\";a:2:{s:12:\"display_name\";s:20:\"Glass Repair Service\";s:10:\"popularity\";d:0.00430000000000000000277555756156289135105907917022705078125;}s:23:\"guttersdownspoutsrepair\";a:2:{s:12:\"display_name\";s:27:\"Gutters & Downspouts Repair\";s:10:\"popularity\";d:0.00770000000000000024702462297909733024425804615020751953125;}s:17:\"insulationservice\";a:2:{s:12:\"display_name\";s:18:\"Insulation Service\";s:10:\"popularity\";d:0.00869999999999999940047956670241546817123889923095703125;}s:17:\"kitchenremodeling\";a:2:{s:12:\"display_name\";s:18:\"Kitchen Remodeling\";s:10:\"popularity\";d:0.02230000000000000037747582837255322374403476715087890625;}s:22:\"patiobuilderssuppliers\";a:2:{s:12:\"display_name\";s:24:\"Patio Builder & Supplier\";s:10:\"popularity\";d:0.0025000000000000000520417042793042128323577344417572021484375;}s:18:\"refrigeratorrepair\";a:2:{s:12:\"display_name\";s:19:\"Refrigerator Repair\";s:10:\"popularity\";d:0.003899999999999999820976537279193507856689393520355224609375;}s:19:\"roofingsidingrepair\";a:2:{s:12:\"display_name\";s:23:\"Roofing & Siding Repair\";s:10:\"popularity\";d:0.062300000000000001210143096841420629061758518218994140625;}s:7:\"roofing\";a:2:{s:12:\"display_name\";s:7:\"Roofing\";s:10:\"popularity\";d:0.0225999999999999985622611831104222801513969898223876953125;}s:17:\"roofingcontractor\";a:2:{s:12:\"display_name\";s:18:\"Roofing Contractor\";s:10:\"popularity\";d:0.031300000000000001432187701766451937146484851837158203125;}s:16:\"sidingcontractor\";a:2:{s:12:\"display_name\";s:17:\"Siding Contractor\";s:10:\"popularity\";d:0.005100000000000000366373598126301658339798450469970703125;}s:19:\"screenrepairservice\";a:2:{s:12:\"display_name\";s:21:\"Screen Repair Service\";s:10:\"popularity\";d:0.00259999999999999988065102485279567190445959568023681640625;}s:20:\"skylightinstallation\";a:2:{s:12:\"display_name\";s:21:\"Skylight Installation\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:18:\"skylightcontractor\";a:2:{s:12:\"display_name\";s:19:\"Skylight Contractor\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:22:\"tankrepairinstallation\";a:2:{s:12:\"display_name\";s:26:\"Tank Repair & Installation\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:20:\"washeranddryerrepair\";a:2:{s:12:\"display_name\";s:23:\"Washer And Dryer Repair\";s:10:\"popularity\";d:0.003599999999999999901467706564517357037402689456939697265625;}s:21:\"waterbedrepairservice\";a:2:{s:12:\"display_name\";s:23:\"Waterbed Repair Service\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:13:\"waterbedstore\";a:2:{s:12:\"display_name\";s:14:\"Waterbed Store\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:20:\"waterproofingservice\";a:2:{s:12:\"display_name\";s:21:\"Waterproofing Service\";s:10:\"popularity\";d:0.003899999999999999820976537279193507856689393520355224609375;}s:24:\"windowrepairinstallation\";a:2:{s:12:\"display_name\";s:28:\"Window Repair & Installation\";s:10:\"popularity\";d:0.0079000000000000007716050021144837955944240093231201171875;}s:28:\"woodfloorinstallationservice\";a:2:{s:12:\"display_name\";s:31:\"Wood Floor Installation Service\";s:10:\"popularity\";d:0.00820000000000000069111383282915994641371071338653564453125;}s:23:\"hometheatreinstallation\";a:2:{s:12:\"display_name\";s:25:\"Home Theatre Installation\";s:10:\"popularity\";d:0.007599999999999999984734433411404097569175064563751220703125;}s:17:\"homewindowtinting\";a:2:{s:12:\"display_name\";s:19:\"Home Window Tinting\";s:10:\"popularity\";d:0.006799999999999999621136392846665330580435693264007568359375;}s:14:\"interiordesign\";a:2:{s:12:\"display_name\";s:15:\"Interior Design\";s:10:\"popularity\";d:0.032199999999999999455990717933673295192420482635498046875;}s:20:\"interiorplantservice\";a:2:{s:12:\"display_name\";s:22:\"Interior Plant Service\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:4:\"isps\";a:2:{s:12:\"display_name\";s:25:\"Internet Service Provider\";s:10:\"popularity\";d:0.0022999999999999999611421941381195210851728916168212890625;}s:10:\"irrigation\";a:2:{s:12:\"display_name\";s:10:\"Irrigation\";s:10:\"popularity\";d:0.00770000000000000024702462297909733024425804615020751953125;}s:10:\"locksmiths\";a:2:{s:12:\"display_name\";s:16:\"Keys & Locksmith\";s:10:\"popularity\";d:0.032800000000000002764455331316639785654842853546142578125;}s:19:\"landscapearchitects\";a:2:{s:12:\"display_name\";s:20:\"Landscape Architects\";s:10:\"popularity\";d:0.00770000000000000024702462297909733024425804615020751953125;}s:11:\"landscaping\";a:2:{s:12:\"display_name\";s:11:\"Landscaping\";s:10:\"popularity\";d:0.1028000000000000024868995751603506505489349365234375;}s:35:\"firesprinklerequipmentrepairservice\";a:2:{s:12:\"display_name\";s:41:\"Fire Sprinkler Equipment Repair & Service\";s:10:\"popularity\";d:0.00119999999999999989487575735580549007863737642765045166015625;}s:17:\"landscapedesigner\";a:2:{s:12:\"display_name\";s:18:\"Landscape Designer\";s:10:\"popularity\";d:0.01700000000000000122124532708767219446599483489990234375;}s:25:\"landscapelightingdesigner\";a:2:{s:12:\"display_name\";s:27:\"Landscape Lighting Designer\";s:10:\"popularity\";d:0.004799999999999999579503029423221960314549505710601806640625;}s:26:\"lawnequipmentrentalservice\";a:2:{s:12:\"display_name\";s:29:\"Lawn Equipment Rental Service\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:22:\"lawnmowerrepairservice\";a:2:{s:12:\"display_name\";s:25:\"Lawn Mower Repair Service\";s:10:\"popularity\";d:0.0015000000000000000312250225675825276994146406650543212890625;}s:12:\"lawnservices\";a:2:{s:12:\"display_name\";s:13:\"Lawn Services\";s:10:\"popularity\";d:0.02910000000000000086597395920762210153043270111083984375;}s:19:\"bonsaiplantsupplier\";a:2:{s:12:\"display_name\";s:21:\"Bonsai Plant Supplier\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:31:\"lawnirrigationequipmentsupplier\";a:2:{s:12:\"display_name\";s:34:\"Lawn Irrigation Equipment Supplier\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:30:\"lawnsprinklerequipmentsupplies\";a:2:{s:12:\"display_name\";s:35:\"Lawn Sprinkler Equipment & Supplies\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:29:\"lawnsprinklersystemcontractor\";a:2:{s:12:\"display_name\";s:32:\"Lawn Sprinkler System Contractor\";s:10:\"popularity\";d:0.00710000000000000040800696154974502860568463802337646484375;}s:14:\"pondcontractor\";a:2:{s:12:\"display_name\";s:15:\"Pond Contractor\";s:10:\"popularity\";d:0.00259999999999999988065102485279567190445959568023681640625;}s:25:\"rocklandscapingcontractor\";a:2:{s:12:\"display_name\";s:27:\"Rock Landscaping Contractor\";s:10:\"popularity\";d:0.006199999999999999782118731417313028941862285137176513671875;}s:20:\"leakdetectionservice\";a:2:{s:12:\"display_name\";s:22:\"Leak Detection Service\";s:10:\"popularity\";d:0.0022999999999999999611421941381195210851728916168212890625;}s:8:\"lighting\";a:2:{s:12:\"display_name\";s:29:\"Lighting Fixtures & Equipment\";s:10:\"popularity\";d:0.005100000000000000366373598126301658339798450469970703125;}s:16:\"masonry_concrete\";a:2:{s:12:\"display_name\";s:16:\"Masonry/Concrete\";s:10:\"popularity\";d:0.0234000000000000006605826996519681415520608425140380859375;}s:6:\"gravel\";a:2:{s:12:\"display_name\";s:6:\"Gravel\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:20:\"crushedstonesupplier\";a:2:{s:12:\"display_name\";s:22:\"Crushed Stone Supplier\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:4:\"lime\";a:2:{s:12:\"display_name\";s:24:\"Lime, Masonry & Concrete\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:13:\"marblegranite\";a:2:{s:12:\"display_name\";s:16:\"Marble & Granite\";s:10:\"popularity\";d:0.0027999999999999999715505349939803636516444385051727294921875;}s:14:\"marblesupplier\";a:2:{s:12:\"display_name\";s:15:\"Marble Supplier\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:16:\"marblecontractor\";a:2:{s:12:\"display_name\";s:17:\"Marble Contractor\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:18:\"masonrycontractors\";a:2:{s:12:\"display_name\";s:19:\"Masonry Contractors\";s:10:\"popularity\";d:0.007300000000000000065225602696727946749888360500335693359375;}s:5:\"rocks\";a:2:{s:12:\"display_name\";s:5:\"Rocks\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:4:\"sand\";a:2:{s:12:\"display_name\";s:4:\"Sand\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:13:\"stonesupplier\";a:2:{s:12:\"display_name\";s:14:\"Stone Supplier\";s:10:\"popularity\";d:0.00139999999999999998577526749699018182582221925258636474609375;}s:23:\"mobilehomerepairservice\";a:2:{s:12:\"display_name\";s:26:\"Mobile Home Repair Service\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:6:\"movers\";a:2:{s:12:\"display_name\";s:6:\"Movers\";s:10:\"popularity\";d:0.01469999999999999952537965697274557896889746189117431640625;}s:8:\"painters\";a:2:{s:12:\"display_name\";s:7:\"Painter\";s:10:\"popularity\";d:0.047199999999999998900879205621095024980604648590087890625;}s:8:\"plumbing\";a:2:{s:12:\"display_name\";s:8:\"Plumbing\";s:10:\"popularity\";d:0.05340000000000000301980662698042578995227813720703125;}s:12:\"poolcleaners\";a:2:{s:12:\"display_name\";s:12:\"Pool Cleaner\";s:10:\"popularity\";d:0.00990000000000000081323836553792716586031019687652587890625;}s:18:\"pumpingcontractors\";a:2:{s:12:\"display_name\";s:18:\"Pumping Contractor\";s:10:\"popularity\";d:0.0033999999999999998105681964233326652902178466320037841796875;}s:10:\"realestate\";a:2:{s:12:\"display_name\";s:11:\"Real Estate\";s:10:\"popularity\";d:0.2190000000000000002220446049250313080847263336181640625;}s:10:\"apartments\";a:2:{s:12:\"display_name\";s:10:\"Apartments\";s:10:\"popularity\";d:0.0091000000000000004496403249731883988715708255767822265625;}s:23:\"apartmentrentalagencies\";a:2:{s:12:\"display_name\";s:23:\"Apartment Rental Agency\";s:10:\"popularity\";d:0.00540000000000000028588242884097780915908515453338623046875;}s:10:\"vistapoint\";a:2:{s:12:\"display_name\";s:11:\"Vista Point\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:20:\"commercialrealestate\";a:2:{s:12:\"display_name\";s:22:\"Commercial Real Estate\";s:10:\"popularity\";d:0.016699999999999999567013020396188949234783649444580078125;}s:29:\"commercialrealestateinspector\";a:2:{s:12:\"display_name\";s:32:\"Commercial Real Estate Inspector\";s:10:\"popularity\";d:0.0022000000000000001325328735646280620130710303783416748046875;}s:22:\"condominiumstownhouses\";a:2:{s:12:\"display_name\";s:25:\"Condominiums & Townhouses\";s:10:\"popularity\";d:0.0040000000000000000832667268468867405317723751068115234375;}s:11:\"condominium\";a:2:{s:12:\"display_name\";s:11:\"Condominium\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:23:\"condominiumrentalagency\";a:2:{s:12:\"display_name\";s:25:\"Condominium Rental Agency\";s:10:\"popularity\";d:0.00139999999999999998577526749699018182582221925258636474609375;}s:16:\"townhousecomplex\";a:2:{s:12:\"display_name\";s:17:\"Townhouse Complex\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:15:\"estateappraiser\";a:2:{s:12:\"display_name\";s:16:\"Estate Appraiser\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:11:\"homestaging\";a:2:{s:12:\"display_name\";s:12:\"Home Staging\";s:10:\"popularity\";d:0.006199999999999999782118731417313028941862285137176513671875;}s:18:\"housingdevelopment\";a:2:{s:12:\"display_name\";s:19:\"Housing Development\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:23:\"manufacturedmobilehomes\";a:2:{s:12:\"display_name\";s:27:\"Manufactured & Mobile Homes\";s:10:\"popularity\";d:0.0022999999999999999611421941381195210851728916168212890625;}s:14:\"mobilehomepark\";a:2:{s:12:\"display_name\";s:16:\"Mobile Home Park\";s:10:\"popularity\";d:0.00139999999999999998577526749699018182582221925258636474609375;}s:15:\"mortgagebrokers\";a:2:{s:12:\"display_name\";s:15:\"Mortgage Broker\";s:10:\"popularity\";d:0.00820000000000000069111383282915994641371071338653564453125;}s:12:\"propertymgmt\";a:2:{s:12:\"display_name\";s:19:\"Property Management\";s:10:\"popularity\";d:0.0212000000000000000943689570931383059360086917877197265625;}s:16:\"realestateagents\";a:2:{s:12:\"display_name\";s:17:\"Real Estate Agent\";s:10:\"popularity\";d:0.08079999999999999682476214957205229438841342926025390625;}s:26:\"commercialrealestateagency\";a:2:{s:12:\"display_name\";s:29:\"Commercial Real Estate Agency\";s:10:\"popularity\";d:0.005300000000000000023592239273284576484002172946929931640625;}s:16:\"estateliquidator\";a:2:{s:12:\"display_name\";s:17:\"Estate Liquidator\";s:10:\"popularity\";d:0.004199999999999999740485367993869658675976097583770751953125;}s:17:\"modularhomedealer\";a:2:{s:12:\"display_name\";s:19:\"Modular Home Dealer\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:19:\"realestatedeveloper\";a:2:{s:12:\"display_name\";s:21:\"Real Estate Developer\";s:10:\"popularity\";d:0.005300000000000000023592239273284576484002172946929931640625;}s:22:\"realestaterentalagency\";a:2:{s:12:\"display_name\";s:25:\"Real Estate Rental Agency\";s:10:\"popularity\";d:0.01069999999999999944211293012585883843712508678436279296875;}s:14:\"realestatesvcs\";a:2:{s:12:\"display_name\";s:20:\"Real Estate Services\";s:10:\"popularity\";d:0.0980000000000000037747582837255322374403476715087890625;}s:21:\"mobilehomesupplystore\";a:2:{s:12:\"display_name\";s:24:\"Mobile Home Supply Store\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:17:\"mortgagecompanies\";a:2:{s:12:\"display_name\";s:16:\"Mortgage Company\";s:10:\"popularity\";d:0.004199999999999999740485367993869658675976097583770751953125;}s:19:\"realestateappraiser\";a:2:{s:12:\"display_name\";s:21:\"Real Estate Appraiser\";s:10:\"popularity\";d:0.003599999999999999901467706564517357037402689456939697265625;}s:21:\"realestateconsultants\";a:2:{s:12:\"display_name\";s:23:\"Real Estate Consultants\";s:10:\"popularity\";d:0.04320000000000000228705943072782247327268123626708984375;}s:14:\"rentalservices\";a:2:{s:12:\"display_name\";s:20:\"Home Rental Services\";s:10:\"popularity\";d:0.0092999999999999992394972281317677698098123073577880859375;}s:17:\"cabinrentalagency\";a:2:{s:12:\"display_name\";s:19:\"Cabin Rental Agency\";s:10:\"popularity\";d:0.0027999999999999999715505349939803636516444385051727294921875;}s:26:\"furnishedapartmentbuilding\";a:2:{s:12:\"display_name\";s:28:\"Furnished Apartment Building\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:22:\"mobilehomerentalagency\";a:2:{s:12:\"display_name\";s:25:\"Mobile Home Rental Agency\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:23:\"officespacerentalagency\";a:2:{s:12:\"display_name\";s:26:\"Office Space Rental Agency\";s:10:\"popularity\";d:0.0022999999999999999611421941381195210851728916168212890625;}s:23:\"roommatereferralservice\";a:2:{s:12:\"display_name\";s:25:\"Roommate Referral Service\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:12:\"titlecompany\";a:2:{s:12:\"display_name\";s:13:\"Title Company\";s:10:\"popularity\";d:0.0025000000000000000520417042793042128323577344417572021484375;}s:19:\"retirementcommunity\";a:2:{s:12:\"display_name\";s:20:\"Retirement Community\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:18:\"sharedofficespaces\";a:2:{s:12:\"display_name\";s:20:\"Shared Office Spaces\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:18:\"university_housing\";a:2:{s:12:\"display_name\";s:18:\"University Housing\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:5:\"villa\";a:2:{s:12:\"display_name\";s:5:\"Villa\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:15:\"securitysystems\";a:2:{s:12:\"display_name\";s:16:\"Security Systems\";s:10:\"popularity\";d:0.02759999999999999953370632965743425302207469940185546875;}s:12:\"homesecurity\";a:2:{s:12:\"display_name\";s:13:\"Home Security\";s:10:\"popularity\";d:0.00990000000000000081323836553792716586031019687652587890625;}s:19:\"accesscontrolsystem\";a:2:{s:12:\"display_name\";s:21:\"Access Control System\";s:10:\"popularity\";d:0.0025000000000000000520417042793042128323577344417572021484375;}s:14:\"securityguards\";a:2:{s:12:\"display_name\";s:15:\"Security Guards\";s:10:\"popularity\";d:0.00820000000000000069111383282915994641371071338653564453125;}s:22:\"securitysystemsupplier\";a:2:{s:12:\"display_name\";s:24:\"Security System Supplier\";s:10:\"popularity\";d:0.004199999999999999740485367993869658675976097583770751953125;}s:6:\"blinds\";a:2:{s:12:\"display_name\";s:15:\"Shades & Blinds\";s:10:\"popularity\";d:0.00820000000000000069111383282915994641371071338653564453125;}s:17:\"solarinstallation\";a:2:{s:12:\"display_name\";s:18:\"Solar Installation\";s:10:\"popularity\";d:0.0092999999999999992394972281317677698098123073577880859375;}s:18:\"stainedglassstudio\";a:2:{s:12:\"display_name\";s:20:\"Stained Glass Studio\";s:10:\"popularity\";d:0.00189999999999999999618360835285102439229376614093780517578125;}s:8:\"statuary\";a:2:{s:12:\"display_name\";s:8:\"Statuary\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:22:\"swimmingpoolcontractor\";a:2:{s:12:\"display_name\";s:24:\"Swimming Pool Contractor\";s:10:\"popularity\";d:0.013799999999999999766853164828717126511037349700927734375;}s:18:\"swimmingpoolrepair\";a:2:{s:12:\"display_name\";s:20:\"Swimming Pool Repair\";s:10:\"popularity\";d:0.0114999999999999998057109706905976054258644580841064453125;}s:26:\"televisionserviceproviders\";a:2:{s:12:\"display_name\";s:27:\"Television Service Provider\";s:10:\"popularity\";d:0.00169999999999999990528409821166633264510892331600189208984375;}s:12:\"treeservices\";a:2:{s:12:\"display_name\";s:13:\"Tree Services\";s:10:\"popularity\";d:0.0309999999999999997779553950749686919152736663818359375;}s:25:\"upholsterycleaningservice\";a:2:{s:12:\"display_name\";s:27:\"Upholstery Cleaning Service\";s:10:\"popularity\";d:0.01009999999999999960309526869650653679855167865753173828125;}s:9:\"utilities\";a:2:{s:12:\"display_name\";s:9:\"Utilities\";s:10:\"popularity\";d:0.0162999999999999985178522621254160185344517230987548828125;}s:17:\"electriccompanies\";a:2:{s:12:\"display_name\";s:16:\"Electric Company\";s:10:\"popularity\";d:0.00139999999999999998577526749699018182582221925258636474609375;}s:6:\"geyser\";a:2:{s:12:\"display_name\";s:6:\"Geyser\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:16:\"internetservices\";a:2:{s:12:\"display_name\";s:17:\"Internet Provider\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:19:\"naturalgascompanies\";a:2:{s:12:\"display_name\";s:21:\"Natural Gas Companies\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:13:\"publicutility\";a:2:{s:12:\"display_name\";s:14:\"Public Utility\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:17:\"telephoneservices\";a:2:{s:12:\"display_name\";s:18:\"Telephone Services\";s:10:\"popularity\";d:0.00119999999999999989487575735580549007863737642765045166015625;}s:16:\"telephonecompany\";a:2:{s:12:\"display_name\";s:17:\"Telephone Company\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:8:\"wifispot\";a:2:{s:12:\"display_name\";s:10:\"Wi-Fi Spot\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:17:\"utilitycontractor\";a:2:{s:12:\"display_name\";s:18:\"Utility Contractor\";s:10:\"popularity\";d:0.00139999999999999998577526749699018182582221925258636474609375;}s:20:\"utilitytrailerdealer\";a:2:{s:12:\"display_name\";s:22:\"Utility Trailer Dealer\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:23:\"wastemanagementservices\";a:2:{s:12:\"display_name\";s:25:\"Waste Management Services\";s:10:\"popularity\";d:0.006499999999999999701627562131989179761148989200592041015625;}s:9:\"landfills\";a:2:{s:12:\"display_name\";s:9:\"Landfills\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:19:\"watersewerutilities\";a:2:{s:12:\"display_name\";s:23:\"Water & Sewer Utilities\";s:10:\"popularity\";d:0.0022000000000000001325328735646280620130710303783416748046875;}s:21:\"drinkingwaterfountain\";a:2:{s:12:\"display_name\";s:23:\"Drinking Water Fountain\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:21:\"sewagedisposalservice\";a:2:{s:12:\"display_name\";s:23:\"Sewage Disposal Service\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:20:\"sewagetreatmentplant\";a:2:{s:12:\"display_name\";s:22:\"Sewage Treatment Plant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:8:\"sinkhole\";a:2:{s:12:\"display_name\";s:8:\"Sinkhole\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:19:\"waterutilitycompany\";a:2:{s:12:\"display_name\";s:21:\"Water Utility Company\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:13:\"windowwashing\";a:2:{s:12:\"display_name\";s:14:\"Window Washing\";s:10:\"popularity\";d:0.01349999999999999984734433411404097569175064563751220703125;}s:19:\"windowsinstallation\";a:2:{s:12:\"display_name\";s:20:\"Windows Installation\";s:10:\"popularity\";d:0.0149000000000000000499600361081320443190634250640869140625;}s:12:\"hotelstravel\";a:2:{s:12:\"display_name\";s:15:\"Hotels & Travel\";s:10:\"popularity\";d:0.1411000000000000031974423109204508364200592041015625;}s:9:\"airtravel\";a:2:{s:12:\"display_name\";s:10:\"Air Travel\";s:10:\"popularity\";d:0.00139999999999999998577526749699018182582221925258636474609375;}s:18:\"helicoptercharters\";a:2:{s:12:\"display_name\";s:19:\"Helicopter Charters\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:8:\"airports\";a:2:{s:12:\"display_name\";s:8:\"Airports\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:8:\"airstrip\";a:2:{s:12:\"display_name\";s:8:\"Airstrip\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:8:\"heliport\";a:2:{s:12:\"display_name\";s:8:\"Heliport\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:15:\"regionalairport\";a:2:{s:12:\"display_name\";s:16:\"Regional Airport\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:12:\"seaplanebase\";a:2:{s:12:\"display_name\";s:13:\"Seaplane Base\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:5:\"atoll\";a:2:{s:12:\"display_name\";s:5:\"Atoll\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:12:\"bedbreakfast\";a:2:{s:12:\"display_name\";s:15:\"Bed & Breakfast\";s:10:\"popularity\";d:0.00899999999999999931998839741709161899052560329437255859375;}s:15:\"cablecarstation\";a:2:{s:12:\"display_name\";s:17:\"Cable Car Station\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:11:\"campgrounds\";a:2:{s:12:\"display_name\";s:11:\"Campgrounds\";s:10:\"popularity\";d:0.005599999999999999943101069987960727303288877010345458984375;}s:9:\"carrental\";a:2:{s:12:\"display_name\";s:10:\"Car Rental\";s:10:\"popularity\";d:0.003599999999999999901467706564517357037402689456939697265625;}s:7:\"cruises\";a:2:{s:12:\"display_name\";s:7:\"Cruises\";s:10:\"popularity\";d:0.00139999999999999998577526749699018182582221925258636474609375;}s:12:\"cruiseagency\";a:2:{s:12:\"display_name\";s:13:\"Cruise Agency\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:17:\"cruiselinecompany\";a:2:{s:12:\"display_name\";s:19:\"Cruise Line Company\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:7:\"ferries\";a:2:{s:12:\"display_name\";s:7:\"Ferries\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:18:\"gondolaliftstation\";a:2:{s:12:\"display_name\";s:20:\"Gondola Lift Station\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:11:\"guesthouses\";a:2:{s:12:\"display_name\";s:12:\"Guest Houses\";s:10:\"popularity\";d:0.0015000000000000000312250225675825276994146406650543212890625;}s:7:\"hostels\";a:2:{s:12:\"display_name\";s:7:\"Hostels\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:6:\"hotels\";a:2:{s:12:\"display_name\";s:23:\"Hotels & Accommodations\";s:10:\"popularity\";d:0.024199999999999999289457264239899814128875732421875;}s:13:\"boardinghouse\";a:2:{s:12:\"display_name\";s:14:\"Boarding House\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:9:\"duderanch\";a:2:{s:12:\"display_name\";s:10:\"Dude Ranch\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:12:\"hotelsmotels\";a:2:{s:12:\"display_name\";s:15:\"Hotels & Motels\";s:10:\"popularity\";d:0.00940000000000000036914915568786454969085752964019775390625;}s:14:\"executivesuite\";a:2:{s:12:\"display_name\";s:15:\"Executive Suite\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:17:\"extendedstayhotel\";a:2:{s:12:\"display_name\";s:19:\"Extended Stay Hotel\";s:10:\"popularity\";d:0.00259999999999999988065102485279567190445959568023681640625;}s:11:\"luxuryhotel\";a:2:{s:12:\"display_name\";s:12:\"Luxury Hotel\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:5:\"motel\";a:2:{s:12:\"display_name\";s:5:\"Motel\";s:10:\"popularity\";d:0.0027999999999999999715505349939803636516444385051727294921875;}s:5:\"lodge\";a:2:{s:12:\"display_name\";s:5:\"Lodge\";s:10:\"popularity\";d:0.005000000000000000104083408558608425664715468883514404296875;}s:13:\"retreatcenter\";a:2:{s:12:\"display_name\";s:14:\"Retreat Center\";s:10:\"popularity\";d:0.0015000000000000000312250225675825276994146406650543212890625;}s:15:\"timeshareagency\";a:2:{s:12:\"display_name\";s:16:\"Timeshare Agency\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:17:\"motorcycle_rental\";a:2:{s:12:\"display_name\";s:17:\"Motorcycle Rental\";s:10:\"popularity\";d:0.00119999999999999989487575735580549007863737642765045166015625;}s:7:\"rvparks\";a:2:{s:12:\"display_name\";s:7:\"RV Park\";s:10:\"popularity\";d:0.006700000000000000226207941267375645111314952373504638671875;}s:8:\"rvrental\";a:2:{s:12:\"display_name\";s:9:\"RV Rental\";s:10:\"popularity\";d:0.00289999999999999980015985556747182272374629974365234375;}s:7:\"resorts\";a:2:{s:12:\"display_name\";s:6:\"Resort\";s:10:\"popularity\";d:0.00370000000000000016375789613221058971248567104339599609375;}s:11:\"beachresort\";a:2:{s:12:\"display_name\";s:12:\"Beach Resort\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:10:\"golfresort\";a:2:{s:12:\"display_name\";s:11:\"Golf Resort\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:10:\"skiresorts\";a:2:{s:12:\"display_name\";s:10:\"Ski Resort\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:13:\"touroperators\";a:2:{s:12:\"display_name\";s:14:\"Tour Operators\";s:10:\"popularity\";d:0.006199999999999999782118731417313028941862285137176513671875;}s:18:\"touristinformation\";a:2:{s:12:\"display_name\";s:19:\"Tourist Information\";s:10:\"popularity\";d:0.00169999999999999990528409821166633264510892331600189208984375;}s:21:\"bordercrossingstation\";a:2:{s:12:\"display_name\";s:23:\"Border Crossing Station\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:16:\"lightrailstation\";a:2:{s:12:\"display_name\";s:18:\"Light Rail Station\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:15:\"monorailstation\";a:2:{s:12:\"display_name\";s:16:\"Monorail Station\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:15:\"scubatouragency\";a:2:{s:12:\"display_name\";s:17:\"Scuba Tour Agency\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:24:\"touristinformationcenter\";a:2:{s:12:\"display_name\";s:26:\"Tourist Information Center\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:5:\"tours\";a:2:{s:12:\"display_name\";s:5:\"Tours\";s:10:\"popularity\";d:0.01129999999999999928113059155521114007569849491119384765625;}s:13:\"trainstations\";a:2:{s:12:\"display_name\";s:13:\"Train Station\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:9:\"transport\";a:2:{s:12:\"display_name\";s:14:\"Transportation\";s:10:\"popularity\";d:0.0708000000000000018207657603852567262947559356689453125;}s:8:\"airlines\";a:2:{s:12:\"display_name\";s:7:\"Airline\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:16:\"airport_shuttles\";a:2:{s:12:\"display_name\";s:15:\"Airport Shuttle\";s:10:\"popularity\";d:0.01549999999999999988897769753748434595763683319091796875;}s:20:\"groundtransportation\";a:2:{s:12:\"display_name\";s:21:\"Ground Transportation\";s:10:\"popularity\";d:0.01460000000000000013045120539345589349977672100067138671875;}s:15:\"busticketagency\";a:2:{s:12:\"display_name\";s:17:\"Bus Ticket Agency\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:13:\"busescharters\";a:2:{s:12:\"display_name\";s:16:\"Buses & Charters\";s:10:\"popularity\";d:0.0025000000000000000520417042793042128323577344417572021484375;}s:14:\"buslinecompany\";a:2:{s:12:\"display_name\";s:16:\"Bus Line Company\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:13:\"bustouragency\";a:2:{s:12:\"display_name\";s:15:\"Bus Tour Agency\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:16:\"schoolbusservice\";a:2:{s:12:\"display_name\";s:18:\"School Bus Service\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:20:\"canoekayaktouragency\";a:2:{s:12:\"display_name\";s:25:\"Canoe & Kayak Tour Agency\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:18:\"carsharinglocation\";a:2:{s:12:\"display_name\";s:20:\"Car Sharing Location\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:9:\"parkrides\";a:2:{s:12:\"display_name\";s:11:\"Park & Ride\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:6:\"trains\";a:2:{s:12:\"display_name\";s:5:\"Train\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:22:\"inclinedrailwaystation\";a:2:{s:12:\"display_name\";s:24:\"Inclined Railway Station\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:11:\"reservation\";a:2:{s:12:\"display_name\";s:11:\"Reservation\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:5:\"limos\";a:2:{s:12:\"display_name\";s:5:\"Limos\";s:10:\"popularity\";d:0.037499999999999998612221219218554324470460414886474609375;}s:15:\"publictransport\";a:2:{s:12:\"display_name\";s:21:\"Public Transportation\";s:10:\"popularity\";d:0.0015000000000000000312250225675825276994146406650543212890625;}s:18:\"publictransitroute\";a:2:{s:12:\"display_name\";s:20:\"Public Transit Route\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:7:\"subways\";a:2:{s:12:\"display_name\";s:7:\"Subways\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:13:\"subwaystation\";a:2:{s:12:\"display_name\";s:14:\"Subway Station\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:5:\"taxis\";a:2:{s:12:\"display_name\";s:5:\"Taxis\";s:10:\"popularity\";d:0.01700000000000000122124532708767219446599483489990234375;}s:9:\"taxistand\";a:2:{s:12:\"display_name\";s:10:\"Taxi Stand\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:14:\"travelagencies\";a:2:{s:12:\"display_name\";s:13:\"Travel Agency\";s:10:\"popularity\";d:0.004499999999999999659994198708545809495262801647186279296875;}s:17:\"indianreservation\";a:2:{s:12:\"display_name\";s:18:\"Indian Reservation\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:14:\"travelservices\";a:2:{s:12:\"display_name\";s:15:\"Travel Services\";s:10:\"popularity\";d:0.00839999999999999948097073598773931735195219516754150390625;}s:20:\"vacationrentalagents\";a:2:{s:12:\"display_name\";s:21:\"Vacation Rental Agent\";s:10:\"popularity\";d:0.0015000000000000000312250225675825276994146406650543212890625;}s:16:\"vacation_rentals\";a:2:{s:12:\"display_name\";s:16:\"Vacation Rentals\";s:10:\"popularity\";d:0.013299999999999999322763954978654510341584682464599609375;}s:11:\"localflavor\";a:2:{s:12:\"display_name\";s:12:\"Local Flavor\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:13:\"localservices\";a:2:{s:12:\"display_name\";s:14:\"Local Services\";s:10:\"popularity\";d:0.2641999999999999904076730672386474907398223876953125;}s:19:\"homeappliancerepair\";a:2:{s:12:\"display_name\";s:19:\"Appliances & Repair\";s:10:\"popularity\";d:0.0079000000000000007716050021144837955944240093231201171875;}s:12:\"bailbondsmen\";a:2:{s:12:\"display_name\";s:13:\"Bail Bondsmen\";s:10:\"popularity\";d:0.01349999999999999984734433411404097569175064563751220703125;}s:23:\"bike_repair_maintenance\";a:2:{s:12:\"display_name\";s:23:\"Bike Repair/Maintenance\";s:10:\"popularity\";d:0.0027999999999999999715505349939803636516444385051727294921875;}s:15:\"carpet_cleaning\";a:2:{s:12:\"display_name\";s:15:\"Carpet Cleaning\";s:10:\"popularity\";d:0.038899999999999997080113445235838298685848712921142578125;}s:9:\"childcare\";a:2:{s:12:\"display_name\";s:21:\"Child Care & Day Care\";s:10:\"popularity\";d:0.0179999999999999986399767948341832379810512065887451171875;}s:8:\"daycares\";a:2:{s:12:\"display_name\";s:7:\"Daycare\";s:10:\"popularity\";d:0.00370000000000000016375789613221058971248567104339599609375;}s:7:\"nannies\";a:2:{s:12:\"display_name\";s:5:\"Nanny\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:18:\"clockrepairservice\";a:2:{s:12:\"display_name\";s:20:\"Clock Repair Service\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:9:\"nonprofit\";a:2:{s:12:\"display_name\";s:28:\"Community Service/Non-Profit\";s:10:\"popularity\";d:0.0063000000000000000444089209850062616169452667236328125;}s:8:\"couriers\";a:2:{s:12:\"display_name\";s:28:\"Couriers & Delivery Services\";s:10:\"popularity\";d:0.004799999999999999579503029423221960314549505710601806640625;}s:18:\"drycleaninglaundry\";a:2:{s:12:\"display_name\";s:22:\"Dry Cleaning & Laundry\";s:10:\"popularity\";d:0.01050000000000000065225602696727946749888360500335693359375;}s:36:\"coinoperatedlaundryequipmentsupplier\";a:2:{s:12:\"display_name\";s:40:\"Coin Operated Laundry Equipment Supplier\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:13:\"diaperservice\";a:2:{s:12:\"display_name\";s:14:\"Diaper Service\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:10:\"laundromat\";a:2:{s:12:\"display_name\";s:10:\"Laundromat\";s:10:\"popularity\";d:0.0025000000000000000520417042793042128323577344417572021484375;}s:29:\"laundryequipmentrepairservice\";a:2:{s:12:\"display_name\";s:34:\"Laundry Equipment Repair & Service\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:17:\"electronicsrepair\";a:2:{s:12:\"display_name\";s:18:\"Electronics Repair\";s:10:\"popularity\";d:0.003899999999999999820976537279193507856689393520355224609375;}s:15:\"funeralservices\";a:2:{s:12:\"display_name\";s:29:\"Funeral Services & Cemeteries\";s:10:\"popularity\";d:0.0022000000000000001325328735646280620130710303783416748046875;}s:12:\"reupholstery\";a:2:{s:12:\"display_name\";s:22:\"Furniture Reupholstery\";s:10:\"popularity\";d:0.004499999999999999659994198708545809495262801647186279296875;}s:10:\"itservices\";a:2:{s:12:\"display_name\";s:29:\"IT Services & Computer Repair\";s:10:\"popularity\";d:0.03389999999999999957811525064244051463901996612548828125;}s:23:\"computersecurityservice\";a:2:{s:12:\"display_name\";s:25:\"Computer Security Service\";s:10:\"popularity\";d:0.00289999999999999980015985556747182272374629974365234375;}s:13:\"computerstore\";a:2:{s:12:\"display_name\";s:14:\"Computer Store\";s:10:\"popularity\";d:0.00119999999999999989487575735580549007863737642765045166015625;}s:12:\"datarecovery\";a:2:{s:12:\"display_name\";s:13:\"Data Recovery\";s:10:\"popularity\";d:0.0015000000000000000312250225675825276994146406650543212890625;}s:24:\"desktoppublishingservice\";a:2:{s:12:\"display_name\";s:26:\"Desktop Publishing Service\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:17:\"mobilephonerepair\";a:2:{s:12:\"display_name\";s:19:\"Mobile Phone Repair\";s:10:\"popularity\";d:0.006799999999999999621136392846665330580435693264007568359375;}s:21:\"junkremovalandhauling\";a:2:{s:12:\"display_name\";s:22:\"Junk Removal & Hauling\";s:10:\"popularity\";d:0.01549999999999999988897769753748434595763683319091796875;}s:8:\"notaries\";a:2:{s:12:\"display_name\";s:6:\"Notary\";s:10:\"popularity\";d:0.00899999999999999931998839741709161899052560329437255859375;}s:12:\"pest_control\";a:2:{s:12:\"display_name\";s:12:\"Pest Control\";s:10:\"popularity\";d:0.034700000000000001676436767183986376039683818817138671875;}s:9:\"copyshops\";a:2:{s:12:\"display_name\";s:17:\"Printing Services\";s:10:\"popularity\";d:0.01050000000000000065225602696727946749888360500335693359375;}s:17:\"recording_studios\";a:2:{s:12:\"display_name\";s:29:\"Recording & Rehearsal Studios\";s:10:\"popularity\";d:0.00169999999999999990528409821166633264510892331600189208984375;}s:15:\"recyclingcenter\";a:2:{s:12:\"display_name\";s:16:\"Recycling Center\";s:10:\"popularity\";d:0.00600000000000000012490009027033011079765856266021728515625;}s:25:\"bottlecanredemptioncenter\";a:2:{s:12:\"display_name\";s:30:\"Bottle & Can Redemption Center\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:14:\"screenprinting\";a:2:{s:12:\"display_name\";s:15:\"Screen Printing\";s:10:\"popularity\";d:0.003899999999999999820976537279193507856689393520355224609375;}s:31:\"screen_printing_tshirt_printing\";a:2:{s:12:\"display_name\";s:32:\"Screen Printing/T-Shirt printing\";s:10:\"popularity\";d:0.0109999999999999993616217608405349892564117908477783203125;}s:11:\"selfstorage\";a:2:{s:12:\"display_name\";s:12:\"Self Storage\";s:10:\"popularity\";d:0.0183999999999999996891375531049561686813831329345703125;}s:17:\"sewingalterations\";a:2:{s:12:\"display_name\";s:20:\"Sewing & Alterations\";s:10:\"popularity\";d:0.003899999999999999820976537279193507856689393520355224609375;}s:10:\"dressmaker\";a:2:{s:12:\"display_name\";s:10:\"Dressmaker\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:13:\"sewingcompany\";a:2:{s:12:\"display_name\";s:14:\"Sewing Company\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:16:\"shipping_centers\";a:2:{s:12:\"display_name\";s:16:\"Shipping Centers\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:10:\"shoerepair\";a:2:{s:12:\"display_name\";s:11:\"Shoe Repair\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:11:\"snowremoval\";a:2:{s:12:\"display_name\";s:12:\"Snow Removal\";s:10:\"popularity\";d:0.0108000000000000005717648576819556183181703090667724609375;}s:12:\"watch_repair\";a:2:{s:12:\"display_name\";s:12:\"Watch Repair\";s:10:\"popularity\";d:0.00370000000000000016375789613221058971248567104339599609375;}s:9:\"massmedia\";a:2:{s:12:\"display_name\";s:10:\"Mass Media\";s:10:\"popularity\";d:0.004599999999999999922284388276239042170345783233642578125;}s:10:\"newspapers\";a:2:{s:12:\"display_name\";s:9:\"Newspaper\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:30:\"newspaperadvertisingdepartment\";a:2:{s:12:\"display_name\";s:32:\"Newspaper Advertising Department\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:9:\"newsstand\";a:2:{s:12:\"display_name\";s:9:\"Newsstand\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:10:\"printmedia\";a:2:{s:12:\"display_name\";s:11:\"Print Media\";s:10:\"popularity\";d:0.0033999999999999998105681964233326652902178466320037841796875;}s:13:\"radiostations\";a:2:{s:12:\"display_name\";s:13:\"Radio Station\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:16:\"radiobroadcaster\";a:2:{s:12:\"display_name\";s:17:\"Radio Broadcaster\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:18:\"televisionstations\";a:2:{s:12:\"display_name\";s:18:\"Television Station\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:23:\"weatherforecastservices\";a:2:{s:12:\"display_name\";s:25:\"Weather Forecast Services\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:9:\"nightlife\";a:2:{s:12:\"display_name\";s:9:\"Nightlife\";s:10:\"popularity\";d:0.05480000000000000148769885299770976416766643524169921875;}s:18:\"adultentertainment\";a:2:{s:12:\"display_name\";s:19:\"Adult Entertainment\";s:10:\"popularity\";d:0.00259999999999999988065102485279567190445959568023681640625;}s:13:\"escortservice\";a:2:{s:12:\"display_name\";s:14:\"Escort Service\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:4:\"bars\";a:2:{s:12:\"display_name\";s:3:\"Bar\";s:10:\"popularity\";d:0.048300000000000002653433028854124131612479686737060546875;}s:14:\"champagne_bars\";a:2:{s:12:\"display_name\";s:13:\"Champagne Bar\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:11:\"cocktailbar\";a:2:{s:12:\"display_name\";s:12:\"Cocktail Bar\";s:10:\"popularity\";d:0.00820000000000000069111383282915994641371071338653564453125;}s:8:\"divebars\";a:2:{s:12:\"display_name\";s:8:\"Dive Bar\";s:10:\"popularity\";d:0.00139999999999999998577526749699018182582221925258636474609375;}s:7:\"gaybars\";a:2:{s:12:\"display_name\";s:7:\"Gay Bar\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:11:\"hookah_bars\";a:2:{s:12:\"display_name\";s:10:\"Hookah Bar\";s:10:\"popularity\";d:0.0022000000000000001325328735646280620130710303783416748046875;}s:8:\"irishpub\";a:2:{s:12:\"display_name\";s:9:\"Irish Pub\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:7:\"lounges\";a:2:{s:12:\"display_name\";s:6:\"Lounge\";s:10:\"popularity\";d:0.00540000000000000028588242884097780915908515453338623046875;}s:4:\"pubs\";a:2:{s:12:\"display_name\";s:3:\"Pub\";s:10:\"popularity\";d:0.0063000000000000000444089209850062616169452667236328125;}s:10:\"sportsbars\";a:2:{s:12:\"display_name\";s:10:\"Sports Bar\";s:10:\"popularity\";d:0.007599999999999999984734433411404097569175064563751220703125;}s:9:\"wine_bars\";a:2:{s:12:\"display_name\";s:8:\"Wine Bar\";s:10:\"popularity\";d:0.005899999999999999862609900702636878122575581073760986328125;}s:11:\"comedyclubs\";a:2:{s:12:\"display_name\";s:11:\"Comedy Club\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:17:\"countrydancehalls\";a:2:{s:12:\"display_name\";s:19:\"Country Dance Halls\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:10:\"danceclubs\";a:2:{s:12:\"display_name\";s:10:\"Dance Club\";s:10:\"popularity\";d:0.0015000000000000000312250225675825276994146406650543212890625;}s:7:\"karaoke\";a:2:{s:12:\"display_name\";s:7:\"Karaoke\";s:10:\"popularity\";d:0.00200000000000000004163336342344337026588618755340576171875;}s:10:\"karaokebar\";a:2:{s:12:\"display_name\";s:11:\"Karaoke Bar\";s:10:\"popularity\";d:0.00139999999999999998577526749699018182582221925258636474609375;}s:9:\"pianobars\";a:2:{s:12:\"display_name\";s:9:\"Piano Bar\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:9:\"poolhalls\";a:2:{s:12:\"display_name\";s:10:\"Pool Halls\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:5:\"other\";a:2:{s:12:\"display_name\";s:5:\"Other\";s:10:\"popularity\";d:0.0025000000000000000520417042793042128323577344417572021484375;}s:4:\"pets\";a:2:{s:12:\"display_name\";s:4:\"Pets\";s:10:\"popularity\";d:0.09589999999999999913402604079237789846956729888916015625;}s:20:\"animalcontrolservice\";a:2:{s:12:\"display_name\";s:22:\"Animal Control Service\";s:10:\"popularity\";d:0.003299999999999999981958875849841206218115985393524169921875;}s:14:\"animalshelters\";a:2:{s:12:\"display_name\";s:14:\"Animal Shelter\";s:10:\"popularity\";d:0.00189999999999999999618360835285102439229376614093780517578125;}s:28:\"animalprotectionorganization\";a:2:{s:12:\"display_name\";s:30:\"Animal Protection Organization\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:19:\"animalrescueservice\";a:2:{s:12:\"display_name\";s:21:\"Animal Rescue Service\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:13:\"animalshelter\";a:2:{s:12:\"display_name\";s:14:\"Animal Shelter\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:18:\"animalwateringhole\";a:2:{s:12:\"display_name\";s:20:\"Animal Watering Hole\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:18:\"birdcontrolservice\";a:2:{s:12:\"display_name\";s:20:\"Bird Control Service\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:8:\"birdshop\";a:2:{s:12:\"display_name\";s:9:\"Bird Shop\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:16:\"dogdaycarecenter\";a:2:{s:12:\"display_name\";s:19:\"Dog Day Care Center\";s:10:\"popularity\";d:0.005100000000000000366373598126301658339798450469970703125;}s:9:\"dogsitter\";a:2:{s:12:\"display_name\";s:10:\"Dog Sitter\";s:10:\"popularity\";d:0.004799999999999999579503029423221960314549505710601806640625;}s:10:\"dogtrainer\";a:2:{s:12:\"display_name\";s:11:\"Dog Trainer\";s:10:\"popularity\";d:0.01239999999999999956423746283462605788372457027435302734375;}s:14:\"horse_boarding\";a:2:{s:12:\"display_name\";s:14:\"Horse Boarding\";s:10:\"popularity\";d:0.005599999999999999943101069987960727303288877010345458984375;}s:18:\"horserentalservice\";a:2:{s:12:\"display_name\";s:20:\"Horse Rental Service\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:17:\"horseridingschool\";a:2:{s:12:\"display_name\";s:19:\"Horse Riding School\";s:10:\"popularity\";d:0.00189999999999999999618360835285102439229376614093780517578125;}s:31:\"horsestablesmaintenancesupplies\";a:2:{s:12:\"display_name\";s:36:\"Horse Stables Maintenance & Supplies\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:18:\"horsecarriagestand\";a:2:{s:12:\"display_name\";s:20:\"Horse Carriage Stand\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:6:\"kennel\";a:2:{s:12:\"display_name\";s:6:\"Kennel\";s:10:\"popularity\";d:0.00189999999999999999618360835285102439229376614093780517578125;}s:18:\"petadoptionservice\";a:2:{s:12:\"display_name\";s:20:\"Pet Adoption Service\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:11:\"petbreeders\";a:2:{s:12:\"display_name\";s:11:\"Pet Breeder\";s:10:\"popularity\";d:0.01129999999999999928113059155521114007569849491119384765625;}s:10:\"dogbreeder\";a:2:{s:12:\"display_name\";s:11:\"Dog Breeder\";s:10:\"popularity\";d:0.006499999999999999701627562131989179761148989200592041015625;}s:12:\"horsebreeder\";a:2:{s:12:\"display_name\";s:13:\"Horse Breeder\";s:10:\"popularity\";d:0.00169999999999999990528409821166633264510892331600189208984375;}s:16:\"livestockbreeder\";a:2:{s:12:\"display_name\";s:17:\"Livestock Breeder\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:11:\"petcemetery\";a:2:{s:12:\"display_name\";s:12:\"Pet Cemetery\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:11:\"petservices\";a:2:{s:12:\"display_name\";s:12:\"Pet Services\";s:10:\"popularity\";d:0.05559999999999999664712646563202724792063236236572265625;}s:10:\"dogwalkers\";a:2:{s:12:\"display_name\";s:10:\"Dog Walker\";s:10:\"popularity\";d:0.0097999999999999996835864379818303859792649745941162109375;}s:11:\"pet_sitting\";a:2:{s:12:\"display_name\";s:24:\"Pet Boarding/Pet Sitting\";s:10:\"popularity\";d:0.0293999999999999990507593139454911579377949237823486328125;}s:7:\"groomer\";a:2:{s:12:\"display_name\";s:11:\"Pet Groomer\";s:10:\"popularity\";d:0.015800000000000001543210004228967591188848018646240234375;}s:12:\"pet_training\";a:2:{s:12:\"display_name\";s:12:\"Pet Training\";s:10:\"popularity\";d:0.0080999999999999995614619052730631665326654911041259765625;}s:8:\"petstore\";a:2:{s:12:\"display_name\";s:9:\"Pet Store\";s:10:\"popularity\";d:0.0063000000000000000444089209850062616169452667236328125;}s:15:\"petsupplystores\";a:2:{s:12:\"display_name\";s:17:\"Pet Supply Stores\";s:10:\"popularity\";d:0.006700000000000000226207941267375645111314952373504638671875;}s:12:\"reptilestore\";a:2:{s:12:\"display_name\";s:13:\"Reptile Store\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:17:\"tropicalfishstore\";a:2:{s:12:\"display_name\";s:19:\"Tropical Fish Store\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:11:\"taxidermist\";a:2:{s:12:\"display_name\";s:11:\"Taxidermist\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:3:\"vet\";a:2:{s:12:\"display_name\";s:13:\"Veterinarians\";s:10:\"popularity\";d:0.01529999999999999936439731840209788060747087001800537109375;}s:14:\"animalhospital\";a:2:{s:12:\"display_name\";s:15:\"Animal Hospital\";s:10:\"popularity\";d:0.0030999999999999998910593657086565144709311425685882568359375;}s:28:\"emergencyveterinarianservice\";a:2:{s:12:\"display_name\";s:30:\"Emergency Veterinarian Service\";s:10:\"popularity\";d:0.00139999999999999998577526749699018182582221925258636474609375;}s:16:\"petemergencycare\";a:2:{s:12:\"display_name\";s:18:\"Pet Emergency Care\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:14:\"veteranscenter\";a:2:{s:12:\"display_name\";s:15:\"Veterans Center\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:20:\"veteransorganization\";a:2:{s:12:\"display_name\";s:21:\"Veterans Organization\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:12:\"professional\";a:2:{s:12:\"display_name\";s:21:\"Professional Services\";s:10:\"popularity\";d:0.71909999999999996145305658501456491649150848388671875;}s:11:\"accountants\";a:2:{s:12:\"display_name\";s:11:\"Accountants\";s:10:\"popularity\";d:0.0177999999999999998501198916756038670428097248077392578125;}s:20:\"acousticalconsultant\";a:2:{s:12:\"display_name\";s:21:\"Acoustical Consultant\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:18:\"adultdaycarecenter\";a:2:{s:12:\"display_name\";s:21:\"Adult Day Care Center\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:11:\"advertising\";a:2:{s:12:\"display_name\";s:11:\"Advertising\";s:10:\"popularity\";d:0.00839999999999999948097073598773931735195219516754150390625;}s:26:\"aircompressorrepairservice\";a:2:{s:12:\"display_name\";s:29:\"Air Compressor Repair Service\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:18:\"airbrushingservice\";a:2:{s:12:\"display_name\";s:19:\"Airbrushing Service\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:9:\"appraiser\";a:2:{s:12:\"display_name\";s:9:\"Appraiser\";s:10:\"popularity\";d:0.00259999999999999988065102485279567190445959568023681640625;}s:10:\"architects\";a:2:{s:12:\"display_name\";s:10:\"Architects\";s:10:\"popularity\";d:0.0097999999999999996835864379818303859792649745941162109375;}s:15:\"draftingservice\";a:2:{s:12:\"display_name\";s:16:\"Drafting Service\";s:10:\"popularity\";d:0.0015000000000000000312250225675825276994146406650543212890625;}s:7:\"artists\";a:2:{s:12:\"display_name\";s:7:\"Artists\";s:10:\"popularity\";d:0.007300000000000000065225602696727946749888360500335693359375;}s:24:\"auctioneersauctionhouses\";a:2:{s:12:\"display_name\";s:28:\"Auctioneers & Auction Houses\";s:10:\"popularity\";d:0.0025000000000000000520417042793042128323577344417572021484375;}s:21:\"livestockauctionhouse\";a:2:{s:12:\"display_name\";s:23:\"Livestock Auction House\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:10:\"boatrepair\";a:2:{s:12:\"display_name\";s:11:\"Boat Repair\";s:10:\"popularity\";d:0.0074000000000000003275157922644211794249713420867919921875;}s:10:\"bookbinder\";a:2:{s:12:\"display_name\";s:10:\"Bookbinder\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:16:\"careercounseling\";a:2:{s:12:\"display_name\";s:17:\"Career Counseling\";s:10:\"popularity\";d:0.004499999999999999659994198708545809495262801647186279296875;}s:30:\"commercialrefrigeratorsupplier\";a:2:{s:12:\"display_name\";s:32:\"Commercial Refrigerator Supplier\";s:10:\"popularity\";d:0.0015000000000000000312250225675825276994146406650543212890625;}s:20:\"constructionservices\";a:2:{s:12:\"display_name\";s:21:\"Construction Services\";s:10:\"popularity\";d:0.239900000000000002131628207280300557613372802734375;}s:17:\"asphaltcontractor\";a:2:{s:12:\"display_name\";s:18:\"Asphalt Contractor\";s:10:\"popularity\";d:0.0091000000000000004496403249731883988715708255767822265625;}s:12:\"blueprinters\";a:2:{s:12:\"display_name\";s:11:\"Blueprinter\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:8:\"builders\";a:2:{s:12:\"display_name\";s:7:\"Builder\";s:10:\"popularity\";d:0.048199999999999999789057625321220257319509983062744140625;}s:25:\"basketballcourtcontractor\";a:2:{s:12:\"display_name\";s:27:\"Basketball Court Contractor\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:11:\"deckbuilder\";a:2:{s:12:\"display_name\";s:12:\"Deck Builder\";s:10:\"popularity\";d:0.00940000000000000036914915568786454969085752964019775390625;}s:11:\"dockbuilder\";a:2:{s:12:\"display_name\";s:12:\"Dock Builder\";s:10:\"popularity\";d:0.00169999999999999990528409821166633264510892331600189208984375;}s:13:\"garagebuilder\";a:2:{s:12:\"display_name\";s:14:\"Garage Builder\";s:10:\"popularity\";d:0.0022000000000000001325328735646280620130710303783416748046875;}s:12:\"homebuilders\";a:2:{s:12:\"display_name\";s:13:\"Home Builders\";s:10:\"popularity\";d:0.02179999999999999993338661852249060757458209991455078125;}s:17:\"customhomebuilder\";a:2:{s:12:\"display_name\";s:19:\"Custom Home Builder\";s:10:\"popularity\";d:0.011900000000000000854871728961370536126196384429931640625;}s:14:\"loghomebuilder\";a:2:{s:12:\"display_name\";s:16:\"Log Home Builder\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:16:\"mobilehomedealer\";a:2:{s:12:\"display_name\";s:18:\"Mobile Home Dealer\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:18:\"modularhomebuilder\";a:2:{s:12:\"display_name\";s:20:\"Modular Home Builder\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:28:\"portablebuildingmanufacturer\";a:2:{s:12:\"display_name\";s:30:\"Portable Building Manufacturer\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:11:\"shedbuilder\";a:2:{s:12:\"display_name\";s:12:\"Shed Builder\";s:10:\"popularity\";d:0.01409999999999999968636199554339327733032405376434326171875;}s:18:\"buildingcontractor\";a:2:{s:12:\"display_name\";s:19:\"Building Contractor\";s:10:\"popularity\";d:0.01129999999999999928113059155521114007569849491119384765625;}s:18:\"concretecontractor\";a:2:{s:12:\"display_name\";s:19:\"Concrete Contractor\";s:10:\"popularity\";d:0.021499999999999998279154311831007362343370914459228515625;}s:19:\"constructioncompany\";a:2:{s:12:\"display_name\";s:20:\"Construction Company\";s:10:\"popularity\";d:0.03930000000000000159872115546022541821002960205078125;}s:22:\"constructionmanagement\";a:2:{s:12:\"display_name\";s:23:\"Construction Management\";s:10:\"popularity\";d:0.006799999999999999621136392846665330580435693264007568359375;}s:18:\"demolitionservices\";a:2:{s:12:\"display_name\";s:19:\"Demolition Services\";s:10:\"popularity\";d:0.005899999999999999862609900702636878122575581073760986328125;}s:12:\"dirtsupplier\";a:2:{s:12:\"display_name\";s:13:\"Dirt Supplier\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:24:\"drillingboringcontractor\";a:2:{s:12:\"display_name\";s:28:\"Drilling & Boring Contractor\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:17:\"drywallcontractor\";a:2:{s:12:\"display_name\";s:19:\"Dry Wall Contractor\";s:10:\"popularity\";d:0.005899999999999999862609900702636878122575581073760986328125;}s:18:\"drywallsupplystore\";a:2:{s:12:\"display_name\";s:21:\"Dry Wall Supply Store\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:16:\"dumptruckservice\";a:2:{s:12:\"display_name\";s:18:\"Dump Truck Service\";s:10:\"popularity\";d:0.0015000000000000000312250225675825276994146406650543212890625;}s:18:\"electriccontractor\";a:2:{s:12:\"display_name\";s:19:\"Electric Contractor\";s:10:\"popularity\";d:0.0189999999999999995281552145343084703199565410614013671875;}s:21:\"engineeringconsultant\";a:2:{s:12:\"display_name\";s:22:\"Engineering Consultant\";s:10:\"popularity\";d:0.00289999999999999980015985556747182272374629974365234375;}s:19:\"engineeringservices\";a:2:{s:12:\"display_name\";s:20:\"Engineering Services\";s:10:\"popularity\";d:0.00880000000000000053013149425851224805228412151336669921875;}s:8:\"aqueduct\";a:2:{s:12:\"display_name\";s:8:\"Aqueduct\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:14:\"civilengineers\";a:2:{s:12:\"display_name\";s:15:\"Civil Engineers\";s:10:\"popularity\";d:0.0022000000000000001325328735646280620130710303783416748046875;}s:18:\"electricalengineer\";a:2:{s:12:\"display_name\";s:19:\"Electrical Engineer\";s:10:\"popularity\";d:0.0015000000000000000312250225675825276994146406650543212890625;}s:21:\"environmentalengineer\";a:2:{s:12:\"display_name\";s:22:\"Environmental Engineer\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:19:\"mechanicalengineers\";a:2:{s:12:\"display_name\";s:19:\"Mechanical Engineer\";s:10:\"popularity\";d:0.00189999999999999999618360835285102439229376614093780517578125;}s:20:\"professionalengineer\";a:2:{s:12:\"display_name\";s:21:\"Professional Engineer\";s:10:\"popularity\";d:0.00119999999999999989487575735580549007863737642765045166015625;}s:18:\"solidwasteengineer\";a:2:{s:12:\"display_name\";s:20:\"Solid Waste Engineer\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:19:\"structuralengineers\";a:2:{s:12:\"display_name\";s:19:\"Structural Engineer\";s:10:\"popularity\";d:0.00169999999999999990528409821166633264510892331600189208984375;}s:20:\"excavatingcontractor\";a:2:{s:12:\"display_name\";s:21:\"Excavating Contractor\";s:10:\"popularity\";d:0.01349999999999999984734433411404097569175064563751220703125;}s:13:\"fencebuilders\";a:2:{s:12:\"display_name\";s:13:\"Fence Builder\";s:10:\"popularity\";d:0.01499999999999999944488848768742172978818416595458984375;}s:15:\"fencecontractor\";a:2:{s:12:\"display_name\";s:16:\"Fence Contractor\";s:10:\"popularity\";d:0.01050000000000000065225602696727946749888360500335693359375;}s:18:\"fengshuiconsultant\";a:2:{s:12:\"display_name\";s:20:\"Feng Shui Consultant\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:18:\"fountaincontractor\";a:2:{s:12:\"display_name\";s:19:\"Fountain Contractor\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:18:\"inspectionservices\";a:2:{s:12:\"display_name\";s:19:\"Inspection Services\";s:10:\"popularity\";d:0.0125000000000000006938893903907228377647697925567626953125;}s:22:\"moldinspectionservices\";a:2:{s:12:\"display_name\";s:24:\"Mold Inspection Services\";s:10:\"popularity\";d:0.006799999999999999621136392846665330580435693264007568359375;}s:20:\"mechanicalcontractor\";a:2:{s:12:\"display_name\";s:21:\"Mechanical Contractor\";s:10:\"popularity\";d:0.00430000000000000000277555756156289135105907917022705078125;}s:21:\"metalmaterialsexperts\";a:2:{s:12:\"display_name\";s:25:\"Metal Materials & Experts\";s:10:\"popularity\";d:0.01290000000000000000832667268468867405317723751068115234375;}s:11:\"blacksmiths\";a:2:{s:12:\"display_name\";s:10:\"Blacksmith\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:11:\"coppersmith\";a:2:{s:12:\"display_name\";s:11:\"Coppersmith\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:12:\"furnacestore\";a:2:{s:12:\"display_name\";s:13:\"Furnace Store\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:11:\"glassblower\";a:2:{s:12:\"display_name\";s:12:\"Glass Blower\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:11:\"ironworkers\";a:2:{s:12:\"display_name\";s:10:\"Ironworker\";s:10:\"popularity\";d:0.00200000000000000004163336342344337026588618755340576171875;}s:18:\"ironornamentalwork\";a:2:{s:12:\"display_name\";s:20:\"Iron Ornamental Work\";s:10:\"popularity\";d:0.00189999999999999999618360835285102439229376614093780517578125;}s:11:\"silversmith\";a:2:{s:12:\"display_name\";s:11:\"Silversmith\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:7:\"welders\";a:2:{s:12:\"display_name\";s:6:\"Welder\";s:10:\"popularity\";d:0.01020000000000000073274719625260331667959690093994140625;}s:14:\"aluminumwelder\";a:2:{s:12:\"display_name\";s:15:\"Aluminum Welder\";s:10:\"popularity\";d:0.00189999999999999999618360835285102439229376614093780517578125;}s:16:\"pavingcontractor\";a:2:{s:12:\"display_name\";s:17:\"Paving Contractor\";s:10:\"popularity\";d:0.005899999999999999862609900702636878122575581073760986328125;}s:20:\"plasteringcontractor\";a:2:{s:12:\"display_name\";s:21:\"Plastering Contractor\";s:10:\"popularity\";d:0.00189999999999999999618360835285102439229376614093780517578125;}s:20:\"powdercoatingservice\";a:2:{s:12:\"display_name\";s:22:\"Powder Coating Service\";s:10:\"popularity\";d:0.0027999999999999999715505349939803636516444385051727294921875;}s:17:\"railingcontractor\";a:2:{s:12:\"display_name\";s:18:\"Railing Contractor\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:24:\"readymixconcretesupplier\";a:2:{s:12:\"display_name\";s:27:\"Ready Mix Concrete Supplier\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:21:\"retainingwallsupplier\";a:2:{s:12:\"display_name\";s:23:\"Retaining Wall Supplier\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:23:\"roadconstructioncompany\";a:2:{s:12:\"display_name\";s:25:\"Road Construction Company\";s:10:\"popularity\";d:0.0030999999999999998910593657086565144709311425685882568359375;}s:24:\"scaffoldingrentalservice\";a:2:{s:12:\"display_name\";s:26:\"Scaffolding Rental Service\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:18:\"septictankssystems\";a:2:{s:12:\"display_name\";s:22:\"Septic Tanks & Systems\";s:10:\"popularity\";d:0.007000000000000000145716771982051795930601656436920166015625;}s:4:\"tank\";a:2:{s:12:\"display_name\";s:4:\"Tank\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:15:\"staircontractor\";a:2:{s:12:\"display_name\";s:16:\"Stair Contractor\";s:10:\"popularity\";d:0.00189999999999999999618360835285102439229376614093780517578125;}s:16:\"stuccocontractor\";a:2:{s:12:\"display_name\";s:17:\"Stucco Contractor\";s:10:\"popularity\";d:0.0022999999999999999611421941381195210851728916168212890625;}s:17:\"sunroomcontractor\";a:2:{s:12:\"display_name\";s:18:\"Sunroom Contractor\";s:10:\"popularity\";d:0.00119999999999999989487575735580549007863737642765045166015625;}s:9:\"surveyors\";a:2:{s:12:\"display_name\";s:9:\"Surveyors\";s:10:\"popularity\";d:0.00289999999999999980015985556747182272374629974365234375;}s:12:\"landsurveyor\";a:2:{s:12:\"display_name\";s:13:\"Land Surveyor\";s:10:\"popularity\";d:0.00259999999999999988065102485279567190445959568023681640625;}s:14:\"tilecontractor\";a:2:{s:12:\"display_name\";s:15:\"Tile Contractor\";s:10:\"popularity\";d:0.007599999999999999984734433411404097569175064563751220703125;}s:22:\"waterjetcuttingservice\";a:2:{s:12:\"display_name\";s:25:\"Water Jet Cutting Service\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:22:\"welldrillingcontractor\";a:2:{s:12:\"display_name\";s:24:\"Well Drilling Contractor\";s:10:\"popularity\";d:0.00289999999999999980015985556747182272374629974365234375;}s:10:\"windenergy\";a:2:{s:12:\"display_name\";s:11:\"Wind Energy\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:18:\"counselingservices\";a:2:{s:12:\"display_name\";s:19:\"Counseling Services\";s:10:\"popularity\";d:0.022499999999999999167332731531132594682276248931884765625;}s:13:\"datingservice\";a:2:{s:12:\"display_name\";s:14:\"Dating Service\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:12:\"diamondbuyer\";a:2:{s:12:\"display_name\";s:13:\"Diamond Buyer\";s:10:\"popularity\";d:0.00139999999999999998577526749699018182582221925258636474609375;}s:18:\"drainagecontractor\";a:2:{s:12:\"display_name\";s:19:\"Drainage Contractor\";s:10:\"popularity\";d:0.004599999999999999922284388276239042170345783233642578125;}s:17:\"editorialservices\";a:2:{s:12:\"display_name\";s:18:\"Editorial Services\";s:10:\"popularity\";d:0.00119999999999999989487575735580549007863737642765045166015625;}s:21:\"educationalconsultant\";a:2:{s:12:\"display_name\";s:22:\"Educational Consultant\";s:10:\"popularity\";d:0.005300000000000000023592239273284576484002172946929931640625;}s:15:\"elevatorservice\";a:2:{s:12:\"display_name\";s:16:\"Elevator Service\";s:10:\"popularity\";d:0.00169999999999999990528409821166633264510892331600189208984375;}s:16:\"embossingservice\";a:2:{s:12:\"display_name\";s:17:\"Embossing Service\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:10:\"embroidery\";a:2:{s:12:\"display_name\";s:10:\"Embroidery\";s:10:\"popularity\";d:0.007599999999999999984734433411404097569175064563751220703125;}s:18:\"employmentagencies\";a:2:{s:12:\"display_name\";s:19:\"Employment Agencies\";s:10:\"popularity\";d:0.004199999999999999740485367993869658675976097583770751953125;}s:18:\"employmentservices\";a:2:{s:12:\"display_name\";s:19:\"Employment Services\";s:10:\"popularity\";d:0.00259999999999999988065102485279567190445959568023681640625;}s:15:\"fashiondesigner\";a:2:{s:12:\"display_name\";s:16:\"Fashion Designer\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:21:\"fingerprintingservice\";a:2:{s:12:\"display_name\";s:22:\"Fingerprinting Service\";s:10:\"popularity\";d:0.0022999999999999999611421941381195210851728916168212890625;}s:29:\"foundationcontractorsservices\";a:2:{s:12:\"display_name\";s:33:\"Foundation Contractors & Services\";s:10:\"popularity\";d:0.003299999999999999981958875849841206218115985393524169921875;}s:20:\"funeralhomesservices\";a:2:{s:12:\"display_name\";s:24:\"Funeral Homes & Services\";s:10:\"popularity\";d:0.006700000000000000226207941267375645111314952373504638671875;}s:16:\"cremationservice\";a:2:{s:12:\"display_name\";s:17:\"Cremation Service\";s:10:\"popularity\";d:0.00259999999999999988065102485279567190445959568023681640625;}s:16:\"funeraldirectors\";a:2:{s:12:\"display_name\";s:17:\"Funeral Directors\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:16:\"mausoleumbuilder\";a:2:{s:12:\"display_name\";s:17:\"Mausoleum Builder\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:12:\"genealogists\";a:2:{s:12:\"display_name\";s:11:\"Genealogist\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:19:\"glassetchingservice\";a:2:{s:12:\"display_name\";s:21:\"Glass Etching Service\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:9:\"goldsmith\";a:2:{s:12:\"display_name\";s:9:\"Goldsmith\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:13:\"graphicdesign\";a:2:{s:12:\"display_name\";s:14:\"Graphic Design\";s:10:\"popularity\";d:0.0177999999999999998501198916756038670428097248077392578125;}s:11:\"housesitter\";a:2:{s:12:\"display_name\";s:12:\"House Sitter\";s:10:\"popularity\";d:0.0027999999999999999715505349939803636516444385051727294921875;}s:29:\"immigrationassistanceservices\";a:2:{s:12:\"display_name\";s:31:\"Immigration Assistance Services\";s:10:\"popularity\";d:0.00169999999999999990528409821166633264510892331600189208984375;}s:18:\"janitorialservices\";a:2:{s:12:\"display_name\";s:19:\"Janitorial Services\";s:10:\"popularity\";d:0.0230999999999999990063503929604848963208496570587158203125;}s:22:\"graffitiremovalservice\";a:2:{s:12:\"display_name\";s:24:\"Graffiti Removal Service\";s:10:\"popularity\";d:0.0015000000000000000312250225675825276994146406650543212890625;}s:17:\"sanitationservice\";a:2:{s:12:\"display_name\";s:18:\"Sanitation Service\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:7:\"jeweler\";a:2:{s:12:\"display_name\";s:7:\"Jeweler\";s:10:\"popularity\";d:0.005100000000000000366373598126301658339798450469970703125;}s:16:\"jewelryappraiser\";a:2:{s:12:\"display_name\";s:17:\"Jewelry Appraiser\";s:10:\"popularity\";d:0.0033999999999999998105681964233326652902178466320037841796875;}s:12:\"jewelrybuyer\";a:2:{s:12:\"display_name\";s:13:\"Jewelry Buyer\";s:10:\"popularity\";d:0.004799999999999999579503029423221960314549505710601806640625;}s:15:\"jewelrydesigner\";a:2:{s:12:\"display_name\";s:16:\"Jewelry Designer\";s:10:\"popularity\";d:0.004799999999999999579503029423221960314549505710601806640625;}s:20:\"jewelryrepairservice\";a:2:{s:12:\"display_name\";s:22:\"Jewelry Repair Service\";s:10:\"popularity\";d:0.00430000000000000000277555756156289135105907917022705078125;}s:21:\"keyduplicationservice\";a:2:{s:12:\"display_name\";s:23:\"Key Duplication Service\";s:10:\"popularity\";d:0.00189999999999999999618360835285102439229376614093780517578125;}s:17:\"laminationservice\";a:2:{s:12:\"display_name\";s:18:\"Lamination Service\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:7:\"lawyers\";a:2:{s:12:\"display_name\";s:7:\"Lawyers\";s:10:\"popularity\";d:0.1418999999999999983568699235547683201730251312255859375;}s:30:\"accidentpropertydamageattorney\";a:2:{s:12:\"display_name\";s:35:\"Accident & Property Damage Attorney\";s:10:\"popularity\";d:0.004199999999999999740485367993869658675976097583770751953125;}s:25:\"appellatepracticeattorney\";a:2:{s:12:\"display_name\";s:27:\"Appellate Practice Attorney\";s:10:\"popularity\";d:0.00139999999999999998577526749699018182582221925258636474609375;}s:23:\"attorneyreferralservice\";a:2:{s:12:\"display_name\";s:25:\"Attorney Referral Service\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:10:\"bankruptcy\";a:2:{s:12:\"display_name\";s:14:\"Bankruptcy Law\";s:10:\"popularity\";d:0.01129999999999999928113059155521114007569849491119384765625;}s:15:\"businesslawyers\";a:2:{s:12:\"display_name\";s:12:\"Business Law\";s:10:\"popularity\";d:0.01460000000000000013045120539345589349977672100067138671875;}s:18:\"civilrightslawyers\";a:2:{s:12:\"display_name\";s:19:\"Civil Rights Lawyer\";s:10:\"popularity\";d:0.00189999999999999999618360835285102439229376614093780517578125;}s:23:\"constructionlawattorney\";a:2:{s:12:\"display_name\";s:25:\"Construction Law Attorney\";s:10:\"popularity\";d:0.0022999999999999999611421941381195210851728916168212890625;}s:15:\"criminaldefense\";a:2:{s:12:\"display_name\";s:20:\"Criminal Defense Law\";s:10:\"popularity\";d:0.0290000000000000014710455076283324160613119602203369140625;}s:10:\"duilawyers\";a:2:{s:12:\"display_name\";s:7:\"DUI Law\";s:10:\"popularity\";d:0.01549999999999999988897769753748434595763683319091796875;}s:16:\"districtattorney\";a:2:{s:12:\"display_name\";s:17:\"District Attorney\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:15:\"districtjustice\";a:2:{s:12:\"display_name\";s:16:\"District Justice\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:7:\"divorce\";a:2:{s:12:\"display_name\";s:20:\"Divorce & Family Law\";s:10:\"popularity\";d:0.04070000000000000006661338147750939242541790008544921875;}s:17:\"familylawattorney\";a:2:{s:12:\"display_name\";s:19:\"Family Law Attorney\";s:10:\"popularity\";d:0.0142000000000000008160139230994900572113692760467529296875;}s:19:\"drugchargesattorney\";a:2:{s:12:\"display_name\";s:21:\"Drug Charges Attorney\";s:10:\"popularity\";d:0.00289999999999999980015985556747182272374629974365234375;}s:16:\"elderlawattorney\";a:2:{s:12:\"display_name\";s:18:\"Elder Law Attorney\";s:10:\"popularity\";d:0.0030999999999999998910593657086565144709311425685882568359375;}s:17:\"employmentlawyers\";a:2:{s:12:\"display_name\";s:14:\"Employment Law\";s:10:\"popularity\";d:0.005599999999999999943101069987960727303288877010345458984375;}s:14:\"estateplanning\";a:2:{s:12:\"display_name\";s:19:\"Estate Planning Law\";s:10:\"popularity\";d:0.0183999999999999996891375531049561686813831329345703125;}s:18:\"general_litigation\";a:2:{s:12:\"display_name\";s:18:\"General Litigation\";s:10:\"popularity\";d:0.006199999999999999782118731417313028941862285137176513671875;}s:23:\"generalpracticeattorney\";a:2:{s:12:\"display_name\";s:25:\"General Practice Attorney\";s:10:\"popularity\";d:0.008500000000000000610622663543836097232997417449951171875;}s:18:\"immigrationlawyers\";a:2:{s:12:\"display_name\";s:15:\"Immigration Law\";s:10:\"popularity\";d:0.006499999999999999701627562131989179761148989200592041015625;}s:17:\"insuranceattorney\";a:2:{s:12:\"display_name\";s:18:\"Insurance Attorney\";s:10:\"popularity\";d:0.00139999999999999998577526749699018182582221925258636474609375;}s:19:\"juvenilelawattorney\";a:2:{s:12:\"display_name\";s:21:\"Juvenile Law Attorney\";s:10:\"popularity\";d:0.0022000000000000001325328735646280620130710303783416748046875;}s:22:\"laborrelationsattorney\";a:2:{s:12:\"display_name\";s:24:\"Labor Relations Attorney\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:21:\"malpracticelawlawyers\";a:2:{s:12:\"display_name\";s:22:\"Malpractice Law Lawyer\";s:10:\"popularity\";d:0.00189999999999999999618360835285102439229376614093780517578125;}s:25:\"medicalmalpracticelawyers\";a:2:{s:12:\"display_name\";s:26:\"Medical Malpractice Lawyer\";s:10:\"popularity\";d:0.00169999999999999990528409821166633264510892331600189208984375;}s:14:\"patentattorney\";a:2:{s:12:\"display_name\";s:15:\"Patent Attorney\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:15:\"personal_injury\";a:2:{s:12:\"display_name\";s:19:\"Personal Injury Law\";s:10:\"popularity\";d:0.0299999999999999988897769753748434595763683319091796875;}s:18:\"probatelawattorney\";a:2:{s:12:\"display_name\";s:20:\"Probate Law Attorney\";s:10:\"popularity\";d:0.0080999999999999995614619052730631665326654911041259765625;}s:17:\"realestatelawyers\";a:2:{s:12:\"display_name\";s:15:\"Real Estate Law\";s:10:\"popularity\";d:0.0138999999999999991617816164080068119801580905914306640625;}s:22:\"socialsecurityattorney\";a:2:{s:12:\"display_name\";s:24:\"Social Security Attorney\";s:10:\"popularity\";d:0.00169999999999999990528409821166633264510892331600189208984375;}s:11:\"taxattorney\";a:2:{s:12:\"display_name\";s:12:\"Tax Attorney\";s:10:\"popularity\";d:0.00200000000000000004163336342344337026588618755340576171875;}s:13:\"trialattorney\";a:2:{s:12:\"display_name\";s:14:\"Trial Attorney\";s:10:\"popularity\";d:0.007599999999999999984734433411404097569175064563751220703125;}s:14:\"leasingservice\";a:2:{s:12:\"display_name\";s:15:\"Leasing Service\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:22:\"leathercleaningservice\";a:2:{s:12:\"display_name\";s:24:\"Leather Cleaning Service\";s:10:\"popularity\";d:0.00189999999999999999618360835285102439229376614093780517578125;}s:20:\"leatherrepairservice\";a:2:{s:12:\"display_name\";s:22:\"Leather Repair Service\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:13:\"legalservices\";a:2:{s:12:\"display_name\";s:14:\"Legal Services\";s:10:\"popularity\";d:0.0304999999999999993338661852249060757458209991455078125;}s:17:\"bankruptcyservice\";a:2:{s:12:\"display_name\";s:18:\"Bankruptcy Service\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:23:\"birthcertificateservice\";a:2:{s:12:\"display_name\";s:25:\"Birth Certificate Service\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:14:\"courtreporters\";a:2:{s:12:\"display_name\";s:15:\"Court Reporters\";s:10:\"popularity\";d:0.00289999999999999980015985556747182272374629974365234375;}s:14:\"divorceservice\";a:2:{s:12:\"display_name\";s:15:\"Divorce Service\";s:10:\"popularity\";d:0.00189999999999999999618360835285102439229376614093780517578125;}s:18:\"documentmanagement\";a:2:{s:12:\"display_name\";s:19:\"Document Management\";s:10:\"popularity\";d:0.0040000000000000000832667268468867405317723751068115234375;}s:23:\"legaldocumentassistance\";a:2:{s:12:\"display_name\";s:25:\"Legal Document Assistance\";s:10:\"popularity\";d:0.0033999999999999998105681964233326652902178466320037841796875;}s:15:\"evictionservice\";a:2:{s:12:\"display_name\";s:16:\"Eviction Service\";s:10:\"popularity\";d:0.00139999999999999998577526749699018182582221925258636474609375;}s:18:\"foreclosureservice\";a:2:{s:12:\"display_name\";s:19:\"Foreclosure Service\";s:10:\"popularity\";d:0.00189999999999999999618360835285102439229376614093780517578125;}s:21:\"homeownersassociation\";a:2:{s:12:\"display_name\";s:23:\"Homeowners\' Association\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:23:\"juveniledetentioncenter\";a:2:{s:12:\"display_name\";s:25:\"Juvenile Detention Center\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:19:\"liedetectionservice\";a:2:{s:12:\"display_name\";s:21:\"Lie Detection Service\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:21:\"marriagelicensebureau\";a:2:{s:12:\"display_name\";s:23:\"Marriage License Bureau\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:17:\"mediationservices\";a:2:{s:12:\"display_name\";s:18:\"Mediation Services\";s:10:\"popularity\";d:0.0040000000000000000832667268468867405317723751068115234375;}s:17:\"paralegalservices\";a:2:{s:12:\"display_name\";s:18:\"Paralegal Services\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:16:\"polygraphservice\";a:2:{s:12:\"display_name\";s:17:\"Polygraph Service\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:14:\"processservers\";a:2:{s:12:\"display_name\";s:15:\"Process Servers\";s:10:\"popularity\";d:0.005000000000000000104083408558608425664715468883514404296875;}s:28:\"smallclaimsassistanceservice\";a:2:{s:12:\"display_name\";s:31:\"Small Claims Assistance Service\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:9:\"lifecoach\";a:2:{s:12:\"display_name\";s:10:\"Life Coach\";s:10:\"popularity\";d:0.01600000000000000033306690738754696212708950042724609375;}s:10:\"liquidator\";a:2:{s:12:\"display_name\";s:10:\"Liquidator\";s:10:\"popularity\";d:0.00139999999999999998577526749699018182582221925258636474609375;}s:20:\"luggagerepairservice\";a:2:{s:12:\"display_name\";s:22:\"Luggage Repair Service\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:23:\"mailingshippingservices\";a:2:{s:12:\"display_name\";s:27:\"Mailing & Shipping Services\";s:10:\"popularity\";d:0.00430000000000000000277555756156289135105907917022705078125;}s:13:\"fedexlocation\";a:2:{s:12:\"display_name\";s:14:\"Fedex Location\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:21:\"mailboxrentalsservice\";a:2:{s:12:\"display_name\";s:25:\"Mailbox Rentals & Service\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:14:\"mailingservice\";a:2:{s:12:\"display_name\";s:15:\"Mailing Service\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:15:\"shippingservice\";a:2:{s:12:\"display_name\";s:16:\"Shipping Service\";s:10:\"popularity\";d:0.0025000000000000000520417042793042128323577344417572021484375;}s:14:\"mappingservice\";a:2:{s:12:\"display_name\";s:15:\"Mapping Service\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:9:\"marketing\";a:2:{s:12:\"display_name\";s:9:\"Marketing\";s:10:\"popularity\";d:0.01239999999999999956423746283462605788372457027435302734375;}s:26:\"marriagecounselingservices\";a:2:{s:12:\"display_name\";s:28:\"Marriage Counseling Services\";s:10:\"popularity\";d:0.01050000000000000065225602696727946749888360500335693359375;}s:11:\"matchmakers\";a:2:{s:12:\"display_name\";s:11:\"Matchmakers\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:16:\"modelingagencies\";a:2:{s:12:\"display_name\";s:17:\"Modeling Agencies\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:19:\"monogrammingservice\";a:2:{s:12:\"display_name\";s:20:\"Monogramming Service\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:13:\"monumentmaker\";a:2:{s:12:\"display_name\";s:14:\"Monument Maker\";s:10:\"popularity\";d:0.0015000000000000000312250225675825276994146406650543212890625;}s:21:\"movingstorageservices\";a:2:{s:12:\"display_name\";s:25:\"Moving & Storage Services\";s:10:\"popularity\";d:0.01499999999999999944488848768742172978818416595458984375;}s:17:\"movingsupplystore\";a:2:{s:12:\"display_name\";s:19:\"Moving Supply Store\";s:10:\"popularity\";d:0.00119999999999999989487575735580549007863737642765045166015625;}s:18:\"pianomovingservice\";a:2:{s:12:\"display_name\";s:20:\"Piano Moving Service\";s:10:\"popularity\";d:0.00200000000000000004163336342344337026588618755340576171875;}s:30:\"musicalinstrumentstuningrepair\";a:2:{s:12:\"display_name\";s:35:\"Musical Instruments Tuning & Repair\";s:10:\"popularity\";d:0.00169999999999999990528409821166633264510892331600189208984375;}s:14:\"needleworkshop\";a:2:{s:12:\"display_name\";s:15:\"Needlework Shop\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:14:\"officecleaning\";a:2:{s:12:\"display_name\";s:15:\"Office Cleaning\";s:10:\"popularity\";d:0.024899999999999998523403377248541801236569881439208984375;}s:16:\"packagingservice\";a:2:{s:12:\"display_name\";s:17:\"Packaging Service\";s:10:\"popularity\";d:0.00289999999999999980015985556747182272374629974365234375;}s:18:\"personalassistants\";a:2:{s:12:\"display_name\";s:18:\"Personal Assistant\";s:10:\"popularity\";d:0.0040000000000000000832667268468867405317723751068115234375;}s:19:\"photographyservices\";a:2:{s:12:\"display_name\";s:20:\"Photography Services\";s:10:\"popularity\";d:0.05229999999999999926725280374739668332040309906005859375;}s:21:\"passportphotographers\";a:2:{s:12:\"display_name\";s:22:\"Passport Photographers\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:22:\"passportphotoprocessor\";a:2:{s:12:\"display_name\";s:24:\"Passport Photo Processor\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:8:\"photolab\";a:2:{s:12:\"display_name\";s:9:\"Photo Lab\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:23:\"photorestorationservice\";a:2:{s:12:\"display_name\";s:25:\"Photo Restoration Service\";s:10:\"popularity\";d:0.00169999999999999990528409821166633264510892331600189208984375;}s:21:\"portraitphotographers\";a:2:{s:12:\"display_name\";s:22:\"Portrait Photographers\";s:10:\"popularity\";d:0.018700000000000001343369859796439413912594318389892578125;}s:17:\"pianotuningrepair\";a:2:{s:12:\"display_name\";s:21:\"Piano Tuning & Repair\";s:10:\"popularity\";d:0.0027999999999999999715505349939803636516444385051727294921875;}s:20:\"plantsinteriordesign\";a:2:{s:12:\"display_name\";s:22:\"Plants Interior Design\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:22:\"pressurewashingservice\";a:2:{s:12:\"display_name\";s:24:\"Pressure Washing Service\";s:10:\"popularity\";d:0.0251000000000000007827072323607353609986603260040283203125;}s:20:\"privateinvestigation\";a:2:{s:12:\"display_name\";s:21:\"Private Investigation\";s:10:\"popularity\";d:0.0142000000000000008160139230994900572113692760467529296875;}s:15:\"publicrelations\";a:2:{s:12:\"display_name\";s:16:\"Public Relations\";s:10:\"popularity\";d:0.00169999999999999990528409821166633264510892331600189208984375;}s:20:\"publicsafetyagencies\";a:2:{s:12:\"display_name\";s:20:\"Public Safety Agency\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:18:\"publishersprinters\";a:2:{s:12:\"display_name\";s:21:\"Publishers & Printers\";s:10:\"popularity\";d:0.01409999999999999968636199554339327733032405376434326171875;}s:16:\"blueprintservice\";a:2:{s:12:\"display_name\";s:17:\"Blueprint Service\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:14:\"bookpublishers\";a:2:{s:12:\"display_name\";s:15:\"Book Publishers\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:31:\"classifiedadsnewspaperpublisher\";a:2:{s:12:\"display_name\";s:34:\"Classified Ads Newspaper Publisher\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:13:\"decalsupplier\";a:2:{s:12:\"display_name\";s:14:\"Decal Supplier\";s:10:\"popularity\";d:0.00169999999999999990528409821166633264510892331600189208984375;}s:19:\"digitalprintingshop\";a:2:{s:12:\"display_name\";s:21:\"Digital Printing Shop\";s:10:\"popularity\";d:0.004799999999999999579503029423221960314549505710601806640625;}s:25:\"invitationprintingservice\";a:2:{s:12:\"display_name\";s:27:\"Invitation Printing Service\";s:10:\"popularity\";d:0.00139999999999999998577526749699018182582221925258636474609375;}s:17:\"magazinepublisher\";a:2:{s:12:\"display_name\";s:18:\"Magazine Publisher\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:18:\"newspaperpublisher\";a:2:{s:12:\"display_name\";s:19:\"Newspaper Publisher\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:9:\"printshop\";a:2:{s:12:\"display_name\";s:10:\"Print Shop\";s:10:\"popularity\";d:0.004599999999999999922284388276239042170345783233642578125;}s:20:\"printerrepairservice\";a:2:{s:12:\"display_name\";s:22:\"Printer Repair Service\";s:10:\"popularity\";d:0.0027999999999999999715505349939803636516444385051727294921875;}s:17:\"publishingservice\";a:2:{s:12:\"display_name\";s:18:\"Publishing Service\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:9:\"quiltshop\";a:2:{s:12:\"display_name\";s:10:\"Quilt Shop\";s:10:\"popularity\";d:0.0015000000000000000312250225675825276994146406650543212890625;}s:17:\"rvstoragefacility\";a:2:{s:12:\"display_name\";s:19:\"RV Storage Facility\";s:10:\"popularity\";d:0.00200000000000000004163336342344337026588618755340576171875;}s:18:\"railroadcontractor\";a:2:{s:12:\"display_name\";s:19:\"Railroad Contractor\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:13:\"resumeservice\";a:2:{s:12:\"display_name\";s:14:\"Resume Service\";s:10:\"popularity\";d:0.00139999999999999998577526749699018182582221925258636474609375;}s:19:\"sandblastingservice\";a:2:{s:12:\"display_name\";s:20:\"Sandblasting Service\";s:10:\"popularity\";d:0.0022999999999999999611421941381195210851728916168212890625;}s:18:\"scalerepairservice\";a:2:{s:12:\"display_name\";s:20:\"Scale Repair Service\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:15:\"sewercontractor\";a:2:{s:12:\"display_name\";s:16:\"Sewer Contractor\";s:10:\"popularity\";d:0.004499999999999999659994198708545809495262801647186279296875;}s:10:\"sewingshop\";a:2:{s:12:\"display_name\";s:11:\"Sewing Shop\";s:10:\"popularity\";d:0.00139999999999999998577526749699018182582221925258636474609375;}s:18:\"shoeshiningservice\";a:2:{s:12:\"display_name\";s:20:\"Shoe Shining Service\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:22:\"singingtelegramservice\";a:2:{s:12:\"display_name\";s:24:\"Singing Telegram Service\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:22:\"skatesharpeningservice\";a:2:{s:12:\"display_name\";s:24:\"Skate Sharpening Service\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:24:\"smallenginerepairservice\";a:2:{s:12:\"display_name\";s:27:\"Small Engine Repair Service\";s:10:\"popularity\";d:0.0015000000000000000312250225675825276994146406650543212890625;}s:18:\"soiltestingservice\";a:2:{s:12:\"display_name\";s:20:\"Soil Testing Service\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:14:\"talentagencies\";a:2:{s:12:\"display_name\";s:13:\"Talent Agency\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:28:\"telecommunicationscontractor\";a:2:{s:12:\"display_name\";s:29:\"Telecommunications Contractor\";s:10:\"popularity\";d:0.004499999999999999659994198708545809495262801647186279296875;}s:19:\"translationservices\";a:2:{s:12:\"display_name\";s:20:\"Translation Services\";s:10:\"popularity\";d:0.00169999999999999990528409821166633264510892331600189208984375;}s:20:\"videofilmproductions\";a:2:{s:12:\"display_name\";s:21:\"Video/Film Production\";s:10:\"popularity\";d:0.00899999999999999931998839741709161899052560329437255859375;}s:10:\"web_design\";a:2:{s:12:\"display_name\";s:10:\"Web Design\";s:10:\"popularity\";d:0.0057000000000000002053912595556539599783718585968017578125;}s:13:\"websitedesign\";a:2:{s:12:\"display_name\";s:14:\"Website Design\";s:10:\"popularity\";d:0.006199999999999999782118731417313028941862285137176513671875;}s:7:\"writers\";a:2:{s:12:\"display_name\";s:6:\"Writer\";s:10:\"popularity\";d:0.00200000000000000004163336342344337026588618755340576171875;}s:15:\"yogainstructors\";a:2:{s:12:\"display_name\";s:15:\"Yoga Instructor\";s:10:\"popularity\";d:0.00940000000000000036914915568786454969085752964019775390625;}s:20:\"meditationinstructor\";a:2:{s:12:\"display_name\";s:21:\"Meditation Instructor\";s:10:\"popularity\";d:0.004199999999999999740485367993869658675976097583770751953125;}s:18:\"publicservicesgovt\";a:2:{s:12:\"display_name\";s:28:\"Public Services & Government\";s:10:\"popularity\";d:0.031300000000000001432187701766451937146484851837158203125;}s:18:\"administrativearea\";a:2:{s:12:\"display_name\";s:19:\"Administrative Area\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:12:\"associations\";a:2:{s:12:\"display_name\";s:12:\"Associations\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:22:\"fraternitiessororities\";a:2:{s:12:\"display_name\";s:25:\"Fraternities & Sororities\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:10:\"laborunion\";a:2:{s:12:\"display_name\";s:11:\"Labor Union\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:20:\"veteransassociations\";a:2:{s:12:\"display_name\";s:21:\"Veterans Associations\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:18:\"chambersofcommerce\";a:2:{s:12:\"display_name\";s:20:\"Chambers of Commerce\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:23:\"charitableorganizations\";a:2:{s:12:\"display_name\";s:24:\"Charitable Organizations\";s:10:\"popularity\";d:0.0027999999999999999715505349939803636516444385051727294921875;}s:15:\"donationscenter\";a:2:{s:12:\"display_name\";s:16:\"Donations Center\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:15:\"communitycenter\";a:2:{s:12:\"display_name\";s:16:\"Community Center\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:11:\"courthouses\";a:2:{s:12:\"display_name\";s:11:\"Courthouses\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:26:\"departmentsofmotorvehicles\";a:2:{s:12:\"display_name\";s:29:\"Departments of Motor Vehicles\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:7:\"embassy\";a:2:{s:12:\"display_name\";s:7:\"Embassy\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:14:\"fireprotection\";a:2:{s:12:\"display_name\";s:15:\"Fire Protection\";s:10:\"popularity\";d:0.0074000000000000003275157922644211794249713420867919921875;}s:31:\"firedepartmentequipmentsupplier\";a:2:{s:12:\"display_name\";s:34:\"Fire Department Equipment Supplier\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:24:\"fireprotectionconsultant\";a:2:{s:12:\"display_name\";s:26:\"Fire Protection Consultant\";s:10:\"popularity\";d:0.00259999999999999988065102485279567190445959568023681640625;}s:21:\"fireprotectionservice\";a:2:{s:12:\"display_name\";s:23:\"Fire Protection Service\";s:10:\"popularity\";d:0.00540000000000000028588242884097780915908515453338623046875;}s:11:\"firestation\";a:2:{s:12:\"display_name\";s:12:\"Fire Station\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:11:\"rescuesquad\";a:2:{s:12:\"display_name\";s:12:\"Rescue Squad\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:18:\"governmentservices\";a:2:{s:12:\"display_name\";s:19:\"Government Services\";s:10:\"popularity\";d:0.0080999999999999995614619052730631665326654911041259765625;}s:11:\"armedforces\";a:2:{s:12:\"display_name\";s:12:\"Armed Forces\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:12:\"armyfacility\";a:2:{s:12:\"display_name\";s:13:\"Army Facility\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:8:\"fortress\";a:2:{s:12:\"display_name\";s:8:\"Fortress\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:15:\"militaryairport\";a:2:{s:12:\"display_name\";s:16:\"Military Airport\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:12:\"militarybase\";a:2:{s:12:\"display_name\";s:13:\"Military Base\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:24:\"militaryrecruitingoffice\";a:2:{s:12:\"display_name\";s:26:\"Military Recruiting Office\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:25:\"veteransaffairsdepartment\";a:2:{s:12:\"display_name\";s:27:\"Veterans Affairs Department\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:8:\"cemetery\";a:2:{s:12:\"display_name\";s:8:\"Cemetery\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:11:\"citizenship\";a:2:{s:12:\"display_name\";s:11:\"Citizenship\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:16:\"cityclerksoffice\";a:2:{s:12:\"display_name\";s:19:\"City Clerk\'s Office\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:20:\"citygovernmentoffice\";a:2:{s:12:\"display_name\";s:22:\"City Government Office\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:14:\"cityortownhall\";a:2:{s:12:\"display_name\";s:17:\"City Or Town Hall\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:22:\"conservationdepartment\";a:2:{s:12:\"display_name\";s:23:\"Conservation Department\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:22:\"countygovernmentoffice\";a:2:{s:12:\"display_name\";s:24:\"County Government Office\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:6:\"courts\";a:2:{s:12:\"display_name\";s:6:\"Courts\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:14:\"citycourthouse\";a:2:{s:12:\"display_name\";s:15:\"City Courthouse\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:17:\"magistratescourts\";a:2:{s:12:\"display_name\";s:18:\"Magistrates Courts\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:25:\"economicdevelopmentagency\";a:2:{s:12:\"display_name\";s:27:\"Economic Development Agency\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:24:\"federalgovernmentoffices\";a:2:{s:12:\"display_name\";s:26:\"Federal Government Offices\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:18:\"emergencycallbooth\";a:2:{s:12:\"display_name\";s:20:\"Emergency Call Booth\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:17:\"federalcourthouse\";a:2:{s:12:\"display_name\";s:18:\"Federal Courthouse\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:21:\"fraternalorganization\";a:2:{s:12:\"display_name\";s:22:\"Fraternal Organization\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:17:\"historicalsociety\";a:2:{s:12:\"display_name\";s:18:\"Historical Society\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:32:\"immigrationnaturalizationservice\";a:2:{s:12:\"display_name\";s:36:\"Immigration & Naturalization Service\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:12:\"jailsprisons\";a:2:{s:12:\"display_name\";s:15:\"Jails & Prisons\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:17:\"licensingservices\";a:2:{s:12:\"display_name\";s:18:\"Licensing Services\";s:10:\"popularity\";d:0.0025000000000000000520417042793042128323577344417572021484375;}s:13:\"autotagagency\";a:2:{s:12:\"display_name\";s:15:\"Auto Tag Agency\";s:10:\"popularity\";d:0.0015000000000000000312250225675825276994146406650543212890625;}s:20:\"driverslicenseoffice\";a:2:{s:12:\"display_name\";s:23:\"Driver\'s License Office\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:13:\"licensebureau\";a:2:{s:12:\"display_name\";s:14:\"License Bureau\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:27:\"localstategovernmentoffices\";a:2:{s:12:\"display_name\";s:31:\"Local & State Government Office\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:15:\"medicalexaminer\";a:2:{s:12:\"display_name\";s:16:\"Medical Examiner\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:16:\"militarycemetery\";a:2:{s:12:\"display_name\";s:17:\"Military Cemetery\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:24:\"nationalsecurityservices\";a:2:{s:12:\"display_name\";s:26:\"National Security Services\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:20:\"passportvisaservices\";a:2:{s:12:\"display_name\";s:24:\"Passport & Visa Services\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:14:\"passportoffice\";a:2:{s:12:\"display_name\";s:15:\"Passport Office\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:14:\"postalservices\";a:2:{s:12:\"display_name\";s:15:\"Postal Services\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:15:\"probationoffice\";a:2:{s:12:\"display_name\";s:16:\"Probation Office\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:21:\"publicdefendersoffice\";a:2:{s:12:\"display_name\";s:24:\"Public Defender\'s Office\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:22:\"publichealthdepartment\";a:2:{s:12:\"display_name\";s:24:\"Public Health Department\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:13:\"publiclibrary\";a:2:{s:12:\"display_name\";s:14:\"Public Library\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:21:\"publicworksdepartment\";a:2:{s:12:\"display_name\";s:23:\"Public Works Department\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:22:\"socialsecurityservices\";a:2:{s:12:\"display_name\";s:24:\"Social Security Services\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:20:\"socialsecurityoffice\";a:2:{s:12:\"display_name\";s:22:\"Social Security Office\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:11:\"soupkitchen\";a:2:{s:12:\"display_name\";s:12:\"Soup Kitchen\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:21:\"stategovernmentoffice\";a:2:{s:12:\"display_name\";s:23:\"State Government Office\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:8:\"taxation\";a:2:{s:12:\"display_name\";s:8:\"Taxation\";s:10:\"popularity\";d:0.00139999999999999998577526749699018182582221925258636474609375;}s:13:\"citytaxoffice\";a:2:{s:12:\"display_name\";s:15:\"City Tax Office\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:12:\"taxassessors\";a:2:{s:12:\"display_name\";s:13:\"Tax Assessors\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:19:\"taxcollectorsoffice\";a:2:{s:12:\"display_name\";s:22:\"Tax Collector\'s Office\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:13:\"taxdepartment\";a:2:{s:12:\"display_name\";s:14:\"Tax Department\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:31:\"unemploymentinsuranceconsultant\";a:2:{s:12:\"display_name\";s:33:\"Unemployment Insurance Consultant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:18:\"unemploymentoffice\";a:2:{s:12:\"display_name\";s:19:\"Unemployment Office\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:23:\"urbanplanningdepartment\";a:2:{s:12:\"display_name\";s:25:\"Urban Planning Department\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:23:\"voterregistrationoffice\";a:2:{s:12:\"display_name\";s:25:\"Voter Registration Office\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:9:\"landmarks\";a:2:{s:12:\"display_name\";s:32:\"Landmarks & Historical Buildings\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:18:\"archaeologicalsite\";a:2:{s:12:\"display_name\";s:19:\"Archaeological Site\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:6:\"castle\";a:2:{s:12:\"display_name\";s:6:\"Castle\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:15:\"historicalplace\";a:2:{s:12:\"display_name\";s:16:\"Historical Place\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:10:\"jaintemple\";a:2:{s:12:\"display_name\";s:11:\"Jain Temple\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:9:\"monastery\";a:2:{s:12:\"display_name\";s:9:\"Monastery\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:6:\"palace\";a:2:{s:12:\"display_name\";s:6:\"Palace\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:9:\"libraries\";a:2:{s:12:\"display_name\";s:7:\"Library\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:10:\"lawlibrary\";a:2:{s:12:\"display_name\";s:11:\"Law Library\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:13:\"memorialparks\";a:2:{s:12:\"display_name\";s:14:\"Memorial Parks\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:15:\"parksrecreation\";a:2:{s:12:\"display_name\";s:18:\"Parks & Recreation\";s:10:\"popularity\";d:0.00169999999999999990528409821166633264510892331600189208984375;}s:10:\"hikingarea\";a:2:{s:12:\"display_name\";s:11:\"Hiking Area\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:11:\"huntingarea\";a:2:{s:12:\"display_name\";s:12:\"Hunting Area\";s:10:\"popularity\";d:0.0015000000000000000312250225675825276994146406650543212890625;}s:12:\"picnicground\";a:2:{s:12:\"display_name\";s:13:\"Picnic Ground\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:14:\"policesheriffs\";a:2:{s:12:\"display_name\";s:17:\"Police & Sheriffs\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:17:\"policedepartments\";a:2:{s:12:\"display_name\";s:17:\"Police Department\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:18:\"sheriffsdepartment\";a:2:{s:12:\"display_name\";s:20:\"Sheriff\'s Department\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:21:\"statepolicedepartment\";a:2:{s:12:\"display_name\";s:23:\"State Police Department\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:11:\"postoffices\";a:2:{s:12:\"display_name\";s:11:\"Post Office\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:26:\"socialserviceorganizations\";a:2:{s:12:\"display_name\";s:27:\"Social Service Organization\";s:10:\"popularity\";d:0.0120999999999999996447286321199499070644378662109375;}s:14:\"adoptionagency\";a:2:{s:12:\"display_name\";s:15:\"Adoption Agency\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:11:\"civiccenter\";a:2:{s:12:\"display_name\";s:12:\"Civic Center\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:18:\"crimevictimservice\";a:2:{s:12:\"display_name\";s:20:\"Crime Victim Service\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:11:\"deafservice\";a:2:{s:12:\"display_name\";s:12:\"Deaf Service\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:19:\"familyservicecenter\";a:2:{s:12:\"display_name\";s:21:\"Family Service Center\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:9:\"foodbanks\";a:2:{s:12:\"display_name\";s:9:\"Food Bank\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:18:\"fostercareservices\";a:2:{s:12:\"display_name\";s:20:\"Foster Care Services\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:22:\"adultfostercareservice\";a:2:{s:12:\"display_name\";s:25:\"Adult Foster Care Service\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:30:\"gaylesbianservicesorganization\";a:2:{s:12:\"display_name\";s:35:\"Gay & Lesbian Services Organization\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:9:\"grouphome\";a:2:{s:12:\"display_name\";s:10:\"Group Home\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:12:\"halfwayhouse\";a:2:{s:12:\"display_name\";s:13:\"Halfway House\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:32:\"handicappedtransportationservice\";a:2:{s:12:\"display_name\";s:34:\"Handicapped Transportation Service\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:16:\"homelessshelters\";a:2:{s:12:\"display_name\";s:17:\"Homeless Shelters\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:18:\"housingauthorities\";a:2:{s:12:\"display_name\";s:19:\"Housing Authorities\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:23:\"lowincomehousingprogram\";a:2:{s:12:\"display_name\";s:26:\"Low Income Housing Program\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:16:\"housingauthority\";a:2:{s:12:\"display_name\";s:17:\"Housing Authority\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:9:\"orphanage\";a:2:{s:12:\"display_name\";s:9:\"Orphanage\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:21:\"seniorcitizenservices\";a:2:{s:12:\"display_name\";s:23:\"Senior Citizen Services\";s:10:\"popularity\";d:0.00370000000000000016375789613221058971248567104339599609375;}s:19:\"singlesorganization\";a:2:{s:12:\"display_name\";s:20:\"Singles Organization\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:19:\"socialhumanservices\";a:2:{s:12:\"display_name\";s:23:\"Social & Human Services\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:26:\"socialservicesorganization\";a:2:{s:12:\"display_name\";s:28:\"Social Services Organization\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:12:\"socialworker\";a:2:{s:12:\"display_name\";s:13:\"Social Worker\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:21:\"volunteerorganization\";a:2:{s:12:\"display_name\";s:22:\"Volunteer Organization\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:13:\"womensshelter\";a:2:{s:12:\"display_name\";s:15:\"Women\'s Shelter\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:18:\"youthorganizations\";a:2:{s:12:\"display_name\";s:19:\"Youth Organizations\";s:10:\"popularity\";d:0.0022000000000000001325328735646280620130710303783416748046875;}s:11:\"youthcenter\";a:2:{s:12:\"display_name\";s:12:\"Youth Center\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:31:\"youthsocialservicesorganization\";a:2:{s:12:\"display_name\";s:34:\"Youth Social Services Organization\";s:10:\"popularity\";d:0.00119999999999999989487575735580549007863737642765045166015625;}s:13:\"religiousorgs\";a:2:{s:12:\"display_name\";s:23:\"Religious Organizations\";s:10:\"popularity\";d:0.01299999999999999940325512426397835952229797840118408203125;}s:16:\"buddhist_temples\";a:2:{s:12:\"display_name\";s:16:\"Buddhist Temples\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:8:\"churches\";a:2:{s:12:\"display_name\";s:8:\"Churches\";s:10:\"popularity\";d:0.01220000000000000077438055967604668694548308849334716796875;}s:18:\"abundantlifechurch\";a:2:{s:12:\"display_name\";s:20:\"Abundant Life Church\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:14:\"alliancechurch\";a:2:{s:12:\"display_name\";s:15:\"Alliance Church\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:14:\"anglicanchurch\";a:2:{s:12:\"display_name\";s:15:\"Anglican Church\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:15:\"apostolicchurch\";a:2:{s:12:\"display_name\";s:16:\"Apostolic Church\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:14:\"armenianchurch\";a:2:{s:12:\"display_name\";s:15:\"Armenian Church\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:21:\"assembliesofgodchurch\";a:2:{s:12:\"display_name\";s:24:\"Assemblies Of God Church\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:13:\"baptistchurch\";a:2:{s:12:\"display_name\";s:14:\"Baptist Church\";s:10:\"popularity\";d:0.00139999999999999998577526749699018182582221925258636474609375;}s:11:\"biblechurch\";a:2:{s:12:\"display_name\";s:12:\"Bible Church\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:19:\"calvarychapelchurch\";a:2:{s:12:\"display_name\";s:21:\"Calvary Chapel Church\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:14:\"catholicchurch\";a:2:{s:12:\"display_name\";s:15:\"Catholic Church\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:14:\"catholicschool\";a:2:{s:12:\"display_name\";s:15:\"Catholic School\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:15:\"christianchurch\";a:2:{s:12:\"display_name\";s:16:\"Christian Church\";s:10:\"popularity\";d:0.003299999999999999981958875849841206218115985393524169921875;}s:14:\"churchofchrist\";a:2:{s:12:\"display_name\";s:16:\"Church Of Christ\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:36:\"churchofjesuschristoflatterdaysaints\";a:2:{s:12:\"display_name\";s:43:\"Church Of Jesus Christ Of Latter-Day Saints\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:19:\"churchofthenazarene\";a:2:{s:12:\"display_name\";s:22:\"Church Of The Nazarene\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:10:\"deafchurch\";a:2:{s:12:\"display_name\";s:11:\"Deaf Church\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:23:\"disciplesofchristchurch\";a:2:{s:12:\"display_name\";s:26:\"Disciples Of Christ Church\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:21:\"easternorthodoxchurch\";a:2:{s:12:\"display_name\";s:23:\"Eastern Orthodox Church\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:9:\"episcopal\";a:2:{s:12:\"display_name\";s:16:\"Episcopal Church\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:17:\"evangelicalchurch\";a:2:{s:12:\"display_name\";s:18:\"Evangelical Church\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:16:\"foursquarechurch\";a:2:{s:12:\"display_name\";s:17:\"Foursquare Church\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:13:\"friendschurch\";a:2:{s:12:\"display_name\";s:14:\"Friends Church\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:16:\"fullgospelchurch\";a:2:{s:12:\"display_name\";s:18:\"Full Gospel Church\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:12:\"gospelchurch\";a:2:{s:12:\"display_name\";s:13:\"Gospel Church\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:19:\"greekorthodoxchurch\";a:2:{s:12:\"display_name\";s:21:\"Greek Orthodox Church\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:14:\"hispanicchurch\";a:2:{s:12:\"display_name\";s:15:\"Hispanic Church\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:21:\"jehovahswitnesschurch\";a:2:{s:12:\"display_name\";s:24:\"Jehovah\'s Witness Church\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:12:\"koreanchurch\";a:2:{s:12:\"display_name\";s:13:\"Korean Church\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:14:\"lutheranchurch\";a:2:{s:12:\"display_name\";s:15:\"Lutheran Church\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:15:\"mennonitechurch\";a:2:{s:12:\"display_name\";s:16:\"Mennonite Church\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:15:\"methodistchurch\";a:2:{s:12:\"display_name\";s:16:\"Methodist Church\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:14:\"moravianchurch\";a:2:{s:12:\"display_name\";s:15:\"Moravian Church\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:12:\"newagechurch\";a:2:{s:12:\"display_name\";s:14:\"New Age Church\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:23:\"nondenominationalchurch\";a:2:{s:12:\"display_name\";s:25:\"Non-Denominational Church\";s:10:\"popularity\";d:0.0022000000000000001325328735646280620130710303783416748046875;}s:14:\"orthodoxchurch\";a:2:{s:12:\"display_name\";s:15:\"Orthodox Church\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:17:\"pentecostalchurch\";a:2:{s:12:\"display_name\";s:18:\"Pentecostal Church\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:18:\"presbyterianchurch\";a:2:{s:12:\"display_name\";s:19:\"Presbyterian Church\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:12:\"quakerchurch\";a:2:{s:12:\"display_name\";s:13:\"Quaker Church\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:14:\"reformedchurch\";a:2:{s:12:\"display_name\";s:15:\"Reformed Church\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:21:\"russianorthodoxchurch\";a:2:{s:12:\"display_name\";s:23:\"Russian Orthodox Church\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:25:\"seventhdayadventistchurch\";a:2:{s:12:\"display_name\";s:28:\"Seventh-day Adventist Church\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:6:\"shrine\";a:2:{s:12:\"display_name\";s:6:\"Shrine\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:13:\"trinitychurch\";a:2:{s:12:\"display_name\";s:14:\"Trinity Church\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:27:\"unitarianuniversalistchurch\";a:2:{s:12:\"display_name\";s:29:\"Unitarian Universalist Church\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:20:\"unitedchurchofchrist\";a:2:{s:12:\"display_name\";s:23:\"United Church of Christ\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:21:\"unitedmethodistchurch\";a:2:{s:12:\"display_name\";s:23:\"United Methodist Church\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:11:\"unitychurch\";a:2:{s:12:\"display_name\";s:12:\"Unity Church\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:14:\"vineyardchurch\";a:2:{s:12:\"display_name\";s:15:\"Vineyard Church\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:14:\"wesleyanchurch\";a:2:{s:12:\"display_name\";s:15:\"Wesleyan Church\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:9:\"clergyman\";a:2:{s:12:\"display_name\";s:9:\"Clergyman\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:19:\"conventsmonasteries\";a:2:{s:12:\"display_name\";s:18:\"Covent & Monastary\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:13:\"hindu_temples\";a:2:{s:12:\"display_name\";s:12:\"Hindu Temple\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:8:\"missions\";a:2:{s:12:\"display_name\";s:7:\"Mission\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:7:\"mosques\";a:2:{s:12:\"display_name\";s:6:\"Mosque\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:15:\"placesofworship\";a:2:{s:12:\"display_name\";s:16:\"Place of Worship\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:6:\"ashram\";a:2:{s:12:\"display_name\";s:6:\"Ashram\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:10:\"synagogues\";a:2:{s:12:\"display_name\";s:9:\"Synagogue\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:21:\"conservativesynagogue\";a:2:{s:12:\"display_name\";s:22:\"Conservative Synagogue\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:18:\"messianicsynagogue\";a:2:{s:12:\"display_name\";s:19:\"Messianic Synagogue\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:17:\"orthodoxsynagogue\";a:2:{s:12:\"display_name\";s:18:\"Orthodox Synagogue\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:15:\"reformsynagogue\";a:2:{s:12:\"display_name\";s:16:\"Reform Synagogue\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:11:\"restaurants\";a:2:{s:12:\"display_name\";s:10:\"Restaurant\";s:10:\"popularity\";d:0.244499999999999995115018691649311222136020660400390625;}s:7:\"afghani\";a:2:{s:12:\"display_name\";s:17:\"Afghan Restaurant\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:7:\"african\";a:2:{s:12:\"display_name\";s:18:\"African Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:12:\"northafrican\";a:2:{s:12:\"display_name\";s:24:\"North African Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:10:\"senegalese\";a:2:{s:12:\"display_name\";s:21:\"Senegalese Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:12:\"southafrican\";a:2:{s:12:\"display_name\";s:24:\"South African Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:11:\"westafrican\";a:2:{s:12:\"display_name\";s:23:\"West African Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:6:\"alsace\";a:2:{s:12:\"display_name\";s:17:\"Alsace Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:19:\"americanrestaurants\";a:2:{s:12:\"display_name\";s:20:\"American Restaurants\";s:10:\"popularity\";d:0.045400000000000002853273173286652308888733386993408203125;}s:14:\"nativeamerican\";a:2:{s:12:\"display_name\";s:26:\"Native American Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:13:\"southamerican\";a:2:{s:12:\"display_name\";s:25:\"South American Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:10:\"surinamese\";a:2:{s:12:\"display_name\";s:21:\"Surinamese Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:10:\"tamaleshop\";a:2:{s:12:\"display_name\";s:11:\"Tamale Shop\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:5:\"anago\";a:2:{s:12:\"display_name\";s:16:\"Anago Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:10:\"andalusian\";a:2:{s:12:\"display_name\";s:21:\"Andalusian Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:10:\"anglerfish\";a:2:{s:12:\"display_name\";s:22:\"Angler Fish Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:7:\"arabian\";a:2:{s:12:\"display_name\";s:18:\"Arabian Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:9:\"argentine\";a:2:{s:12:\"display_name\";s:20:\"Argentine Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:8:\"armenian\";a:2:{s:12:\"display_name\";s:19:\"Armenian Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:5:\"asian\";a:2:{s:12:\"display_name\";s:16:\"Asian Restaurant\";s:10:\"popularity\";d:0.00119999999999999989487575735580549007863737642765045166015625;}s:11:\"asianfusion\";a:2:{s:12:\"display_name\";s:23:\"Asian Fusion Restaurant\";s:10:\"popularity\";d:0.0027999999999999999715505349939803636516444385051727294921875;}s:8:\"asturian\";a:2:{s:12:\"display_name\";s:19:\"Asturian Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:10:\"australian\";a:2:{s:12:\"display_name\";s:21:\"Australian Restaurant\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:8:\"austrian\";a:2:{s:12:\"display_name\";s:19:\"Austrian Restaurant\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:11:\"bangladeshi\";a:2:{s:12:\"display_name\";s:22:\"Bangladeshi Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:19:\"bargrillrestaurants\";a:2:{s:12:\"display_name\";s:23:\"Bar & Grill Restaurants\";s:10:\"popularity\";d:0.018700000000000001343369859796439413912594318389892578125;}s:8:\"bargrill\";a:2:{s:12:\"display_name\";s:11:\"Bar & Grill\";s:10:\"popularity\";d:0.006799999999999999621136392846665330580435693264007568359375;}s:3:\"bbq\";a:2:{s:12:\"display_name\";s:19:\"Barbeque Restaurant\";s:10:\"popularity\";d:0.00959999999999999915900605884644392062909901142120361328125;}s:14:\"koreanbarbecue\";a:2:{s:12:\"display_name\";s:15:\"Korean Barbecue\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:6:\"basque\";a:2:{s:12:\"display_name\";s:17:\"Basque Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:7:\"belgian\";a:2:{s:12:\"display_name\";s:18:\"Belgian Restaurant\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:6:\"bistro\";a:2:{s:12:\"display_name\";s:17:\"Bistro Restaurant\";s:10:\"popularity\";d:0.0025000000000000000520417042793042128323577344417572021484375;}s:10:\"brasseries\";a:2:{s:12:\"display_name\";s:21:\"Brasseries Restaurant\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:9:\"brazilian\";a:2:{s:12:\"display_name\";s:20:\"Brazilian Restaurant\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:16:\"breakfast_brunch\";a:2:{s:12:\"display_name\";s:29:\"Breakfast & Brunch Restaurant\";s:10:\"popularity\";d:0.007599999999999999984734433411404097569175064563751220703125;}s:9:\"breakfast\";a:2:{s:12:\"display_name\";s:20:\"Breakfast Restaurant\";s:10:\"popularity\";d:0.00169999999999999990528409821166633264510892331600189208984375;}s:6:\"brunch\";a:2:{s:12:\"display_name\";s:17:\"Brunch Restaurant\";s:10:\"popularity\";d:0.00189999999999999999618360835285102439229376614093780517578125;}s:7:\"british\";a:2:{s:12:\"display_name\";s:18:\"British Restaurant\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:7:\"buffets\";a:2:{s:12:\"display_name\";s:6:\"Buffet\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:9:\"bulgarian\";a:2:{s:12:\"display_name\";s:20:\"Bulgarian Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:7:\"burgers\";a:2:{s:12:\"display_name\";s:18:\"Burgers Restaurant\";s:10:\"popularity\";d:0.006799999999999999621136392846665330580435693264007568359375;}s:7:\"burmese\";a:2:{s:12:\"display_name\";s:18:\"Burmese Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:5:\"cafes\";a:2:{s:12:\"display_name\";s:4:\"Cafe\";s:10:\"popularity\";d:0.00940000000000000036914915568786454969085752964019775390625;}s:15:\"cajunrestaurant\";a:2:{s:12:\"display_name\";s:16:\"Cajun Restaurant\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:5:\"cajun\";a:2:{s:12:\"display_name\";s:23:\"Cajun/Creole Restaurant\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:11:\"californian\";a:2:{s:12:\"display_name\";s:22:\"Californian Restaurant\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:9:\"cambodian\";a:2:{s:12:\"display_name\";s:20:\"Cambodian Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:8:\"canadian\";a:2:{s:12:\"display_name\";s:19:\"Canadian Restaurant\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:10:\"cantabrian\";a:2:{s:12:\"display_name\";s:21:\"Cantabrian Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:11:\"capeverdean\";a:2:{s:12:\"display_name\";s:23:\"Cape Verdean Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:9:\"caribbean\";a:2:{s:12:\"display_name\";s:20:\"Caribbean Restaurant\";s:10:\"popularity\";d:0.0015000000000000000312250225675825276994146406650543212890625;}s:9:\"dominican\";a:2:{s:12:\"display_name\";s:20:\"Dominican Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:7:\"haitian\";a:2:{s:12:\"display_name\";s:18:\"Haitian Restaurant\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:11:\"puertorican\";a:2:{s:12:\"display_name\";s:23:\"Puerto Rican Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:11:\"trinidadian\";a:2:{s:12:\"display_name\";s:22:\"Trinidadian Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:9:\"castilian\";a:2:{s:12:\"display_name\";s:20:\"Castilian Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:7:\"catalan\";a:2:{s:12:\"display_name\";s:18:\"Catalan Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:6:\"chanko\";a:2:{s:12:\"display_name\";s:17:\"Chanko Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:12:\"cheesesteaks\";a:2:{s:12:\"display_name\";s:23:\"Cheesesteaks Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:10:\"chesapeake\";a:2:{s:12:\"display_name\";s:21:\"Chesapeake Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:7:\"chicken\";a:2:{s:12:\"display_name\";s:18:\"Chicken Restaurant\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:13:\"chicken_wings\";a:2:{s:12:\"display_name\";s:24:\"Chicken Wings Restaurant\";s:10:\"popularity\";d:0.0027999999999999999715505349939803636516444385051727294921875;}s:7:\"chilean\";a:2:{s:12:\"display_name\";s:18:\"Chilean Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:7:\"chinese\";a:2:{s:12:\"display_name\";s:18:\"Chinese Restaurant\";s:10:\"popularity\";d:0.004599999999999999922284388276239042170345783233642578125;}s:9:\"cantonese\";a:2:{s:12:\"display_name\";s:20:\"Cantonese Restaurant\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:6:\"dimsum\";a:2:{s:12:\"display_name\";s:18:\"Dim Sum Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:12:\"shanghainese\";a:2:{s:12:\"display_name\";s:23:\"Shanghainese Restaurant\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:8:\"szechuan\";a:2:{s:12:\"display_name\";s:19:\"Szechuan Restaurant\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:9:\"chophouse\";a:2:{s:12:\"display_name\";s:20:\"Chophouse Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:11:\"comfortfood\";a:2:{s:12:\"display_name\";s:23:\"Comfort Food Restaurant\";s:10:\"popularity\";d:0.0030999999999999998910593657086565144709311425685882568359375;}s:21:\"contemporarylouisiana\";a:2:{s:12:\"display_name\";s:33:\"Contemporary Louisiana Restaurant\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:11:\"continental\";a:2:{s:12:\"display_name\";s:22:\"Continental Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:10:\"costarican\";a:2:{s:12:\"display_name\";s:22:\"Costa Rican Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:9:\"creperies\";a:2:{s:12:\"display_name\";s:20:\"Creperies Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:8:\"croatian\";a:2:{s:12:\"display_name\";s:19:\"Croatian Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:5:\"cuban\";a:2:{s:12:\"display_name\";s:16:\"Cuban Restaurant\";s:10:\"popularity\";d:0.00119999999999999989487575735580549007863737642765045166015625;}s:14:\"czechslovakian\";a:2:{s:12:\"display_name\";s:26:\"Czech/Slovakian Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:6:\"danish\";a:2:{s:12:\"display_name\";s:17:\"Danish Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:5:\"delis\";a:2:{s:12:\"display_name\";s:16:\"Delis Restaurant\";s:10:\"popularity\";d:0.00430000000000000000277555756156289135105907917022705078125;}s:6:\"diners\";a:2:{s:12:\"display_name\";s:17:\"Diners Restaurant\";s:10:\"popularity\";d:0.0022000000000000001325328735646280620130710303783416748046875;}s:8:\"dumpling\";a:2:{s:12:\"display_name\";s:19:\"Dumpling Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:5:\"dutch\";a:2:{s:12:\"display_name\";s:16:\"Dutch Restaurant\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:15:\"easterneuropean\";a:2:{s:12:\"display_name\";s:27:\"Eastern European Restaurant\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:8:\"eclectic\";a:2:{s:12:\"display_name\";s:19:\"Eclectic Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:10:\"ecuadorian\";a:2:{s:12:\"display_name\";s:21:\"Ecuadorian Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:8:\"eritrean\";a:2:{s:12:\"display_name\";s:19:\"Eritrean Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:9:\"ethiopian\";a:2:{s:12:\"display_name\";s:20:\"Ethiopian Restaurant\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:8:\"european\";a:2:{s:12:\"display_name\";s:19:\"European Restaurant\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:6:\"family\";a:2:{s:12:\"display_name\";s:17:\"Family Restaurant\";s:10:\"popularity\";d:0.0015000000000000000312250225675825276994146406650543212890625;}s:7:\"hotdogs\";a:2:{s:12:\"display_name\";s:9:\"Fast Food\";s:10:\"popularity\";d:0.00139999999999999998577526749699018182582221925258636474609375;}s:8:\"filipino\";a:2:{s:12:\"display_name\";s:19:\"Filipino Restaurant\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:10:\"finedining\";a:2:{s:12:\"display_name\";s:22:\"Fine Dining Restaurant\";s:10:\"popularity\";d:0.0022999999999999999611421941381195210851728916168212890625;}s:7:\"finnish\";a:2:{s:12:\"display_name\";s:18:\"Finnish Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:10:\"fishnchips\";a:2:{s:12:\"display_name\";s:23:\"Fish & Chips Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:9:\"floridian\";a:2:{s:12:\"display_name\";s:20:\"Floridian Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:6:\"fondue\";a:2:{s:12:\"display_name\";s:17:\"Fondue Restaurant\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:10:\"food_court\";a:2:{s:12:\"display_name\";s:10:\"Food Court\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:10:\"foodstands\";a:2:{s:12:\"display_name\";s:11:\"Food Stands\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:6:\"french\";a:2:{s:12:\"display_name\";s:17:\"French Restaurant\";s:10:\"popularity\";d:0.006499999999999999701627562131989179761148989200592041015625;}s:11:\"hautefrench\";a:2:{s:12:\"display_name\";s:23:\"Haute French Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:12:\"modernfrench\";a:2:{s:12:\"display_name\";s:24:\"Modern French Restaurant\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:15:\"southwestfrance\";a:2:{s:12:\"display_name\";s:27:\"Southwest France Restaurant\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:4:\"fugu\";a:2:{s:12:\"display_name\";s:15:\"Fugu Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:8:\"galician\";a:2:{s:12:\"display_name\";s:19:\"Galician Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:10:\"gastropubs\";a:2:{s:12:\"display_name\";s:21:\"Gastropubs Restaurant\";s:10:\"popularity\";d:0.00259999999999999988065102485279567190445959568023681640625;}s:8:\"georgian\";a:2:{s:12:\"display_name\";s:19:\"Georgian Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:6:\"german\";a:2:{s:12:\"display_name\";s:17:\"German Restaurant\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:11:\"gluten_free\";a:2:{s:12:\"display_name\";s:22:\"Gluten-Free Restaurant\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:5:\"greek\";a:2:{s:12:\"display_name\";s:16:\"Greek Restaurant\";s:10:\"popularity\";d:0.0030999999999999998910593657086565144709311425685882568359375;}s:10:\"guatemalan\";a:2:{s:12:\"display_name\";s:21:\"Guatemalan Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:5:\"gyoza\";a:2:{s:12:\"display_name\";s:16:\"Gyoza Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:5:\"halal\";a:2:{s:12:\"display_name\";s:16:\"Halal Restaurant\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:8:\"hawaiian\";a:2:{s:12:\"display_name\";s:19:\"Hawaiian Restaurant\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:10:\"healthfood\";a:2:{s:12:\"display_name\";s:22:\"Health Food Restaurant\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:9:\"himalayan\";a:2:{s:12:\"display_name\";s:29:\"Himalayan/Nepalese Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:6:\"hoagie\";a:2:{s:12:\"display_name\";s:17:\"Hoagie Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:8:\"honduran\";a:2:{s:12:\"display_name\";s:19:\"Honduran Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:6:\"hotdog\";a:2:{s:12:\"display_name\";s:18:\"Hot Dog Restaurant\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:6:\"hotpot\";a:2:{s:12:\"display_name\";s:18:\"Hot Pot Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:5:\"hunan\";a:2:{s:12:\"display_name\";s:16:\"Hunan Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:9:\"hungarian\";a:2:{s:12:\"display_name\";s:20:\"Hungarian Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:7:\"iberian\";a:2:{s:12:\"display_name\";s:18:\"Iberian Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:9:\"icelandic\";a:2:{s:12:\"display_name\";s:20:\"Icelandic Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:6:\"indpak\";a:2:{s:12:\"display_name\";s:17:\"Indian Restaurant\";s:10:\"popularity\";d:0.004599999999999999922284388276239042170345783233642578125;}s:10:\"indonesian\";a:2:{s:12:\"display_name\";s:21:\"Indonesian Restaurant\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:5:\"irish\";a:2:{s:12:\"display_name\";s:16:\"Irish Restaurant\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:7:\"israeli\";a:2:{s:12:\"display_name\";s:18:\"Israeli Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:7:\"italian\";a:2:{s:12:\"display_name\";s:18:\"Italian Restaurant\";s:10:\"popularity\";d:0.0298999999999999994948485237955537741072475910186767578125;}s:15:\"northernitalian\";a:2:{s:12:\"display_name\";s:27:\"Northern Italian Restaurant\";s:10:\"popularity\";d:0.0015000000000000000312250225675825276994146406650543212890625;}s:15:\"southernitalian\";a:2:{s:12:\"display_name\";s:27:\"Southern Italian Restaurant\";s:10:\"popularity\";d:0.00189999999999999999618360835285102439229376614093780517578125;}s:7:\"izakaya\";a:2:{s:12:\"display_name\";s:18:\"Izakaya Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:19:\"jamaicanrestaurants\";a:2:{s:12:\"display_name\";s:20:\"Jamaican Restaurants\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:8:\"japanese\";a:2:{s:12:\"display_name\";s:19:\"Japanese Restaurant\";s:10:\"popularity\";d:0.005100000000000000366373598126301658339798450469970703125;}s:13:\"japanesecurry\";a:2:{s:12:\"display_name\";s:25:\"Japanese Curry Restaurant\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:18:\"japanesesteakhouse\";a:2:{s:12:\"display_name\";s:19:\"Japanese Steakhouse\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:6:\"jewish\";a:2:{s:12:\"display_name\";s:17:\"Jewish Restaurant\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:7:\"kaiseki\";a:2:{s:12:\"display_name\";s:18:\"Kaiseki Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:11:\"kazakhstani\";a:2:{s:12:\"display_name\";s:22:\"Kazakhstani Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:6:\"korean\";a:2:{s:12:\"display_name\";s:17:\"Korean Restaurant\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:6:\"kosher\";a:2:{s:12:\"display_name\";s:17:\"Kosher Restaurant\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:17:\"kushiagekushiyaki\";a:2:{s:12:\"display_name\";s:29:\"Kushiage/Kushiyaki Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:7:\"laotian\";a:2:{s:12:\"display_name\";s:18:\"Laotian Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:5:\"latin\";a:2:{s:12:\"display_name\";s:25:\"Latin American Restaurant\";s:10:\"popularity\";d:0.0025000000000000000520417042793042128323577344417572021484375;}s:9:\"colombian\";a:2:{s:12:\"display_name\";s:20:\"Colombian Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:10:\"salvadoran\";a:2:{s:12:\"display_name\";s:21:\"Salvadoran Restaurant\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:10:\"venezuelan\";a:2:{s:12:\"display_name\";s:21:\"Venezuelan Restaurant\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:10:\"lithuanian\";a:2:{s:12:\"display_name\";s:21:\"Lithuanian Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:8:\"raw_food\";a:2:{s:12:\"display_name\";s:13:\"Live/Raw Food\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:7:\"lobster\";a:2:{s:12:\"display_name\";s:18:\"Lobster Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:11:\"macrobiotic\";a:2:{s:12:\"display_name\";s:22:\"Macrobiotic Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:9:\"madrilian\";a:2:{s:12:\"display_name\";s:20:\"Madrilian Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:9:\"malaysian\";a:2:{s:12:\"display_name\";s:20:\"Malaysian Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:7:\"maltese\";a:2:{s:12:\"display_name\";s:18:\"Maltese Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:6:\"marche\";a:2:{s:12:\"display_name\";s:17:\"Marche Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:13:\"mediterranean\";a:2:{s:12:\"display_name\";s:24:\"Mediterranean Restaurant\";s:10:\"popularity\";d:0.0057000000000000002053912595556539599783718585968017578125;}s:7:\"mexican\";a:2:{s:12:\"display_name\";s:18:\"Mexican Restaurant\";s:10:\"popularity\";d:0.01499999999999999944488848768742172978818416595458984375;}s:23:\"midatlanticrestaurantus\";a:2:{s:12:\"display_name\";s:28:\"Mid-Atlantic Restaurant (US)\";s:10:\"popularity\";d:0.00139999999999999998577526749699018182582221925258636474609375;}s:10:\"mideastern\";a:2:{s:12:\"display_name\";s:25:\"Middle Eastern Restaurant\";s:10:\"popularity\";d:0.00259999999999999988065102485279567190445959568023681640625;}s:8:\"egyptian\";a:2:{s:12:\"display_name\";s:19:\"Egyptian Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:8:\"lebanese\";a:2:{s:12:\"display_name\";s:19:\"Lebanese Restaurant\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:13:\"modernbritish\";a:2:{s:12:\"display_name\";s:25:\"Modern British Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:15:\"modern_european\";a:2:{s:12:\"display_name\";s:26:\"Modern European Restaurant\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:9:\"mongolian\";a:2:{s:12:\"display_name\";s:20:\"Mongolian Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:17:\"mongolianbarbecue\";a:2:{s:12:\"display_name\";s:18:\"Mongolian Barbecue\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:8:\"moroccan\";a:2:{s:12:\"display_name\";s:19:\"Moroccan Restaurant\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:10:\"navarraise\";a:2:{s:12:\"display_name\";s:21:\"Navarraise Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:10:\"neapolitan\";a:2:{s:12:\"display_name\";s:21:\"Neapolitan Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:11:\"newamerican\";a:2:{s:12:\"display_name\";s:23:\"New American Restaurant\";s:10:\"popularity\";d:0.0225999999999999985622611831104222801513969898223876953125;}s:10:\"newengland\";a:2:{s:12:\"display_name\";s:22:\"New England Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:10:\"newzealand\";a:2:{s:12:\"display_name\";s:22:\"New Zealand Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:10:\"nicaraguan\";a:2:{s:12:\"display_name\";s:21:\"Nicaraguan Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:10:\"noodleshop\";a:2:{s:12:\"display_name\";s:11:\"Noodle Shop\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:9:\"norwegian\";a:2:{s:12:\"display_name\";s:20:\"Norwegian Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:11:\"nuevolatino\";a:2:{s:12:\"display_name\";s:23:\"Nuevo Latino Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:7:\"obanzai\";a:2:{s:12:\"display_name\";s:18:\"Obanzai Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:4:\"oden\";a:2:{s:12:\"display_name\";s:15:\"Oden Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:11:\"okonomiyaki\";a:2:{s:12:\"display_name\";s:22:\"Okonomiyaki Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:7:\"organic\";a:2:{s:12:\"display_name\";s:18:\"Organic Restaurant\";s:10:\"popularity\";d:0.00119999999999999989487575735580549007863737642765045166015625;}s:9:\"oysterbar\";a:2:{s:12:\"display_name\";s:10:\"Oyster Bar\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:32:\"pacificnorthwestrestaurantcanada\";a:2:{s:12:\"display_name\";s:37:\"Pacific Northwest Restaurant (Canada)\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:28:\"pacificnorthwestrestaurantus\";a:2:{s:12:\"display_name\";s:33:\"Pacific Northwest Restaurant (US)\";s:10:\"popularity\";d:0.00119999999999999989487575735580549007863737642765045166015625;}s:10:\"pacificrim\";a:2:{s:12:\"display_name\";s:22:\"Pacific Rim Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:9:\"pakistani\";a:2:{s:12:\"display_name\";s:20:\"Pakistani Restaurant\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:8:\"panasian\";a:2:{s:12:\"display_name\";s:20:\"Pan-Asian Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:8:\"panlatin\";a:2:{s:12:\"display_name\";s:20:\"Pan-Latin Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:10:\"paraguayan\";a:2:{s:12:\"display_name\";s:21:\"Paraguayan Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:17:\"pennsylvaniadutch\";a:2:{s:12:\"display_name\";s:29:\"Pennsylvania Dutch Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:7:\"persian\";a:2:{s:12:\"display_name\";s:26:\"Persian/Iranian Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:8:\"peruvian\";a:2:{s:12:\"display_name\";s:19:\"Peruvian Restaurant\";s:10:\"popularity\";d:0.00119999999999999989487575735580549007863737642765045166015625;}s:5:\"pizza\";a:2:{s:12:\"display_name\";s:5:\"Pizza\";s:10:\"popularity\";d:0.0229000000000000002164934898019055253826081752777099609375;}s:6:\"polish\";a:2:{s:12:\"display_name\";s:17:\"Polish Restaurant\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:10:\"polynesian\";a:2:{s:12:\"display_name\";s:21:\"Polynesian Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:10:\"portuguese\";a:2:{s:12:\"display_name\";s:21:\"Portuguese Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:8:\"provence\";a:2:{s:12:\"display_name\";s:19:\"Provence Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:7:\"qubcois\";a:2:{s:12:\"display_name\";s:22:\"Québécois Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:5:\"ramen\";a:2:{s:12:\"display_name\";s:16:\"Ramen Restaurant\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:5:\"roman\";a:2:{s:12:\"display_name\";s:16:\"Roman Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:8:\"romanian\";a:2:{s:12:\"display_name\";s:19:\"Romanian Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:7:\"russian\";a:2:{s:12:\"display_name\";s:18:\"Russian Restaurant\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:5:\"salad\";a:2:{s:12:\"display_name\";s:6:\"Salads\";s:10:\"popularity\";d:0.00259999999999999988065102485279567190445959568023681640625;}s:10:\"sandwiches\";a:2:{s:12:\"display_name\";s:10:\"Sandwiches\";s:10:\"popularity\";d:0.006499999999999999701627562131989179761148989200592041015625;}s:12:\"scandinavian\";a:2:{s:12:\"display_name\";s:23:\"Scandinavian Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:8:\"scottish\";a:2:{s:12:\"display_name\";s:19:\"Scottish Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:7:\"seafood\";a:2:{s:12:\"display_name\";s:18:\"Seafood Restaurant\";s:10:\"popularity\";d:0.0177999999999999998501198916756038670428097248077392578125;}s:7:\"serbian\";a:2:{s:12:\"display_name\";s:18:\"Serbian Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:10:\"seychelles\";a:2:{s:12:\"display_name\";s:21:\"Seychelles Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:8:\"sicilian\";a:2:{s:12:\"display_name\";s:19:\"Sicilian Restaurant\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:11:\"singaporean\";a:2:{s:12:\"display_name\";s:22:\"Singaporean Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:8:\"snackbar\";a:2:{s:12:\"display_name\";s:9:\"Snack Bar\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:14:\"sobanoodleshop\";a:2:{s:12:\"display_name\";s:16:\"Soba Noodle Shop\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:8:\"soulfood\";a:2:{s:12:\"display_name\";s:9:\"Soul Food\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:4:\"soup\";a:2:{s:12:\"display_name\";s:15:\"Soup Restaurant\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:10:\"southasian\";a:2:{s:12:\"display_name\";s:22:\"South Asian Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:14:\"southeastasian\";a:2:{s:12:\"display_name\";s:26:\"Southeast Asian Restaurant\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:8:\"southern\";a:2:{s:12:\"display_name\";s:19:\"Southern Restaurant\";s:10:\"popularity\";d:0.003599999999999999901467706564517357037402689456939697265625;}s:7:\"spanish\";a:2:{s:12:\"display_name\";s:18:\"Spanish Restaurant\";s:10:\"popularity\";d:0.00200000000000000004163336342344337026588618755340576171875;}s:9:\"srilankan\";a:2:{s:12:\"display_name\";s:21:\"Sri Lankan Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:5:\"steak\";a:2:{s:12:\"display_name\";s:11:\"Steakhouses\";s:10:\"popularity\";d:0.0109999999999999993616217608405349892564117908477783203125;}s:16:\"frenchsteakhouse\";a:2:{s:12:\"display_name\";s:17:\"French Steakhouse\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:21:\"sukiyakiandshabushabu\";a:2:{s:12:\"display_name\";s:35:\"Sukiyaki And Shabu Shabu Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:5:\"sushi\";a:2:{s:12:\"display_name\";s:10:\"Sushi Bars\";s:10:\"popularity\";d:0.005899999999999999862609900702636878122575581073760986328125;}s:7:\"swedish\";a:2:{s:12:\"display_name\";s:18:\"Swedish Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:5:\"swiss\";a:2:{s:12:\"display_name\";s:16:\"Swiss Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:6:\"syrian\";a:2:{s:12:\"display_name\";s:17:\"Syrian Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:9:\"taiwanese\";a:2:{s:12:\"display_name\";s:20:\"Taiwanese Restaurant\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:5:\"tapas\";a:2:{s:12:\"display_name\";s:10:\"Tapas Bars\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:15:\"tapasmallplates\";a:2:{s:12:\"display_name\";s:29:\"Tapas/Small Plates Restaurant\";s:10:\"popularity\";d:0.00200000000000000004163336342344337026588618755340576171875;}s:7:\"tempura\";a:2:{s:12:\"display_name\";s:18:\"Tempura Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:10:\"teppanyaki\";a:2:{s:12:\"display_name\";s:21:\"Teppanyaki Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:7:\"tex-mex\";a:2:{s:12:\"display_name\";s:18:\"Tex-Mex Restaurant\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:4:\"thai\";a:2:{s:12:\"display_name\";s:15:\"Thai Restaurant\";s:10:\"popularity\";d:0.0040000000000000000832667268468867405317723751068115234375;}s:6:\"tongue\";a:2:{s:12:\"display_name\";s:17:\"Tongue Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:8:\"tonkatsu\";a:2:{s:12:\"display_name\";s:19:\"Tonkatsu Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:12:\"tradamerican\";a:2:{s:12:\"display_name\";s:31:\"Traditional American Restaurant\";s:10:\"popularity\";d:0.007000000000000000145716771982051795930601656436920166015625;}s:8:\"tunisian\";a:2:{s:12:\"display_name\";s:19:\"Tunisian Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:7:\"turkish\";a:2:{s:12:\"display_name\";s:18:\"Turkish Restaurant\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:7:\"turkmen\";a:2:{s:12:\"display_name\";s:18:\"Turkmen Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:6:\"tuscan\";a:2:{s:12:\"display_name\";s:17:\"Tuscan Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:9:\"ukrainian\";a:2:{s:12:\"display_name\";s:20:\"Ukrainian Restaurant\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:5:\"unagi\";a:2:{s:12:\"display_name\";s:16:\"Unagi Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:9:\"uruguayan\";a:2:{s:12:\"display_name\";s:20:\"Uruguayan Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:6:\"uzbeki\";a:2:{s:12:\"display_name\";s:17:\"Uzbeki Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:9:\"valencian\";a:2:{s:12:\"display_name\";s:20:\"Valencian Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:5:\"vegan\";a:2:{s:12:\"display_name\";s:16:\"Vegan Restaurant\";s:10:\"popularity\";d:0.00169999999999999990528409821166633264510892331600189208984375;}s:10:\"vegetarian\";a:2:{s:12:\"display_name\";s:21:\"Vegetarian Restaurant\";s:10:\"popularity\";d:0.0022000000000000001325328735646280620130710303783416748046875;}s:8:\"venetian\";a:2:{s:12:\"display_name\";s:19:\"Venetian Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:10:\"vietnamese\";a:2:{s:12:\"display_name\";s:21:\"Vietnamese Restaurant\";s:10:\"popularity\";d:0.00189999999999999999618360835285102439229376614093780517578125;}s:5:\"welsh\";a:2:{s:12:\"display_name\";s:16:\"Welsh Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:8:\"yakiniku\";a:2:{s:12:\"display_name\";s:19:\"Yakiniku Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:8:\"yakitori\";a:2:{s:12:\"display_name\";s:19:\"Yakitori Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:8:\"yemenite\";a:2:{s:12:\"display_name\";s:19:\"Yemenite Restaurant\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:8:\"shopping\";a:2:{s:12:\"display_name\";s:8:\"Shopping\";s:10:\"popularity\";d:0.37790000000000001367794766338192857801914215087890625;}s:5:\"adult\";a:2:{s:12:\"display_name\";s:11:\"Adult Store\";s:10:\"popularity\";d:0.00200000000000000004163336342344337026588618755340576171875;}s:17:\"africangoodsstore\";a:2:{s:12:\"display_name\";s:19:\"African Goods Store\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:8:\"antiques\";a:2:{s:12:\"display_name\";s:13:\"Antique Store\";s:10:\"popularity\";d:0.0080999999999999995614619052730631665326654911041259765625;}s:13:\"armynavystore\";a:2:{s:12:\"display_name\";s:17:\"Army & Navy Store\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:13:\"artsandcrafts\";a:2:{s:12:\"display_name\";s:13:\"Arts & Crafts\";s:10:\"popularity\";d:0.01359999999999999924227278569333066116087138652801513671875;}s:22:\"airbrushingsupplystore\";a:2:{s:12:\"display_name\";s:24:\"Airbrushing Supply Store\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:21:\"artrestorationservice\";a:2:{s:12:\"display_name\";s:23:\"Art Restoration Service\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:11:\"artsupplies\";a:2:{s:12:\"display_name\";s:12:\"Art Supplies\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:9:\"beadstore\";a:2:{s:12:\"display_name\";s:10:\"Bead Store\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:14:\"beadwholesaler\";a:2:{s:12:\"display_name\";s:15:\"Bead Wholesaler\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:10:\"stationery\";a:2:{s:12:\"display_name\";s:18:\"Cards & Stationery\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:14:\"christmasstore\";a:2:{s:12:\"display_name\";s:15:\"Christmas Store\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:8:\"costumes\";a:2:{s:12:\"display_name\";s:8:\"Costumes\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:20:\"costumerentalservice\";a:2:{s:12:\"display_name\";s:22:\"Costume Rental Service\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:16:\"craftsupplystore\";a:2:{s:12:\"display_name\";s:18:\"Craft Supply Store\";s:10:\"popularity\";d:0.00119999999999999989487575735580549007863737642765045166015625;}s:12:\"fabricstores\";a:2:{s:12:\"display_name\";s:13:\"Fabric Stores\";s:10:\"popularity\";d:0.0025000000000000000520417042793042128323577344417572021484375;}s:7:\"framing\";a:2:{s:12:\"display_name\";s:7:\"Framing\";s:10:\"popularity\";d:0.0030999999999999998910593657086565144709311425685882568359375;}s:16:\"rubberstampstore\";a:2:{s:12:\"display_name\";s:18:\"Rubber Stamp Store\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:17:\"scrapbookingstore\";a:2:{s:12:\"display_name\";s:18:\"Scrapbooking Store\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:18:\"yarnknittingstores\";a:2:{s:12:\"display_name\";s:22:\"Yarn & Knitting Stores\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:8:\"knitshop\";a:2:{s:12:\"display_name\";s:9:\"Knit Shop\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:18:\"knittinginstructor\";a:2:{s:12:\"display_name\";s:19:\"Knitting Instructor\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:9:\"yarnstore\";a:2:{s:12:\"display_name\";s:10:\"Yarn Store\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:13:\"auctionhouses\";a:2:{s:12:\"display_name\";s:14:\"Auction Houses\";s:10:\"popularity\";d:0.0022999999999999999611421941381195210851728916168212890625;}s:9:\"baby_gear\";a:2:{s:12:\"display_name\";s:21:\"Baby Gear & Furniture\";s:10:\"popularity\";d:0.00189999999999999999618360835285102439229376614093780517578125;}s:7:\"bespoke\";a:2:{s:12:\"display_name\";s:16:\"Bespoke Clothing\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:5:\"media\";a:2:{s:12:\"display_name\";s:26:\"Books, Mags, Music & Video\";s:10:\"popularity\";d:0.005100000000000000366373598126301658339798450469970703125;}s:10:\"bookstores\";a:2:{s:12:\"display_name\";s:10:\"Bookstores\";s:10:\"popularity\";d:0.0025000000000000000520417042793042128323577344417572021484375;}s:18:\"christianbookstore\";a:2:{s:12:\"display_name\";s:20:\"Christian Book Store\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:13:\"rarebookstore\";a:2:{s:12:\"display_name\";s:15:\"Rare Book Store\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:19:\"religiousgoodsstore\";a:2:{s:12:\"display_name\";s:21:\"Religious Goods Store\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:13:\"usedbookstore\";a:2:{s:12:\"display_name\";s:15:\"Used Book Store\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:10:\"comicbooks\";a:2:{s:12:\"display_name\";s:11:\"Comic Books\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:10:\"musicvideo\";a:2:{s:12:\"display_name\";s:12:\"Music & DVDs\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:4:\"mags\";a:2:{s:12:\"display_name\";s:22:\"Newspapers & Magazines\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:13:\"videoandgames\";a:2:{s:12:\"display_name\";s:26:\"Videos & Video Game Rental\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:13:\"vinyl_records\";a:2:{s:12:\"display_name\";s:13:\"Vinyl Records\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:6:\"bridal\";a:2:{s:12:\"display_name\";s:6:\"Bridal\";s:10:\"popularity\";d:0.007300000000000000065225602696727946749888360500335693359375;}s:10:\"bridalshop\";a:2:{s:12:\"display_name\";s:11:\"Bridal Shop\";s:10:\"popularity\";d:0.005100000000000000366373598126301658339798450469970703125;}s:9:\"computers\";a:2:{s:12:\"display_name\";s:15:\"Computers Store\";s:10:\"popularity\";d:0.005000000000000000104083408558608425664715468883514404296875;}s:15:\"consignmentshop\";a:2:{s:12:\"display_name\";s:16:\"Consignment Shop\";s:10:\"popularity\";d:0.004599999999999999922284388276239042170345783233642578125;}s:13:\"discountstore\";a:2:{s:12:\"display_name\";s:14:\"Discount Store\";s:10:\"popularity\";d:0.0015000000000000000312250225675825276994146406650543212890625;}s:8:\"diveshop\";a:2:{s:12:\"display_name\";s:9:\"Dive Shop\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:11:\"dollarstore\";a:2:{s:12:\"display_name\";s:12:\"Dollar Store\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:10:\"drugstores\";a:2:{s:12:\"display_name\";s:9:\"Drugstore\";s:10:\"popularity\";d:0.00430000000000000000277555756156289135105907917022705078125;}s:21:\"pharmaceuticalcompany\";a:2:{s:12:\"display_name\";s:22:\"Pharmaceutical Company\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:11:\"electronics\";a:2:{s:12:\"display_name\";s:11:\"Electronics\";s:10:\"popularity\";d:0.038999999999999999944488848768742172978818416595458984375;}s:25:\"audiovideoequipmentdealer\";a:2:{s:12:\"display_name\";s:30:\"Audio & Video Equipment Dealer\";s:10:\"popularity\";d:0.0027999999999999999715505349939803636516444385051727294921875;}s:13:\"batterystores\";a:2:{s:12:\"display_name\";s:13:\"Battery Store\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:17:\"burglaralarmstore\";a:2:{s:12:\"display_name\";s:19:\"Burglar Alarm Store\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:16:\"camerarepairshop\";a:2:{s:12:\"display_name\";s:18:\"Camera Repair Shop\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:11:\"camerastore\";a:2:{s:12:\"display_name\";s:12:\"Camera Store\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:14:\"carstereostore\";a:2:{s:12:\"display_name\";s:16:\"Car Stereo Store\";s:10:\"popularity\";d:0.003299999999999999981958875849841206218115985393524169921875;}s:34:\"computerprintersservicerepairstore\";a:2:{s:12:\"display_name\";s:40:\"Computer Printers Service & Repair Store\";s:10:\"popularity\";d:0.004499999999999999659994198708545809495262801647186279296875;}s:21:\"computersoftwarestore\";a:2:{s:12:\"display_name\";s:23:\"Computer Software Store\";s:10:\"popularity\";d:0.00139999999999999998577526749699018182582221925258636474609375;}s:30:\"electronicsservicerepairstores\";a:2:{s:12:\"display_name\";s:34:\"Electronics Service & Repair Store\";s:10:\"popularity\";d:0.013799999999999999766853164828717126511037349700927734375;}s:32:\"audiovideoequipmentrepairservice\";a:2:{s:12:\"display_name\";s:40:\"Audio & Video Equipment Repair & Service\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:33:\"audiovisualequipmentrepairservice\";a:2:{s:12:\"display_name\";s:37:\"Audio Visual Equipment Repair Service\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:19:\"copierrepairservice\";a:2:{s:12:\"display_name\";s:21:\"Copier Repair Service\";s:10:\"popularity\";d:0.0022999999999999999611421941381195210851728916168212890625;}s:23:\"electricmotorrepairshop\";a:2:{s:12:\"display_name\";s:26:\"Electric Motor Repair Shop\";s:10:\"popularity\";d:0.00119999999999999989487575735580549007863737642765045166015625;}s:23:\"electronicpartssupplier\";a:2:{s:12:\"display_name\";s:25:\"Electronic Parts Supplier\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:18:\"radiorepairservice\";a:2:{s:12:\"display_name\";s:20:\"Radio Repair Service\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:19:\"stereorepairservice\";a:2:{s:12:\"display_name\";s:21:\"Stereo Repair Service\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:23:\"televisionrepairservice\";a:2:{s:12:\"display_name\";s:25:\"Television Repair Service\";s:10:\"popularity\";d:0.0025000000000000000520417042793042128323577344417572021484375;}s:23:\"typewriterrepairservice\";a:2:{s:12:\"display_name\";s:25:\"Typewriter Repair Service\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:24:\"videocamerarepairservice\";a:2:{s:12:\"display_name\";s:27:\"Video Camera Repair Service\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:27:\"videoequipmentrepairservice\";a:2:{s:12:\"display_name\";s:30:\"Video Equipment Repair Service\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:11:\"gpssupplier\";a:2:{s:12:\"display_name\";s:12:\"GPS Supplier\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:24:\"hometheatersystemsstores\";a:2:{s:12:\"display_name\";s:26:\"Home Theater Systems Store\";s:10:\"popularity\";d:0.0033999999999999998105681964233326652902178466320037841796875;}s:21:\"audiovisualconsultant\";a:2:{s:12:\"display_name\";s:23:\"Audio Visual Consultant\";s:10:\"popularity\";d:0.00200000000000000004163336342344337026588618755340576171875;}s:23:\"mobilephonerepairstores\";a:2:{s:12:\"display_name\";s:27:\"Mobile Phone & Repair Store\";s:10:\"popularity\";d:0.007599999999999999984734433411404097569175064563751220703125;}s:17:\"usedcomputerstore\";a:2:{s:12:\"display_name\";s:19:\"Used Computer Store\";s:10:\"popularity\";d:0.0025000000000000000520417042793042128323577344417572021484375;}s:22:\"videogamerentalservice\";a:2:{s:12:\"display_name\";s:25:\"Video Game Rental Service\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:14:\"videogamestore\";a:2:{s:12:\"display_name\";s:16:\"Video Game Store\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:9:\"opticians\";a:2:{s:12:\"display_name\";s:19:\"Eyewear & Opticians\";s:10:\"popularity\";d:0.007300000000000000065225602696727946749888360500335693359375;}s:21:\"contactlensessupplier\";a:2:{s:12:\"display_name\";s:23:\"Contact Lenses Supplier\";s:10:\"popularity\";d:0.0022000000000000001325328735646280620130710303783416748046875;}s:7:\"fashion\";a:2:{s:12:\"display_name\";s:7:\"Fashion\";s:10:\"popularity\";d:0.0536999999999999977351450297646806575357913970947265625;}s:11:\"accessories\";a:2:{s:12:\"display_name\";s:11:\"Accessories\";s:10:\"popularity\";d:0.0120999999999999996447286321199499070644378662109375;}s:4:\"cape\";a:2:{s:12:\"display_name\";s:5:\"Capes\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:15:\"glassmirrorshop\";a:2:{s:12:\"display_name\";s:19:\"Glass & Mirror Shop\";s:10:\"popularity\";d:0.00189999999999999999618360835285102439229376614093780517578125;}s:13:\"handbagstores\";a:2:{s:12:\"display_name\";s:14:\"Handbags Store\";s:10:\"popularity\";d:0.0015000000000000000312250225675825276994146406650543212890625;}s:16:\"sunglassesstores\";a:2:{s:12:\"display_name\";s:16:\"Sunglasses Store\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:8:\"boutique\";a:2:{s:12:\"display_name\";s:8:\"Boutique\";s:10:\"popularity\";d:0.00540000000000000028588242884097780915908515453338623046875;}s:8:\"clothing\";a:2:{s:12:\"display_name\";s:8:\"Clothing\";s:10:\"popularity\";d:0.02709999999999999908961711980737163685262203216552734375;}s:10:\"childcloth\";a:2:{s:12:\"display_name\";s:19:\"Children\'s Clothing\";s:10:\"popularity\";d:0.00370000000000000016375789613221058971248567104339599609375;}s:17:\"babyclothingstore\";a:2:{s:12:\"display_name\";s:19:\"Baby Clothing Store\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:13:\"clothingstore\";a:2:{s:12:\"display_name\";s:14:\"Clothing Store\";s:10:\"popularity\";d:0.003899999999999999820976537279193507856689393520355224609375;}s:17:\"customtshirtstore\";a:2:{s:12:\"display_name\";s:20:\"Custom T-Shirt Store\";s:10:\"popularity\";d:0.00259999999999999988065102485279567190445959568023681640625;}s:16:\"fabricwholesaler\";a:2:{s:12:\"display_name\";s:17:\"Fabric Wholesaler\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:7:\"furrier\";a:2:{s:12:\"display_name\";s:7:\"Furrier\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:18:\"hawaiiangoodsstore\";a:2:{s:12:\"display_name\";s:20:\"Hawaiian Goods Store\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:9:\"menscloth\";a:2:{s:12:\"display_name\";s:14:\"Men\'s Clothing\";s:10:\"popularity\";d:0.004799999999999999579503029423221960314549505710601806640625;}s:11:\"tshirtstore\";a:2:{s:12:\"display_name\";s:13:\"T-Shirt Store\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:17:\"usedclothingstore\";a:2:{s:12:\"display_name\";s:19:\"Used Clothing Store\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:20:\"vintageclothingstore\";a:2:{s:12:\"display_name\";s:22:\"Vintage Clothing Store\";s:10:\"popularity\";d:0.00119999999999999989487575735580549007863737642765045166015625;}s:11:\"womenscloth\";a:2:{s:12:\"display_name\";s:16:\"Women\'s Clothing\";s:10:\"popularity\";d:0.0120999999999999996447286321199499070644378662109375;}s:16:\"workclothesstore\";a:2:{s:12:\"display_name\";s:18:\"Work Clothes Store\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:10:\"dancestore\";a:2:{s:12:\"display_name\";s:11:\"Dance Store\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:10:\"deptstores\";a:2:{s:12:\"display_name\";s:17:\"Department Stores\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:8:\"teastore\";a:2:{s:12:\"display_name\";s:9:\"Tea Store\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:9:\"dressshop\";a:2:{s:12:\"display_name\";s:10:\"Dress Shop\";s:10:\"popularity\";d:0.00139999999999999998577526749699018182582221925258636474609375;}s:10:\"formalwear\";a:2:{s:12:\"display_name\";s:11:\"Formal Wear\";s:10:\"popularity\";d:0.004599999999999999922284388276239042170345783233642578125;}s:10:\"tuxedoshop\";a:2:{s:12:\"display_name\";s:11:\"Tuxedo Shop\";s:10:\"popularity\";d:0.00169999999999999990528409821166633264510892331600189208984375;}s:4:\"hats\";a:2:{s:12:\"display_name\";s:4:\"Hats\";s:10:\"popularity\";d:0.00139999999999999998577526749699018182582221925258636474609375;}s:7:\"leather\";a:2:{s:12:\"display_name\";s:13:\"Leather Goods\";s:10:\"popularity\";d:0.00119999999999999989487575735580549007863737642765045166015625;}s:8:\"lingerie\";a:2:{s:12:\"display_name\";s:8:\"Lingerie\";s:10:\"popularity\";d:0.00200000000000000004163336342344337026588618755340576171875;}s:9:\"maternity\";a:2:{s:12:\"display_name\";s:14:\"Maternity Wear\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:14:\"maternitystore\";a:2:{s:12:\"display_name\";s:15:\"Maternity Store\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:17:\"plus_size_fashion\";a:2:{s:12:\"display_name\";s:17:\"Plus Size Fashion\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:5:\"shoes\";a:2:{s:12:\"display_name\";s:10:\"Shoe Store\";s:10:\"popularity\";d:0.005100000000000000366373598126301658339798450469970703125;}s:9:\"bootstore\";a:2:{s:12:\"display_name\";s:10:\"Boot Store\";s:10:\"popularity\";d:0.00139999999999999998577526749699018182582221925258636474609375;}s:19:\"orthopedicshoestore\";a:2:{s:12:\"display_name\";s:21:\"Orthopedic Shoe Store\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:8:\"swimwear\";a:2:{s:12:\"display_name\";s:8:\"Swimwear\";s:10:\"popularity\";d:0.00139999999999999998577526749699018182582221925258636474609375;}s:13:\"tshirtcompany\";a:2:{s:12:\"display_name\";s:15:\"T-Shirt Company\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:7:\"vintage\";a:2:{s:12:\"display_name\";s:27:\"Used, Vintage & Consignment\";s:10:\"popularity\";d:0.0040000000000000000832667268468867405317723751068115234375;}s:19:\"westernapparelstore\";a:2:{s:12:\"display_name\";s:21:\"Western Apparel Store\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:9:\"fireworks\";a:2:{s:12:\"display_name\";s:9:\"Fireworks\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:18:\"fleamarketsbazaars\";a:2:{s:12:\"display_name\";s:22:\"Flea Markets & Bazaars\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:7:\"flowers\";a:2:{s:12:\"display_name\";s:15:\"Flowers & Gifts\";s:10:\"popularity\";d:0.0298999999999999994948485237955537741072475910186767578125;}s:15:\"driedflowershop\";a:2:{s:12:\"display_name\";s:17:\"Dried Flower Shop\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:8:\"florists\";a:2:{s:12:\"display_name\";s:7:\"Florist\";s:10:\"popularity\";d:0.01359999999999999924227278569333066116087138652801513671875;}s:15:\"giftbasketstore\";a:2:{s:12:\"display_name\";s:17:\"Gift Basket Store\";s:10:\"popularity\";d:0.00259999999999999988065102485279567190445959568023681640625;}s:9:\"giftshops\";a:2:{s:12:\"display_name\";s:9:\"Gift Shop\";s:10:\"popularity\";d:0.0120999999999999996447286321199499070644378662109375;}s:13:\"giftwrapstore\";a:2:{s:12:\"display_name\";s:15:\"Gift Wrap Store\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:17:\"greetingcardshops\";a:2:{s:12:\"display_name\";s:18:\"Greeting Card Shop\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:16:\"wholesaleflorist\";a:2:{s:12:\"display_name\";s:17:\"Wholesale Florist\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:12:\"generalstore\";a:2:{s:12:\"display_name\";s:13:\"General Store\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:10:\"golddealer\";a:2:{s:12:\"display_name\";s:11:\"Gold Dealer\";s:10:\"popularity\";d:0.004499999999999999659994198708545809495262801647186279296875;}s:13:\"guns_and_ammo\";a:2:{s:12:\"display_name\";s:11:\"Guns & Ammo\";s:10:\"popularity\";d:0.0114999999999999998057109706905976054258644580841064453125;}s:18:\"airsoftsupplystore\";a:2:{s:12:\"display_name\";s:20:\"Airsoft Supply Store\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:18:\"ammunitionsupplier\";a:2:{s:12:\"display_name\";s:19:\"Ammunition Supplier\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:20:\"healthbeautysupplies\";a:2:{s:12:\"display_name\";s:24:\"Health & Beauty Supplies\";s:10:\"popularity\";d:0.00540000000000000028588242884097780915908515453338623046875;}s:23:\"aromatherapysupplystore\";a:2:{s:12:\"display_name\";s:25:\"Aromatherapy Supply Store\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:23:\"vitaminsupplementstores\";a:2:{s:12:\"display_name\";s:27:\"Vitamin & Supplement Stores\";s:10:\"popularity\";d:0.00289999999999999980015985556747182272374629974365234375;}s:10:\"hobbyshops\";a:2:{s:12:\"display_name\";s:10:\"Hobby Shop\";s:10:\"popularity\";d:0.01299999999999999940325512426397835952229797840118408203125;}s:18:\"antiquerestoration\";a:2:{s:12:\"display_name\";s:19:\"Antique Restoration\";s:10:\"popularity\";d:0.00139999999999999998577526749699018182582221925258636474609375;}s:25:\"antiquescollectiblesstore\";a:2:{s:12:\"display_name\";s:29:\"Antiques & Collectibles Store\";s:10:\"popularity\";d:0.006499999999999999701627562131989179761148989200592041015625;}s:18:\"brewingsupplystore\";a:2:{s:12:\"display_name\";s:20:\"Brewing Supply Store\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:18:\"collectiblesstores\";a:2:{s:12:\"display_name\";s:19:\"Collectibles Stores\";s:10:\"popularity\";d:0.0022000000000000001325328735646280620130710303783416748046875;}s:15:\"sportscardstore\";a:2:{s:12:\"display_name\";s:17:\"Sports Card Store\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:22:\"sportsmemorabiliastore\";a:2:{s:12:\"display_name\";s:24:\"Sports Memorabilia Store\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:9:\"stampshop\";a:2:{s:12:\"display_name\";s:10:\"Stamp Shop\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:22:\"dollrestorationservice\";a:2:{s:12:\"display_name\";s:24:\"Doll Restoration Service\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:9:\"dollstore\";a:2:{s:12:\"display_name\";s:10:\"Doll Store\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:8:\"kiteshop\";a:2:{s:12:\"display_name\";s:9:\"Kite Shop\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:15:\"miniaturesstore\";a:2:{s:12:\"display_name\";s:16:\"Miniatures Store\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:9:\"modelshop\";a:2:{s:12:\"display_name\";s:10:\"Model Shop\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:15:\"modeltrainstore\";a:2:{s:12:\"display_name\";s:17:\"Model Train Store\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:14:\"telescopestore\";a:2:{s:12:\"display_name\";s:15:\"Telescope Store\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:16:\"tradingcardstore\";a:2:{s:12:\"display_name\";s:18:\"Trading Card Store\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:21:\"winemakingsupplystore\";a:2:{s:12:\"display_name\";s:23:\"Winemaking Supply Store\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:13:\"homeandgarden\";a:2:{s:12:\"display_name\";s:13:\"Home & Garden\";s:10:\"popularity\";d:0.11580000000000000015543122344752191565930843353271484375;}s:10:\"appliances\";a:2:{s:12:\"display_name\";s:10:\"Appliances\";s:10:\"popularity\";d:0.0027999999999999999715505349939803636516444385051727294921875;}s:9:\"flagstore\";a:2:{s:12:\"display_name\";s:10:\"Flag Store\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:21:\"furniturerepairstores\";a:2:{s:12:\"display_name\";s:23:\"Furniture Repair Stores\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:9:\"furniture\";a:2:{s:12:\"display_name\";s:15:\"Furniture Store\";s:10:\"popularity\";d:0.0280000000000000005828670879282071837224066257476806640625;}s:19:\"amishfurniturestore\";a:2:{s:12:\"display_name\";s:21:\"Amish Furniture Store\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:34:\"antiquefurniturerestorationservice\";a:2:{s:12:\"display_name\";s:37:\"Antique Furniture Restoration Service\";s:10:\"popularity\";d:0.0040000000000000000832667268468867405317723751068115234375;}s:21:\"antiquefurniturestore\";a:2:{s:12:\"display_name\";s:23:\"Antique Furniture Store\";s:10:\"popularity\";d:0.003299999999999999981958875849841206218115985393524169921875;}s:21:\"bedroomfurniturestore\";a:2:{s:12:\"display_name\";s:23:\"Bedroom Furniture Store\";s:10:\"popularity\";d:0.0022999999999999999611421941381195210851728916168212890625;}s:12:\"cabinetstore\";a:2:{s:12:\"display_name\";s:13:\"Cabinet Store\";s:10:\"popularity\";d:0.00169999999999999990528409821166633264510892331600189208984375;}s:23:\"childrensfurniturestore\";a:2:{s:12:\"display_name\";s:26:\"Children\'s Furniture Store\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:12:\"doorsupplier\";a:2:{s:12:\"display_name\";s:13:\"Door Supplier\";s:10:\"popularity\";d:0.0022999999999999999611421941381195210851728916168212890625;}s:22:\"furniturerentalservice\";a:2:{s:12:\"display_name\";s:24:\"Furniture Rental Service\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:10:\"futonstore\";a:2:{s:12:\"display_name\";s:11:\"Futon Store\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:20:\"rusticfurniturestore\";a:2:{s:12:\"display_name\";s:22:\"Rustic Furniture Store\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:24:\"unfinishedfurniturestore\";a:2:{s:12:\"display_name\";s:26:\"Unfinished Furniture Store\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:18:\"usedfurniturestore\";a:2:{s:12:\"display_name\";s:20:\"Used Furniture Store\";s:10:\"popularity\";d:0.00259999999999999988065102485279567190445959568023681640625;}s:11:\"wickerstore\";a:2:{s:12:\"display_name\";s:12:\"Wicker Store\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:8:\"hardware\";a:2:{s:12:\"display_name\";s:15:\"Hardware Stores\";s:10:\"popularity\";d:0.005100000000000000366373598126301658339798450469970703125;}s:29:\"homecommercialcleaningservice\";a:2:{s:12:\"display_name\";s:34:\"Home & Commercial Cleaning Service\";s:10:\"popularity\";d:0.0057000000000000002053912595556539599783718585968017578125;}s:19:\"homeappliancestores\";a:2:{s:12:\"display_name\";s:21:\"Home Appliance Stores\";s:10:\"popularity\";d:0.006799999999999999621136392846665330580435693264007568359375;}s:17:\"refrigeratorstore\";a:2:{s:12:\"display_name\";s:18:\"Refrigerator Store\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:27:\"smallappliancerepairservice\";a:2:{s:12:\"display_name\";s:30:\"Small Appliance Repair Service\";s:10:\"popularity\";d:0.0030999999999999998910593657086565144709311425685882568359375;}s:18:\"usedappliancestore\";a:2:{s:12:\"display_name\";s:20:\"Used Appliance Store\";s:10:\"popularity\";d:0.00119999999999999989487575735580549007863737642765045166015625;}s:18:\"vacuumcleanerstore\";a:2:{s:12:\"display_name\";s:20:\"Vacuum Cleaner Store\";s:10:\"popularity\";d:0.0015000000000000000312250225675825276994146406650543212890625;}s:16:\"washerdryerstore\";a:2:{s:12:\"display_name\";s:20:\"Washer & Dryer Store\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:13:\"woodstoveshop\";a:2:{s:12:\"display_name\";s:15:\"Wood Stove Shop\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:9:\"homedecor\";a:2:{s:12:\"display_name\";s:10:\"Home Decor\";s:10:\"popularity\";d:0.0286999999999999998168132009368491708301007747650146484375;}s:23:\"artificialplantsupplier\";a:2:{s:12:\"display_name\";s:25:\"Artificial Plant Supplier\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:11:\"candlestore\";a:2:{s:12:\"display_name\";s:12:\"Candle Store\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:11:\"linensstore\";a:2:{s:12:\"display_name\";s:12:\"Linens Store\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:16:\"orientalrugstore\";a:2:{s:12:\"display_name\";s:18:\"Oriental Rug Store\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:16:\"pictureframeshop\";a:2:{s:12:\"display_name\";s:18:\"Picture Frame Shop\";s:10:\"popularity\";d:0.00139999999999999998577526749699018182582221925258636474609375;}s:12:\"potterystore\";a:2:{s:12:\"display_name\";s:13:\"Pottery Store\";s:10:\"popularity\";d:0.00139999999999999998577526749699018182582221925258636474609375;}s:8:\"rugstore\";a:2:{s:12:\"display_name\";s:9:\"Rug Store\";s:10:\"popularity\";d:0.0025000000000000000520417042793042128323577344417572021484375;}s:12:\"shutterstore\";a:2:{s:12:\"display_name\";s:13:\"Shutter Store\";s:10:\"popularity\";d:0.00119999999999999989487575735580549007863737642765045166015625;}s:13:\"silkplantshop\";a:2:{s:12:\"display_name\";s:15:\"Silk Plant Shop\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:14:\"upholsteryshop\";a:2:{s:12:\"display_name\";s:15:\"Upholstery Shop\";s:10:\"popularity\";d:0.0027999999999999999715505349939803636516444385051727294921875;}s:17:\"windowblindsstore\";a:2:{s:12:\"display_name\";s:19:\"Window Blinds Store\";s:10:\"popularity\";d:0.00370000000000000016375789613221058971248567104339599609375;}s:21:\"windowtreatmentstores\";a:2:{s:12:\"display_name\";s:22:\"Window Treatment Store\";s:10:\"popularity\";d:0.0033999999999999998105681964233326652902178466320037841796875;}s:21:\"homeimprovementstores\";a:2:{s:12:\"display_name\";s:22:\"Home Improvement Store\";s:10:\"popularity\";d:0.0268000000000000009048317650695025804452598094940185546875;}s:21:\"bathroomfixturestores\";a:2:{s:12:\"display_name\";s:23:\"Bathroom Fixtures Store\";s:10:\"popularity\";d:0.00169999999999999990528409821166633264510892331600189208984375;}s:14:\"showerdoorshop\";a:2:{s:12:\"display_name\";s:16:\"Shower Door Shop\";s:10:\"popularity\";d:0.00119999999999999989487575735580549007863737642765045166015625;}s:19:\"bathroomsupplystore\";a:2:{s:12:\"display_name\";s:21:\"Bathroom Supply Store\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:15:\"countertopstore\";a:2:{s:12:\"display_name\";s:16:\"Countertop Store\";s:10:\"popularity\";d:0.00259999999999999988065102485279567190445959568023681640625;}s:14:\"fireplacestore\";a:2:{s:12:\"display_name\";s:15:\"Fireplace Store\";s:10:\"popularity\";d:0.00200000000000000004163336342344337026588618755340576171875;}s:20:\"flooringcarpetstores\";a:2:{s:12:\"display_name\";s:23:\"Flooring & Carpet Store\";s:10:\"popularity\";d:0.00940000000000000036914915568786454969085752964019775390625;}s:13:\"flooringstore\";a:2:{s:12:\"display_name\";s:14:\"Flooring Store\";s:10:\"popularity\";d:0.004799999999999999579503029423221960314549505710601806640625;}s:13:\"linoleumstore\";a:2:{s:12:\"display_name\";s:14:\"Linoleum Store\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:10:\"paintstore\";a:2:{s:12:\"display_name\";s:11:\"Paint Store\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:11:\"screenstore\";a:2:{s:12:\"display_name\";s:12:\"Screen Store\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:13:\"shelvingstore\";a:2:{s:12:\"display_name\";s:14:\"Shelving Store\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:9:\"tilestore\";a:2:{s:12:\"display_name\";s:10:\"Tile Store\";s:10:\"popularity\";d:0.00430000000000000000277555756156289135105907917022705078125;}s:9:\"toolstore\";a:2:{s:12:\"display_name\";s:10:\"Tool Store\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:14:\"wallpaperstore\";a:2:{s:12:\"display_name\";s:15:\"Wallpaper Store\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:22:\"windowtreatmentservice\";a:2:{s:12:\"display_name\";s:24:\"Window Treatment Service\";s:10:\"popularity\";d:0.0027999999999999999715505349939803636516444385051727294921875;}s:13:\"hottubandpool\";a:2:{s:12:\"display_name\";s:14:\"Hot Tub & Pool\";s:10:\"popularity\";d:0.0025000000000000000520417042793042128323577344417572021484375;}s:10:\"housewares\";a:2:{s:12:\"display_name\";s:10:\"Housewares\";s:10:\"popularity\";d:0.004199999999999999740485367993869658675976097583770751953125;}s:14:\"chinawarestore\";a:2:{s:12:\"display_name\";s:15:\"Chinaware Store\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:15:\"gaslogssupplier\";a:2:{s:12:\"display_name\";s:17:\"Gas Logs Supplier\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:14:\"homegoodsstore\";a:2:{s:12:\"display_name\";s:16:\"Home Goods Store\";s:10:\"popularity\";d:0.0015000000000000000312250225675825276994146406650543212890625;}s:15:\"incensesupplier\";a:2:{s:12:\"display_name\";s:16:\"Incense Supplier\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:14:\"lightingstores\";a:2:{s:12:\"display_name\";s:15:\"Lighting Stores\";s:10:\"popularity\";d:0.0025000000000000000520417042793042128323577344417572021484375;}s:19:\"lampslampshadestore\";a:2:{s:12:\"display_name\";s:24:\"Lamps & Lamp Shade Store\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:17:\"lightbulbsupplier\";a:2:{s:12:\"display_name\";s:19:\"Light Bulb Supplier\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:13:\"musicboxstore\";a:2:{s:12:\"display_name\";s:15:\"Music Box Store\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:24:\"usedstorefixturesupplier\";a:2:{s:12:\"display_name\";s:27:\"Used Store Fixture Supplier\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:14:\"kitchenandbath\";a:2:{s:12:\"display_name\";s:14:\"Kitchen & Bath\";s:10:\"popularity\";d:0.0091000000000000004496403249731883988715708255767822265625;}s:20:\"kitchencabinetstores\";a:2:{s:12:\"display_name\";s:21:\"Kitchen Cabinet Store\";s:10:\"popularity\";d:0.004599999999999999922284388276239042170345783233642578125;}s:17:\"kitchenwarestores\";a:2:{s:12:\"display_name\";s:18:\"Kitchenwares Store\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:12:\"cutlerystore\";a:2:{s:12:\"display_name\";s:13:\"Cutlery Store\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:15:\"kitchenwareshop\";a:2:{s:12:\"display_name\";s:16:\"Kitchenware Shop\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:11:\"lumberstore\";a:2:{s:12:\"display_name\";s:12:\"Lumber Store\";s:10:\"popularity\";d:0.00370000000000000016375789613221058971248567104339599609375;}s:10:\"mattresses\";a:2:{s:12:\"display_name\";s:10:\"Mattresses\";s:10:\"popularity\";d:0.004799999999999999579503029423221960314549505710601806640625;}s:9:\"gardening\";a:2:{s:12:\"display_name\";s:21:\"Nurseries & Gardening\";s:10:\"popularity\";d:0.00289999999999999980015985556747182272374629974365234375;}s:10:\"yardgarden\";a:2:{s:12:\"display_name\";s:13:\"Yard & Garden\";s:10:\"popularity\";d:0.0125000000000000006938893903907228377647697925567626953125;}s:12:\"gardencenter\";a:2:{s:12:\"display_name\";s:13:\"Garden Center\";s:10:\"popularity\";d:0.00169999999999999990528409821166633264510892331600189208984375;}s:11:\"hottubstore\";a:2:{s:12:\"display_name\";s:13:\"Hot Tub Store\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:22:\"landscapingsupplystore\";a:2:{s:12:\"display_name\";s:24:\"Landscaping Supply Store\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:26:\"outdoorfurnituredcorstores\";a:2:{s:12:\"display_name\";s:25:\"Outdoor Furniture & Decor\";s:10:\"popularity\";d:0.00189999999999999999618360835285102439229376614093780517578125;}s:21:\"outdoorfurniturestore\";a:2:{s:12:\"display_name\";s:23:\"Outdoor Furniture Store\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:20:\"outdoorlightingstore\";a:2:{s:12:\"display_name\";s:22:\"Outdoor Lighting Store\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:16:\"pondfishsupplier\";a:2:{s:12:\"display_name\";s:18:\"Pond Fish Supplier\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:15:\"pondsupplystore\";a:2:{s:12:\"display_name\";s:17:\"Pond Supply Store\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:19:\"poolspasupplystores\";a:2:{s:12:\"display_name\";s:23:\"Pool & Spa Supply Store\";s:10:\"popularity\";d:0.00169999999999999990528409821166633264510892331600189208984375;}s:23:\"swimmingpoolsupplystore\";a:2:{s:12:\"display_name\";s:26:\"Swimming Pool Supply Store\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:22:\"yardgardensupplystores\";a:2:{s:12:\"display_name\";s:26:\"Yard & Garden Supply Store\";s:10:\"popularity\";d:0.006700000000000000226207941267375645111314952373504638671875;}s:10:\"grillstore\";a:2:{s:12:\"display_name\";s:11:\"Grill Store\";s:10:\"popularity\";d:0.00139999999999999998577526749699018182582221925258636474609375;}s:14:\"lawnmowerstore\";a:2:{s:12:\"display_name\";s:16:\"Lawn Mower Store\";s:10:\"popularity\";d:0.00139999999999999998577526749699018182582221925258636474609375;}s:14:\"plantnurseries\";a:2:{s:12:\"display_name\";s:13:\"Plant Nursery\";s:10:\"popularity\";d:0.00200000000000000004163336342344337026588618755340576171875;}s:14:\"plantssupplier\";a:2:{s:12:\"display_name\";s:15:\"Plants Supplier\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:21:\"wholesaleplantnursery\";a:2:{s:12:\"display_name\";s:23:\"Wholesale Plant Nursery\";s:10:\"popularity\";d:0.00119999999999999989487575735580549007863737642765045166015625;}s:15:\"irishgoodsstore\";a:2:{s:12:\"display_name\";s:17:\"Irish Goods Store\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:7:\"jewelry\";a:2:{s:12:\"display_name\";s:7:\"Jewelry\";s:10:\"popularity\";d:0.02079999999999999904520819882236537523567676544189453125;}s:8:\"engraver\";a:2:{s:12:\"display_name\";s:8:\"Engraver\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:16:\"knittingsupplies\";a:2:{s:12:\"display_name\";s:17:\"Knitting Supplies\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:7:\"luggage\";a:2:{s:12:\"display_name\";s:7:\"Luggage\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:13:\"magazinestore\";a:2:{s:12:\"display_name\";s:14:\"Magazine Store\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:10:\"magicstore\";a:2:{s:12:\"display_name\";s:11:\"Magic Store\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:8:\"mapstore\";a:2:{s:12:\"display_name\";s:9:\"Map Store\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:6:\"market\";a:2:{s:12:\"display_name\";s:6:\"Market\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:15:\"medicalsupplies\";a:2:{s:12:\"display_name\";s:16:\"Medical Supplies\";s:10:\"popularity\";d:0.0097999999999999996835864379818303859792649745941162109375;}s:17:\"dentalsupplystore\";a:2:{s:12:\"display_name\";s:19:\"Dental Supply Store\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:25:\"diabetesequipmentsupplier\";a:2:{s:12:\"display_name\";s:27:\"Diabetes Equipment Supplier\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:14:\"dryicesupplier\";a:2:{s:12:\"display_name\";s:16:\"Dry Ice Supplier\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:16:\"hearingaidrepair\";a:2:{s:12:\"display_name\";s:18:\"Hearing Aid Repair\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:15:\"hearingaidstore\";a:2:{s:12:\"display_name\";s:17:\"Hearing Aid Store\";s:10:\"popularity\";d:0.00139999999999999998577526749699018182582221925258636474609375;}s:27:\"orthoticsprostheticsservice\";a:2:{s:12:\"display_name\";s:31:\"Orthotics & Prosthetics Service\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:23:\"oxygenequipmentsupplier\";a:2:{s:12:\"display_name\";s:25:\"Oxygen Equipment Supplier\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:23:\"wheelchairrentalservice\";a:2:{s:12:\"display_name\";s:25:\"Wheelchair Rental Service\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:23:\"wheelchairrepairservice\";a:2:{s:12:\"display_name\";s:25:\"Wheelchair Repair Service\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:15:\"wheelchairstore\";a:2:{s:12:\"display_name\";s:16:\"Wheelchair Store\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:21:\"xrayequipmentsupplier\";a:2:{s:12:\"display_name\";s:24:\"X-Ray Equipment Supplier\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:23:\"metaphysicalsupplystore\";a:2:{s:12:\"display_name\";s:25:\"Metaphysical Supply Store\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:12:\"mobilephones\";a:2:{s:12:\"display_name\";s:13:\"Mobile Phones\";s:10:\"popularity\";d:0.003299999999999999981958875849841206218115985393524169921875;}s:11:\"musicstores\";a:2:{s:12:\"display_name\";s:12:\"Music Stores\";s:10:\"popularity\";d:0.005100000000000000366373598126301658339798450469970703125;}s:14:\"cdrecordstores\";a:2:{s:12:\"display_name\";s:18:\"CD & Record Stores\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:11:\"usedcdstore\";a:2:{s:12:\"display_name\";s:13:\"Used CD Store\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:13:\"djsupplystore\";a:2:{s:12:\"display_name\";s:15:\"DJ Supply Store\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:23:\"musicalinstrumentstores\";a:2:{s:12:\"display_name\";s:24:\"Musical Instrument Store\";s:10:\"popularity\";d:0.005000000000000000104083408558608425664715468883514404296875;}s:9:\"drumstore\";a:2:{s:12:\"display_name\";s:10:\"Drum Store\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:11:\"guitarstore\";a:2:{s:12:\"display_name\";s:12:\"Guitar Store\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:10:\"pianostore\";a:2:{s:12:\"display_name\";s:11:\"Piano Store\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:11:\"stereostore\";a:2:{s:12:\"display_name\";s:12:\"Stereo Store\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:26:\"usedmusicalinstrumentstore\";a:2:{s:12:\"display_name\";s:29:\"Used Musical Instrument Store\";s:10:\"popularity\";d:0.00119999999999999989487575735580549007863737642765045166015625;}s:10:\"violinshop\";a:2:{s:12:\"display_name\";s:11:\"Violin Shop\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:15:\"sheetmusicstore\";a:2:{s:12:\"display_name\";s:17:\"Sheet Music Store\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:29:\"musicalinstrumentsandteachers\";a:2:{s:12:\"display_name\";s:30:\"Musical Instruments & Teachers\";s:10:\"popularity\";d:0.005300000000000000023592239273284576484002172946929931640625;}s:24:\"nativeamericangoodsstore\";a:2:{s:12:\"display_name\";s:27:\"Native American Goods Store\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:14:\"noveltiesstore\";a:2:{s:12:\"display_name\";s:15:\"Novelties Store\";s:10:\"popularity\";d:0.00169999999999999990528409821166633264510892331600189208984375;}s:15:\"officeequipment\";a:2:{s:12:\"display_name\";s:16:\"Office Equipment\";s:10:\"popularity\";d:0.00189999999999999999618360835285102439229376614093780517578125;}s:22:\"oilproductioncompanies\";a:2:{s:12:\"display_name\";s:24:\"Oil Production Companies\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:18:\"orientalgoodsstore\";a:2:{s:12:\"display_name\";s:20:\"Oriental Goods Store\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:13:\"outlet_stores\";a:2:{s:12:\"display_name\";s:13:\"Outlet Stores\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:4:\"pawn\";a:2:{s:12:\"display_name\";s:9:\"Pawn Shop\";s:10:\"popularity\";d:0.006499999999999999701627562131989179761148989200592041015625;}s:8:\"penstore\";a:2:{s:12:\"display_name\";s:9:\"Pen Store\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:17:\"personal_shopping\";a:2:{s:12:\"display_name\";s:17:\"Personal Shopping\";s:10:\"popularity\";d:0.00430000000000000000277555756156289135105907917022705078125;}s:17:\"photographystores\";a:2:{s:12:\"display_name\";s:29:\"Photography Stores & Services\";s:10:\"popularity\";d:0.00189999999999999999618360835285102439229376614093780517578125;}s:8:\"rockshop\";a:2:{s:12:\"display_name\";s:9:\"Rock Shop\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:13:\"safevaultshop\";a:2:{s:12:\"display_name\";s:17:\"Safe & Vault Shop\";s:10:\"popularity\";d:0.00189999999999999999618360835285102439229376614093780517578125;}s:11:\"salvageyard\";a:2:{s:12:\"display_name\";s:12:\"Salvage Yard\";s:10:\"popularity\";d:0.00119999999999999989487575735580549007863737642765045166015625;}s:24:\"schoolofficesupplystores\";a:2:{s:12:\"display_name\";s:28:\"School & Office Supply Store\";s:10:\"popularity\";d:0.00110000000000000006626643678231403100653551518917083740234375;}s:27:\"babyandnurseryequipmentshop\";a:2:{s:12:\"display_name\";s:31:\"Baby And Nursery Equipment Shop\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:16:\"envelopesupplier\";a:2:{s:12:\"display_name\";s:17:\"Envelope Supplier\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:17:\"schoolsupplystore\";a:2:{s:12:\"display_name\";s:19:\"School Supply Store\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:15:\"shoppingcenters\";a:2:{s:12:\"display_name\";s:15:\"Shopping Center\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:12:\"shoppingmall\";a:2:{s:12:\"display_name\";s:13:\"Shopping Mall\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:13:\"souvenirstore\";a:2:{s:12:\"display_name\";s:14:\"Souvenir Store\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:10:\"sportgoods\";a:2:{s:12:\"display_name\";s:14:\"Sporting Goods\";s:10:\"popularity\";d:0.033099999999999997479793734100894653238356113433837890625;}s:12:\"archerystore\";a:2:{s:12:\"display_name\";s:13:\"Archery Store\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:5:\"bikes\";a:2:{s:12:\"display_name\";s:11:\"Bikes Store\";s:10:\"popularity\";d:0.0030999999999999998910593657086565144709311425685882568359375;}s:15:\"usedbicycleshop\";a:2:{s:12:\"display_name\";s:17:\"Used Bicycle Shop\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:20:\"billiardssupplystore\";a:2:{s:12:\"display_name\";s:22:\"Billiards Supply Store\";s:10:\"popularity\";d:0.00200000000000000004163336342344337026588618755340576171875;}s:17:\"bowlingsupplyshop\";a:2:{s:12:\"display_name\";s:19:\"Bowling Supply Shop\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:13:\"cricketground\";a:2:{s:12:\"display_name\";s:14:\"Cricket Ground\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:15:\"dartsupplystore\";a:2:{s:12:\"display_name\";s:17:\"Dart Supply Store\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:22:\"exerciseequipmentstore\";a:2:{s:12:\"display_name\";s:24:\"Exercise Equipment Store\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:13:\"golfequipment\";a:2:{s:12:\"display_name\";s:14:\"Golf Equipment\";s:10:\"popularity\";d:0.004199999999999999740485367993869658675976097583770751953125;}s:14:\"golfcartdealer\";a:2:{s:12:\"display_name\";s:16:\"Golf Cart Dealer\";s:10:\"popularity\";d:0.00259999999999999988065102485279567190445959568023681640625;}s:17:\"hockeysupplystore\";a:2:{s:12:\"display_name\";s:19:\"Hockey Supply Store\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:16:\"motorsportsstore\";a:2:{s:12:\"display_name\";s:17:\"Motorsports Store\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:11:\"outdoorgear\";a:2:{s:12:\"display_name\";s:12:\"Outdoor Gear\";s:10:\"popularity\";d:0.01469999999999999952537965697274557896889746189117431640625;}s:22:\"beachentertainmentshop\";a:2:{s:12:\"display_name\";s:24:\"Beach Entertainment Shop\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:12:\"campingstore\";a:2:{s:12:\"display_name\";s:13:\"Camping Store\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:23:\"divingequipmentsupplies\";a:2:{s:12:\"display_name\";s:27:\"Diving Equipment & Supplies\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:20:\"huntingfishingstores\";a:2:{s:12:\"display_name\";s:23:\"Hunting & Fishing Store\";s:10:\"popularity\";d:0.004199999999999999740485367993869658675976097583770751953125;}s:8:\"baitshop\";a:2:{s:12:\"display_name\";s:9:\"Bait Shop\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:11:\"fishingpier\";a:2:{s:12:\"display_name\";s:12:\"Fishing Pier\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:12:\"fishingstore\";a:2:{s:12:\"display_name\";s:13:\"Fishing Store\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:19:\"fishingtacklesstore\";a:2:{s:12:\"display_name\";s:21:\"Fishing Tackles Store\";s:10:\"popularity\";d:0.00089999999999999997536692664112933925935067236423492431640625;}s:34:\"outdoorrecreationalequipmentstores\";a:2:{s:12:\"display_name\";s:36:\"Outdoor Recreational Equipment Store\";s:10:\"popularity\";d:0.00430000000000000000277555756156289135105907917022705078125;}s:23:\"canoekayakrentalservice\";a:2:{s:12:\"display_name\";s:28:\"Canoe & Kayak Rental Service\";s:10:\"popularity\";d:0.0025000000000000000520417042793042128323577344417572021484375;}s:15:\"canoekayakstore\";a:2:{s:12:\"display_name\";s:19:\"Canoe & Kayak Store\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:18:\"outdoorsportsstore\";a:2:{s:12:\"display_name\";s:20:\"Outdoor Sports Store\";s:10:\"popularity\";d:0.00259999999999999988065102485279567190445959568023681640625;}s:8:\"tackshop\";a:2:{s:12:\"display_name\";s:9:\"Tack Shop\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:12:\"runningstore\";a:2:{s:12:\"display_name\";s:13:\"Running Store\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:9:\"skateshop\";a:2:{s:12:\"display_name\";s:10:\"Skate Shop\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:14:\"skateboardshop\";a:2:{s:12:\"display_name\";s:15:\"Skateboard Shop\";s:10:\"popularity\";d:0.0005000000000000000104083408558608425664715468883514404296875;}s:7:\"skishop\";a:2:{s:12:\"display_name\";s:8:\"Ski Shop\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:16:\"snowsportsstores\";a:2:{s:12:\"display_name\";s:17:\"Snow Sports Store\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:22:\"snowboardrentalservice\";a:2:{s:12:\"display_name\";s:24:\"Snowboard Rental Service\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:13:\"snowboardshop\";a:2:{s:12:\"display_name\";s:14:\"Snowboard Shop\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:10:\"sportswear\";a:2:{s:12:\"display_name\";s:11:\"Sports Wear\";s:10:\"popularity\";d:0.0022000000000000001325328735646280620130710303783416748046875;}s:8:\"surfshop\";a:2:{s:12:\"display_name\";s:9:\"Surf Shop\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:22:\"tabletennissupplystore\";a:2:{s:12:\"display_name\";s:25:\"Table Tennis Supply Store\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:30:\"tenniscourtconstructioncompany\";a:2:{s:12:\"display_name\";s:25:\"Tennis Court Construction\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:12:\"waterskishop\";a:2:{s:12:\"display_name\";s:14:\"Water Ski Shop\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:16:\"windsurfingstore\";a:2:{s:12:\"display_name\";s:17:\"Windsurfing Store\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:11:\"soccerstore\";a:2:{s:12:\"display_name\";s:12:\"soccer Store\";s:10:\"popularity\";d:0.0002999999999999999737189393389513725196593441069126129150390625;}s:12:\"surplusstore\";a:2:{s:12:\"display_name\";s:13:\"Surplus Store\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:13:\"thrift_stores\";a:2:{s:12:\"display_name\";s:12:\"Thrift Store\";s:10:\"popularity\";d:0.00289999999999999980015985556747182272374629974365234375;}s:12:\"tobaccoshops\";a:2:{s:12:\"display_name\";s:12:\"Tobacco Shop\";s:10:\"popularity\";d:0.0177999999999999998501198916756038670428097248077392578125;}s:9:\"cigarshop\";a:2:{s:12:\"display_name\";s:10:\"Cigar Shop\";s:10:\"popularity\";d:0.003299999999999999981958875849841206218115985393524169921875;}s:13:\"toygamestores\";a:2:{s:12:\"display_name\";s:16:\"Toy & Game Store\";s:10:\"popularity\";d:0.00119999999999999989487575735580549007863737642765045166015625;}s:4:\"toys\";a:2:{s:12:\"display_name\";s:9:\"Toy Store\";s:10:\"popularity\";d:0.0025000000000000000520417042793042128323577344417572021484375;}s:19:\"trophiesawardsshops\";a:2:{s:12:\"display_name\";s:22:\"Trophies & Awards Shop\";s:10:\"popularity\";d:0.0022999999999999999611421941381195210851728916168212890625;}s:8:\"uniforms\";a:2:{s:12:\"display_name\";s:14:\"Uniforms Store\";s:10:\"popularity\";d:0.0022999999999999999611421941381195210851728916168212890625;}s:12:\"varietystore\";a:2:{s:12:\"display_name\";s:13:\"Variety Store\";s:10:\"popularity\";d:0.000800000000000000038337388819087436786503531038761138916015625;}s:11:\"videostores\";a:2:{s:12:\"display_name\";s:11:\"Video Store\";s:10:\"popularity\";d:0.0025000000000000000520417042793042128323577344417572021484375;}s:8:\"dvdstore\";a:2:{s:12:\"display_name\";s:9:\"DVD Store\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:23:\"videoduplicationservice\";a:2:{s:12:\"display_name\";s:25:\"Video Duplication Service\";s:10:\"popularity\";d:0.000599999999999999947437878677902745039318688213825225830078125;}s:19:\"videoeditingservice\";a:2:{s:12:\"display_name\";s:21:\"Video Editing Service\";s:10:\"popularity\";d:0.00189999999999999999618360835285102439229376614093780517578125;}s:19:\"warehouseclubstores\";a:2:{s:12:\"display_name\";s:21:\"Warehouse Club Stores\";s:10:\"popularity\";d:0.00020000000000000000958434720477185919662588275969028472900390625;}s:7:\"watches\";a:2:{s:12:\"display_name\";s:11:\"Watch Store\";s:10:\"popularity\";d:0.003299999999999999981958875849841206218115985393524169921875;}s:16:\"wholesale_stores\";a:2:{s:12:\"display_name\";s:16:\"Wholesale Stores\";s:10:\"popularity\";d:0.006799999999999999621136392846665330580435693264007568359375;}s:4:\"wigs\";a:2:{s:12:\"display_name\";s:9:\"Wig Store\";s:10:\"popularity\";d:0.0022000000000000001325328735646280620130710303783416748046875;}}","no");
INSERT INTO `pcab_options` VALUES("142","wpem_started","1","yes");
INSERT INTO `pcab_options` VALUES("143","wpem_done","1","yes");
INSERT INTO `pcab_options` VALUES("144","wpem_site_type","standard","yes");
INSERT INTO `pcab_options` VALUES("145","wpem_site_industry","constructionservices","yes");
INSERT INTO `pcab_options` VALUES("146","_transient_timeout_wpaas_stock_photos_api_constructionservices","1504897265","no");
INSERT INTO `pcab_options` VALUES("147","_transient_wpaas_stock_photos_api_constructionservices","a:24:{i:0;O:8:\"stdClass\":7:{s:8:\"photo_id\";i:778;s:5:\"thumb\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/4f513de69ee2c98d877e5b548d130b713631a54c2ffae77d6d890c6b493d3452\";s:4:\"comp\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/97c56f140f384c9cac3327cda561bd0b3c17b4fe76764ab145c786662f8486de\";s:8:\"fullsize\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/71a1d942eeff7af088f3bf5e25b85a14839e3a4539741361d8202afc4fb8b87e\";s:5:\"large\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/ab88aa39b180653d922f1396b40360a1dcff99f841687278cb85b3d586554d2e\";s:7:\"details\";s:55:\"https://d3.godaddy.com/api/v1/stock_photos/details/778/\";s:7:\"preview\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/538cbfcccb9161fbf26eed131a1ad090206f25f9d4b92b84f8629264d177af77\";}i:1;O:8:\"stdClass\":7:{s:8:\"photo_id\";i:47328;s:5:\"thumb\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/6deefa1655fc070370c9e6af1fe75edf9c9c502fc637d0c5f00483e9d7e8f33e\";s:4:\"comp\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/b3a280807a10cfdaa3ee8319b76b14da12fba6d90c13f8c87e043462a1aaeb8d\";s:8:\"fullsize\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/08737ea5152e8a1c1c7e80768cc5778346d78a30a0b3552d5a9da459edf3da92\";s:5:\"large\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/d1892a7dfb6a7ec0ea85120781c4074af7e5c57d0c217be770eac7fd5dc8491b\";s:7:\"details\";s:57:\"https://d3.godaddy.com/api/v1/stock_photos/details/47328/\";s:7:\"preview\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/07a0f8355411a9463105bbbb97c7e73b12a680f0777d7b803f47616d5532402f\";}i:2;O:8:\"stdClass\":7:{s:8:\"photo_id\";i:3120;s:5:\"thumb\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/0cb206bec12edaa70b46fee71c552c15355c61917e54bfc0e55fee1bce4810c1\";s:4:\"comp\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/aecbda865e023f7adc2cdb2c4b4ce8df3e7c87b0c48303906d503cf38f2f2f9e\";s:8:\"fullsize\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/7c39d43e33bb844d9ab90c7db8782bf2549d1c227a74bdace8941e245dc3d796\";s:5:\"large\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/e684fda3eb3ec6e1517e71512393d2db3aef72f28f15f0338d4385e35ec8382b\";s:7:\"details\";s:56:\"https://d3.godaddy.com/api/v1/stock_photos/details/3120/\";s:7:\"preview\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/de3dbb1eccd50e6ef62562a035671fea8dfad0dbb7abba0c8c1167c802c2b033\";}i:3;O:8:\"stdClass\":7:{s:8:\"photo_id\";i:105467;s:5:\"thumb\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/1fef5ba0ff12db089e9900099be7da449497f8f4fc40b723237d6458d4641acf\";s:4:\"comp\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/75fffcd525424443ccca5104e2820b1228f69ef6bfcc4042d5885a9dad0fa546\";s:8:\"fullsize\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/2d5369f92fc2b05e18ae8a20b69e2955ff1ee292e26749361a679db1da3e4c55\";s:5:\"large\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/6db529ecf1313fae04de7c8a91b8d66d25f68623bf3bd3df46e2b8a68b05ae73\";s:7:\"details\";s:58:\"https://d3.godaddy.com/api/v1/stock_photos/details/105467/\";s:7:\"preview\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/9bece31582d344b96f80e2fb93ad73d121a467176b0fa4a8f59775bef454fad2\";}i:4;O:8:\"stdClass\":7:{s:8:\"photo_id\";i:47376;s:5:\"thumb\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/1554c8d46991109d42a7de09fff3a5ba581c710e38f89ea35b4a8116b5fa70c5\";s:4:\"comp\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/97b34a911d3aef770a6075d69f32593bce1452af19788c9c47462a947bc60102\";s:8:\"fullsize\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/0c618190a772fbdd51a4f57f3b71b395621b65e9690fdf8cf912950443f09c5b\";s:5:\"large\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/44337a743fcd3b34779ef745391bec81071f8b25f9a9ff54c997fce952fe9594\";s:7:\"details\";s:57:\"https://d3.godaddy.com/api/v1/stock_photos/details/47376/\";s:7:\"preview\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/f493f818a67936f6ac2cbdf3eaf8319ac8ca8cd2b24f4a73ed2abfe1d8455044\";}i:5;O:8:\"stdClass\":7:{s:8:\"photo_id\";i:47330;s:5:\"thumb\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/cdbcdd538afb3e6889f8b2e857f2ae1c34007954b62df4701edac6271c7b9966\";s:4:\"comp\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/960e6c3acb24ffa9309d5522aef65ea5f1fcf64cbb860232b682eaf8964d0317\";s:8:\"fullsize\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/a5dd2754c9879dbecc1c628b1a9fa6164706c4aca57cbea63e95f5563a04f29d\";s:5:\"large\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/eab0f04d8af6018c7f4732abe0de442e06d3f95242e110137c4537b0192e2507\";s:7:\"details\";s:57:\"https://d3.godaddy.com/api/v1/stock_photos/details/47330/\";s:7:\"preview\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/659013425b392bbaa2b49989aab50331928051c6862a402caae06919538aadbc\";}i:6;O:8:\"stdClass\":7:{s:8:\"photo_id\";i:99544;s:5:\"thumb\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/60816962d081bec2b54e7a8cf39d3685a930267c64c3bdbffd0172e7ef0823d7\";s:4:\"comp\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/ed523df2896548f8554e42d37436c7c1754a1d61dbd296705d224eb69b3134c4\";s:8:\"fullsize\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/edae48591418db510578299a762ab717bc68c275043a87f8ed6ff77e6e3e4975\";s:5:\"large\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/3cc8d3eeeb343382dd68cbe01032d81f96625ced56116f3ee5906f0f6b19c2d1\";s:7:\"details\";s:57:\"https://d3.godaddy.com/api/v1/stock_photos/details/99544/\";s:7:\"preview\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/4d1adad2db157240511023fe37be606c7806ec618b39325196eb85607a05cc46\";}i:7;O:8:\"stdClass\":7:{s:8:\"photo_id\";i:277;s:5:\"thumb\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/6b34c328f33a17bb59b2a9ee6de55e5c106cb9c9d700fb8c91481b22ba8094fe\";s:4:\"comp\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/89a07135204e6ae61c3bb141fc66e2a38b62f17c4824050daec531b5467e7f03\";s:8:\"fullsize\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/501badef89b8b020508307f7922f83262e046f5f4e2b191812da35321340a86b\";s:5:\"large\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/ca8e63f1298a492dd8d42990c4cdae60994b660b926f851321bdfe91ac63ce19\";s:7:\"details\";s:55:\"https://d3.godaddy.com/api/v1/stock_photos/details/277/\";s:7:\"preview\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/e58a4de8325256d4be54643399e4611bb326e77b675d7dfac8845eb5d6632b32\";}i:8;O:8:\"stdClass\":7:{s:8:\"photo_id\";i:2040;s:5:\"thumb\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/8600a61520a1d78e096b184eeb6e20673ec7c851a0d3267eeef7a8b594e0c2b3\";s:4:\"comp\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/3179592a007ab6286d60a123d4cde114edabeec20753b77621c52a17305d0f6e\";s:8:\"fullsize\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/d6957efe22b891ba0c0f814aab4f5008ec6dbb9250952a5f18767818e7dfe260\";s:5:\"large\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/138a53b9234e9e78dea8728b21ef9e4986813df954301d36c44be29ada468754\";s:7:\"details\";s:56:\"https://d3.godaddy.com/api/v1/stock_photos/details/2040/\";s:7:\"preview\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/6ef1469f867a316fba4345bdca3fc9eda9b88c17b7d8129ae7061464b78dbedb\";}i:9;O:8:\"stdClass\":7:{s:8:\"photo_id\";i:105013;s:5:\"thumb\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/49115a501e2c9973a43ce4fdcb0ac75527c9ad2ca923aa63f2fa80b14a03d8a8\";s:4:\"comp\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/9c4cedaa9776eaf63f3da41b91cd570ae6b37f75dde968a46084aeb1b08ddc86\";s:8:\"fullsize\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/c5300718d209e223f3ce113ff2e9e18ad7710f042799c2d0bba65f8df1a0c8bd\";s:5:\"large\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/007b602423f1c5f6678b744d06953e04bfbf87a6c17750e9047bef4f155dba2e\";s:7:\"details\";s:58:\"https://d3.godaddy.com/api/v1/stock_photos/details/105013/\";s:7:\"preview\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/c6699e8c78972eca8047a9ff849167e50542fa96bbbb151188dd0d759c544b1d\";}i:10;O:8:\"stdClass\":7:{s:8:\"photo_id\";i:4970;s:5:\"thumb\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/8c77de9adc4c7e01663d5c7f5c4368d88b7c47178d46ed6f43b7da74d07bbfc4\";s:4:\"comp\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/3ee9b71a9dba28023345b582215a0c2609a4c5160195345e933a225b61807d4f\";s:8:\"fullsize\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/009263e1cb45e3f0a4b631e275935d12c0cb63222613e640c2e583effe5a8f08\";s:5:\"large\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/2442a7965402992a062ef38b7c6935b90c162cdaa39b5edac7b1b2eccdc744b0\";s:7:\"details\";s:56:\"https://d3.godaddy.com/api/v1/stock_photos/details/4970/\";s:7:\"preview\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/04d9bccb14dd3e0f1f845abd7a9ee1e364cd8ab436ae8a44b9493fa16afe540a\";}i:11;O:8:\"stdClass\":7:{s:8:\"photo_id\";i:47336;s:5:\"thumb\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/b5e7a333158603c40f18c29d7e0d521054f3ae5a7cfd381eddd72dd466972904\";s:4:\"comp\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/1b24f892c84995ebd1bb347710015e35d8836c1855894da510e240ac4a38e9af\";s:8:\"fullsize\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/bd052abf75368ca386e578cb7dd0ebcdcd1496d57e834103fc2efd16794a9bc1\";s:5:\"large\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/36bb986997467fc07382e6cbe44b6f95c3dfa3e3b41644f9afe63276acbbd2b4\";s:7:\"details\";s:57:\"https://d3.godaddy.com/api/v1/stock_photos/details/47336/\";s:7:\"preview\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/e042427e226e325b7d511ee5c2e7c568b4f9f9ce0bb6b30c98d40a354b1941b8\";}i:12;O:8:\"stdClass\":7:{s:8:\"photo_id\";i:3119;s:5:\"thumb\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/b8d90d6ebf5692cbb5819f4c4cc67d821ae7388f2d9741f609733521cb9efe91\";s:4:\"comp\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/3c307f3ce6e93b6b9319736d544105ac746ba56b75cce28dde2968a649b22d65\";s:8:\"fullsize\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/0baea988c151c5958aab6fac85e01fb9908eb391f267339423fe5f48bffdd808\";s:5:\"large\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/cba99edea9c3f2767fa7be7ba2299f3df2712d6455b8c92bee91e5b762e86a2e\";s:7:\"details\";s:56:\"https://d3.godaddy.com/api/v1/stock_photos/details/3119/\";s:7:\"preview\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/4d071e1dd7d05df1889f04b0fb848a2eb7d17f6f02af21c41db9568393b64631\";}i:13;O:8:\"stdClass\":7:{s:8:\"photo_id\";i:96451;s:5:\"thumb\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/38c7d369a026b7d02d28e9f06e7e22e92f3413d3e9c785cac1bc7b71227cc53a\";s:4:\"comp\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/e79f87abc9c91446fbebeb1c318d95245406b57953ec9f67c3336d04c6e57ff3\";s:8:\"fullsize\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/12774346e771ee4b541f6d6165073d4b3f3d3c245b7d83f1e96a8ba916c21bd7\";s:5:\"large\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/e297be3d4cfe7b96fa19abbbc860214833bbccd074400011ac028a05f1347e32\";s:7:\"details\";s:57:\"https://d3.godaddy.com/api/v1/stock_photos/details/96451/\";s:7:\"preview\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/94d33ba46e2c8c83665b5ab666f39323c6b7a299181d308923777556fc497c59\";}i:14;O:8:\"stdClass\":7:{s:8:\"photo_id\";i:47325;s:5:\"thumb\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/ca104455003f595a1fe3b6684520b9c23031af4aa0b5ed219961bcd4a704c0c6\";s:4:\"comp\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/9c3b7ab813bc1f5bec7cf0aefe61f7db9a7671c750081379c3511a55b0f654d6\";s:8:\"fullsize\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/d967ead875da2b929d29101ece19b731ebd0844e9be757681d324bef3d9625de\";s:5:\"large\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/59b0d7075a751dadd75fda86870cf2b93956dfcaf60d3e6a3ea3b6bdb48cbda0\";s:7:\"details\";s:57:\"https://d3.godaddy.com/api/v1/stock_photos/details/47325/\";s:7:\"preview\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/b3ddc1c7b6752eb7b4b70fb02a8e82ca49601f970a92f68cff6748d7ac9f327c\";}i:15;O:8:\"stdClass\":7:{s:8:\"photo_id\";i:5980;s:5:\"thumb\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/53c5493a6e0de98e8bd872acfbc29be6b0f46cc5a467ae300839cd56c5109b3d\";s:4:\"comp\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/706442d70c95b061f3716e76966592c121291e83320b7e3204e78a42097a31d9\";s:8:\"fullsize\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/ef1af5403e354191ad9b525e7ae10e5435ab559c86dae277610db21a3e1d7f31\";s:5:\"large\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/dab2357305852168766e1bbf73ebf096476d0e8d2777a89ff1c83069f6ac6200\";s:7:\"details\";s:56:\"https://d3.godaddy.com/api/v1/stock_photos/details/5980/\";s:7:\"preview\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/940916ce552c6ac0e134007ecc15bc03e6a9e2d5f284ea22aaab6ed5ebae3133\";}i:16;O:8:\"stdClass\":7:{s:8:\"photo_id\";i:3118;s:5:\"thumb\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/8634e15e0918910461cf0d8bedbd3d9d30c7363a7c12712f53407621c97c2f2a\";s:4:\"comp\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/9739b2217e2b8856fb501ab235430becf762ee3c24961c2372dadc30a7c812a4\";s:8:\"fullsize\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/b30026ae1c11dbb5325a2e573374caefb56e2d06b028b5964e48cba88aff8c74\";s:5:\"large\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/d368ddf9006decf75a24c7901d5dabd486e25a0fc199da7613765a32b38de216\";s:7:\"details\";s:56:\"https://d3.godaddy.com/api/v1/stock_photos/details/3118/\";s:7:\"preview\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/9a62e3b5066bf71efaec9e3d29b790cda93a72dd7d3403a1b4a9062f784581f6\";}i:17;O:8:\"stdClass\":7:{s:8:\"photo_id\";i:860;s:5:\"thumb\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/51c9037fd904dd796da1a3f3e5e263f8ba32d63ccfa577d9af3415ac3acf40fc\";s:4:\"comp\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/9870b509652950867e7ea2af1dc428e40c9c3528869a13a48e6a528e78919ac7\";s:8:\"fullsize\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/2bea02c7d38485364aa29a66429281531ccffaa616d3992c4ec9c855c0013250\";s:5:\"large\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/4140a1a1f7b97cbf4544bd98295815018fd9f0c7d45ef8067f913cb11b71d825\";s:7:\"details\";s:55:\"https://d3.godaddy.com/api/v1/stock_photos/details/860/\";s:7:\"preview\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/34ee32abfe920f3be4c52b4f1124a32ceeebe49d86384a29bf2749301dbc31d5\";}i:18;O:8:\"stdClass\":7:{s:8:\"photo_id\";i:3261;s:5:\"thumb\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/dc2612966b9a85e9592b39dae9032c9e5501d05257c287cfb5f2e208d3b5f651\";s:4:\"comp\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/5d6887d825694e05c877cb11fda5c6270a6ce3f7aa8cf3cbeb5ffb3d5bc36f75\";s:8:\"fullsize\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/fb314f35c36f820cd1404ea8849ec8dce5fecf9b8523f90bc74e6a5b714eaafd\";s:5:\"large\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/a0e750092c88eb98b2d515dc400e52759e1aa6e232273a049cfda55aeb4bf8c1\";s:7:\"details\";s:56:\"https://d3.godaddy.com/api/v1/stock_photos/details/3261/\";s:7:\"preview\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/ffe27dba0b0208b216b4b9b6842eb8e7582a9b0c512bfb799fa0782ee27ecffc\";}i:19;O:8:\"stdClass\":7:{s:8:\"photo_id\";i:780;s:5:\"thumb\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/668bed0801cf61c796a3a883785564ddd04c60b1d5c87b0013be46a95ca02b35\";s:4:\"comp\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/b2909b183c2a0ba47ca016cb0cb34bf3d30888262ba36bab75d0c7c1f662195f\";s:8:\"fullsize\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/e1ebc4fca34034067f588bc3e1ff23af65652afd0de82d129cf756b4cbcb3d2c\";s:5:\"large\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/0376fd4c2fe68041a14a31a9f25fd43371f0d642fe4b792d242b4cf029e9e0c0\";s:7:\"details\";s:55:\"https://d3.godaddy.com/api/v1/stock_photos/details/780/\";s:7:\"preview\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/e29b0e3a68f1f6be6a10c767c35ca640d61bedfe0abb0b4c5c231968a1754ac4\";}i:20;O:8:\"stdClass\":7:{s:8:\"photo_id\";i:787;s:5:\"thumb\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/f550a49d50644013c2ec52d8adad90d5e51f8fc23b9fd443b8ae418a3f79d22d\";s:4:\"comp\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/5984e45a858244dc179022fecf8eed2ebd6ae9505f27f79bdc4d3a8af36c738d\";s:8:\"fullsize\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/28292079d2ffc1775f2df42ea2ea06333559c4a7e9417452da813af26e791037\";s:5:\"large\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/6a4cffd7ebe75239dd652115a51ad06428a4177bb3dc7a60afcac59353f07466\";s:7:\"details\";s:55:\"https://d3.godaddy.com/api/v1/stock_photos/details/787/\";s:7:\"preview\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/7e0ff04a095859523de1abea4fd068733e06244ead63061ac2d4d9c3af552f86\";}i:21;O:8:\"stdClass\":7:{s:8:\"photo_id\";i:85093;s:5:\"thumb\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/60bdeca743e1bee10e9c372665d3d01763b42e1d933233235229f235781cedec\";s:4:\"comp\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/4cd314821f101056a6962fb3a776d2f1d56d1c49470eba52c5853a211cedbc23\";s:8:\"fullsize\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/47f1f566b1293752123961cfcbab4ac7c917a4a9e9d2b6ad4244e216f2937bc8\";s:5:\"large\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/2873fd3f9886994d765257369bebebe6dd08487bd618e684c57aa9d0ff82356c\";s:7:\"details\";s:57:\"https://d3.godaddy.com/api/v1/stock_photos/details/85093/\";s:7:\"preview\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/c47cc6e455d405b190fb629ca8abce50e1650eebf1deff9150f10c60b7b48434\";}i:22;O:8:\"stdClass\":7:{s:8:\"photo_id\";i:783;s:5:\"thumb\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/48f35f0d0340cc4a3bc04e1c08ea53d8b011a58d006416111a942de54d6e7c14\";s:4:\"comp\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/bac091372a476840c228d644dac55f49c98f829a60af02811b71bece9b89f4c9\";s:8:\"fullsize\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/68c684c95373dfb35232cc28eb98826c28a1827f0ba82e07180d9f819734c988\";s:5:\"large\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/f2805b03d3d5d56fdd59abe734f898579ed5916fb1b6cb34276b16d5b71bdbd4\";s:7:\"details\";s:55:\"https://d3.godaddy.com/api/v1/stock_photos/details/783/\";s:7:\"preview\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/e23646b4e863b9918415f0d111d2102959cce1100363d22cba89123e0bc7cf4a\";}i:23;O:8:\"stdClass\":7:{s:8:\"photo_id\";i:779;s:5:\"thumb\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/bef92e7ac44d182668ea81ed4c235011a502efc62484651e1ba1732cb48a0379\";s:4:\"comp\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/716a9d7e2b3aa484e6bc013d4b9b02e4c5c95ac9caf44d6a463146724a1e0556\";s:8:\"fullsize\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/524c495ea20c5caabf359f372ea0d1bc6db1a86e364eee24e2298df58bdde379\";s:5:\"large\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/df4bef0e87a91320373055c314b43c741adf96b49c0630bf532688eb18ded14d\";s:7:\"details\";s:55:\"https://d3.godaddy.com/api/v1/stock_photos/details/779/\";s:7:\"preview\";s:102:\"https://d1ingrb4a66an2.cloudfront.net/f0d75d219758940ebd2f0b08c11f2352438a9d0f195128da826be010d9eff10d\";}}","no");
INSERT INTO `pcab_options` VALUES("148","wpem_contact_info","a:4:{s:5:\"email\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:3:\"fax\";s:0:\"\";s:7:\"address\";s:0:\"\";}","yes");
INSERT INTO `pcab_options` VALUES("149","wpem_social_profiles","a:0:{}","yes");
INSERT INTO `pcab_options` VALUES("152","_site_transient_timeout_browser_7d3f9da7d4a2b9ba6cfa5ed36edd01e3","1505498499","no");
INSERT INTO `pcab_options` VALUES("153","_site_transient_browser_7d3f9da7d4a2b9ba6cfa5ed36edd01e3","a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"55.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}","no");
INSERT INTO `pcab_options` VALUES("150","current_theme","Divi Child","yes");
INSERT INTO `pcab_options` VALUES("151","theme_switched","","yes");
INSERT INTO `pcab_options` VALUES("2179","_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca","1512460808","no");
INSERT INTO `pcab_options` VALUES("2180","_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca","a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"


\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"
	
	
	
	
	
	
	
	
	
	
		
		
		
		
		
		
		
		
		
	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"
	Fri, 01 Dec 2017 12:45:06 +0000	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=5.0-alpha-42361\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:33:\"
		
		
		
		
				

		
		
				
			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"The Month in WordPress: November 2017\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wordpress.org/news/2017/12/the-month-in-wordpress-november-2017/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 01 Dec 2017 11:00:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5290\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:354:\"The WordPress project recently released WordPress 4.9, “Tipton” — a new major release named in honor of musician and band leader Billy Tipton. Read on to find out more about this and other interesting news from around the WordPress world in November. WordPress 4.9 “Tipton” On November 16, WordPress 4.9 was released with new features [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4163:\"<p>The WordPress project recently released WordPress 4.9, “Tipton” — a new major release named in honor of musician and band leader Billy Tipton. Read on to find out more about this and other interesting news from around the WordPress world in November.</p>
<hr class=\"wp-block-separator\" />
<h2>WordPress 4.9 “Tipton”</h2>
<p>On November 16, <a href=\"https://wordpress.org/news/2017/11/tipton/\">WordPress 4.9 was released</a> with new features for publishers and developers alike. Release highlights include design locking, scheduling, and previews in the Customizer, an even more secure and usable code editing experience, a new gallery widget, and text widget improvements.</p>
<p>The follow up security and maintenance, v4.9.1, <a href=\"https://wordpress.org/news/2017/11/wordpress-4-9-1-security-and-maintenance-release/\">has now been released</a> to tighten up the security of WordPress as a whole.</p>
<p>To get involved in building WordPress Core, jump into the #core channel in the<a href=\"https://make.wordpress.org/chat/\"> Making WordPress Slack group</a>, and follow<a href=\"https://make.wordpress.org/core/\"> the Core team blog</a>.</p>
<h2>Apply to Speak At WordCamp Europe 2018</h2>
<p>The next edition of WordCamp Europe takes place in June, 2018. While the organizing team is still in the early stages of planning, <a href=\"https://2018.europe.wordcamp.org/2017/11/15/are-you-ready-to-speak-at-the-largest-wordpress-event-in-europe/\">they are accepting speaker applications</a>.</p>
<p>WordCamp Europe is the largest WordCamp in the world and, along with WordCamp US, one of the flagship events of the WordCamp program — speaking at this event is a great way to give back to the global WordPress community by sharing your knowledge and expertise with thousands of WordPress enthusiasts.</p>
<h2>Diversity Outreach Speaker Training Initiative</h2>
<p>To help WordPress community organizers offer diverse speaker lineups, <a href=\"https://make.wordpress.org/community/2017/11/13/call-for-volunteers-diversity-outreach-speaker-training/\">a new community initiative has kicked off</a> to use existing <a href=\"https://make.wordpress.org/training/handbook/speaker-training/\">speaker training workshops</a> to demystify speaking requirements and help participants gain confidence in their ability to share their WordPress knowledge in a WordCamp session.</p>
<p>The working group behind this initiative will be meeting regularly to discuss and plan how they can help local communities to train speakers for WordCamps and other events.</p>
<p>To get involved in this initiative, you can join the meetings at 5pm UTC every other Wednesday in the #community-team channel of the<a href=\"https://make.wordpress.org/chat/\"> Making WordPress Slack group</a>.</p>
<hr class=\"wp-block-separator\" />
<h2>Further Reading:</h2>
<ul>
<li><a href=\"https://2017.us.wordcamp.org/\">WordCamp US 2017</a> is happening on December 1-3 in Nashville, with the annual State of the Word talk happening on Saturday afternoon — <a href=\"https://2017.us.wordcamp.org/live-stream/\">the live stream of the entire event is available to view for free</a>.</li>
<li><a href=\"https://xwp.co/tide-a-path-to-better-code-across-the-wordpress-ecosystem/\">Tide</a>, a new service from XWP designed to help users make informed plugin choices, is due to launch at WordCamp US.</li>
<li>Gutenberg development is continuing rapidly, with <a href=\"https://make.wordpress.org/core/2017/11/28/whats-new-in-gutenberg-28th-november/\">a packed new release</a> and a focus on <a href=\"https://make.wordpress.org/test/2017/11/22/testing-flow-in-gutenberg/\">usability testing</a>.</li>
<li>After some discussion among the community, <a href=\"https://make.wordpress.org/community/2017/11/10/discussion-micro-regional-wordcamps/\">a new type of micro-regional WordCamp</a> is going to be introduced into the global WordCamp program.</li>
</ul>
<p><em></em></p>
<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please <a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\">submit it here</a>.</em></p>
<p><em></em></p>
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"5290\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:36:\"
		
		
		
		
				
		

		
		
				
			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 4.9.1 Security and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wordpress.org/news/2017/11/wordpress-4-9-1-security-and-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Nov 2017 20:33:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5215\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:359:\"WordPress 4.9.1 is now available. This is a security and maintenance release for all versions since WordPress 3.7. We strongly encourage you to update your sites immediately. WordPress versions 4.9 and earlier are affected by four security issues which could potentially be exploited as part of a multi-vector attack. As part of the core team&#x27;s [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"John Blackbourn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4231:\"<p>WordPress 4.9.1 is now available. This is a <strong>security and maintenance release</strong> for all versions since WordPress 3.7. We strongly encourage you to update your sites immediately.</p>
<p>WordPress versions 4.9 and earlier are affected by four security issues which could potentially be exploited as part of a multi-vector attack. As part of the core team&#x27;s ongoing commitment to security hardening, the following fixes have been implemented in 4.9.1:</p>
<ol>
<li>Use a properly generated hash for the <code>newbloguser</code> key instead of a determinate substring.</li>
<li>Add escaping to the language attributes used on <code>html</code> elements.</li>
<li>Ensure the attributes of enclosures are correctly escaped in RSS and Atom feeds.</li>
<li>Remove the ability to upload JavaScript files for users who do not have the <code>unfiltered_html</code> capability.</li>
</ol>
<p>Thank you to the reporters of these issues for practicing <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsible security disclosure</a>: <a href=\"https://twitter.com/0x62626262\">Rahul Pratap Singh</a> and John Blackbourn.</p>
<p>Eleven other bugs were fixed in WordPress 4.9.1. Particularly of note were:</p>
<ul>
<li>Issues relating to the caching of theme template files.</li>
<li>A MediaElement JavaScript error preventing users of certain languages from being able to upload media files.</li>
<li>The inability to edit theme and plugin files on Windows based servers.</li>
</ul>
<p><a href=\"https://make.wordpress.org/core/2017/11/28/wordpress-4-9-1-scheduled-for-november-29th/\">This post has more information about all of the issues fixed in 4.9.1 if you&#x27;d like to learn more</a>.</p>
<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.9.1</a> or venture over to Dashboard → Updates and click &quot;Update Now.&quot; Sites that support automatic background updates are already beginning to update automatically.</p>
<p>Thank you to everyone who contributed to WordPress 4.9.1:</p>
<p><a href=\"https://profiles.wordpress.org/schlessera/\">Alain Schlesser</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/la-geek/\">Angelika Reisiger</a>, <a href=\"https://profiles.wordpress.org/blobfolio/\">Blobfolio</a>, <a href=\"https://profiles.wordpress.org/bobbingwide/\">bobbingwide</a>, <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling (ocean90)</a>, <a href=\"https://profiles.wordpress.org/edo888/\">edo888</a>, <a href=\"https://profiles.wordpress.org/erich_k4wp/\">Erich Munz</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/mista-flo/\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/ibenic/\">Igor Benic</a>, <a href=\"https://profiles.wordpress.org/jfarthing84/\">Jeff Farthing</a>, <a href=\"https://profiles.wordpress.org/jbpaul17/\">Jeffrey Paul</a>, <a href=\"https://profiles.wordpress.org/jeremyescott/\">jeremyescott</a>, <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnpgreen/\">johnpgreen</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/lenasterg/\">lenasterg</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/mariovalney/\">Mário Valney</a>, <a href=\"https://profiles.wordpress.org/natacado/\">natacado</a>, <a href=\"https://profiles.wordpress.org/odysseygate/\">odyssey</a>, <a href=\"https://profiles.wordpress.org/precies/\">precies</a>, <a href=\"https://profiles.wordpress.org/stodorovic/\">Saša</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, and <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a>.</p>
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"5215\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:33:\"
		
		
		
		
				

		
		
				
			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"WordPress 4.9 “Tipton”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"https://wordpress.org/news/2017/11/tipton/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 16 Nov 2017 01:16:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4968\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:227:\"Announcing version 4.9 of WordPress, named “Tipton” in honor of jazz pianist and band leader Billy Tipton. New features in 4.9 will smooth your design workflow and keep you safe from coding errors. Download or update today!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Mel Choyce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:41865:\"<h2 style=\"text-align: center\">Major Customizer Improvements, Code Error Checking, and More!&nbsp;🎉</h2>
<figure class=\"wp-block-image\"><img src=\"https://i1.wp.com/wordpress.org/news/files/2017/11/banner.png?fit=2400%2C1200&amp;ssl=1\" alt=\"\" /></figure>
<p>Version 4.9 of WordPress, named “Tipton” in honor of jazz musician and band leader Billy Tipton, is available for download or update in your WordPress dashboard. New features in 4.9 will smooth your design workflow and keep you safe from coding errors.</p>
<p>Featuring design drafts, scheduling, and locking, along with preview links, the Customizer workflow improves collaboration for content creators. What’s more, code syntax highlighting and error checking will make for a clean and smooth site building experience. Finally, if all that wasn’t pretty great, we’ve got an awesome new Gallery widget and improvements to theme browsing and switching.</p>
<hr class=\"wp-block-separator\" />
<h2 style=\"text-align:center\">Customizer Workflow Improved </h2>
<figure class=\"wp-block-image\"><img src=\"https://i0.wp.com/wordpress.org/news/files/2017/11/customizer-workflow-improved-small.png?w=632&#038;ssl=1\" alt=\"\" data-recalc-dims=\"1\" /></figure>
<h3>Draft and Schedule Site Design Customizations</h3>
<p>Yes, you read that right. Just like you can draft and revise posts and schedule them to go live on the date and time you choose, you can now tinker with your site’s design and schedule those design changes to go live as you please.</p>
<h3>Collaborate with Design Preview Links</h3>
<p>Need to get some feedback on proposed site design changes? WordPress 4.9 gives you a preview link you can send to colleagues and customers so that you can collect and integrate feedback before you schedule the changes to go live. Can we say collaboration++?</p>
<h3>Design Locking Guards Your Changes</h3>
<p>Ever encounter a scenario where two designers walk into a project and designer A overrides designer B’s beautiful changes? WordPress 4.9’s design lock feature (similar to post locking) secures your draft design so that no one can make changes to it or erase all your hard work.</p>
<h3>A Prompt to Protect Your Work</h3>
<p>Were you lured away from your desk before you saved your new draft design? Fear not, when you return, WordPress 4.9 will politely ask whether or not you’d like to save your unsaved changes.</p>
<hr class=\"wp-block-separator\" />
<h2 style=\"text-align:center\">Coding Enhancements</h2>
<figure class=\"wp-block-image\"><img src=\"https://i2.wp.com/wordpress.org/news/files/2017/11/coding-enhancements-small.png?w=632&#038;ssl=1\" alt=\"\" data-recalc-dims=\"1\" /></figure>
<h3>Syntax Highlighting and Error Checking? Yes, Please!</h3>
<p>You’ve got a display problem but can’t quite figure out exactly what went wrong in the CSS you lovingly wrote. With syntax highlighting and error checking for CSS editing and the Custom HTML widget introduced in WordPress 4.8.1, you’ll pinpoint coding errors quickly. Practically guaranteed to help you scan code more easily, and suss out &amp; fix code errors quickly.</p>
<h3>Sandbox for Safety</h3>
<p>The dreaded white screen. You’ll avoid it when working on themes and plugin code because WordPress 4.9 will warn you about saving an error. You’ll sleep better at night.</p>
<h3>Warning: Potential Danger Ahead!</h3>
<p>When you edit themes and plugins directly, WordPress 4.9 will politely warn you that this is a dangerous practice and will recommend that you draft and test changes before updating your file. Take the safe route: You’ll thank you. Your team and customers will thank you.</p>
<hr class=\"wp-block-separator\" />
<h2 style=\"text-align:center\">Even More Widget Updates </h2>
<figure class=\"wp-block-image\"><img src=\"https://i1.wp.com/wordpress.org/news/files/2017/11/even-more-widget-updates-small.png?w=632&#038;ssl=1\" alt=\"\" data-recalc-dims=\"1\" /></figure>
<h3>The New Gallery Widget</h3>
<p>An incremental improvement to the media changes hatched in WordPress 4.8, you can now add a gallery via this new widget. Yes!</p>
<h3>Press a Button, Add Media</h3>
<p>Want to add media to your text widget? Embed images, video, and audio directly into the widget along with your text, with our simple but useful Add Media button. Woo!</p>
<hr class=\"wp-block-separator\" />
<h2 style=\"text-align:center\">Site Building Improvements </h2>
<figure class=\"wp-block-image\"><img src=\"https://i1.wp.com/wordpress.org/news/files/2017/11/site-building-improvements-small.png?w=632&#038;ssl=1\" alt=\"\" data-recalc-dims=\"1\" /></figure>
<h3>More Reliable Theme Switching</h3>
<p>When you switch themes, widgets sometimes think they can just move location. Improvements in WordPress 4.9 offer more persistent menu and widget placement when you decide it’s time for a new theme. </p>
<h3>Find and Preview the Perfect Theme</h3>
<p>Looking for a new theme for your site? Now, from within the Customizer, you can search, browse, and preview over 2600 themes before deploying changes to your site. What’s more, you can speed your search with filters for subject, features, and layout.</p>
<h3>Better Menu Instructions = Less Confusion</h3>
<p>Were you confused by the steps to create a new menu? Perhaps no longer! We’ve ironed out the UX for a smoother menu creation process. Newly updated copy will guide you.</p>
<hr class=\"wp-block-separator\" />
<h2 style=\"text-align:center\">Lend a Hand with Gutenberg 🤝</h2>
<figure class=\"wp-block-image\"><img src=\"https://i2.wp.com/wordpress.org/news/files/2017/11/gutenberg-1.png?w=632&#038;ssl=1\" alt=\"\" data-recalc-dims=\"1\" /></figure>
<p>WordPress is working on a new way to create and control your content and we’d love to have your help. Interested in being an <a href=\"https://wordpress.org/plugins/gutenberg/\">early tester</a> or getting involved with the Gutenberg project? <a href=\"https://github.com/WordPress/gutenberg\">Contribute on GitHub</a>.</p>
<p>(PS: this post was written in Gutenberg!)</p>
<hr class=\"wp-block-separator\" />
<h2 style=\"text-align:center\">Developer Happiness 😊</h2>
<h3><a href=\"https://make.wordpress.org/core/2017/11/01/improvements-to-the-customize-js-api-in-4-9/\">Customizer JS API Improvements</a></h3>
<p>We’ve made numerous improvements to the Customizer JS API in WordPress 4.9, eliminating many pain points. (Hello, default parameters for constructs! Goodbye repeated ID for constructs!) There are also new base control templates, a date/time control, and section/panel/global notifications to name a few. <a href=\"https://make.wordpress.org/core/2017/11/01/improvements-to-the-customize-js-api-in-4-9/\">Check out the full list.</a></p>
<h3><a href=\"https://make.wordpress.org/core/2017/10/22/code-editing-improvements-in-wordpress-4-9/\">CodeMirror available for use in your themes and plugins</a></h3>
<p>We’ve introduced a new code editing library, CodeMirror, for use within core. CodeMirror allows for syntax highlighting, error checking, and validation when creating code writing or editing experiences within your plugins, like CSS or JavaScript include fields.</p>
<h3><a href=\"https://make.wordpress.org/core/2017/10/30/mediaelement-upgrades-in-wordpress-4-9/\">MediaElement.js upgraded to 4.2.6</a></h3>
<p>WordPress 4.9 includes an upgraded version of MediaElement.js, which removes dependencies on jQuery, improves accessibility, modernizes the UI, and fixes many bugs.</p>
<h3><a href=\"https://make.wordpress.org/core/2017/10/15/improvements-for-roles-and-capabilities-in-4-9/\">Roles and Capabilities Improvements</a></h3>
<p>New capabilities have been introduced that allow granular management of plugins and translation files. In addition, the site switching process in multisite has been fine-tuned to update the available roles and capabilities in a more reliable and coherent way.</p>
<hr class=\"wp-block-separator\" />
<h2>The Squad</h2>
<p>This release was led by <a href=\"https://choycedesign.com/\">Mel Choyce</a> and <a href=\"https://weston.ruter.net/\">Weston Ruter</a>, with the help of the following fabulous folks. There are 443 contributors with props in this release, with 185 of them contributing for the first time. Pull up some Billy Tipton on your music service of choice, and check out some of their profiles:</p>
<p><a href=\"https://profiles.wordpress.org/aaroncampbell\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/abrightclearweb\">abrightclearweb</a>, <a href=\"https://profiles.wordpress.org/ibachal\">Achal Jain</a>, <a href=\"https://profiles.wordpress.org/achbed\">achbed</a>, <a href=\"https://profiles.wordpress.org/acmethemes\">Acme Themes</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/adammacias\">adammacias</a>, <a href=\"https://profiles.wordpress.org/mrahmadawais\">Ahmad Awais</a>, <a href=\"https://profiles.wordpress.org/ahmadawais\">ahmadawais</a>, <a href=\"https://profiles.wordpress.org/airesvsg\">airesvsg</a>, <a href=\"https://profiles.wordpress.org/ajoah\">ajoah</a>, <a href=\"https://profiles.wordpress.org/akibjorklund\">Aki Bj&#246;rklund</a>, <a href=\"https://profiles.wordpress.org/akshayvinchurkar\">akshayvinchurkar</a>, <a href=\"https://profiles.wordpress.org/schlessera\">Alain Schlesser</a>, <a href=\"https://profiles.wordpress.org/xknown\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/xavortm\">Alex Dimitrov</a>, <a href=\"https://profiles.wordpress.org/ironpaperweight\">Alex Hon</a>, <a href=\"https://profiles.wordpress.org/alex27\">alex27</a>, <a href=\"https://profiles.wordpress.org/allancole\">allancole</a>, <a href=\"https://profiles.wordpress.org/arush\">Amanda Rush</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andrewp-2\">Andreas Panag</a>, <a href=\"https://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/rarst\">Andrey \"Rarst\" Savchenko</a>, <a href=\"https://profiles.wordpress.org/andizer\">Andy Meerwaldt</a>, <a href=\"https://profiles.wordpress.org/kelderic\">Andy Mercer</a>, <a href=\"https://profiles.wordpress.org/andy\">Andy Skelton</a>, <a href=\"https://profiles.wordpress.org/aniketpant\">Aniket Pant</a>, <a href=\"https://profiles.wordpress.org/anilbasnet\">Anil Basnet</a>, <a href=\"https://profiles.wordpress.org/ankit-k-gupta\">Ankit K Gupta</a>, <a href=\"https://profiles.wordpress.org/ahortin\">Anthony Hortin</a>, <a href=\"https://profiles.wordpress.org/antisilent\">antisilent</a>, <a href=\"https://profiles.wordpress.org/atimmer\">Anton Timmermans</a>, <a href=\"https://profiles.wordpress.org/apokalyptik\">apokalyptik</a>, <a href=\"https://profiles.wordpress.org/artoliukkonen\">artoliukkonen</a>, <a href=\"https://profiles.wordpress.org/ideag\">Arunas Liuiza</a>, <a href=\"https://profiles.wordpress.org/attitude\">attitude</a>, <a href=\"https://profiles.wordpress.org/backermann\">backermann</a>, <a href=\"https://profiles.wordpress.org/b-07\">Bappi</a>, <a href=\"https://profiles.wordpress.org/bcole808\">Ben Cole</a>, <a href=\"https://profiles.wordpress.org/quasel\">Bernhard Gronau</a>, <a href=\"https://profiles.wordpress.org/kau-boy\">Bernhard Kau</a>, <a href=\"https://profiles.wordpress.org/binarymoon\">binarymoon</a>, <a href=\"https://profiles.wordpress.org/birgire\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/bjornw\">BjornW</a>, <a href=\"https://profiles.wordpress.org/bobbingwide\">bobbingwide</a>, <a href=\"https://profiles.wordpress.org/boblinthorst\">boblinthorst</a>, <a href=\"https://profiles.wordpress.org/boboudreau\">boboudreau</a>, <a href=\"https://profiles.wordpress.org/gitlost\">bonger</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone B. Gorges</a>, <a href=\"https://profiles.wordpress.org/brainstormforce\">Brainstorm Force</a>, <a href=\"https://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/bpayton\">Brandon Payton</a>, <a href=\"https://profiles.wordpress.org/brianhogg\">Brian Hogg</a>, <a href=\"https://profiles.wordpress.org/krogsgard\">Brian Krogsgard</a>, <a href=\"https://profiles.wordpress.org/bronsonquick\">Bronson Quick</a>, <a href=\"https://profiles.wordpress.org/sixhours\">Caroline Moore</a>, <a href=\"https://profiles.wordpress.org/caseypatrickdriscoll\">Casey Driscoll</a>, <a href=\"https://profiles.wordpress.org/caspie\">Caspie</a>, <a href=\"https://profiles.wordpress.org/chandrapatel\">Chandra Patel</a>, <a href=\"https://profiles.wordpress.org/chaos-engine\">Chaos Engine</a>, <a href=\"https://profiles.wordpress.org/cheeserolls\">cheeserolls</a>, <a href=\"https://profiles.wordpress.org/chesio\">chesio</a>, <a href=\"https://profiles.wordpress.org/ketuchetan\">chetansatasiya</a>, <a href=\"https://profiles.wordpress.org/choongsavvii\">choong</a>, <a href=\"https://profiles.wordpress.org/chouby\">Chouby</a>, <a href=\"https://profiles.wordpress.org/chredd\">chredd</a>, <a href=\"https://profiles.wordpress.org/chrisjean\">Chris Jean</a>, <a href=\"https://profiles.wordpress.org/cmmarslender\">Chris Marslender</a>, <a href=\"https://profiles.wordpress.org/chris_d2d\">Chris Smith</a>, <a href=\"https://profiles.wordpress.org/chrisvanpatten\">Chris Van Patten</a>, <a href=\"https://profiles.wordpress.org/chriswiegman\">Chris Wiegman</a>, <a href=\"https://profiles.wordpress.org/chriscct7\">chriscct7</a>, <a href=\"https://profiles.wordpress.org/chriseverson\">chriseverson</a>, <a href=\"https://profiles.wordpress.org/christian1012\">Christian Chung</a>, <a href=\"https://profiles.wordpress.org/presskopp\">Christian Herrmann</a>, <a href=\"https://profiles.wordpress.org/cwpnolen\">Christian Nolen</a>, <a href=\"https://profiles.wordpress.org/needle\">Christian Wach</a>, <a href=\"https://profiles.wordpress.org/christophherr\">Christoph Herr</a>, <a href=\"https://profiles.wordpress.org/clarionwpdeveloper\">Clarion Technologies</a>, <a href=\"https://profiles.wordpress.org/claudiosanches\">Claudio Sanches</a>, <a href=\"https://profiles.wordpress.org/claudiosmweb\">Claudio Sanches</a>, <a href=\"https://profiles.wordpress.org/claudiolabarbera\">ClaudioLaBarbera</a>, <a href=\"https://profiles.wordpress.org/codemovementpk\">codemovement.pk</a>, <a href=\"https://profiles.wordpress.org/coderkevin\">coderkevin</a>, <a href=\"https://profiles.wordpress.org/codfish\">codfish</a>, <a href=\"https://profiles.wordpress.org/coreymcollins\">coreymcollins</a>, <a href=\"https://profiles.wordpress.org/curdin\">Curdin Krummenacher</a>, <a href=\"https://profiles.wordpress.org/cgrymala\">Curtiss Grymala</a>, <a href=\"https://profiles.wordpress.org/cdog\">Cătălin Dogaru</a>, <a href=\"https://profiles.wordpress.org/danhgilmore\">danhgilmore</a>, <a href=\"https://profiles.wordpress.org/danielkanchev\">Daniel Kanchev</a>, <a href=\"https://profiles.wordpress.org/danielpietrasik\">Daniel Pietrasik</a>, <a href=\"https://profiles.wordpress.org/mte90\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/dllh\">Daryl L. L. Houston (dllh)</a>, <a href=\"https://profiles.wordpress.org/davepullig\">Dave Pullig</a>, <a href=\"https://profiles.wordpress.org/goto10\">Dave Romsey (goto10)</a>, <a href=\"https://profiles.wordpress.org/davidakennedy\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/turtlepod\">David Chandra Purnama</a>, <a href=\"https://profiles.wordpress.org/dlh\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dglingren\">David Lingren</a>, <a href=\"https://profiles.wordpress.org/davidmosterd\">David Mosterd</a>, <a href=\"https://profiles.wordpress.org/dshanske\">David Shanske</a>, <a href=\"https://profiles.wordpress.org/davidbhayes\">davidbhayes</a>, <a href=\"https://profiles.wordpress.org/folletto\">Davide \'Folletto\' Casali</a>, <a href=\"https://profiles.wordpress.org/deeptiboddapati\">deeptiboddapati</a>, <a href=\"https://profiles.wordpress.org/delphinus\">delphinus</a>, <a href=\"https://profiles.wordpress.org/deltafactory\">deltafactory</a>, <a href=\"https://profiles.wordpress.org/denis-de-bernardy\">Denis de Bernardy</a>, <a href=\"https://profiles.wordpress.org/valendesigns\">Derek Herman</a>, <a href=\"https://profiles.wordpress.org/pcfreak30\">Derrick Hammer</a>, <a href=\"https://profiles.wordpress.org/derrickkoo\">Derrick Koo</a>, <a href=\"https://profiles.wordpress.org/dimchik\">dimchik</a>, <a href=\"https://profiles.wordpress.org/dineshc\">Dinesh Chouhan</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/dipeshkakadiya\">dipeshkakadiya</a>, <a href=\"https://profiles.wordpress.org/dmsnell\">dmsnell</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/dotancohen\">Dotan Cohen</a>, <a href=\"https://profiles.wordpress.org/dougwollison\">Doug Wollison</a>, <a href=\"https://profiles.wordpress.org/doughamlin\">doughamlin</a>, <a href=\"https://profiles.wordpress.org/dreamon11\">DreamOn11</a>, <a href=\"https://profiles.wordpress.org/drewapicture\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/duncanjbrown\">duncanjbrown</a>, <a href=\"https://profiles.wordpress.org/dungengronovius\">dungengronovius</a>, <a href=\"https://profiles.wordpress.org/dylanauty\">DylanAuty</a>, <a href=\"https://profiles.wordpress.org/hurtige\">Eddie Hurtig</a>, <a href=\"https://profiles.wordpress.org/oso96_2000\">Eduardo Reveles</a>, <a href=\"https://profiles.wordpress.org/chopinbach\">Edwin Cromley</a>, <a href=\"https://profiles.wordpress.org/electricfeet\">ElectricFeet</a>, <a href=\"https://profiles.wordpress.org/eliorivero\">Elio Rivero</a>, <a href=\"https://profiles.wordpress.org/iseulde\">Ella Iseulde Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/elyobo\">elyobo</a>, <a href=\"https://profiles.wordpress.org/enodekciw\">enodekciw</a>, <a href=\"https://profiles.wordpress.org/enshrined\">enshrined</a>, <a href=\"https://profiles.wordpress.org/ericlewis\">Eric Andrew Lewis</a>, <a href=\"https://profiles.wordpress.org/pushred\">Eric Lanehart</a>, <a href=\"https://profiles.wordpress.org/eherman24\">Evan Herman</a>, <a href=\"https://profiles.wordpress.org/flixos90\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/fencer04\">Fencer04</a>, <a href=\"https://profiles.wordpress.org/florianbrinkmann\">Florian Brinkmann</a>, <a href=\"https://profiles.wordpress.org/mista-flo\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/foliovision\">FolioVision</a>, <a href=\"https://profiles.wordpress.org/fomenkoandrey\">fomenkoandrey</a>, <a href=\"https://profiles.wordpress.org/frank-klein\">Frank Klein</a>, <a href=\"https://profiles.wordpress.org/frankiet\">Frankie</a>, <a href=\"https://profiles.wordpress.org/fjarrett\">Frankie Jarrett</a>, <a href=\"https://profiles.wordpress.org/akeif\">Fred</a>, <a href=\"https://profiles.wordpress.org/frozzare\">Fredrik Forsmo</a>, <a href=\"https://profiles.wordpress.org/fuscata\">fuscata</a>, <a href=\"https://profiles.wordpress.org/gma992\">Gabriel Maldonado</a>, <a href=\"https://profiles.wordpress.org/voldemortensen\">Garth Mortensen</a>, <a href=\"https://profiles.wordpress.org/garyj\">Gary Jones</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/geekysoft\">Geeky Software</a>, <a href=\"https://profiles.wordpress.org/georgestephanis\">George Stephanis</a>, <a href=\"https://profiles.wordpress.org/goranseric\">Goran &#352;erić</a>, <a href=\"https://profiles.wordpress.org/grahamarmfield\">Graham Armfield</a>, <a href=\"https://profiles.wordpress.org/grantderepas\">Grant Derepas</a>, <a href=\"https://profiles.wordpress.org/tivnet\">Gregory Karpinsky (@tivnet)</a>, <a href=\"https://profiles.wordpress.org/hardeepasrani\">Hardeep Asrani</a>, <a href=\"https://profiles.wordpress.org/helen\">Helen Hou-Sandí</a>, <a href=\"https://profiles.wordpress.org/henrywright\">Henry Wright</a>, <a href=\"https://profiles.wordpress.org/hiddenpearls\">hiddenpearls</a>, <a href=\"https://profiles.wordpress.org/hnle\">Hinaloe</a>, <a href=\"https://profiles.wordpress.org/hristo-sg\">Hristo Pandjarov</a>, <a href=\"https://profiles.wordpress.org/hugobaeta\">Hugo Baeta</a>, <a href=\"https://profiles.wordpress.org/polevaultweb\">Iain Poulson</a>, <a href=\"https://profiles.wordpress.org/iandunn\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/ianedington\">Ian Edington</a>, <a href=\"https://profiles.wordpress.org/idealien\">idealien</a>, <a href=\"https://profiles.wordpress.org/igmoweb\">Ignacio Cruz Moreno</a>, <a href=\"https://profiles.wordpress.org/imath\">imath</a>, <a href=\"https://profiles.wordpress.org/implenton\">implenton</a>, <a href=\"https://profiles.wordpress.org/ionutst\">Ionut Stanciu</a>, <a href=\"https://profiles.wordpress.org/ipstenu\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/ivdimova\">ivdimova</a>, <a href=\"https://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/jakept\">Jacob Peattie</a>, <a href=\"https://profiles.wordpress.org/whyisjake\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/jnylen0\">James Nylen</a>, <a href=\"https://profiles.wordpress.org/jamesacero\">jamesacero</a>, <a href=\"https://profiles.wordpress.org/japh\">Japh</a>, <a href=\"https://profiles.wordpress.org/jaredcobb\">Jared Cobb</a>, <a href=\"https://profiles.wordpress.org/jayarjo\">jayarjo</a>, <a href=\"https://profiles.wordpress.org/jdolan\">jdolan</a>, <a href=\"https://profiles.wordpress.org/jdoubleu\">jdoubleu</a>, <a href=\"https://profiles.wordpress.org/jblz\">Jeff Bowen</a>, <a href=\"https://profiles.wordpress.org/cheffheid\">Jeffrey de Wit</a>, <a href=\"https://profiles.wordpress.org/jbpaul17\">Jeffrey Paul</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jpry\">Jeremy Pry</a>, <a href=\"https://profiles.wordpress.org/jimt\">jimt</a>, <a href=\"https://profiles.wordpress.org/jipmoors\">Jip Moors</a>, <a href=\"https://profiles.wordpress.org/jmusal\">jmusal</a>, <a href=\"https://profiles.wordpress.org/joedolson\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joehoyle\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/joemcgill\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joelcj91\">Joel James</a>, <a href=\"https://profiles.wordpress.org/joen\">Joen Asmussen</a>, <a href=\"https://profiles.wordpress.org/johanmynhardt\">johanmynhardt</a>, <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/zyphonic\">John Dittmar</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/johnpbloch\">John P. Bloch</a>, <a href=\"https://profiles.wordpress.org/johnpgreen\">johnpgreen</a>, <a href=\"https://profiles.wordpress.org/kenshino\">Jon (Kenshino)</a>, <a href=\"https://profiles.wordpress.org/jonathanbardo\">Jonathan Bardo</a>, <a href=\"https://profiles.wordpress.org/jbrinley\">Jonathan Brinley</a>, <a href=\"https://profiles.wordpress.org/daggerhart\">Jonathan Daggerhart</a>, <a href=\"https://profiles.wordpress.org/desrosj\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/jonnyauk\">jonnyauk</a>, <a href=\"https://profiles.wordpress.org/jordesign\">jordesign</a>, <a href=\"https://profiles.wordpress.org/jorritschippers\">JorritSchippers</a>, <a href=\"https://profiles.wordpress.org/joefusco\">Joseph Fusco</a>, <a href=\"https://profiles.wordpress.org/jjeaton\">Josh Eaton</a>, <a href=\"https://profiles.wordpress.org/shelob9\">Josh Pollock</a>, <a href=\"https://profiles.wordpress.org/joshcummingsdesign\">joshcummingsdesign</a>, <a href=\"https://profiles.wordpress.org/joshkadis\">joshkadis</a>, <a href=\"https://profiles.wordpress.org/joshuawold\">Joshua Wold</a>, <a href=\"https://profiles.wordpress.org/joyously\">Joy</a>, <a href=\"https://profiles.wordpress.org/jrf\">jrf</a>, <a href=\"https://profiles.wordpress.org/jrgould\">JRGould</a>, <a href=\"https://profiles.wordpress.org/juanfra\">Juanfra Aldasoro</a>, <a href=\"https://profiles.wordpress.org/juhise\">Juhi Saxena</a>, <a href=\"https://profiles.wordpress.org/nukaga\">Junko Nukaga</a>, <a href=\"https://profiles.wordpress.org/justinbusa\">Justin Busa</a>, <a href=\"https://profiles.wordpress.org/justinsainton\">Justin Sainton</a>, <a href=\"https://profiles.wordpress.org/jshreve\">Justin Shreve</a>, <a href=\"https://profiles.wordpress.org/jtsternberg\">Justin Sternberg</a>, <a href=\"https://profiles.wordpress.org/kadamwhite\">K.Adam White</a>, <a href=\"https://profiles.wordpress.org/kacperszurek\">kacperszurek</a>, <a href=\"https://profiles.wordpress.org/trepmal\">Kailey (trepmal)</a>, <a href=\"https://profiles.wordpress.org/kalenjohnson\">KalenJohnson</a>, <a href=\"https://profiles.wordpress.org/codebykat\">Kat Hagan</a>, <a href=\"https://profiles.wordpress.org/zoonini\">Kathryn Presner</a>, <a href=\"https://profiles.wordpress.org/kkoppenhaver\">Keanan Koppenhaver</a>, <a href=\"https://profiles.wordpress.org/keesiemeijer\">keesiemeijer</a>, <a href=\"https://profiles.wordpress.org/kellbot\">kellbot</a>, <a href=\"https://profiles.wordpress.org/ryelle\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/wraithkenny\">Ken Newman</a>, <a href=\"https://profiles.wordpress.org/khag7\">Kevin Hagerty</a>, <a href=\"https://profiles.wordpress.org/kwight\">Kirk Wight</a>, <a href=\"https://profiles.wordpress.org/kitchin\">kitchin</a>, <a href=\"https://profiles.wordpress.org/ixkaito\">Kite</a>, <a href=\"https://profiles.wordpress.org/kjbenk\">kjbenk</a>, <a href=\"https://profiles.wordpress.org/knutsp\">Knut Sparhell</a>, <a href=\"https://profiles.wordpress.org/koenschipper\">koenschipper</a>, <a href=\"https://profiles.wordpress.org/kokarn\">kokarn</a>, <a href=\"https://profiles.wordpress.org/kovshenin\">Konstantin Kovshenin</a>, <a href=\"https://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/kouratoras\">Konstantinos Kouratoras</a>, <a href=\"https://profiles.wordpress.org/kristastevens\">Krista Stevens</a>, <a href=\"https://profiles.wordpress.org/kuchenundkakao\">kuchenundkakao</a>, <a href=\"https://profiles.wordpress.org/kuldipem\">kuldipem</a>, <a href=\"https://profiles.wordpress.org/leewillis77\">Lee Willis</a>, <a href=\"https://profiles.wordpress.org/leobaiano\">Leo Baiano</a>, <a href=\"https://profiles.wordpress.org/littlebigthing\">LittleBigThings (Csaba)</a>, <a href=\"https://profiles.wordpress.org/lucasstark\">Lucas Stark</a>, <a href=\"https://profiles.wordpress.org/lukecavanagh\">Luke Cavanagh</a>, <a href=\"https://profiles.wordpress.org/lgedeon\">Luke Gedeon</a>, <a href=\"https://profiles.wordpress.org/lukepettway\">Luke Pettway</a>, <a href=\"https://profiles.wordpress.org/lyubomir_popov\">lyubomir_popov</a>, <a href=\"https://profiles.wordpress.org/mariovalney\">M&#225;rio Valney</a>, <a href=\"https://profiles.wordpress.org/mageshp\">mageshp</a>, <a href=\"https://profiles.wordpress.org/mahesh901122\">Mahesh Waghmare</a>, <a href=\"https://profiles.wordpress.org/mangeshp\">Mangesh Parte</a>, <a href=\"https://profiles.wordpress.org/manishsongirkar36\">Manish Songirkar</a>, <a href=\"https://profiles.wordpress.org/mantismamita\">mantismamita</a>, <a href=\"https://profiles.wordpress.org/mbootsman\">Marcel Bootsman</a>, <a href=\"https://profiles.wordpress.org/tyxla\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/clorith\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/mbelchev\">Mariyan Belchev</a>, <a href=\"https://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/mrwweb\">Mark Root-Wiley</a>, <a href=\"https://profiles.wordpress.org/mapk\">Mark Uraine</a>, <a href=\"https://profiles.wordpress.org/markoheijnen\">Marko Heijnen</a>, <a href=\"https://profiles.wordpress.org/markshep\">markshep</a>, <a href=\"https://profiles.wordpress.org/matveb\">Matias Ventura</a>, <a href=\"https://profiles.wordpress.org/matrixik\">matrixik</a>, <a href=\"https://profiles.wordpress.org/mjbanks\">Matt Banks</a>, <a href=\"https://profiles.wordpress.org/mattking5000\">Matt King</a>, <a href=\"https://profiles.wordpress.org/matt\">Matt Mullenweg</a>, <a href=\"https://profiles.wordpress.org/jaworskimatt\">Matt PeepSo</a>, <a href=\"https://profiles.wordpress.org/veraxus\">Matt van Andel</a>, <a href=\"https://profiles.wordpress.org/mattwiebe\">Matt Wiebe</a>, <a href=\"https://profiles.wordpress.org/mattheu\">Matthew Haines-Young</a>, <a href=\"https://profiles.wordpress.org/mattyrob\">mattyrob</a>, <a href=\"https://profiles.wordpress.org/maxcutler\">Max Cutler</a>, <a href=\"https://profiles.wordpress.org/maximeculea\">Maxime Culea</a>, <a href=\"https://profiles.wordpress.org/mayukojpn\">Mayo Moriyama</a>, <a href=\"https://profiles.wordpress.org/mckernanin\">mckernanin</a>, <a href=\"https://profiles.wordpress.org/melchoyce\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/mhowell\">mhowell</a>, <a href=\"https://profiles.wordpress.org/michael-arestad\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/michaelarestad\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/michalzuber\">michalzuber</a>, <a href=\"https://profiles.wordpress.org/michelleweber\">Michelle Weber</a>, <a href=\"https://profiles.wordpress.org/stubgo\">Miina Sikk</a>, <a href=\"https://profiles.wordpress.org/mauteri\">Mike Auteri</a>, <a href=\"https://profiles.wordpress.org/mihai2u\">Mike Crantea</a>, <a href=\"https://profiles.wordpress.org/mdgl\">Mike Glendinning</a>, <a href=\"https://profiles.wordpress.org/mikehansenme\">Mike Hansen</a>, <a href=\"https://profiles.wordpress.org/mikelittle\">Mike Little</a>, <a href=\"https://profiles.wordpress.org/mikeschroder\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/mikeviele\">Mike Viele</a>, <a href=\"https://profiles.wordpress.org/dimadin\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/modemlooper\">modemlooper</a>, <a href=\"https://profiles.wordpress.org/batmoo\">Mohammad Jangda</a>, <a href=\"https://profiles.wordpress.org/deremohan\">Mohan Dere</a>, <a href=\"https://profiles.wordpress.org/monikarao\">Monika Rao</a>, <a href=\"https://profiles.wordpress.org/morettigeorgiev\">morettigeorgiev</a>, <a href=\"https://profiles.wordpress.org/morganestes\">Morgan Estes</a>, <a href=\"https://profiles.wordpress.org/mor10\">Morten Rand-Hendriksen</a>, <a href=\"https://profiles.wordpress.org/mt8biz\">moto hachi ( mt8.biz )</a>, <a href=\"https://profiles.wordpress.org/mrbobbybryant\">mrbobbybryant</a>, <a href=\"https://profiles.wordpress.org/nnaimov\">Naim Naimov</a>, <a href=\"https://profiles.wordpress.org/natereist\">Nate Reist</a>, <a href=\"https://profiles.wordpress.org/natewr\">NateWr</a>, <a href=\"https://profiles.wordpress.org/nathanrice\">nathanrice</a>, <a href=\"https://profiles.wordpress.org/nazgul\">Nazgul</a>, <a href=\"https://profiles.wordpress.org/greatislander\">Ned Zimmerman</a>, <a href=\"https://profiles.wordpress.org/krstarica\">net</a>, <a href=\"https://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/nikeo\">Nicolas GUILLAUME</a>, <a href=\"https://profiles.wordpress.org/nikschavan\">Nikhil Chavan</a>, <a href=\"https://profiles.wordpress.org/nikv\">Nikhil Vimal</a>, <a href=\"https://profiles.wordpress.org/nbachiyski\">Nikolay Bachiyski</a>, <a href=\"https://profiles.wordpress.org/rabmalin\">Nilambar Sharma</a>, <a href=\"https://profiles.wordpress.org/noplanman\">noplanman</a>, <a href=\"https://profiles.wordpress.org/nullvariable\">nullvariable</a>, <a href=\"https://profiles.wordpress.org/odie2\">odie2</a>, <a href=\"https://profiles.wordpress.org/odysseygate\">odyssey</a>, <a href=\"https://profiles.wordpress.org/hideokamoto\">Okamoto Hidetaka</a>, <a href=\"https://profiles.wordpress.org/orvils\">orvils</a>, <a href=\"https://profiles.wordpress.org/oskosk\">oskosk</a>, <a href=\"https://profiles.wordpress.org/ottok\">Otto Kek&#228;l&#228;inen</a>, <a href=\"https://profiles.wordpress.org/ovann86\">ovann86</a>, <a href=\"https://profiles.wordpress.org/imnok\">Pantip Treerattanapitak (Nok)</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/patilvikasj\">patilvikasj</a>, <a href=\"https://profiles.wordpress.org/pbearne\">Paul Bearne</a>, <a href=\"https://profiles.wordpress.org/paulwilde\">Paul Wilde</a>, <a href=\"https://profiles.wordpress.org/pdufour\">pdufour</a>, <a href=\"https://profiles.wordpress.org/piewp\">Perdaan</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/phh\">phh</a>, <a href=\"https://profiles.wordpress.org/php\">php</a>, <a href=\"https://profiles.wordpress.org/delawski\">Piotr Delawski</a>, <a href=\"https://profiles.wordpress.org/pippinsplugins\">pippinsplugins</a>, <a href=\"https://profiles.wordpress.org/pjgalbraith\">pjgalbraith</a>, <a href=\"https://profiles.wordpress.org/pkevan\">pkevan</a>, <a href=\"https://profiles.wordpress.org/pratikchaskar\">Pratik</a>, <a href=\"https://profiles.wordpress.org/pressionate\">Pressionate</a>, <a href=\"https://profiles.wordpress.org/procodewp\">procodewp</a>, <a href=\"https://profiles.wordpress.org/rachelbaker\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/rahulsprajapati\">Rahul Prajapati</a>, <a href=\"https://profiles.wordpress.org/superpoincare\">Ramanan</a>, <a href=\"https://profiles.wordpress.org/ramiabraham\">ramiabraham</a>, <a href=\"https://profiles.wordpress.org/ranh\">ranh</a>, <a href=\"https://profiles.wordpress.org/redsand\">Red Sand Media Group</a>, <a href=\"https://profiles.wordpress.org/youknowriad\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/rianrietveld\">Rian Rietveld</a>, <a href=\"https://profiles.wordpress.org/iamfriendly\">Richard Tape</a>, <a href=\"https://profiles.wordpress.org/rpayne7264\">Robert D Payne</a>, <a href=\"https://profiles.wordpress.org/iamjolly\">Robert Jolly</a>, <a href=\"https://profiles.wordpress.org/rnoakes3rd\">Robert Noakes</a>, <a href=\"https://profiles.wordpress.org/d4z_c0nf\">Rocco Aliberti</a>, <a href=\"https://profiles.wordpress.org/rodrigosprimo\">Rodrigo Primo</a>, <a href=\"https://profiles.wordpress.org/rommelxcastro\">Rommel Castro</a>, <a href=\"https://profiles.wordpress.org/fronaldaraujo\">Ronald Ara&#250;jo</a>, <a href=\"https://profiles.wordpress.org/magicroundabout\">Ross Wintle</a>, <a href=\"https://profiles.wordpress.org/guavaworks\">Roy Sivan</a>, <a href=\"https://profiles.wordpress.org/ryankienstra\">Ryan Kienstra</a>, <a href=\"https://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/ryanplas\">Ryan Plas</a>, <a href=\"https://profiles.wordpress.org/welcher\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/salcode\">Sal Ferrarello</a>, <a href=\"https://profiles.wordpress.org/samikeijonen\">Sami Keijonen</a>, <a href=\"https://profiles.wordpress.org/solarissmoke\">Samir Shah</a>, <a href=\"https://profiles.wordpress.org/samuelsidler\">Samuel Sidler</a>, <a href=\"https://profiles.wordpress.org/sandesh055\">Sandesh</a>, <a href=\"https://profiles.wordpress.org/smyoon315\">Sang-Min Yoon</a>, <a href=\"https://profiles.wordpress.org/sanketparmar\">Sanket Parmar</a>, <a href=\"https://profiles.wordpress.org/pollyplummer\">Sarah Gooding</a>, <a href=\"https://profiles.wordpress.org/sayedwp\">Sayed Taqui</a>, <a href=\"https://profiles.wordpress.org/schrapel\">schrapel</a>, <a href=\"https://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"https://profiles.wordpress.org/scrappyhuborg\">scrappy@hub.org</a>, <a href=\"https://profiles.wordpress.org/scribu\">scribu</a>, <a href=\"https://profiles.wordpress.org/seancjones\">seancjones</a>, <a href=\"https://profiles.wordpress.org/sebastianpisula\">Sebastian Pisula</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/sgr33n\">Sergio De Falco</a>, <a href=\"https://profiles.wordpress.org/sfpt\">sfpt</a>, <a href=\"https://profiles.wordpress.org/shayanys\">shayanys</a>, <a href=\"https://profiles.wordpress.org/shazahm1hotmailcom\">shazahm1</a>, <a href=\"https://profiles.wordpress.org/shprink\">shprink</a>, <a href=\"https://profiles.wordpress.org/simonlampen\">simonlampen</a>, <a href=\"https://profiles.wordpress.org/skippy\">skippy</a>, <a href=\"https://profiles.wordpress.org/smerriman\">smerriman</a>, <a href=\"https://profiles.wordpress.org/snacking\">snacking</a>, <a href=\"https://profiles.wordpress.org/solal\">solal</a>, <a href=\"https://profiles.wordpress.org/soean\">Soren Wrede</a>, <a href=\"https://profiles.wordpress.org/sstoqnov\">Stanimir Stoyanov</a>, <a href=\"https://profiles.wordpress.org/metodiew\">Stanko Metodiev</a>, <a href=\"https://profiles.wordpress.org/sharkomatic\">Steph</a>, <a href=\"https://profiles.wordpress.org/sswells\">Steph Wells</a>, <a href=\"https://profiles.wordpress.org/sillybean\">Stephanie Leary</a>, <a href=\"https://profiles.wordpress.org/netweb\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/stephenharris\">Stephen Harris</a>, <a href=\"https://profiles.wordpress.org/stevenkword\">Steven Word</a>, <a href=\"https://profiles.wordpress.org/stevenlinx\">stevenlinx</a>, <a href=\"https://profiles.wordpress.org/sudar\">Sudar Muthu</a>, <a href=\"https://profiles.wordpress.org/patilswapnilv\">Swapnil V. Patil</a>, <a href=\"https://profiles.wordpress.org/swapnild\">swapnild</a>, <a href=\"https://profiles.wordpress.org/szaqal21\">szaqal21</a>, <a href=\"https://profiles.wordpress.org/takahashi_fumiki\">Takahashi Fumiki</a>, <a href=\"https://profiles.wordpress.org/miyauchi\">Takayuki Miyauchi</a>, <a href=\"https://profiles.wordpress.org/karmatosed\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/tapsboy\">tapsboy</a>, <a href=\"https://profiles.wordpress.org/tlovett1\">Taylor Lovett</a>, <a href=\"https://profiles.wordpress.org/team\">team</a>, <a href=\"https://profiles.wordpress.org/tg29359\">tg29359</a>, <a href=\"https://profiles.wordpress.org/tharsheblows\">tharsheblows</a>, <a href=\"https://profiles.wordpress.org/the\">the</a>, <a href=\"https://profiles.wordpress.org/themeshaper\">themeshaper</a>, <a href=\"https://profiles.wordpress.org/thenbrent\">thenbrent</a>, <a href=\"https://profiles.wordpress.org/thomaswm\">thomaswm</a>, <a href=\"https://profiles.wordpress.org/tfrommen\">Thorsten Frommen</a>, <a href=\"https://profiles.wordpress.org/tierra\">tierra</a>, <a href=\"https://profiles.wordpress.org/tnash\">Tim Nash</a>, <a href=\"https://profiles.wordpress.org/timmydcrawford\">Timmy Crawford</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/timph\">timph</a>, <a href=\"https://profiles.wordpress.org/tkama\">Tkama</a>, <a href=\"https://profiles.wordpress.org/tnegri\">tnegri</a>, <a href=\"https://profiles.wordpress.org/tomauger\">Tom Auger</a>, <a href=\"https://profiles.wordpress.org/tjnowell\">Tom J Nowell</a>, <a href=\"https://profiles.wordpress.org/tomdxw\">tomdxw</a>, <a href=\"https://profiles.wordpress.org/toro_unit\">Toro_Unit (Hiroshi Urabe)</a>, <a href=\"https://profiles.wordpress.org/zodiac1978\">Torsten Landsiedel</a>, <a href=\"https://profiles.wordpress.org/transl8or\">transl8or</a>, <a href=\"https://profiles.wordpress.org/traversal\">traversal</a>, <a href=\"https://profiles.wordpress.org/wpsmith\">Travis Smith</a>, <a href=\"https://profiles.wordpress.org/nmt90\">Triet Minh</a>, <a href=\"https://profiles.wordpress.org/trishasalas\">Trisha Salas</a>, <a href=\"https://profiles.wordpress.org/tristangemus\">tristangemus</a>, <a href=\"https://profiles.wordpress.org/truongwp\">truongwp</a>, <a href=\"https://profiles.wordpress.org/tsl143\">tsl143</a>, <a href=\"https://profiles.wordpress.org/tywayne\">Ty Carlson</a>, <a href=\"https://profiles.wordpress.org/grapplerulrich\">Ulrich</a>, <a href=\"https://profiles.wordpress.org/utkarshpatel\">Utkarsh</a>, <a href=\"https://profiles.wordpress.org/valeriutihai\">Valeriu Tihai</a>, <a href=\"https://profiles.wordpress.org/zuige\">Viljami Kuosmanen</a>, <a href=\"https://profiles.wordpress.org/vishalkakadiya\">Vishal Kakadiya</a>, <a href=\"https://profiles.wordpress.org/vortfu\">vortfu</a>, <a href=\"https://profiles.wordpress.org/vrundakansara-1\">Vrunda Kansara</a>, <a href=\"https://profiles.wordpress.org/webbgaraget\">webbgaraget</a>, <a href=\"https://profiles.wordpress.org/webmandesign\">WebMan Design &#124; Oliver Juhas</a>, <a href=\"https://profiles.wordpress.org/websupporter\">websupporter</a>, <a href=\"https://profiles.wordpress.org/earnjam\">William Earnhardt</a>, <a href=\"https://profiles.wordpress.org/williampatton\">williampatton</a>, <a href=\"https://profiles.wordpress.org/wolly\">Wolly aka Paolo Valenti</a>, <a href=\"https://profiles.wordpress.org/yale01\">yale01</a>, <a href=\"https://profiles.wordpress.org/yoavf\">Yoav Farhi</a>, <a href=\"https://profiles.wordpress.org/yogasukma\">Yoga Sukma</a>, <a href=\"https://profiles.wordpress.org/oxymoron\">Zach Wills</a>, <a href=\"https://profiles.wordpress.org/tollmanz\">Zack Tollman</a>, <a href=\"https://profiles.wordpress.org/vanillalounge\">Ze Fontainhas</a>, <a href=\"https://profiles.wordpress.org/zhildzik\">zhildzik</a>, and <a href=\"https://profiles.wordpress.org/zsusag\">zsusag</a>.</p>
<p>Finally, thanks to all the community translators who worked on WordPress 4.9. Their efforts bring WordPress 4.9 fully translated to 43 languages at release time, with more on the way.</p>
<p>Do you want to report on WordPress 4.9? <a href=\"https://s.w.org/images/core/4.9/wp-4-9_press-kit.zip\">We&#x27;ve compiled a press kit featuring information about the release features, and some media assets to help you along</a>.</p>
<p>If you want to follow along or help out, check out <a href=\"https://make.wordpress.org/\">Make WordPress</a> and our <a href=\"https://make.wordpress.org/core/\">core development blog</a>.</p>
<p>Thanks for choosing WordPress!</p>
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4968\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:36:\"
		
		
		
		
				
		

		
		
				
			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 4.9 Release Candidate 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2017/11/wordpress-4-9-release-candidate-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 14 Nov 2017 06:53:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:13:\"Documentation\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5184\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:345:\"The third release candidate for WordPress 4.9 is now available. A release candidate (RC) means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. In fact, we did miss some things in RC1 and RC2. This third release candidate was not originally scheduled, but [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Weston Ruter\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4169:\"<p>The third release candidate for WordPress 4.9 is now available.</p>
<p>A release candidate (RC) means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. In fact, we did miss some things in RC1 and RC2. This third release candidate was not originally scheduled, but due a number of defects uncovered through your testing of RC2 (thank you!), we are putting out another 4.9 release candidate.</p>
<p>We hope to ship WordPress 4.9 on <strong>Tuesday, November 14</strong> (that&#8217;s <em>tomorrow</em>) at 23:00 UTC, but we still need your help to get there. If you haven’t tested 4.9 yet, now is the time! If there are additional defects uncovered through testing between now and the release time, we may delay the 4.9 release to the following day.</p>
<p>To test WordPress 4.9, you can use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin or you can <a href=\"https://wordpress.org/wordpress-4.9-RC3.zip\">download the release candidate here</a> (zip).</p>
<p>We&#8217;ve made <a href=\"https://core.trac.wordpress.org/log/branches/4.9?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=42178&amp;stop_rev=42133\">just over 20 changes</a> since releasing RC2 last week (as we did between RC1 and RC2). For more details about what’s new in version 4.9, check out the <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-2/\">Beta 2</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-3/\">Beta 3</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-4/\">Beta 4</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-release-candidate/\">RC1</a>, and <a href=\"https://wordpress.org/news/2017/11/wordpress-4-9-release-candidate-2/\">RC2</a> blog posts. A few specific areas to test in RC3:</p>
<ul>
<li>Switching between the Visual and Text tabs of the editor, and the syncing of the cursor between those two tabs.</li>
<li>Overriding linting errors in the Customizer&#8217;s Additional CSS editor.</li>
<li>Adding nav menu items for Custom Links in the Customizer.</li>
<li>Scheduling customization drafts (stubbed posts/pages) for publishing in the Customizer.</li>
<li>Autosave revisions for changes in the Customizer.</li>
<li>About page styling.</li>
</ul>
<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.9 and update your plugin’s <em>Tested up to</em> version in the readme to 4.9. If you find compatibility problems please be sure to post to the support forums so we can figure those out before the final release — we work hard to avoid breaking things. Please see the summative <a href=\"https://make.wordpress.org/core/2017/11/07/wordpress-4-9-field-guide/\">field guide</a> to the 4.9 <a href=\"https://make.wordpress.org/core/tag/4.9+dev-notes/\">developer notes</a> on the <a href=\"https://make.wordpress.org/core/\">core development blog</a>.</p>
<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>
<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</p>
<p><em>Didn&#8217;t squash them all <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f41b.png\" alt=\"🐛\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></em><br />
<em>We want to release Tuesday</em><br />
<em>New features not bugs <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/2728.png\" alt=\"✨\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></em></p>
<p>Thanks for your continued help testing out the latest versions of WordPress.</p>
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"5184\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:36:\"
		
		
		
		
				
		

		
		
				
			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 4.9 Release Candidate 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2017/11/wordpress-4-9-release-candidate-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 07 Nov 2017 05:33:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5047\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:342:\"The second release candidate for WordPress 4.9 is now available. A release candidate (RC) means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.9 on Tuesday, November 14 (just over one week from now), but we need your help [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Weston Ruter\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3424:\"<p>The second release candidate for WordPress 4.9 is now available.</p>
<p>A release candidate (RC) means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.9 on <strong>Tuesday, November 14</strong> (just over <em>one week</em> from now), but we need your help to get there. If you haven’t tested 4.9 yet, now is the time!</p>
<p>To test WordPress 4.9, you can use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin or you can <a href=\"https://wordpress.org/wordpress-4.9-RC2.zip\">download the release candidate here</a> (zip).</p>
<p>We&#8217;ve made <a href=\"https://core.trac.wordpress.org/log/trunk/?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=42124&amp;stop_rev=42049&amp;limit=100&amp;sfp_email=&amp;sfph_mail=\">just over 20 changes</a> since releasing RC 1 last week. For more details about what’s new in version 4.9, check out the <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-2/\">Beta 2</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-3/\">Beta 3</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-4/\">Beta 4</a>, and <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-release-candidate/\">RC1</a> blog posts. Specific areas to test in RC2:</p>
<ul>
<li>Theme installation in the Customizer.</li>
<li>Scheduling changes for publishing in the Customizer.</li>
<li>Switching themes with live preview in the Customizer.</li>
</ul>
<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.9 and update your plugin’s <em>Tested up to</em> version in the readme to 4.9. If you find compatibility problems please be sure to post to the support forums so we can figure those out before the final release — we work hard to avoid breaking things. Please see the summative <a href=\"https://make.wordpress.org/core/2017/11/07/wordpress-4-9-field-guide/\">field guide</a> to the 4.9 <a href=\"https://make.wordpress.org/core/tag/4.9+dev-notes/\">developer notes</a> on the <a href=\"https://make.wordpress.org/core/\">core development blog</a>.</p>
<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>
<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</p>
<p>This week&#8217;s haiku is courtesy of <a href=\'https://profiles.wordpress.org/melchoyce/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>melchoyce</a>:</p>
<p><em>We squashed all the bugs <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f41b.png\" alt=\"🐛\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></em><br />
<em>But uh, if not, let us know</em><br />
<em>Also, test your stuff</em></p>
<p>Thanks for your continued help testing out the latest versions of WordPress.</p>
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"5047\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:33:\"
		
		
		
		
				

		
		
				
			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"The Month in WordPress: October 2017\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2017/11/the-month-in-wordpress-october-2017/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Nov 2017 12:02:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5044\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:333:\"While this month we focused on building new features for WordPress core, we advanced other areas of the project too. Read on to learn more about what the WordPress project accomplished during the month of October. Take the 2017 Annual WordPress User Survey The annual WordPress User Survey is a great opportunity for you to [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:6093:\"<p>While this month we focused on building new features for WordPress core, we advanced other areas of the project too. Read on to learn more about what the WordPress project accomplished during the month of October.</p>
<hr class=\"wp-block-separator\" />
<h2>Take the 2017 Annual WordPress User Survey</h2>
<p>The annual WordPress User Survey is a great opportunity for you to provide your feedback about how you use WordPress. This year is no exception, as <a href=\"https://wordpressdotorg.polldaddy.com/s/wordpress-2017-survey\">the 2017 WordPress User Survey</a> is out now.</p>
<p>The information collected in the survey is used to make informed decisions about improvements across the WordPress project, so your answers are incredibly valuable and help shape the future of the platform.</p>
<h2>WordPress 4.8.3 Security Release</h2>
<p>At the end of October, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-8-3-security-release/\">WordPress 4.8.3 was released</a> containing an important security fix for all previous versions of WordPress. If your WordPress installation has not updated automatically, please update it now to protect your site.</p>
<p>This security issue was brought to light by a community member, so if you ever discover a security vulnerability in WordPress core, please do the same and <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">disclose it responsibly</a>.</p>
<h2>WordPress 4.9 Nearly Ready for Release</h2>
<p>WordPress 4.9 was in rapid development this month. We released four beta versions and published a <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-release-candidate/\">release candidate</a>. The target for shipping WordPress 4.9 is November 14 — just two short weeks away. With many new features, this is a hugely exciting release that improves WordPress’ user experience considerably. Notably, you’ll see <a href=\"https://make.wordpress.org/core/2017/10/24/a-new-themes-experience-in-the-customizer/\">improvements to the theme selection experience</a>, plenty of <a href=\"https://make.wordpress.org/core/2017/10/24/widget-improvements-in-wordpress-4-9/\">widget enhancements</a>, drastically improved <a href=\"https://make.wordpress.org/core/2017/10/22/code-editing-improvements-in-wordpress-4-9/\">code editing</a>, and much better <a href=\"https://make.wordpress.org/core/2017/10/15/improvements-for-roles-and-capabilities-in-4-9/\">user role management</a>.</p>
<p>To get involved in building WordPress Core, jump into the #core channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>, and follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>.</p>
<h2>WordPress Charity Hackathons are Growing</h2>
<p>For the last few years, the number of <a href=\"https://doaction.org/\">do_action series of WordPress charity hackathons</a> has grown around the world. What started as a community event to assist local nonprofit organizations, has become something many WordPress communities are replicating in an increasing number of cities.</p>
<p>As of this month, do_action events have been hosted in Cape Town and Johannesburg, South Africa, Beirut, Lebanon, Austin, Texas, and Montréal, Canada. In addition, events are now scheduled for <a href=\"https://doaction.org/event/bristol-2018/\">Bristol, England</a> and <a href=\"https://doaction.org/event/zurich-2018/\">Zurich, Switzerland</a> in 2018.</p>
<p>To get involved in organizing a do_action event locally, read <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/do_action-charity-hackathon/\">the do_action organizer’s handbook</a> and join the #community-events channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>.</p>
<h2>Gutenberg Development Advances</h2>
<p>While work steadily continues on Gutenberg — the new editor for WordPress core — one update from this month addresses one of the primary concerns that some people shared about the project.</p>
<p>Up until <a href=\"https://make.wordpress.org/core/2017/10/24/whats-new-in-gutenberg-24th-october/\">the release on October 24</a>, Gutenberg did not support the meta boxes that so many WordPress content creators rely on. The new editor now has initial support for meta boxes as well as a host of other critical features for content creation in WordPress.</p>
<p><a href=\"https://make.wordpress.org/test/handbook/call-for-testing/gutenberg-testing/\">Test out Gutenberg</a> right now and help develop it by joining the #core-editor channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a> and following the <a href=\"https://make.wordpress.org/core/\">Core team blog</a>.</p>
<hr class=\"wp-block-separator\" />
<h2>Further Reading:</h2>
<ul>
<li>DonateWC, a new initiative that assists people in attending WordCamps, <a href=\"https://donatewc.org/wordcamp-stories/wordcamp-cape-town-experience/\">sponsored Trust Nhokovedzo from Harare, Zimbabwe</a> to speak at WordCamp Cape Town, South Africa this month.</li>
<li><a href=\"https://woocommerce.com/2017/10/saying-goodbye-to-canvas/\">The popular Canvas theme was retired</a> this month to allow WooCommerce to focus on moving their products forward more effectively.</li>
<li>The next installment of Camp Press, the WordPress community retreat event, will take place <a href=\"https://camp.press/event/iceland2018/\">in Iceland</a>.</li>
<li>If you run a WordPress meetup group, but are struggling to find content for your events, the WordPress Marketing team <a href=\"https://make.wordpress.org/community/2017/10/04/supporting-for-meetups-with-low-content/\">has put together some ideas</a> to help.</li>
<li><a href=\"https://2017.us.wordcamp.org/\">WordCamp US 2017</a> is just around the corner — there’s still time to grab your tickets.</li>
</ul>
<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please <a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\">submit it here</a>.</em></p>
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"5044\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:39:\"
		
		
		
		
				
		
		

		
		
				
			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"WordPress 4.8.3 Security Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wordpress.org/news/2017/10/wordpress-4-8-3-security-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 31 Oct 2017 14:20:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.8\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5035\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:378:\"WordPress 4.8.3 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. WordPress versions 4.8.2 and earlier are affected by an issue where $wpdb-&#62;prepare() can create unexpected and unsafe queries leading to potential SQL injection (SQLi). WordPress core is not directly vulnerable to [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Gary Pendergast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1337:\"<p>WordPress 4.8.3 is now available. This is a <strong>security release</strong> for all previous versions and we strongly encourage you to update your sites immediately.</p>
<p>WordPress versions 4.8.2 and earlier are affected by an issue where <code>$wpdb-&gt;prepare()</code> can create unexpected and unsafe queries leading to potential SQL injection (SQLi). WordPress core is not directly vulnerable to this issue, but we’ve added hardening to prevent plugins and themes from accidentally causing a vulnerability. Reported by <a href=\"https://twitter.com/ircmaxell\">Anthony Ferrara</a>.</p>
<p>This release includes a change in behaviour for the <code>esc_sql()</code> function. Most developers will not be affected by this change, you can read more details in the <a href=\"https://make.wordpress.org/core/2017/10/31/changed-behaviour-of-esc_sql-in-wordpress-4-8-3/\">developer note</a>.</p>
<p>Thank you to the reporter of this issue for practicing <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsible disclosure</a>.</p>
<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.8.3</a> or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.8.3.</p>
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"5035\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:36:\"
		
		
		
		
				
		

		
		
				
			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"WordPress 4.9 Release Candidate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2017/10/wordpress-4-9-release-candidate/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 31 Oct 2017 04:42:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4963\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:329:\"The release candidate for WordPress 4.9 is now available. RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.9 on Tuesday, November 14, but we need your help to get there. If you haven’t tested 4.9 yet, [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Mel Choyce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3275:\"<p>The release candidate for WordPress 4.9 is now available.</p>
<p>RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.9 on <strong>Tuesday, November 14</strong>, but we need your help to get there. If you haven’t tested 4.9 yet, now is the time!</p>
<p>To test WordPress 4.9, you can use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin or you can <a href=\"https://wordpress.org/wordpress-4.9-RC1.zip\">download the release candidate here</a> (zip).</p>
<p>We&#8217;ve made <a href=\"https://core.trac.wordpress.org/log/trunk/?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=42049&amp;stop_rev=42022&amp;limit=100&amp;sfp_email=&amp;sfph_mail=\">almost 30 changes</a> since releasing Beta 4 last week. For more details about what’s new in version 4.9, check out the <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-2/\">Beta 2</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-3/\">Beta 3</a>, and <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-4/\">Beta 4</a> blog posts.</p>
<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.9 and update your plugin’s <em>Tested up to</em> version in the readme to 4.9. If you find compatibility problems please be sure to post to the support forums so we can figure those out before the final release — we work hard to avoid breaking things. An in-depth field guide to developer-focused changes is coming soon on the <a href=\"https://make.wordpress.org/core/\">core development blog</a>. In the meantime, you can review the <a href=\"https://make.wordpress.org/core/tag/4.9+dev-notes/\">developer notes for 4.9</a>.</p>
<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>
<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</p>
<p>This week&#8217;s haiku is courtesy of <a href=\'https://profiles.wordpress.org/pento/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>pento</a>:</p>
<p><em>this is halloween <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f383.png\" alt=\"🎃\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></em><br />
<em>scary, spooky, candy day <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f47b.png\" alt=\"👻\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></em><br />
<em>rc1 is sweet <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f36c.png\" alt=\"🍬\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></em></p>
<p>Thanks for your continued help testing out the latest versions of WordPress.</p>
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4963\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:36:\"
		
		
		
		
				
		

		
		
				
			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"2017 WordPress Survey and WordCamp US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://wordpress.org/news/2017/10/2017-wordpress-survey-and-wordcamp-us/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 26 Oct 2017 20:59:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5004\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:332:\"It’s time for the annual WordPress user and developer survey! If you’re a WordPress user, developer, or business owner, then we want your feedback. Just like previous years, we’ll share the data at the upcoming WordCamp US (WCUS). It only takes a few minutes to fill out the survey, which will provide an overview of [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Josepha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1067:\"<p>It’s time for the annual WordPress user and developer survey! If you’re a WordPress user, developer, or business owner, then we want your feedback. Just like previous years, we’ll share the data at the upcoming WordCamp US (WCUS).</p>
<p>It only takes a few minutes to <a href=\"https://wordpressdotorg.polldaddy.com/s/wordpress-2017-survey\">fill out the survey</a>, which will provide an overview of how people use WordPress.</p>
<figure class=\"wp-block-image alignright\" style=\"width:357px\"><a href=\"https://2017.us.wordcamp.org/tickets/\"><img src=\"https://i0.wp.com/wordpress.org/news/files/2017/10/header.jpg?resize=357%2C148&#038;ssl=1\" data-recalc-dims=\"1\" /></a><figcaption>WordCamp US in Nashville</figcaption></figure>
<p>The <a href=\"https://wordpress.tv/tag/state-of-the-word/\">State of the Word</a> includes stats and an overview of what&#x27;s new in WordPress and is given every year at WCUS. Don&#x27;t forget that tickets are available <a href=\"https://2017.us.wordcamp.org\">now</a> so you can join the excitement in Nashville this year!</p>
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"5004\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:36:\"
		
		
		
		
				
		

		
		
				
			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.9 Beta 4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 25 Oct 2017 07:04:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4962\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:364:\"WordPress 4.9 Beta 4 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.9, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the beta here (zip). [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Mel Choyce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2446:\"<p>WordPress 4.9 Beta 4 is now available!</p>
<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.9, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.9-beta4.zip\">download the beta here</a> (zip).</p>
<p>For more information on what’s new in 4.9, check out the <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-1/\">Beta 1</a> blog post. Since the Beta 1 release, we’ve made <a href=\"https://core.trac.wordpress.org/log/trunk/?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=41846&amp;stop_rev=41777&amp;limit=100&amp;sfp_email=&amp;sfph_mail=\">70 changes</a> in Beta 2, and <a href=\"https://core.trac.wordpress.org/log/trunk/?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=41938&amp;stop_rev=41847&amp;limit=100&amp;sfp_email=&amp;sfph_mail=\">92 changes</a> in <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-3/\">Beta 3</a>. In Beta 4, we&#8217;ve made <a href=\"https://core.trac.wordpress.org/log/trunk/?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=42020&amp;stop_rev=41940&amp;limit=100&amp;sfp_email=&amp;sfph_mail=\">80 changes</a>, focusing on bug fixes and finalizing new features.</p>
<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>
<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</p>
<p><i>Beta 4 at last,<br />
RC 1 draws ever near.<br />
Let&#8217;s make it bug-free. <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f41b.png\" alt=\"🐛\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /><img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f6ab.png\" alt=\"🚫\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></i></p>
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"4962\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"
	hourly	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"
	1	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:4:\"site\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"14607090\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 04 Dec 2017 20:00:08 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Fri, 01 Dec 2017 12:45:06 GMT\";s:4:\"link\";s:63:\"<https://wordpress.org/news/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 250\";}}s:5:\"build\";s:14:\"20130911040210\";}","no");
INSERT INTO `pcab_options` VALUES("421","wpsl_store_category_children","a:0:{}","yes");
INSERT INTO `pcab_options` VALUES("569","et_account_status_last_checked","1505072672","yes");
INSERT INTO `pcab_options` VALUES("412","wpseo_taxonomy_meta","a:0:{}","yes");
INSERT INTO `pcab_options` VALUES("422","_transient_timeout_wpsl_addons","1505665040","no");
INSERT INTO `pcab_options` VALUES("423","_transient_wpsl_addons","a:4:{i:0;O:8:\"stdClass\":5:{s:4:\"name\";s:11:\"CSV Manager\";s:4:\"desc\";s:58:\"Import, export and update your locations using a CSV file.\";s:3:\"url\";s:46:\"https://wpstorelocator.co/add-ons/csv-manager/\";s:3:\"img\";s:72:\"https://wpstorelocator.co/wp-content/uploads/edd/2015/12/csv-manager.gif\";s:5:\"class\";s:8:\"WPSL_CSV\";}i:1;O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"Search Widget\";s:4:\"desc\";s:109:\"Enable users to search from a widget for nearby store locations. Shows the results on the store locator page.\";s:3:\"url\";s:48:\"https://wpstorelocator.co/add-ons/search-widget/\";s:3:\"img\";s:74:\"https://wpstorelocator.co/wp-content/uploads/edd/2015/12/search-widget.gif\";s:5:\"class\";s:12:\"WPSL_Widgets\";}i:2;O:8:\"stdClass\":5:{s:4:\"name\";s:10:\"Statistics\";s:4:\"desc\";s:98:\"Keep track of the locations users are searching for and see where there is demand for a new store.\";s:3:\"url\";s:45:\"https://wpstorelocator.co/add-ons/statistics/\";s:3:\"img\";s:71:\"https://wpstorelocator.co/wp-content/uploads/edd/2015/12/statistics.gif\";s:5:\"class\";s:15:\"WPSL_Statistics\";}i:3;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"Statistics\";s:4:\"desc\";s:66:\"Generate a location directory based on the city, state or country.\";s:3:\"url\";s:0:\"\";s:3:\"img\";s:79:\"https://wpstorelocator.co/wp-content/uploads/edd/2015/12/location-directory.gif\";s:5:\"class\";s:0:\"\";s:4:\"soon\";b:1;}}","no");
INSERT INTO `pcab_options` VALUES("2185","_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9","1512460808","no");
INSERT INTO `pcab_options` VALUES("2186","_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9","1512417608","no");
INSERT INTO `pcab_options` VALUES("2187","_transient_timeout_dash_v2_df263dcaa43680d8e91051017eda6e7e","1512460808","no");
INSERT INTO `pcab_options` VALUES("2188","_transient_dash_v2_df263dcaa43680d8e91051017eda6e7e","<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2017/12/the-month-in-wordpress-november-2017/\'>The Month in WordPress: November 2017</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://heropress.com/new-sponsor-rtcamp/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=new-sponsor-rtcamp\'>HeroPress: A New Sponsor: rtCamp</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/wordcamp-us-2017-is-livestreaming-all-sessions-for-free\'>WPTavern: WordCamp US 2017 is Livestreaming All Sessions for Free</a></li><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2017/12/the-month-in-wordpress-november-2017/\'>Dev Blog: The Month in WordPress: November 2017</a></li></ul></div>","no");
INSERT INTO `pcab_options` VALUES("2189","_transient_timeout_wpseo-dashboard-totals","1512504033","no");
INSERT INTO `pcab_options` VALUES("2190","_transient_wpseo-dashboard-totals","a:1:{i:3;a:1:{i:3;a:5:{s:8:\"seo_rank\";s:2:\"na\";s:5:\"title\";s:27:\"Posts without focus keyword\";s:5:\"class\";s:15:\"wpseo-glance-na\";s:10:\"icon_class\";s:2:\"na\";s:5:\"count\";s:1:\"1\";}}}","no");
INSERT INTO `pcab_options` VALUES("2151","_transient_timeout_yst_sm_category_1:vlSQ_5ZK9q","1512365170","no");
INSERT INTO `pcab_options` VALUES("2152","_transient_yst_sm_category_1:vlSQ_5ZK9q","C:24:\"WPSEO_Sitemap_Cache_Data\":598:{a:2:{s:6:\"status\";s:2:\"ok\";s:3:\"xml\";s:551:\"<urlset xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:image=\"http://www.google.com/schemas/sitemap-image/1.1\" xsi:schemaLocation=\"http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd http://www.google.com/schemas/sitemap-image/1.1 http://www.google.com/schemas/sitemap-image/1.1/sitemap-image.xsd\" xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\">
	<url>
		<loc>http://www.pioneercabinetry.co/category/uncategorized/</loc>
		<lastmod>2017-09-08T06:58:34-04:00</lastmod>
	</url>
</urlset>\";}}","no");
INSERT INTO `pcab_options` VALUES("806","_site_transient_timeout_browser_612394fd787e7b92f856a76718cdc4e4","1505754774","no");
INSERT INTO `pcab_options` VALUES("807","_site_transient_browser_612394fd787e7b92f856a76718cdc4e4","a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"60.0.3112.90\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}","no");
INSERT INTO `pcab_options` VALUES("773","_site_transient_browser_99f372b446f72ab7e2ef37cc24163d53","a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"54.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}","no");
INSERT INTO `pcab_options` VALUES("768","wpseo_sitemap_author_cache_validator","5zwtE","no");
INSERT INTO `pcab_options` VALUES("772","_site_transient_timeout_browser_99f372b446f72ab7e2ef37cc24163d53","1505749173","no");
INSERT INTO `pcab_options` VALUES("900","_transient_wpsl_autoload_10","a:10:{i:0;a:17:{s:7:\"address\";s:18:\"138 Boulder Circle\";s:5:\"store\";s:21:\"J Michaels Design LLC\";s:5:\"thumb\";s:0:\"\";s:2:\"id\";s:3:\"992\";s:8:\"distance\";d:5325.8;s:8:\"address2\";s:0:\"\";s:4:\"city\";s:11:\"Glastonbury\";s:5:\"state\";s:2:\"CT\";s:3:\"zip\";s:5:\"06033\";s:7:\"country\";s:13:\"United States\";s:3:\"lat\";s:9:\"41.671692\";s:3:\"lng\";s:10:\"-72.577906\";s:5:\"phone\";s:0:\"\";s:3:\"fax\";s:0:\"\";s:5:\"email\";s:0:\"\";s:5:\"hours\";s:443:\"<table class=\"wpsl-opening-hours\"><tr><td>Monday</td><td><time>9:00 AM - 5:00 PM</time></td></tr><tr><td>Tuesday</td><td><time>9:00 AM - 5:00 PM</time></td></tr><tr><td>Wednesday</td><td><time>9:00 AM - 5:00 PM</time></td></tr><tr><td>Thursday</td><td><time>9:00 AM - 5:00 PM</time></td></tr><tr><td>Friday</td><td><time>9:00 AM - 5:00 PM</time></td></tr><tr><td>Saturday</td><td>Closed</td></tr><tr><td>Sunday</td><td>Closed</td></tr></table>\";s:3:\"url\";s:0:\"\";}i:1;a:17:{s:7:\"address\";s:12:\"1 Pauls Path\";s:5:\"store\";s:15:\"Bath Connection\";s:5:\"thumb\";s:0:\"\";s:2:\"id\";s:3:\"631\";s:8:\"distance\";d:5336;s:8:\"address2\";s:0:\"\";s:4:\"city\";s:5:\"Coram\";s:5:\"state\";s:2:\"NY\";s:3:\"zip\";s:5:\"11727\";s:7:\"country\";s:13:\"United States\";s:3:\"lat\";s:9:\"40.860928\";s:3:\"lng\";s:10:\"-72.999243\";s:5:\"phone\";s:14:\"(631) 698-5680\";s:3:\"fax\";s:0:\"\";s:5:\"email\";s:0:\"\";s:5:\"hours\";s:443:\"<table class=\"wpsl-opening-hours\"><tr><td>Monday</td><td><time>9:00 AM - 5:00 PM</time></td></tr><tr><td>Tuesday</td><td><time>9:00 AM - 5:00 PM</time></td></tr><tr><td>Wednesday</td><td><time>9:00 AM - 5:00 PM</time></td></tr><tr><td>Thursday</td><td><time>9:00 AM - 5:00 PM</time></td></tr><tr><td>Friday</td><td><time>9:00 AM - 5:00 PM</time></td></tr><tr><td>Saturday</td><td>Closed</td></tr><tr><td>Sunday</td><td>Closed</td></tr></table>\";s:3:\"url\";s:0:\"\";}i:2;a:17:{s:7:\"address\";s:22:\"3160 Bordentown Avenue\";s:5:\"store\";s:19:\"Carpets &#038; More\";s:5:\"thumb\";s:0:\"\";s:2:\"id\";s:3:\"629\";s:8:\"distance\";d:5398.4;s:8:\"address2\";s:0:\"\";s:4:\"city\";s:10:\"Old Bridge\";s:5:\"state\";s:2:\"NJ\";s:3:\"zip\";s:5:\"08857\";s:7:\"country\";s:13:\"United States\";s:3:\"lat\";s:8:\"40.44695\";s:3:\"lng\";s:10:\"-74.315712\";s:5:\"phone\";s:14:\"(732) 316-9500\";s:3:\"fax\";s:0:\"\";s:5:\"email\";s:0:\"\";s:5:\"hours\";s:443:\"<table class=\"wpsl-opening-hours\"><tr><td>Monday</td><td><time>9:00 AM - 5:00 PM</time></td></tr><tr><td>Tuesday</td><td><time>9:00 AM - 5:00 PM</time></td></tr><tr><td>Wednesday</td><td><time>9:00 AM - 5:00 PM</time></td></tr><tr><td>Thursday</td><td><time>9:00 AM - 5:00 PM</time></td></tr><tr><td>Friday</td><td><time>9:00 AM - 5:00 PM</time></td></tr><tr><td>Saturday</td><td>Closed</td></tr><tr><td>Sunday</td><td>Closed</td></tr></table>\";s:3:\"url\";s:0:\"\";}i:3;a:17:{s:7:\"address\";s:15:\"629 Dulancey Dr\";s:5:\"store\";s:29:\"Allegheny Kitchens Of Portage\";s:5:\"thumb\";s:0:\"\";s:2:\"id\";s:3:\"637\";s:8:\"distance\";d:5624.2;s:8:\"address2\";s:0:\"\";s:4:\"city\";s:7:\"Portage\";s:5:\"state\";s:2:\"PA\";s:3:\"zip\";s:5:\"15946\";s:7:\"country\";s:13:\"United States\";s:3:\"lat\";s:9:\"40.390247\";s:3:\"lng\";s:10:\"-78.670922\";s:5:\"phone\";s:14:\"(814) 736-3805\";s:3:\"fax\";s:0:\"\";s:5:\"email\";s:0:\"\";s:5:\"hours\";s:443:\"<table class=\"wpsl-opening-hours\"><tr><td>Monday</td><td><time>9:00 AM - 5:00 PM</time></td></tr><tr><td>Tuesday</td><td><time>9:00 AM - 5:00 PM</time></td></tr><tr><td>Wednesday</td><td><time>9:00 AM - 5:00 PM</time></td></tr><tr><td>Thursday</td><td><time>9:00 AM - 5:00 PM</time></td></tr><tr><td>Friday</td><td><time>9:00 AM - 5:00 PM</time></td></tr><tr><td>Saturday</td><td>Closed</td></tr><tr><td>Sunday</td><td>Closed</td></tr></table>\";s:3:\"url\";s:0:\"\";}i:4;a:17:{s:7:\"address\";s:18:\"900 E Elfinwild Rd\";s:5:\"store\";s:28:\"Kitchen Fair Discount Center\";s:5:\"thumb\";s:0:\"\";s:2:\"id\";s:3:\"633\";s:8:\"distance\";d:5692.7;s:8:\"address2\";s:0:\"\";s:4:\"city\";s:12:\"Allison Park\";s:5:\"state\";s:2:\"PA\";s:3:\"zip\";s:5:\"15101\";s:7:\"country\";s:13:\"United States\";s:3:\"lat\";s:9:\"40.549308\";s:3:\"lng\";s:10:\"-79.959146\";s:5:\"phone\";s:14:\"(412) 961-0660\";s:3:\"fax\";s:0:\"\";s:5:\"email\";s:0:\"\";s:5:\"hours\";s:443:\"<table class=\"wpsl-opening-hours\"><tr><td>Monday</td><td><time>9:00 AM - 5:00 PM</time></td></tr><tr><td>Tuesday</td><td><time>9:00 AM - 5:00 PM</time></td></tr><tr><td>Wednesday</td><td><time>9:00 AM - 5:00 PM</time></td></tr><tr><td>Thursday</td><td><time>9:00 AM - 5:00 PM</time></td></tr><tr><td>Friday</td><td><time>9:00 AM - 5:00 PM</time></td></tr><tr><td>Saturday</td><td>Closed</td></tr><tr><td>Sunday</td><td>Closed</td></tr></table>\";s:3:\"url\";s:0:\"\";}i:5;a:17:{s:7:\"address\";s:14:\"328 Holiday Dr\";s:5:\"store\";s:17:\"Atzert Remodeling\";s:5:\"thumb\";s:0:\"\";s:2:\"id\";s:3:\"635\";s:8:\"distance\";d:5697.3;s:8:\"address2\";s:0:\"\";s:4:\"city\";s:10:\"Pittsburgh\";s:5:\"state\";s:2:\"PA\";s:3:\"zip\";s:5:\"15237\";s:7:\"country\";s:13:\"United States\";s:3:\"lat\";s:8:\"40.54906\";s:3:\"lng\";s:10:\"-80.046853\";s:5:\"phone\";s:14:\"(412) 366-3857\";s:3:\"fax\";s:0:\"\";s:5:\"email\";s:0:\"\";s:5:\"hours\";s:443:\"<table class=\"wpsl-opening-hours\"><tr><td>Monday</td><td><time>9:00 AM - 5:00 PM</time></td></tr><tr><td>Tuesday</td><td><time>9:00 AM - 5:00 PM</time></td></tr><tr><td>Wednesday</td><td><time>9:00 AM - 5:00 PM</time></td></tr><tr><td>Thursday</td><td><time>9:00 AM - 5:00 PM</time></td></tr><tr><td>Friday</td><td><time>9:00 AM - 5:00 PM</time></td></tr><tr><td>Saturday</td><td>Closed</td></tr><tr><td>Sunday</td><td>Closed</td></tr></table>\";s:3:\"url\";s:0:\"\";}i:6;a:17:{s:7:\"address\";s:15:\"80 Raspberry Rd\";s:5:\"store\";s:17:\"A.M. Construction\";s:5:\"thumb\";s:0:\"\";s:2:\"id\";s:3:\"639\";s:8:\"distance\";d:5709.8;s:8:\"address2\";s:0:\"\";s:4:\"city\";s:10:\"Claysville\";s:5:\"state\";s:2:\"PA\";s:3:\"zip\";s:5:\"15323\";s:7:\"country\";s:13:\"United States\";s:3:\"lat\";s:9:\"40.069683\";s:3:\"lng\";s:9:\"-80.35617\";s:5:\"phone\";s:14:\"(412) 600-8366\";s:3:\"fax\";s:0:\"\";s:5:\"email\";s:0:\"\";s:5:\"hours\";s:443:\"<table class=\"wpsl-opening-hours\"><tr><td>Monday</td><td><time>9:00 AM - 5:00 PM</time></td></tr><tr><td>Tuesday</td><td><time>9:00 AM - 5:00 PM</time></td></tr><tr><td>Wednesday</td><td><time>9:00 AM - 5:00 PM</time></td></tr><tr><td>Thursday</td><td><time>9:00 AM - 5:00 PM</time></td></tr><tr><td>Friday</td><td><time>9:00 AM - 5:00 PM</time></td></tr><tr><td>Saturday</td><td>Closed</td></tr><tr><td>Sunday</td><td>Closed</td></tr></table>\";s:3:\"url\";s:0:\"\";}i:7;a:17:{s:7:\"address\";s:15:\"6229 Hubbard Rd\";s:5:\"store\";s:17:\"Ro-Ma Contracting\";s:5:\"thumb\";s:0:\"\";s:2:\"id\";s:3:\"649\";s:8:\"distance\";d:5730.3;s:8:\"address2\";s:0:\"\";s:4:\"city\";s:7:\"Hubbard\";s:5:\"state\";s:2:\"OH\";s:3:\"zip\";s:5:\"44425\";s:7:\"country\";s:13:\"United States\";s:3:\"lat\";s:9:\"41.150818\";s:3:\"lng\";s:10:\"-80.593675\";s:5:\"phone\";s:14:\"(330) 259-7206\";s:3:\"fax\";s:0:\"\";s:5:\"email\";s:0:\"\";s:5:\"hours\";s:443:\"<table class=\"wpsl-opening-hours\"><tr><td>Monday</td><td><time>9:00 AM - 5:00 PM</time></td></tr><tr><td>Tuesday</td><td><time>9:00 AM - 5:00 PM</time></td></tr><tr><td>Wednesday</td><td><time>9:00 AM - 5:00 PM</time></td></tr><tr><td>Thursday</td><td><time>9:00 AM - 5:00 PM</time></td></tr><tr><td>Friday</td><td><time>9:00 AM - 5:00 PM</time></td></tr><tr><td>Saturday</td><td>Closed</td></tr><tr><td>Sunday</td><td>Closed</td></tr></table>\";s:3:\"url\";s:0:\"\";}i:8;a:17:{s:7:\"address\";s:15:\"37274 Fifth Ave\";s:5:\"store\";s:26:\"River Valley Cabinet Works\";s:5:\"thumb\";s:0:\"\";s:2:\"id\";s:3:\"651\";s:8:\"distance\";d:5735.8;s:8:\"address2\";s:0:\"\";s:4:\"city\";s:6:\"Sardis\";s:5:\"state\";s:2:\"OH\";s:3:\"zip\";s:5:\"43946\";s:7:\"country\";s:13:\"United States\";s:3:\"lat\";s:9:\"39.622693\";s:3:\"lng\";s:10:\"-80.909811\";s:5:\"phone\";s:14:\"(740) 483-1989\";s:3:\"fax\";s:0:\"\";s:5:\"email\";s:0:\"\";s:5:\"hours\";s:443:\"<table class=\"wpsl-opening-hours\"><tr><td>Monday</td><td><time>9:00 AM - 5:00 PM</time></td></tr><tr><td>Tuesday</td><td><time>9:00 AM - 5:00 PM</time></td></tr><tr><td>Wednesday</td><td><time>9:00 AM - 5:00 PM</time></td></tr><tr><td>Thursday</td><td><time>9:00 AM - 5:00 PM</time></td></tr><tr><td>Friday</td><td><time>9:00 AM - 5:00 PM</time></td></tr><tr><td>Saturday</td><td>Closed</td></tr><tr><td>Sunday</td><td>Closed</td></tr></table>\";s:3:\"url\";s:0:\"\";}i:9;a:17:{s:7:\"address\";s:17:\"9645 County Rd 39\";s:5:\"store\";s:14:\"Mullins Supply\";s:5:\"thumb\";s:0:\"\";s:2:\"id\";s:3:\"657\";s:8:\"distance\";d:5736.1;s:8:\"address2\";s:0:\"\";s:4:\"city\";s:12:\"Bloomingdale\";s:5:\"state\";s:2:\"OH\";s:3:\"zip\";s:5:\"43910\";s:7:\"country\";s:13:\"United States\";s:3:\"lat\";s:9:\"40.342846\";s:3:\"lng\";s:9:\"-80.81814\";s:5:\"phone\";s:14:\"(740) 632-6795\";s:3:\"fax\";s:0:\"\";s:5:\"email\";s:0:\"\";s:5:\"hours\";s:443:\"<table class=\"wpsl-opening-hours\"><tr><td>Monday</td><td><time>9:00 AM - 5:00 PM</time></td></tr><tr><td>Tuesday</td><td><time>9:00 AM - 5:00 PM</time></td></tr><tr><td>Wednesday</td><td><time>9:00 AM - 5:00 PM</time></td></tr><tr><td>Thursday</td><td><time>9:00 AM - 5:00 PM</time></td></tr><tr><td>Friday</td><td><time>9:00 AM - 5:00 PM</time></td></tr><tr><td>Saturday</td><td>Closed</td></tr><tr><td>Sunday</td><td>Closed</td></tr></table>\";s:3:\"url\";s:0:\"\";}}","yes");
INSERT INTO `pcab_options` VALUES("2146","_transient_timeout_yst_sm_page_1:vlSQ_5JQVX","1512309023","no");
INSERT INTO `pcab_options` VALUES("2147","_transient_yst_sm_page_1:vlSQ_5JQVX","C:24:\"WPSEO_Sitemap_Cache_Data\":4968:{a:2:{s:6:\"status\";s:2:\"ok\";s:3:\"xml\";s:4920:\"<urlset xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:image=\"http://www.google.com/schemas/sitemap-image/1.1\" xsi:schemaLocation=\"http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd http://www.google.com/schemas/sitemap-image/1.1 http://www.google.com/schemas/sitemap-image/1.1/sitemap-image.xsd\" xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\">
	<url>
		<loc>http://www.pioneercabinetry.co/</loc>
		<lastmod>2017-09-11T13:15:19-04:00</lastmod>
	</url>
	<url>
		<loc>http://www.pioneercabinetry.co/about/</loc>
		<lastmod>2017-09-08T06:58:34-04:00</lastmod>
	</url>
	<url>
		<loc>http://www.pioneercabinetry.co/find-a-dealer/wisconsin/</loc>
		<lastmod>2017-09-10T16:13:56-04:00</lastmod>
	</url>
	<url>
		<loc>http://www.pioneercabinetry.co/find-a-dealer/pennsylvania/</loc>
		<lastmod>2017-09-10T16:14:11-04:00</lastmod>
	</url>
	<url>
		<loc>http://www.pioneercabinetry.co/find-a-dealer/ohio/</loc>
		<lastmod>2017-09-10T16:14:32-04:00</lastmod>
	</url>
	<url>
		<loc>http://www.pioneercabinetry.co/find-a-dealer/new-york/</loc>
		<lastmod>2017-09-10T16:14:51-04:00</lastmod>
	</url>
	<url>
		<loc>http://www.pioneercabinetry.co/find-a-dealer/new-jersey/</loc>
		<lastmod>2017-09-10T16:15:10-04:00</lastmod>
	</url>
	<url>
		<loc>http://www.pioneercabinetry.co/find-a-dealer/michigan/</loc>
		<lastmod>2017-09-10T16:15:42-04:00</lastmod>
	</url>
	<url>
		<loc>http://www.pioneercabinetry.co/find-a-dealer/massachusetts/</loc>
		<lastmod>2017-09-10T16:16:05-04:00</lastmod>
	</url>
	<url>
		<loc>http://www.pioneercabinetry.co/find-a-dealer/indiana/</loc>
		<lastmod>2017-09-10T16:16:28-04:00</lastmod>
	</url>
	<url>
		<loc>http://www.pioneercabinetry.co/find-a-dealer/illinois/</loc>
		<lastmod>2017-09-10T16:16:50-04:00</lastmod>
	</url>
	<url>
		<loc>http://www.pioneercabinetry.co/find-a-dealer/georgia/</loc>
		<lastmod>2017-09-10T16:17:08-04:00</lastmod>
	</url>
	<url>
		<loc>http://www.pioneercabinetry.co/find-a-dealer/connecticut/</loc>
		<lastmod>2017-09-10T16:17:46-04:00</lastmod>
	</url>
	<url>
		<loc>http://www.pioneercabinetry.co/wood-color/thermofoil/</loc>
		<lastmod>2017-09-11T14:13:54-04:00</lastmod>
	</url>
	<url>
		<loc>http://www.pioneercabinetry.co/quality-care/hardware-adjustments/</loc>
		<lastmod>2017-09-11T14:58:35-04:00</lastmod>
	</url>
	<url>
		<loc>http://www.pioneercabinetry.co/quality-care/</loc>
		<lastmod>2017-09-11T15:03:11-04:00</lastmod>
	</url>
	<url>
		<loc>http://www.pioneercabinetry.co/overlays-hinging/</loc>
		<lastmod>2017-09-11T15:06:19-04:00</lastmod>
	</url>
	<url>
		<loc>http://www.pioneercabinetry.co/panel-styles/</loc>
		<lastmod>2017-09-11T15:07:22-04:00</lastmod>
	</url>
	<url>
		<loc>http://www.pioneercabinetry.co/edges/</loc>
		<lastmod>2017-09-11T15:09:43-04:00</lastmod>
	</url>
	<url>
		<loc>http://www.pioneercabinetry.co/find-a-dealer/florida/</loc>
		<lastmod>2017-09-11T15:41:04-04:00</lastmod>
	</url>
	<url>
		<loc>http://www.pioneercabinetry.co/contact-us/</loc>
		<lastmod>2017-09-12T11:32:41-04:00</lastmod>
	</url>
	<url>
		<loc>http://www.pioneercabinetry.co/why-choose-pioneer/</loc>
		<lastmod>2017-09-12T11:36:35-04:00</lastmod>
	</url>
	<url>
		<loc>http://www.pioneercabinetry.co/find-a-dealer/</loc>
		<lastmod>2017-09-12T11:38:08-04:00</lastmod>
	</url>
	<url>
		<loc>http://www.pioneercabinetry.co/gallery/</loc>
		<lastmod>2017-09-12T11:41:50-04:00</lastmod>
	</url>
	<url>
		<loc>http://www.pioneercabinetry.co/quality-care/care-support/</loc>
		<lastmod>2017-09-12T11:59:07-04:00</lastmod>
	</url>
	<url>
		<loc>http://www.pioneercabinetry.co/quality-care/warranty/</loc>
		<lastmod>2017-09-12T12:47:09-04:00</lastmod>
	</url>
	<url>
		<loc>http://www.pioneercabinetry.co/wood-color/</loc>
		<lastmod>2017-09-12T12:49:15-04:00</lastmod>
	</url>
	<url>
		<loc>http://www.pioneercabinetry.co/wood-color/maple/</loc>
		<lastmod>2017-09-12T12:51:26-04:00</lastmod>
	</url>
	<url>
		<loc>http://www.pioneercabinetry.co/wood-color/oak/</loc>
		<lastmod>2017-09-12T12:51:48-04:00</lastmod>
	</url>
	<url>
		<loc>http://www.pioneercabinetry.co/wood-color/hickory/</loc>
		<lastmod>2017-09-12T12:52:17-04:00</lastmod>
	</url>
	<url>
		<loc>http://www.pioneercabinetry.co/wood-color/cherry/</loc>
		<lastmod>2017-09-12T12:52:54-04:00</lastmod>
	</url>
	<url>
		<loc>http://www.pioneercabinetry.co/wood-color/knotty/</loc>
		<lastmod>2017-09-12T12:53:17-04:00</lastmod>
	</url>
	<url>
		<loc>http://www.pioneercabinetry.co/wood-color/painted/</loc>
		<lastmod>2017-09-12T12:53:49-04:00</lastmod>
	</url>
	<url>
		<loc>http://www.pioneercabinetry.co/door-styles/</loc>
		<lastmod>2017-09-12T12:54:22-04:00</lastmod>
	</url>
	<url>
		<loc>http://www.pioneercabinetry.co/options/</loc>
		<lastmod>2017-09-12T12:55:32-04:00</lastmod>
	</url>
	<url>
		<loc>http://www.pioneercabinetry.co/find-you-style/</loc>
		<lastmod>2017-09-12T14:12:43-04:00</lastmod>
	</url>
</urlset>\";}}","no");
INSERT INTO `pcab_options` VALUES("2177","_site_transient_timeout_community-events-1184207a7da0057f8d43875b7c01dcf7","1512460807","no");
INSERT INTO `pcab_options` VALUES("2178","_site_transient_community-events-1184207a7da0057f8d43875b7c01dcf7","a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:11:\"66.188.49.0\";}s:6:\"events\";a:4:{i:0;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:14:\"Show and Tell!\";s:3:\"url\";s:53:\"https://www.meetup.com/JXNWP-meetup/events/236643614/\";s:6:\"meetup\";s:17:\"Jackson WP Meetup\";s:10:\"meetup_url\";s:36:\"https://www.meetup.com/JXNWP-meetup/\";s:4:\"date\";s:19:\"2017-12-05 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:16:\"Jackson, MI, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:42.24795499999999748297341284342110157012939453125;s:9:\"longitude\";d:-84.4108049999999963119989843107759952545166015625;}}i:1;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:72:\"Bring Out Your Dead! Come Help or Be Helped with Your WordPress Problems\";s:3:\"url\";s:53:\"https://www.meetup.com/JXNWP-meetup/events/245516515/\";s:6:\"meetup\";s:17:\"Jackson WP Meetup\";s:10:\"meetup_url\";s:36:\"https://www.meetup.com/JXNWP-meetup/\";s:4:\"date\";s:19:\"2018-01-02 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:16:\"Jackson, MI, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:42.24795499999999748297341284342110157012939453125;s:9:\"longitude\";d:-84.4108049999999963119989843107759952545166015625;}}i:2;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:14:\"Show and Tell!\";s:3:\"url\";s:56:\"https://www.meetup.com/JXNWP-meetup/events/tsdxflyxdbjb/\";s:6:\"meetup\";s:17:\"Jackson WP Meetup\";s:10:\"meetup_url\";s:36:\"https://www.meetup.com/JXNWP-meetup/\";s:4:\"date\";s:19:\"2018-02-06 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:16:\"Jackson, MI, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:42.24795499999999748297341284342110157012939453125;s:9:\"longitude\";d:-84.4108049999999963119989843107759952545166015625;}}i:3;a:7:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:22:\"WordCamp Kent, OH, USA\";s:3:\"url\";s:30:\"https://2018.kent.wordcamp.org\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2018-06-09 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:13:\"Kent, OH, USA\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:41.1523236999999966201357892714440822601318359375;s:9:\"longitude\";d:-81.3558792000000039479346014559268951416015625;}}}}","no");
INSERT INTO `pcab_options` VALUES("985","_site_transient_timeout_browser_3d5f26438973a3d90b630a57c59a2f98","1506110935","no");
INSERT INTO `pcab_options` VALUES("986","_site_transient_browser_3d5f26438973a3d90b630a57c59a2f98","a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"60.0.3112.113\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}","no");
INSERT INTO `pcab_options` VALUES("397","_site_transient_timeout_browser_0cc6eb6637a00c9e559f2fb4d8de25b9","1505664711","no");
INSERT INTO `pcab_options` VALUES("398","_site_transient_browser_0cc6eb6637a00c9e559f2fb4d8de25b9","a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Safari\";s:7:\"version\";s:6:\"10.1.2\";s:10:\"update_url\";s:28:\"http://www.apple.com/safari/\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/safari.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/safari.png\";s:15:\"current_version\";s:1:\"5\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}","no");
INSERT INTO `pcab_options` VALUES("399","_site_transient_timeout_community-events-27972d1ec729cadc8f513536c3fbd1cd","1505103113","no");
INSERT INTO `pcab_options` VALUES("400","_site_transient_community-events-27972d1ec729cadc8f513536c3fbd1cd","a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:10:\"68.62.21.0\";}s:6:\"events\";a:5:{i:0;a:7:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:23:\"WordCamp Pittsburgh, PA\";s:3:\"url\";s:36:\"https://2017.pittsburgh.wordcamp.org\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2017-09-09 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:14:\"Pittsburgh, PA\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:40.42478270000000151185304275713860988616943359375;s:9:\"longitude\";d:-80.189320600000002059459802694618701934814453125;}}i:1;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:14:\"Show and Tell!\";s:3:\"url\";s:53:\"https://www.meetup.com/JXNWP-meetup/events/236643605/\";s:6:\"meetup\";s:17:\"Jackson WP Meetup\";s:10:\"meetup_url\";s:36:\"https://www.meetup.com/JXNWP-meetup/\";s:4:\"date\";s:19:\"2017-10-03 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:16:\"Jackson, MI, USA\";s:7:\"country\";s:2:\"us\";s:8:\"latitude\";d:42.24795499999999748297341284342110157012939453125;s:9:\"longitude\";d:-84.4108049999999963119989843107759952545166015625;}}i:2;a:7:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:18:\"WordCamp Ann Arbor\";s:3:\"url\";s:34:\"https://2017.annarbor.wordcamp.org\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2017-10-13 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:24:\"Ann Arbor, Michigan, USA\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:42.2807892000000009602445061318576335906982421875;s:9:\"longitude\";d:-83.738155599999998912608134560286998748779296875;}}i:3;a:7:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:18:\"WordCamp Milwaukee\";s:3:\"url\";s:35:\"https://2017.milwaukee.wordcamp.org\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2017-10-14 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:35:\"Milwaukee, Wisconsin, United States\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:43.03836530000000237805579672567546367645263671875;s:9:\"longitude\";d:-87.9121075999999987971023074351251125335693359375;}}i:4;a:7:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:21:\"WordCamp Columbus, OH\";s:3:\"url\";s:34:\"https://2017.columbus.wordcamp.org\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2017-10-21 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:12:\"Columbus, OH\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:39.9973083000000002584783942438662052154541015625;s:9:\"longitude\";d:-83.0361524000000059686499298550188541412353515625;}}}}","no");
INSERT INTO `pcab_options` VALUES("2183","_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9","1512460808","no");
INSERT INTO `pcab_options` VALUES("2184","_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9","a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"


\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"
	
	
	
	




















































\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:11:\"
	
	
	
	
	
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"HeroPress: A New Sponsor: rtCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://heropress.com/?p=2319\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"https://heropress.com/new-sponsor-rtcamp/#utm_source=rss&utm_medium=rss&utm_campaign=new-sponsor-rtcamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2980:\"<p><a href=\"https://rtcamp.com\"><img class=\"alignright size-medium wp-image-2299\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/rtcamp-logo-300x97.png\" alt=\"rtCamp\" width=\"300\" height=\"97\" /></a>This last week you may have noticed a new sponsor for the essay. rtCamp is testing a new model for me, sponsoring a single essay, as opposed to the recurring model we&#8217;ve been using. It worked well enough that we have a different sponsor already for next week, which I&#8217;ll introduce then.</p>
<p>rtCamp has been a strong ally of HeroPress since day one, even being instrumental in getting me to <a href=\"https://heropress.com/going-to-wordcamp-pune/\">India for WordCamp</a>. They took a risk as a company sponsoring my visa for travel. Over the years they&#8217;ve supplied wisdom, cultural awareness, and now also financial help.</p>
<p>Please <a href=\"http://twitter.com/home?status=Thank\">thank rtCamp</a> for their support of HeroPress.</p>
<p>If you&#8217;re interested in sponsoring one or more essays on HeroPress, <a href=\"https://heropress.com/sponsoring/\">check out our sponsoring page</a>.</p>
<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: A New Sponsor: rtCamp\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=A%20New%20Sponsor%3A%20rtCamp&via=heropress&url=https%3A%2F%2Fheropress.com%2Fnew-sponsor-rtcamp%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: A New Sponsor: rtCamp\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fnew-sponsor-rtcamp%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fnew-sponsor-rtcamp%2F&title=A+New+Sponsor%3A+rtCamp\" rel=\"nofollow\" target=\"_blank\" title=\"Share: A New Sponsor: rtCamp\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/new-sponsor-rtcamp/&media=http://heropress.com/wp-content/plugins/rtsocial/images/default-pinterest.png&description=A New Sponsor: rtCamp\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: A New Sponsor: rtCamp\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/new-sponsor-rtcamp/\" title=\"A New Sponsor: rtCamp\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/new-sponsor-rtcamp/\">A New Sponsor: rtCamp</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 04 Dec 2017 01:14:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:13:\"
	
	
	
	
	
	
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"WPTavern: WordCamp US 2017 is Livestreaming All Sessions for Free\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76937\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://wptavern.com/wordcamp-us-2017-is-livestreaming-all-sessions-for-free\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2781:\"<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/04/wordcamp-us-nashville.jpeg?ssl=1\"><img /></a></p>
<p>WordCamp US is kicking off this morning. If you couldn&#8217;t make the journey to Nashville, you can still follow along at home or wherever you are in the world. <a href=\"https://2017.us.wordcamp.org/tickets/\" rel=\"noopener\" target=\"_blank\">Livestream Tickets</a> are free on the event&#8217;s website. Once you&#8217;ve registered for a ticket, head on over to <a href=\"https://2017.us.wordcamp.org/live-stream/\" rel=\"noopener\" target=\"_blank\">2017.us.wordcamp.org/live-stream/</a> and you&#8217;ll be able to tune in to the Fiddle Track, Banjo Track, Guitar Track, and the State of the Word (scheduled for Saturday, December 2, at 4PM CST).</p>
<p>WordCamp US will be running three tracks simultaneously for both days of the conference and all sessions will be livestreamed. Check out the <a href=\"https://2017.us.wordcamp.org/schedule/\" rel=\"noopener\" target=\"_blank\">schedule</a> to find sessions you want to attend from home. Volunteers will also include captions, which will be embedded within the live stream video. If you have any problems with the stream, the event has a page dedicated to <a href=\"https://2017.us.wordcamp.org/live-stream/attendee-test/\" rel=\"noopener\" target=\"_blank\">livestream attendees</a> with a backup stream, as well as a troubleshooting page for <a href=\"https://2017.us.wordcamp.org/live-stream/support/\" rel=\"noopener\" target=\"_blank\">livestream support</a>.</p>
<p>If you&#8217;re following along on Twitter, the <a href=\"https://twitter.com/wordcampus\" rel=\"noopener\" target=\"_blank\">WCUS Twitter</a> volunteers will be providing threaded coverage of sessions. This should keep your Twitter stream a little tidier with a kickoff tweet for each session, followed by live coverage threaded under each as replies.</p>
<blockquote class=\"twitter-tweet\">
<p lang=\"en\" dir=\"ltr\">Want to follow along with WCUS coverage at home? It will be easy by following our threaded coverage.  Each session will start with a tweet that looks like this, All coverage of that session will be threaded to that kick-off tweet. <a href=\"https://t.co/J0M6jo6GEi\">pic.twitter.com/J0M6jo6GEi</a></p>
<p>&mdash; WordCamp US (@WordCampUS) <a href=\"https://twitter.com/WordCampUS/status/936595172485468160?ref_src=twsrc%5Etfw\">December 1, 2017</a></p></blockquote>
<p></p>
<p>Want to see WCUS hosted near you in 2019/2020? <a href=\"https://wordcampcentral.polldaddy.com/s/wcus-2019-2020\" rel=\"noopener\" target=\"_blank\">Applications for host cities</a> opened today. If you want to be part of the team that makes WCUS happen in your city, talk to your local WordPress community organizers about filling out an application for the next host city.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 01 Dec 2017 15:34:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"
	
	
	
	
	
	
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"Dev Blog: The Month in WordPress: November 2017\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5290\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wordpress.org/news/2017/12/the-month-in-wordpress-november-2017/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4162:\"<p>The WordPress project recently released WordPress 4.9, “Tipton” — a new major release named in honor of musician and band leader Billy Tipton. Read on to find out more about this and other interesting news from around the WordPress world in November.</p>
<hr class=\"wp-block-separator\" />
<h2>WordPress 4.9 “Tipton”</h2>
<p>On November 16, <a href=\"https://wordpress.org/news/2017/11/tipton/\">WordPress 4.9 was released</a> with new features for publishers and developers alike. Release highlights include design locking, scheduling, and previews in the Customizer, an even more secure and usable code editing experience, a new gallery widget, and text widget improvements.</p>
<p>The follow up security and maintenance, v4.9.1, <a href=\"https://wordpress.org/news/2017/11/wordpress-4-9-1-security-and-maintenance-release/\">has now been released</a> to tighten up the security of WordPress as a whole.</p>
<p>To get involved in building WordPress Core, jump into the #core channel in the<a href=\"https://make.wordpress.org/chat/\"> Making WordPress Slack group</a>, and follow<a href=\"https://make.wordpress.org/core/\"> the Core team blog</a>.</p>
<h2>Apply to Speak At WordCamp Europe 2018</h2>
<p>The next edition of WordCamp Europe takes place in June, 2018. While the organizing team is still in the early stages of planning, <a href=\"https://2018.europe.wordcamp.org/2017/11/15/are-you-ready-to-speak-at-the-largest-wordpress-event-in-europe/\">they are accepting speaker applications</a>.</p>
<p>WordCamp Europe is the largest WordCamp in the world and, along with WordCamp US, one of the flagship events of the WordCamp program — speaking at this event is a great way to give back to the global WordPress community by sharing your knowledge and expertise with thousands of WordPress enthusiasts.</p>
<h2>Diversity Outreach Speaker Training Initiative</h2>
<p>To help WordPress community organizers offer diverse speaker lineups, <a href=\"https://make.wordpress.org/community/2017/11/13/call-for-volunteers-diversity-outreach-speaker-training/\">a new community initiative has kicked off</a> to use existing <a href=\"https://make.wordpress.org/training/handbook/speaker-training/\">speaker training workshops</a> to demystify speaking requirements and help participants gain confidence in their ability to share their WordPress knowledge in a WordCamp session.</p>
<p>The working group behind this initiative will be meeting regularly to discuss and plan how they can help local communities to train speakers for WordCamps and other events.</p>
<p>To get involved in this initiative, you can join the meetings at 5pm UTC every other Wednesday in the #community-team channel of the<a href=\"https://make.wordpress.org/chat/\"> Making WordPress Slack group</a>.</p>
<hr class=\"wp-block-separator\" />
<h2>Further Reading:</h2>
<ul>
<li><a href=\"https://2017.us.wordcamp.org/\">WordCamp US 2017</a> is happening on December 1-3 in Nashville, with the annual State of the Word talk happening on Saturday afternoon — <a href=\"https://2017.us.wordcamp.org/live-stream/\">the live stream of the entire event is available to view for free</a>.</li>
<li><a href=\"https://xwp.co/tide-a-path-to-better-code-across-the-wordpress-ecosystem/\">Tide</a>, a new service from XWP designed to help users make informed plugin choices, is due to launch at WordCamp US.</li>
<li>Gutenberg development is continuing rapidly, with <a href=\"https://make.wordpress.org/core/2017/11/28/whats-new-in-gutenberg-28th-november/\">a packed new release</a> and a focus on <a href=\"https://make.wordpress.org/test/2017/11/22/testing-flow-in-gutenberg/\">usability testing</a>.</li>
<li>After some discussion among the community, <a href=\"https://make.wordpress.org/community/2017/11/10/discussion-micro-regional-wordcamps/\">a new type of micro-regional WordCamp</a> is going to be introduced into the global WordCamp program.</li>
</ul>
<p><em></em></p>
<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please <a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\">submit it here</a>.</em></p>
<p><em></em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 01 Dec 2017 11:00:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"
	
	
	
	
	
	
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"BuddyPress: BuddyPress 2018 Survey\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=269296\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://buddypress.org/2017/12/buddypress-2018-survey/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:630:\"<p>What would you like BuddyPress to focus on in 2018? The core team has ideas of where BuddyPress can expand on and your input is important to harness the time and resources of an all-volunteer crew.</p>
<p>The survey will take 10-15 minutes to complete. Be assured that we will not publish your name, email address, nor IP address when we post the results of this survey at BuddyPress.org.</p>
<p>Thank you for your time and cooperation. Your feedback will help us improve BuddyPress for you.</p>
<p>=&gt;  <strong><a href=\"https://mercime.polldaddy.com/s/buddypress-2018-survey\">Take the 2018 BuddyPress Survey</a></strong></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 01 Dec 2017 10:26:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"@mercime\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:13:\"
	
	
	
	
	
	
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"WPTavern: Gutenberg 1.8 Adds Greater Extensibility for Plugin Developers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76855\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"https://wptavern.com/gutenberg-1-8-adds-greater-extensibility-for-plugin-developers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3668:\"<p><a href=\"https://make.wordpress.org/core/2017/11/28/whats-new-in-gutenberg-28th-november/\" rel=\"noopener\" target=\"_blank\">Gutenberg 1.8</a> was released this week with several notable improvements that will give plugin developers more flexibility in extending the editor. It introduces <a href=\"https://github.com/WordPress/gutenberg/pull/3668\" rel=\"noopener\" target=\"_blank\">block templates</a>, which developers can use when registering a new custom post type. The block templates define a set of pre-configured blocks that will initialize when a user creates a new post. In the example below, Gutenberg lead engineer Matias Ventura demonstrates what a block template for a book custom post type might look like.</p>
<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/11/block-template-book.gif?ssl=1\"><img /></a></p>
<p>This release also <a href=\"https://github.com/WordPress/gutenberg/pull/3456\" rel=\"noopener\" target=\"_blank\">improves the design of the tools menu</a> (toggled by the ellipses at the top of the editor) to have a more lightweight UI that will lend itself better to displaying items added by extensions in the future. The new design displays multiple menu items as a radio group where the selected item shows a checkmark, an approach that Gutenberg designers found to be more intuitive after some research.</p>
<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-29-at-10.02.09-PM.png?ssl=1\"><img /></a></p>
<p>Version 1.8 adds the ability for developers to <a href=\"https://github.com/WordPress/gutenberg/pull/3577\" rel=\"noopener\" target=\"_blank\">filter allowed block types</a> by specifying an array of type names that can be shown in the inserter component. This capability paves the way for block nesting where developers can define allowed children types. It also allows custom post types to specify which blocks are allowed or restricted, which will be useful for keeping CPTs lean as Gutenberg already has a large number of block types.</p>
<p>The release also <a href=\"https://github.com/WordPress/gutenberg/pull/3554\" rel=\"noopener\" target=\"_blank\">improves meta box compatibility</a> with a fallback to the classic editor if Gutenberg detects that the meta box is unsupported. Plugin authors can now explicitly declare Gutenberg incompatibility when registering meta boxes, which will trigger a warning to the end user that explains which meta boxes have caused the fallback to the classic editor.</p>
<p>In addition to all the improvements for extending Gutenberg, version 1.8 makes many small design tweaks, including <a href=\"https://github.com/WordPress/gutenberg/pull/3054\" rel=\"noopener\" target=\"_blank\">updated color pickers</a> with color indications and collapsible panels, <a href=\"https://github.com/WordPress/gutenberg/pull/3563\" rel=\"noopener\" target=\"_blank\">updated icon and tooltip</a> for table of contents menu, and a new <a href=\"https://github.com/WordPress/gutenberg/pull/3483\" rel=\"noopener\" target=\"_blank\">contrast checker</a> for paragraph color options. It also <a href=\"https://github.com/WordPress/gutenberg/pull/3632\" rel=\"noopener\" target=\"_blank\">puts block actions back on the block level</a> for the default, while still preserving the option to change it to a fixed toolbar at the top of the screen.</p>
<p>For a full list of all the changes in version 1.8, check out the <a href=\"https://make.wordpress.org/core/2017/11/28/whats-new-in-gutenberg-28th-november/\" rel=\"noopener\" target=\"_blank\">release post</a> and the <a href=\"https://wordpress.org/plugins/gutenberg/#developers\" rel=\"noopener\" target=\"_blank\">changelog</a> on WordPress.org.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Nov 2017 17:23:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:13:\"
	
	
	
	
	
	
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"WPTavern: WPWeekly Episode 296 – Gutenberg, Telemetry, Calypso, and More With Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=76917&preview=true&preview_id=76917\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"https://wptavern.com/wpweekly-episode-296-gutenberg-telemetry-calypso-and-more-with-matt-mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1249:\"<p>In this episode, <a href=\"https://jjj.blog/\">John James Jacoby</a> and I are joined by <a href=\"https://ma.tt/\">Matt Mullenweg</a>, co-creator of the WordPress project and CEO of Automattic. We discussed a wide range of topics including, his role on the board of directors at GitLab, Telemetry or data-usage gathering in WordPress, and the WordPress Growth Council.</p>
<p>We learned what&#8217;s happening with the Mobile teams inside Automattic, the future of Calypso, and the role of Pressable as a testing bed. Last but not least, we find out how beneficial joining HackerOne has been for WordPress and why WordPress.com finally allowed the installation of third-party themes and plugins through its Business Plan.</p>
<h2>WPWeekly Meta:</h2>
<p><strong>Next Episode:</strong> Wednesday, December 13th 3:00 P.M. Eastern</p>
<p>Subscribe to <a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\">WordPress Weekly via Itunes</a></p>
<p>Subscribe to <a href=\"https://www.wptavern.com/feed/podcast\">WordPress Weekly via RSS</a></p>
<p>Subscribe to <a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\">WordPress Weekly via Stitcher Radio</a></p>
<p><strong>Listen To Episode #296:</strong><br />
</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Nov 2017 04:40:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:13:\"
	
	
	
	
	
	
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"WPTavern: WordPress 4.9.1 Released, Fixes Page Template Bug\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76879\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wptavern.com/wordpress-4-9-1-released-fixes-page-template-bug\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1473:\"<p>WordPress 4.9.1 <a href=\"https://wordpress.org/news/2017/11/wordpress-4-9-1-security-and-maintenance-release/\">is available</a> for download and is a maintenance and security release. This release addresses four security issues in WordPress 4.9 and below that could potentially be used as part of a multi-vector attack. According to the release notes, the following changes have been made to WordPress to protect against these vulnerabilities.</p>
<ol>
<li>Use a properly generated hash for the <code>newbloguser</code> key instead of a determinate substring.</li>
<li>Add escaping to the language attributes used on <code>html</code> elements.</li>
<li>Ensure the attributes of enclosures are correctly escaped in RSS and Atom feeds.</li>
<li>Remove the ability to upload JavaScript files for users who do not have the <code>unfiltered_html</code> capability.</li>
</ol>
<p><a href=\"https://twitter.com/0x62626262\">Rahul Pratap Singh</a> and John Blackbourn are credited with responsibly disclosing the vulnerabilities. In addition to the changes above, 4.9.1 fixes eleven bugs, including the Page Template issue <a href=\"https://wptavern.com/workarounds-for-the-page-template-bug-in-wordpress-4-9\">we wrote about</a> last week. Many sites have already updated to 4.9.1 automatically. To see a list of detailed changes, check out <a href=\"https://make.wordpress.org/core/2017/11/28/wordpress-4-9-1-scheduled-for-november-29th/\">this post</a> on Make WordPress Core.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Nov 2017 04:07:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:13:\"
	
	
	
	
	
	
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"WPTavern: Distributor Plugin Now in Beta: A New WordPress Content Syndication Solution from 10up\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76871\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"https://wptavern.com/distributor-plugin-now-in-beta-a-new-wordpress-content-syndication-solution-from-10up\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6117:\"<p>10up published a <a href=\"https://10up.com/blog/2017/distributor-plugin/\" rel=\"noopener\" target=\"_blank\">preview of its Distributor plugin</a> today, a new solution for syndicating content across WordPress multisite networks and the web. The <a href=\"https://distributorplugin.com/\" rel=\"noopener\" target=\"_blank\">plugin</a>, which the company plans to release for free, is currently in final closed beta. It enables content managers to either &#8220;push&#8221; or &#8220;pull&#8221; content to/from sites where they have permission to publish.</p>
<a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/11/distributor-push-screenshot.jpg?ssl=1\"><img /></a>image credit: <a href=\"https://10up.com/blog/2017/distributor-plugin/\">10up</a>
<p>Distributor includes the ability for editors to make changes to the original post and have linked copies automatically inherit the changes. This includes post content, post meta (custom fields), and taxonomy terms. It also ensures that content is SEO-friendly by providing canonical links that prevent duplicate content issues.</p>
<p>The plugin differs from many <a href=\"https://wordpress.org/plugins/search/syndicate/\" rel=\"noopener\" target=\"_blank\">existing content syndication solutions</a>, which traditionally make use of RSS or XML/RPC, in that it is built using the <a href=\"https://developer.wordpress.org/rest-api/\" rel=\"noopener\" target=\"_blank\">REST API</a>.</p>
<p>&#8220;The main technical advantage of the REST API is that it’s a &#8216;standard&#8217; inside core for sharing information across sites,&#8221; 10up President Jake Goldman said. &#8220;Outside of multisite, we never even considered another approach. It is worth saying that you do need Distributor installed on both &#8216;ends&#8217; for all of its features to work across the REST API &#8211; we need to extend the REST API a bit to get everything to pull across (plus the handling of &#8216;linked&#8217; copies).&#8221;</p>
<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/11/distributor-pull-screenshot.jpg?ssl=1\"><img /></a></p>
<p>Goldman said that although &#8220;syndication&#8221; means many different things to different people, the &#8220;classic&#8221; use case of simply pulling from a source, such as ingesting content from a newswire, is not exactly the use case for Distributor. He said the team behind the plugin is perhaps more excited about the &#8220;push&#8221; implementation. In building their own solution, 10up also incorporated its trademark lean/streamlined UI, as many existing solutions are more complicated to use.</p>
<p>&#8220;We’re definitely aware that there are other takes at a good content sharing workflow,&#8221; Goldman said. &#8220;We even helped Automattic refactor their solution a few years ago, which they use on VIP. We took a bit of inspiration from that project, including the modular &#8216;connection&#8217; types. In earnest, when trying to help our clients find solutions that were intuitive, extensible, and engineered to an enterprise grade, we just couldn’t endorse any of the options we found. It’s more a UX problem &#8211; clunky workflows, overwhelming interfaces, feature overload (I prefer a certain simplicity) &#8211; than anything, though we also have concerns about how modular / customizable some of the other solutions are.&#8221;</p>
<h3>10up Plans to Release Distributor on WordPress.org Following the Closed Beta</h3>
<p>10up currently has several clients using Distributor, including large publishers with several properties/magazines/newspapers, as well as large technology businesses using it for their news and media features across a network of sites. The plugin is in final closed beta but 10up is granting early access to those with interesting use cases.</p>
<p>&#8220;We’re casting a pretty broad net in terms of &#8216;appropriate&#8217; use cases for the beta; in fact, we’re hoping that broader beta testing will open our eyes to great use cases within the scope of its purpose that we hadn’t  considered,&#8221; Goldman said. &#8220;We’ve already heard from some very large publishers, some smaller digital publishers, universities, public school systems, some enterprises with multiple properties, agencies interested in staging content, and just engineers who own multiple sites that share content &#8211; we’re excited about all of these use cases!&#8221;</p>
<p>Goldman said his team is most curious to see Distributor applied to use cases that aren&#8217;t simply &#8220;news and publishing,&#8221; including CRMs and product businesses with multiples sites that share content. 10up has not yet tested specific plugins for full compatibility with Distributor, but Goldman said pre-version 1.0, it should work with any plugin that adds custom post types and fields/taxonomies &#8220;the WordPress way.&#8221;</p>
<p>&#8220;In fact, Distributor checks to see which sites support the same post type and terms before it offers a list of sites you can &#8216;distribute&#8217; content to (so you can’t &#8216;distribute&#8217; a WooCommerce product to a site not running WooCommerce),&#8221; he said. Selling the same products across multiple stores, with automatically updating inventory and price changes, is just one of the many interesting use cases for Distributor.</p>
<p>Goldman said the team anticipates taking the plugin out of beta and putting it on WordPress.org by mid to late Q1 of 2018, in approximately 2-3 months, depending on feedback from testers. 10up does not currently have a plan to monetize the plugin.</p>
<p>&#8220;I never want to rule out that there are &#8216;eventually&#8217; opportunities for commercialization, but I can honestly say that isn’t anywhere on our roadmap or consideration set at the moment,&#8221; Goldman said.</p>
<p>Those who want to get in on the Distributor beta before it is publicly available can <a href=\"https://distributorplugin.com/\" rel=\"noopener\" target=\"_blank\">sign up on the plugin&#8217;s website </a>with a quick explanation of your use case. 10up will send a copy of the plugin for testing.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Nov 2017 23:19:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"
	
	
	
	
	
	
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"Dev Blog: WordPress 4.9.1 Security and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5215\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wordpress.org/news/2017/11/wordpress-4-9-1-security-and-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4220:\"<p>WordPress 4.9.1 is now available. This is a <strong>security and maintenance release</strong> for all versions since WordPress 3.7. We strongly encourage you to update your sites immediately.</p>
<p>WordPress versions 4.9 and earlier are affected by four security issues which could potentially be exploited as part of a multi-vector attack. As part of the core team&#x27;s ongoing commitment to security hardening, the following fixes have been implemented in 4.9.1:</p>
<ol>
<li>Use a properly generated hash for the <code>newbloguser</code> key instead of a determinate substring.</li>
<li>Add escaping to the language attributes used on <code>html</code> elements.</li>
<li>Ensure the attributes of enclosures are correctly escaped in RSS and Atom feeds.</li>
<li>Remove the ability to upload JavaScript files for users who do not have the <code>unfiltered_html</code> capability.</li>
</ol>
<p>Thank you to the reporters of these issues for practicing <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsible security disclosure</a>: <a href=\"https://twitter.com/0x62626262\">Rahul Pratap Singh</a> and John Blackbourn.</p>
<p>Eleven other bugs were fixed in WordPress 4.9.1. Particularly of note were:</p>
<ul>
<li>Issues relating to the caching of theme template files.</li>
<li>A MediaElement JavaScript error preventing users of certain languages from being able to upload media files.</li>
<li>The inability to edit theme and plugin files on Windows based servers.</li>
</ul>
<p><a href=\"https://make.wordpress.org/core/2017/11/28/wordpress-4-9-1-scheduled-for-november-29th/\">This post has more information about all of the issues fixed in 4.9.1 if you&#x27;d like to learn more</a>.</p>
<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.9.1</a> or venture over to Dashboard → Updates and click \"Update Now.\" Sites that support automatic background updates are already beginning to update automatically.</p>
<p>Thank you to everyone who contributed to WordPress 4.9.1:</p>
<p><a href=\"https://profiles.wordpress.org/schlessera/\">Alain Schlesser</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/la-geek/\">Angelika Reisiger</a>, <a href=\"https://profiles.wordpress.org/blobfolio/\">Blobfolio</a>, <a href=\"https://profiles.wordpress.org/bobbingwide/\">bobbingwide</a>, <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling (ocean90)</a>, <a href=\"https://profiles.wordpress.org/edo888/\">edo888</a>, <a href=\"https://profiles.wordpress.org/erich_k4wp/\">Erich Munz</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/mista-flo/\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/ibenic/\">Igor Benic</a>, <a href=\"https://profiles.wordpress.org/jfarthing84/\">Jeff Farthing</a>, <a href=\"https://profiles.wordpress.org/jbpaul17/\">Jeffrey Paul</a>, <a href=\"https://profiles.wordpress.org/jeremyescott/\">jeremyescott</a>, <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnpgreen/\">johnpgreen</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/lenasterg/\">lenasterg</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/mariovalney/\">Mário Valney</a>, <a href=\"https://profiles.wordpress.org/natacado/\">natacado</a>, <a href=\"https://profiles.wordpress.org/odysseygate/\">odyssey</a>, <a href=\"https://profiles.wordpress.org/precies/\">precies</a>, <a href=\"https://profiles.wordpress.org/stodorovic/\">Saša</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, and <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Nov 2017 20:33:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"John Blackbourn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:13:\"
	
	
	
	
	
	
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"WPTavern: Four Things I’d Like to See in This Year’s State of the Word\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76830\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://wptavern.com/four-things-id-like-to-see-in-this-years-state-of-the-word\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2724:\"<p>This weekend, WordPressers from far and wide will descend upon Nashville, TN, for WordCamp US. One of the highlights of the event is Matt Mullenweg&#8217;s <a href=\"https://ma.tt/2016/12/state-of-the-word-2016/\">State of the Word</a>. Last year, Mullenweg shared a variety of statistics, made a few announcements, and plotted a new course for WordPress development.</p>
<p>As the event draws near, here are some things I&#8217;d like to see addressed in this year&#8217;s State of the Word.</p>
<h2>Will There Be A Renewed Effort to Make Calypso Plugin Aware?</h2>
<p>During the 2016 State of the Word, Mullenweg announced that Calypso became plugin aware.</p>
<img />Plugin Aware Calypso
<p>The idea was that plugins that are actively installed on more than 1 million sites could participate in an experimental program that would add meta box support and other plugin specific features to Calypso. To this day, this has not materialized and I&#8217;d like to know what happened and if there will be a renewed effort in 2018.</p>
<h2>An Update on WordPress Foundation Supported Initiatives</h2>
<p>Last year, we learned that WordCamp Central became its own Public Benefit Corporation while the WordPress Foundation maintained its non-profit status. In addition, the Foundation announced support for like-minded non-profits such as, Hack the Hood, Internet Archive, and Black Girls CODE.</p>
<p>I&#8217;d like to know how much money the Foundation has contributed to these causes and if any progress has been made on providing educational workshops in underdeveloped countries.</p>
<h2>An Update on WordPress&#8217; Development/Release Strategy</h2>
<p>A year into WordPress&#8217; new development and release strategy, I&#8217;d like to know what challenges he and the team have faced and overcome. I&#8217;d also like to know if the results he has seen thus far warrant continuing the experiment in 2018.</p>
<h2>Take an Opportunity to Explain What Gutenberg Really Is</h2>
<p>Last year, Mullenweg surprised the community by announcing that the WordPress post editor would be revamped. Since then, we&#8217;ve learned that the project&#8217;s <a href=\"https://ma.tt/2017/08/we-called-it-gutenberg-for-a-reason/\">name is Gutenberg</a> and it&#8217;s about more than just the editor. I&#8217;d like to see Mullenweg take this unique opportunity to provide a deeper explanation into what the project is and why it&#8217;s pivotal for WordPress&#8217; continued success.</p>
<hr />
<p>This year&#8217;s State of the Word will be presented on Saturday, December 2nd, at 4PM Eastern. If you can&#8217;t see it in-person, you can <a href=\"https://2017.us.wordcamp.org/live-stream/\">watch it for free</a> via the livestream.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Nov 2017 17:38:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"
	
	
	
	
	
	
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"HeroPress: WordPress Gave Me the Perfect Identity\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=2294\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:136:\"https://heropress.com/essays/wordpress-gave-perfect-identity/#utm_source=rss&utm_medium=rss&utm_campaign=wordpress-gave-perfect-identity\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:18239:\"<img width=\"960\" height=\"480\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/112917-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: I have fallen head over heels in love with WordPress and I am excited.\" /><h3>How it all began…</h3>
<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/myself.jpg\"><img class=\"size-medium wp-image-2305\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/myself-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a>I just love this picture of myself..hehehe
<p>I remember when cybercafés started trending in Nigeria; I had just finished high school and was awaiting my results for admittance into the university. I would spend not less than 10 hours surfing the internet every day, all my pocket money went into buying bulk time at cafes. My first email was opened in 2002 on my 1st attempt to surf the internet. Spending my day at cafes continued till I left the university after which I bought a desktop computer and a modem. You can imagine my excitement as being a proud owner of a PC even though it was a desktop PC.</p>
<p>You see, my first degree was in Philosophy. I remember my dad asking me if I was sure about that course because prior to my senior school leaving exams I had always said I was going to study business administration. What business administration was, to be honest, I had no idea, I only wanted it because I had the impression it was a cool course and I would be a corporate employee in a big firm strutting around in my skirt suit looking all glamorous.</p>
<h3><a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/i-in-skirts2.jpg\"><img class=\"size-medium wp-image-2310 aligncenter\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/i-in-skirts2-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" /></a>Funny right?</h3>
<p>Anyway i always had a thing for Philosophy so you can imagine my enthusiasm when I discovered Philosophy was a course of study, of course I opted to study Philosophy in 2004 and graduated in 2008. However my love for the internet did not reduce by the way. I not only surfed the internet but I spent a lot of time freelancing and testing my skills as a ghost writer on different freelancing sites. I also went into blogging as well in 2009. I tried using blogger, hubpages and WordPress, but oh my, I found WordPress so complicated for me because I did not understand how it worked so I stuck with blogger and hubpages.</p>
<h3>Growing up as a Timid but Curious Cat&#8230;</h3>
<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/i-and-my-lil-brother.jpg\"><img class=\"wp-image-2306 size-medium\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/i-and-my-lil-brother-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" /></a>I and my little brother. Haa of course we all grown now. Haha
<p>During my younger years and even up to two years ago I was always a shy person deep down in my mind, but alas quite a number of people thought I was bold. This might be because 99.9% of my friends were males, or maybe not. Perhaps this could also be because I grew up with 3 brothers and no sister. It’s quite shocking though that they thought that way because it is only quite recent that I cultivated the courage to speak my mind. Prior to a year ago (2016), expressing my feelings by speaking the words out was a <em>herculean task</em>; this was what led me to starting a personal blog around 2009. I needed to let out my feelings and since I dared not speak them out, I blogged them.</p>
<p>Blogging gave me a voice and a medium to express my thoughts and I became a better writer with each passing script. After my one year government mandated youth service in 2010 which is required of every Nigerian citizen after a bachelor’s degree, I bought an HP Mini Laptop. Can you imagine my excitement at owning a personalized computer? This I could carry around, my happiness knew no bounds.</p>
<p>In 2010 thanks to the social network Facebook I met an Uncle of mine and we became BFF’s {Best Friends Forever} even though we had never met physically before. He was in Rome at the period we met studying Media and Communication. He came back home in 2012 but his job as a Salesian Brother took him to Ghana. Of course I made sure to keep a date with him when he came back home briefly in 2012 before heading to resume in Ghana. We had cake and ice cream at my favourite café that day.</p>
<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/i-and-bff-unc-sam.jpg\"><img class=\"size-medium wp-image-2303\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/i-and-bff-unc-sam-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" /></a>I and my BFF Uncle..Hehe
<h3>Rediscovering WordPress…</h3>
<p>Then came 2015, I ended a horrid relationship and i lost my best friend female; I mean I thought I was in love, but alas I had loved the idea of loving a person. I was not happy and I wanted a breath of fresh air and a change of environment. At that period, I had obtained a postgraduate diploma in mass communication and I had started a Masters Degree in Information Management and my required 3 months internship was coming up that summer. So I decided to volunteer in Ghana at the headquarters of the <a href=\"https://sdbafw.org\" target=\"_blank\" rel=\"noopener\">Salesians of Don Bosco in West Africa {SDBAFW}</a> where my Uncle was. My time there was beyond awesome and a new beautiful story in my life chapter.</p>
<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/at-sdbafw-in-ashaiman.jpeg\"><img class=\"size-medium wp-image-2309\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/at-sdbafw-in-ashaiman-300x300.jpeg\" alt=\"\" width=\"300\" height=\"300\" /></a>I met a lot of amazing people and made new friends within the SDB community in Ashaiman, Ghana
<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/i-and-volunteers-at-kakum.jpg\"><img class=\"size-medium wp-image-2308\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/i-and-volunteers-at-kakum-300x199.jpg\" alt=\"\" width=\"300\" height=\"199\" /></a>i and other volunteers and great friends at Kakum National Park in Cape Coast, Ghana
<p>I worked in the communications department at the SDBAFW province. My Uncle knew how much I loved blogging and he had been my writing tutor for a while, so one day he asked why I was not blogging on WordPress. Of course I went on about how difficult and complicated the platform was, he sighed, told me their organization website was built on WordPress and he gave me a folder with tutorial videos made by <a href=\"https://twitter.com/mor10\">Morten Rand-Hendriksen</a> for beginners to go watch.</p>
<p>After two weeks of watching those videos, my life changed. You see prior to 2015 I treated my time online as a purely personal affair because I was just passionate about being online right, exploring, freelancing and discovering. I never thought it would become something I could make a full time career out of. I was still pursuing a career in Human Resources since managing people was another thing I was great at. In late 2015 I had joined a series of online Facebook groups and I was wowed by one in particular run by John Obidi (<a href=\"https://web.facebook.com/groups/smartbcamp\" target=\"_blank\" rel=\"noopener\">SmartBCamp</a>) because I saw a lot of people earning an income from things I did and knew for the fun of it. I found myself asking what planet I had been leaving on and why I had not made my passion my business.</p>
<p>So I made a decision in 2016 to make my passion my business, I decided to move to Lagos since I was done with my Master’s coursework and focus on this new journey of mine. Meanwhile in the December of 2015, a woman had contacted me saying she loved how my blog UX on WordPress and if I could work on hers.</p>
<blockquote><p>As at then I didn’t even know the difference between wordpress.com and wordpress.org so I started googling which is something I’m also great at.</p></blockquote>
<p>So I took on the task of redesigning her website and I started troubleshooting all the current issues she had on her site, I read up a lot, I visited the WordPress.Org/showcase and was wowed with all the good things I could do with WordPress.org, I especially loved Snoop Doggs website and told myself my goal would be to be able to make a project that would look like that one day. But of course the first few sites I designed were horrible, when I look back at them now I wonder what was going on in my head when I designed them.</p>
<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/my-typical-day-in-gh.jpg\"><img class=\"size-medium wp-image-2302\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/my-typical-day-in-gh-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" /></a>A typical day for me in front of my PC
<p>Alas I had great online plans for the year 2016 but up until the middle of year 2016, I had a series of bad experiences that sent me back to the Stone Age and my parents house; I blogged about it <a href=\"https://mojispeaks.com/2017/01/09/my-2016-in-retrospect/\">here</a>. They were bad experiences alright, but a lot of good came out of them. I got saved bit by bit and found my rhythm again. Meanwhile I was already falling in love with WordPress so I decided to look for ways to give back. That&#8217;s when I stumbled upon make.wordpress.org and discovered there were so many ways to give back. I was not a programmer alright so what will I go to do in Core or CLI or any other similar place, so I automatically went for the community.</p>
<h3>Building the Nigerian WordPress Community…</h3>
<p>In November 2016 I made one of the best decisions that turned my life around. I was fed up because the entire year had not turned out in any way I had planned in December 2015 of the previous year. So I made an interesting decision to turn off my data and go to sleep by 10pm. Trust me this was a big decision for me before I would usually freak out if my data wasn’t functioning or if my phone battery died. Anyway during this period I had moved back to my parents’ right and I needed to work in a quiet room because I so much needed to focus.</p>
<p>Also by now I had discovered there was a WordPress Meetup community in Lagos but when I applied I did so for Ogun which is my state, but during my conversations with WordPress Global they had requested if I would be willing to join the Lagos WordPress Group, at first I was a little hesitant because Lagos is an hour drive from my town, I don’t have a car, so that adds another one hour. Surely you can&#8217;t live in Lagos and not know Lagos and traffic are best buddies so that adds another hour to my trip. Without thinking too much about it I agreed. Looking back today I do not regret it one bit.</p>
<blockquote><p>This started my journey as a WordPress Lagos Community Co-organizer and a Community Deputy.</p>
<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/600_455477788.jpeg\"><img class=\"size-medium wp-image-2317\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/600_455477788-300x225.jpeg\" alt=\"\" width=\"300\" height=\"225\" /></a>the first meetup i had as a Lagos co-organizer</blockquote>
<p>This is 2017 right, I must not fail to mention it to you that my income in the last one year has come solely from WordPress Web Design. Today the Nigerian WordPress has grown, still growing definitely, the Lagos WordPress Meetup group has also grown and we have had 8 Meetups this year. I have made great friends and co-organizers in the community who are dedicated to building and sharing their WordPress knowledge with the community like I am. We are hosting the very first Nigerian <a href=\"https://2018.lagos.wordcamp.org/\">WordCamp in Lagos</a> on March 10 2018 at the Civic Centre in Victoria Island, Lagos. I must not forget to mention that we also now have an Ijebu WordPress Community; that’s my town alright.</p>
<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/3rd-wp-lagos-meetup-2017.jpg\"><img class=\"wp-image-2312 size-full\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/3rd-wp-lagos-meetup-2017.jpg\" alt=\"\" width=\"299\" height=\"224\" /></a>this was our 4th meetup event this year
<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/first-wp-lagos-meetup-2018.jpg\"><img class=\"wp-image-2313 size-medium\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/first-wp-lagos-meetup-2018-300x169.jpg\" alt=\"\" width=\"300\" height=\"169\" /></a>this was our first meetup event this year
<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/600_463289287.jpeg\"><img class=\"wp-image-2316 size-medium\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/600_463289287-300x225.jpeg\" alt=\"\" width=\"300\" height=\"225\" /></a>our third meetup early this year
<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/WPlagos-30th-Sept-Meetup-Photo-1.jpg\"><img class=\"size-medium wp-image-2318\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/WPlagos-30th-Sept-Meetup-Photo-1-300x199.jpg\" alt=\"\" width=\"300\" height=\"199\" /></a>WPlagos 30th Sept Meetup (5th meetup this year)
<p>We recently created a <a href=\"https://photos.app.goo.gl/VNx047kS0Bj8u7z63\" target=\"_blank\" rel=\"noopener\">google photos for our past meetups, click here to view them. </a>So tell me why I shouldn’t be grateful? Why I shouldn’t fall in love with WordPress? Because this is all that has happened to me since I met WordPress, I have fallen head over heels in love with WordPress and I am excited.</p>
<h3>What have i gained from WordPress?</h3>
<ol>
<li>I overcame my stage fright fully because i have to get in front of the crowd at every meetup to do the introductions and introduce the WordPress communities.</li>
<li>I attended my first WordCamp in Cape Town, South Africa. <a href=\"https://youtu.be/PE6k8-PLKVk\" target=\"_blank\" rel=\"noopener\">Click here to see my picture story</a>. Coincidentally this was also my first time outside West Africa. I had never been in an aircraft for more than one hour hour before my trip.</li>
<li>I have made money from WordPress Web Design Projects, enough to sustain me during my learning period. Still learning everyday.</li>
<li>I jumped off <a href=\"https://mojispeaks.com/2017/11/19/i-did-jump-off-a-hill-my-wordcamp-cape-town-story/\" target=\"_blank\" rel=\"noopener\">Signal Hill in Cape Town, find post here</a>; next up, sky diving.</li>
</ol>
<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/DSC_0246-1.jpg\"><img class=\"size-medium wp-image-2314\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/DSC_0246-1-300x200.jpg\" alt=\"\" width=\"300\" height=\"200\" /></a>At a WordCamp Cape Town session
<p><strong>My advice to you from my experience so far…</strong></p>
<p>Always seek to understand the basics of whatever knowledge you seek&#8230;never jump in too fast, wanting to spiral to the top while ignoring the learning curve. You will crash down effortlessly if you do so and would have learnt nothing.</p>
<a href=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/WordPress-Gave-Me-the-Perfect-Identity.png\"><img class=\"size-medium wp-image-2315\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/WordPress-Gave-Me-the-Perfect-Identity-300x225.png\" alt=\"\" width=\"300\" height=\"225\" /></a>WordPress Gave Me the Perfect Identity Indeed&#8230;I no longer roam the internet..hehehe
<blockquote>
<p>The End&#8230;?<br />
I Don’t Think So&#8230;<br />
My Story has Just Begun. <strong>Stay Tuned&#8230;.!</strong></p>
</blockquote>
<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: WordPress Gave Me the Perfect Identity\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=WordPress%20Gave%20Me%20the%20Perfect%20Identity&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-gave-perfect-identity%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: WordPress Gave Me the Perfect Identity\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-gave-perfect-identity%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fwordpress-gave-perfect-identity%2F&title=WordPress+Gave+Me+the+Perfect+Identity\" rel=\"nofollow\" target=\"_blank\" title=\"Share: WordPress Gave Me the Perfect Identity\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/wordpress-gave-perfect-identity/&media=https://heropress.com/wp-content/uploads/2017/11/112917-150x150.jpg&description=WordPress Gave Me the Perfect Identity\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: WordPress Gave Me the Perfect Identity\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/wordpress-gave-perfect-identity/\" title=\"WordPress Gave Me the Perfect Identity\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/wordpress-gave-perfect-identity/\">WordPress Gave Me the Perfect Identity</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Nov 2017 12:00:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Mary Job\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:13:\"
	
	
	
	
	
	
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"WPTavern: WordCamp Albuquerque Gears Up for 5th Edition in January 2018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76845\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"https://wptavern.com/wordcamp-albuquerque-gears-up-for-5th-edition-in-january-2018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3644:\"<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-28-at-8.15.51-PM-e1511921930548.png?ssl=1\"><img /></a></p>
<p><a href=\"https://2018.albuquerque.wordcamp.org/\" rel=\"noopener\" target=\"_blank\">WordCamp Albuquerque</a> is gearing up for its 5th edition January 19-21, 2018, following events held in 2011, 2012, 2013, and 2016. An all-new organizing team is ready to invigorate the Southwestern WordPress community with an exciting array of world-class speakers and educational opportunities for both new and experienced users.</p>
<p>Lead organizer Alonso Indacochea said the team is expecting to host 300 attendees. Many of them will be coming from New Mexico, Southern Colorado, West Texas, and Arizona.</p>
<p>&#8220;The southwestern community is interesting because there are a lot of developers doing really interesting tech work, but a lot of it happens in silos due to government secrecy,&#8221; speaker wrangler Sam Hotchkiss said. &#8220;New Mexico has a rich history of technology, from the Manhattan Project and the creation of the first nuclear weapons to the formation of Microsoft, which was founded in Albuquerque in 1975.</p>
<p>&#8220;We’re trying to pull together that community to connect with each other, and also establish Albuquerque as a WordCamp with consistently high-quality speakers of global renown.&#8221;</p>
<p>In pursuit of this goal, Hotchkiss has recruited a healthy crop of top quality speakers from the WordPress community. During the Saturday afternoon session, <a href=\"http://chrislema.com/\" rel=\"noopener\" target=\"_blank\">Chris Lema</a>, Vice President of Products and Innovation at <a href=\"https://www.liquidweb.com/\" rel=\"noopener\" target=\"_blank\">Liquid Web</a>, will be interviewing a diverse group of speakers in the main hall, including the following:</p>
<ul>
<li>Ashleigh Axios, former Creative Director for the Obama White House and AIGA Board Member</li>
<li>Sakin Shrestha, Founder of Catch Themes and the main drive behind the vibrant WordPress community in Nepal</li>
<li>John Maeda, Global Head, Computational Design and Inclusion at Automattic</li>
<li>Jon Brown, WordPress Nomad</li>
<li>Alonso Indacochea, WordCamp lead organizer, who had no serious software development experience 5 years ago, went through a local boot camp, and is now CEO of the fastest growing digital agency in New Mexico</li>
</ul>
<p>This year WordCamp Albuquerque will feature multiple tracks sorted by topic, beginning with a WordPress Fundamentals track on Friday, January 19.</p>
<p>&#8220;Foundation Friday is something I’ve seen be really successful at other camps,&#8221; Hotchkiss said. &#8220;It gives people who are new to WP a base of knowledge so that they can go into Saturday feeling confident and ready to learn. Each class on Friday will build on the one before it. Starting from scratch? Show up at 9. Already have a site, but need help handling the layout?  Come at 10:30.&#8221;</p>
<p>Saturday&#8217;s program will include sessions in the Business, Design, and Development tracks throughout the day, in addition to the planned interviews. A contributor day session is planned for Sunday. The event&#8217;s organizers are still <a href=\"https://2018.albuquerque.wordcamp.org/speakers/\" rel=\"noopener\" target=\"_blank\">accepting speaker applications</a> until midnight on Monday, December 4. They plan to finalize the schedule next week. <a href=\"https://2018.albuquerque.wordcamp.org/attendees/\" rel=\"noopener\" target=\"_blank\">Tickets</a> are on sale now and attendees can elect to purchase one for whatever combination of days they wish to attend.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Nov 2017 02:30:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:13:\"
	
	
	
	
	
	
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"WPTavern: Practicing the Pac-Man Rule at WordCamp US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76857\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://wptavern.com/practicing-the-pac-man-rule-at-wordcamp-us\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1750:\"<p>With more than 2,000 attendees expected, WordCamp US is one of the largest conferences devoted to WordPress. It&#8217;s a great opportunity to meet a lot of new faces and catch up with familiar ones. If you&#8217;re standing in the hallway at WordCamp US speaking with a group of people and want to encourage others to say hi or be part of the conversation, try this tip <a href=\"https://www.facebook.com/GreatSmokyMountainsAssociation/videos/10155628004363673/\">shared by</a> Jason Cosper called the <a href=\"http://ericholscher.com/blog/2017/aug/2/pacman-rule-conferences/\">Pac-Man rule</a> written by Eric Holscher.</p>
<img />photo credit: rbatina <a href=\"http://www.flickr.com/photos/27988337@N00/12081061246\">Random Phone Shots</a> <a href=\"https://creativecommons.org/licenses/by-nc-nd/2.0/\">(license)</a>
<p>The rule is simple. When standing in a circle, provide an opening for someone to join the group. By standing in an open circle, it gives a passersby explicit permission to join the group and limits the appearance of cliques. I didn&#8217;t realize how standing in a closed circle can be off-putting to those wanting to introduce themselves or chime in until learning about this rule.</p>
<p>In addition to the Pac-Man rule, <a href=\"https://twitter.com/bobWP/status/935576711252533248\">Bob Dunn suggests</a> using eye contact to invite people to the group. <a href=\"https://twitter.com/mor10/status/935582280164065280\">Morten Rand-Hendriksen suggests</a> that if you&#8217;re looking to start a conversation with someone new, start with groups of two people as they likely know each other and want to talk to new people. I&#8217;ll be practicing the Pac-Man rule this weekend and I encourage other attendees to do so as well.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 28 Nov 2017 21:06:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:13:\"
	
	
	
	
	
	
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"WPTavern: Gutenberg Team Is Ramping Up Usability Testing at WordCamp US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76807\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"https://wptavern.com/gutenberg-team-is-ramping-up-usability-testing-at-wordcamp-us\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4848:\"<p>The Gutenberg Team will have a usability testing station set up at WordCamp US where attendees can participate in a round of pre-set tests that focus on the writing flow. Testers will answer a short survey that includes their prior WordPress experience level, age, and device used. Volunteers will get participants set up with a testing site and will start the screen recording app.</p>
<p>Testers will be asked to create a post based on the content shown in an image. There are three different images, which require the user to perform actions such as adding images, embedding media, creating unordered lists, adding quotes, and other basic content creation tasks. In order to segment results, the usability tests have been divided into <a href=\"https://drive.google.com/file/d/0B4BHP7ZnNw32RWJRa2diODFXVGs/view\" rel=\"noopener\" target=\"_blank\">beginner</a>, <a href=\"https://drive.google.com/file/d/0B4BHP7ZnNw32bVpyd2xaaFVVMWM/view\" rel=\"noopener\" target=\"_blank\">intermediate</a>, and <a href=\"https://drive.google.com/file/d/0B4BHP7ZnNw32R3U0ZkJRVXBySWM/view\" rel=\"noopener\" target=\"_blank\">advanced</a> level images.</p>
<a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-27-at-10.23.35-PM.png?ssl=1\"><img /></a>Advanced level task image for Gutenberg usability testing
<p>After completing the test, participants will be asked to answer a few followup questions, such as &#8220;Did the task take longer or shorter than you expected?&#8221; and &#8220;Are you more or less likely to use the Gutenberg editor in the future?&#8221;</p>
<p>&#8220;This is the second round of usability testing scripts — we tried out the first batch of scripts at WordCamp Milano, and made some adjustments for clarity,&#8221; Gutenberg design lead Tammie Lister said. &#8220;As a result of testing, we moved the toolbar on blocks to not be fixed and back to the block. At Milano, we tested the tests.&#8221;</p>
<p>As the result of these tests and other prior feedback, Lister <a href=\"https://github.com/WordPress/gutenberg/issues/3570\" rel=\"noopener\" target=\"_blank\">recommended the default position of the toolbar to be fixed to the block</a>.</p>
<p>Anna Harrison, UX lead at Ephox (the makers of tinyMCE), has been instrumental in helping with the efforts around testing and writing scripts. She also offered <a href=\"https://github.com/WordPress/gutenberg/issues/3570#issuecomment-345879950\" rel=\"noopener\" target=\"_blank\">feedback on the ticket</a>, referencing comments from the previous discussion on the issue:</p>
<blockquote><p>A fixed [docked to top] toolbar solution has several complications. Firstly, we break accessibility. I won&#8217;t reiterate the discussion, as it&#8217;s well articulated above. Secondly, we break things independent of accessibility &#8211; I ran user tests on something quite similar to this last year, and we discovered that <a href=\"https://go.tinymce.com/blog/from-the-ux-desk-road-testing-inline-image-editing/\" rel=\"noopener\" target=\"_blank\">disconnecting the toolbar from the point of action resulted in 100% user test fails</a>.</p></blockquote>
<p>Gutenberg version 1.8 will change the default back to displaying block actions on the block level, although the option to change it to a fixed toolbar at the top of the screen will still be available. This change is one example of how usability testing is shaping Gutenberg&#8217;s development. WordCamp US is an opportunity for the team to collect a host of new testing data in one place.</p>
<p>Lister said all the data that is collected will be processed by volunteers on the make/test team, but the team is still small and they could use more volunteers to work on this effort.</p>
<p>&#8220;The turnaround time on processing the data we collect really depends on how many volunteers are available to work on it,&#8221; Lister said. &#8220;It also depends on if it’s a bug reported &#8211; bugs are easier to get fixed right away. If the data indicates an area where we need to investigate more, we’ll do that. The results of the testing will be published on make.wordpress.org/test.&#8221;</p>
<p>Lister said the team is hoping to reach a wider variety of WordPress users at WCUS this year, from all backgrounds and careers. The testing booth offers an opportunity for anyone to contribute to the future of WordPress, regardless of your experience level or familiarity with the software. The team is also eager to broaden its testing field by recruiting non-WordPress users as well. If you can&#8217;t make it to WordCamp US, you can still <a href=\"https://make.wordpress.org/test/2017/11/22/testing-flow-in-gutenberg/\" rel=\"noopener\" target=\"_blank\">contribute to Gutenberg by taking and administering usability tests</a> on your own with the help of the instructions posted on the make.wordpress.org/test site.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 28 Nov 2017 16:55:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:13:\"
	
	
	
	
	
	
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"WPTavern: Delete Me WordPress Plugin Assists Website Owners in Granting the GDPR Right to be Forgotten\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76474\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:113:\"https://wptavern.com/delete-me-wordpress-plugin-assists-website-owners-in-granting-the-gdpr-right-to-be-forgotten\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4080:\"<a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/11/eraser.jpg?ssl=1\"><img /></a>photo credit: pj_vanf <a href=\"http://www.flickr.com/photos/48066826@N02/5006945413\">to err is human</a> &#8211; <a href=\"https://creativecommons.org/licenses/by/2.0/\">(license)</a>
<p>With the EU GDPR compliance deadline just <a href=\"http://www.gdprcountdownclock.com/\" rel=\"noopener\" target=\"_blank\">178 days away</a>, many WordPress site owners are looking for tools that will help them meet the requirements. The regulation expands existing rights of data subjects in several key ways, including (but not limited to) the right to be notified of data breaches, the right to access personal data, the right to be forgotten, and the right to data portability.</p>
<p>A plugin called <a href=\"https://wordpress.org/plugins/delete-me/\" rel=\"noopener\" target=\"_blank\">Delete Me</a>, by Clinton Caldwell, is one that may be helpful in addressing the Right to be Forgotten. The <a href=\"https://www.eugdpr.org\" rel=\"noopener\" target=\"_blank\">GDPR.org</a> website breaks it down as follows:</p>
<blockquote><p>Also known as Data Erasure, the right to be forgotten entitles the data subject to have the data controller erase his/her personal data, cease further dissemination of the data, and potentially have third parties halt processing of the data. The conditions for erasure, as outlined in article 17, include the data no longer being relevant to original purposes for processing, or a data subjects withdrawing consent. It should also be noted that this right requires controllers to compare the subjects&#8217; rights to &#8220;the public interest in the availability of the data&#8221; when considering such requests.</p></blockquote>
<p>The Delete Me plugin takes this one step further for site owners who are comfortable allowing users to delete their own data without having to create a request for it. By default, the delete button displays on the profile.php screen in the admin, but administrators can elect to use a shortcode to display it somewhere else on the frontend.</p>
<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-27-at-4.54.42-PM.png?ssl=1\"><img /></a></p>
<p>The plugin will delete the users&#8217; posts, links, and even comments (optional) after the user confirms. The confirmation screen could stand to include more information about what data is being deleted so that the user knows what to expect. However, administrators do have the option to specify this within the JavaScript confirmation dialog. After deletion the user is dumped back out to the homepage by default, but the redirect URL can be configured in the plugin&#8217;s settings page.</p>
<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-27-at-4.54.21-PM.png?ssl=1\"><img /></a></p>
<p>Additional configurable settings include the ability to select specific WordPress roles to allow to delete themselves, specify class and style attributes of delete link, enable or disable JavaScript confirm for Shortcode, specify button text, and send an email notification when users delete themselves.</p>
<p>Delete Me also supports network activation and single site activation for multisite installations. By default, users can only delete themselves and their content from a single site, while other networked sites where they are registered will not be affected. The plugin does include a “Delete From Network” checkbox that administrators can enable to allow users to delete themselves from all sites on the network.</p>
<p><a href=\"https://wordpress.org/plugins/delete-me/\" rel=\"noopener\" target=\"_blank\">Delete Me</a> is available for free on WordPress.org. I tested the plugin and have confirmed that it works with WordPress 5.0-alpha. It is currently active on more than 2,000 sites. By no means does it satisfy the full requirements of the GDPR, but it provides a decent starting point for site owners who want to make this option available to their users without having to manually fulfill their requests.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 28 Nov 2017 00:08:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:13:\"
	
	
	
	
	
	
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"WPTavern: WPWeekly Episode 295 – Turkey With A Side of Gutenberg and Giving Thanks to Open Source\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=76789&preview=true&preview_id=76789\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"https://wptavern.com/wpweekly-episode-295-turkey-with-a-side-of-gutenberg-and-giving-thanks-to-open-source\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3233:\"<p>I apologize for the delay in getting this episode out to you. In this episode, <a href=\"https://jjj.blog/\">John James Jacoby</a> and I discussed a range of topics, including a caching bug introduced in WordPress 4.9 that causes Page Templates not to display for an hour. We talk about the possibilities of using Gutenberg with WooCommerce and how it could impact product management.</p>
<p>As is tradition, near the end of the show, we shared what we&#8217;re thankful for. We also shared what listeners are <a href=\"https://twitter.com/jeffr0/status/933101857039200258\">thankful for</a> regarding open source.</p>
<h2>Stories Discussed:</h2>
<p><a href=\"https://core.trac.wordpress.org/ticket/42573\">This bug</a> is causing some theme developers to rip their hair out. Weston Ruter <a href=\"https://core.trac.wordpress.org/ticket/42573#comment:57\">explains</a> why the change was implemented.<br />
<a href=\"https://wptavern.com/woocommerce-explores-the-possibilities-and-challenges-for-e-commerce-in-the-gutenberg-era\">WooCommerce Explores the Possibilities and Challenges for E-Commerce in the Gutenberg Era</a><br />
<a href=\"https://wptavern.com/tailor-page-builder-plugin-discontinued-owners-cite-funding-gutenberg-and-competition\">Tailor Page Builder Plugin Discontinued, Owners Cite Funding, Gutenberg, and Competition</a><br />
<a href=\"https://wptavern.com/wordcamp-europe-2018-speaker-applications-now-open\">WordCamp Europe 2018 Speaker Applications Now Open</a><br />
<a href=\"https://wptavern.com/github-launches-security-alerts-for-javascript-and-ruby-projects-python-support-coming-in-2018\">GitHub Launches Security Alerts for JavaScript and Ruby Projects, Python Support Coming in 2018</a></p>
<h2>Picks of the Week:</h2>
<p><a href=\"https://wordpress.org/plugins/trigger-happy/\">Trigger Happy</a> developed by Hotsource is a visual scripting tool for WordPress, allowing you to connect plugins and events together using a simple user interface. It currently supports core WordPress functionality, WooCommerce, and Ninja Form.</p>
<p><a href=\"https://github.com/boogah/big-dummy\">Big dummy</a> is a project for folks who need to emulate an established blog with plenty of content while doing WordPress benchmarking and performance testing.</p>
<p>There are 2495 posts, 6197 comments, 231 tags, 26 categories, and 10 pages worth of WordPress dummy data, fully ready to import. That&#8217;s 3 (simulated) years worth of content. <i>Note:</i> There are ~1.6 GB of images (courtesy of<a href=\"https://unsplash.com\"> Unsplash</a>) attached to these posts. It&#8217;s a very good idea to import everything <i>but</i> the media in order to avoid timeouts or errors with the WordPress Importer.</p>
<h2>WPWeekly Meta:</h2>
<p><strong>Next Episode:</strong> Wednesday, November 29th 3:00 P.M. Eastern</p>
<p>Subscribe to <a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\">WordPress Weekly via Itunes</a></p>
<p>Subscribe to <a href=\"https://www.wptavern.com/feed/podcast\">WordPress Weekly via RSS</a></p>
<p>Subscribe to <a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\">WordPress Weekly via Stitcher Radio</a></p>
<p><strong>Listen To Episode #295:</strong><br />
</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 27 Nov 2017 07:54:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:13:\"
	
	
	
	
	
	
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"WPTavern: Workarounds for the Page Template Bug in WordPress 4.9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76785\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://wptavern.com/workarounds-for-the-page-template-bug-in-wordpress-4-9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2105:\"<p>WordPress 4.9 &#8220;Tipton&#8221; <a href=\"https://wptavern.com/wordpress-4-9-released-with-major-improvements-to-customizer-workflow-updated-code-editors-and-new-core-gallery-widget\">was released</a> last week and although it&#8217;s largely trouble-free, there is one particular issue <a href=\"https://wordpress.org/support/topic/updated-to-4-9-wont-detect-page-template/\">users</a> and <a href=\"https://core.trac.wordpress.org/ticket/42573#comment:75\">developers</a> are running into that&#8217;s causing frustration. In 4.9, custom page templates that are created fail to display in the Template drop-down menu. The issue is related to changes made to the <a href=\"https://core.trac.wordpress.org/changeset/41806\">file editor</a>.</p>
<p>Previous versions of WordPress listed files 2-levels deep in the editor. In 4.9, the entire directory tree for a theme is listed regardless of its depth. Caching was added to help limit the performance impacts of loading large WordPress themes. &#8220;An unintended side effect of the caching is that the same directory listing function <tt>get_files</tt> is used both for the theme editor and for gathering page templates,&#8221; Weston Ruter, Co-Release Lead for WordPress 4.9 <a href=\"https://core.trac.wordpress.org/ticket/42573#comment:57\">said</a>.</p>
<p>Within the <a href=\"https://core.trac.wordpress.org/ticket/42573\">trac ticket</a>, developers suggests that a button be added that flushes all caches or disabling the cache if <tt>WP_DEBUG</tt> is set to true. Neither suggestion turned into a patch committed to core. Instead, Ruter has <a href=\"https://gist.github.com/westonruter/6c2ca0e5a4da233bf4bd88a1871dd950\">released a plugin</a> as a workaround that flushes the template cache. Other workarounds include, bumping the theme&#8217;s version, running the <tt>wp cache flush</tt> command in WP CLI, or waiting 60 minutes for the cache to expire.</p>
<p>The ticket is marked as a high priority but because of the upcoming holidays in the US and WordCamp US next weekend, it could be at least a few weeks before WordPress 4.9.1 is released.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 23 Nov 2017 00:42:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:13:\"
	
	
	
	
	
	
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"WPTavern: Tide Project Aims to Audit and Score WordPress Themes and Plugins based on Code Quality\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76652\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"https://wptavern.com/tide-project-aims-to-audit-and-score-wordpress-themes-and-plugins-based-on-code-quality\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8526:\"<p>Last week XWP dropped an intriguing <a href=\"https://xwp.co/tide-a-path-to-better-code-across-the-wordpress-ecosystem/\" rel=\"noopener\" target=\"_blank\">preview of a new project called Tide</a> that aims to improve code quality across the WordPress plugin and theme ecosystems. The company has been working with the support of Google, Automattic, and WP Engine, on creating a new service that will help users make better plugin decisions and assist developers in writing better code.</p>
<p>XWP&#8217;s marketing manager Rob Stinson summarized the project&#8217;s direction so far:</p>
<blockquote><p>Tide is a service, consisting of an API, Audit Server, and Sync Server, working in tandem to run a series of automated tests against the WordPress.org plugin and theme directories. Through the Tide plugin, the results of these tests are delivered as an aggregated score in the WordPress admin that represents the overall code quality of the plugin or theme. A comprehensive report is generated, equipping developers to better understand how they can increase the quality of their code.</p></blockquote>
<p>The XWP announcement also included a screenshot of how this data might be presented in the WordPress plugin directory:</p>
<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/11/jetpack-tide-plugin-score.jpg?ssl=1\"><img /></a></p>
<p>XWP plans to unveil the service at WordCamp US in Nashville at the Google booth where they will be inviting the community to get involved. Naturally, a project with the potential to have this much impact on the plugin ecosystem raises many questions about who is behind the vision and what kind of metrics will be used.</p>
<p>I contacted Rob Stinson and Luke Carbis at XWP, who are both contributors to the project, to get an inside look at how it started and where they anticipate it going.</p>
<p>&#8220;Tide was started at XWP about 12 months ago when one of our service teams pulled together the idea, followed up by a proof of concept, of a tool that ran a series of code quality tests against a package of code (WordPress plugin) and returned the results via an API,&#8221; Stinson said. &#8220;We shortly after came up with the name Tide, inspired by the proverb &#8216;A rising tide lifts all boats,&#8217; thinking that if a tool like this could lower the barrier of entry to good quality code for enough developers, it could lift the quality of code across the whole WordPress ecosystem.&#8221;</p>
<p>Stinson said XWP ramped up its efforts on Tide during the last few months after beginning to see its potential and sharing the vision with partners.</p>
<p>&#8220;Google, Automattic and WP Engine have all helped resource (funds, infrastructure, developer time, advice etc) the project recently as well,&#8221; Stinson said. &#8220;Their support has really helped us build momentum. Google have been a big part of this since about August. We had been working with them on other projects and when we shared with them the vision for Tide, they loved it and saw how in line it is with the vision they have for a better performant web.&#8221;</p>
<p>The Tide service is not currently active but a beta version will launch at WordCamp US with a WordPress plugin to follow shortly thereafter. Stinson said the team designed the first version to present the possibilities of Tide and encourage feedback and contribution from the community.</p>
<p>&#8220;We realize that Tide will be its best if its open sourced,&#8221; he said. &#8220;There are many moving parts to it and we recognize that the larger the input from the community, the better it will represent and solve the needs of the community around code quality.&#8221;</p>
<p>At this phase of the project, nothing has been set in stone. The Tide team is continuing to experiment with different ways of making the plugin audit data available, as well as refining how that data is weighed when delivering a Tide score.</p>
<p>&#8220;The star rating is just an idea we have been playing with,&#8221; Stinson said. &#8220;The purpose of it will be to aggregate the full report that is produced by Tide into a simple and easy to understand metric that WordPress users can refer to when making decisions about plugins and themes. We know we haven’t got this metric and how it is displayed quite right. We’ve had some great feedback from the community already.&#8221;</p>
<p>The service is not just designed to output scores but also to make it easy for developers to identify weaknesses in their code and learn how to fix them.</p>
<p>&#8220;Lowering the barrier of entry to writing good code was the original inspiration for the idea,&#8221; Stinson said.</p>
<h3>Tide Project Team Plans to Refine Metrics Used for Audit Score based on Community Feedback</h3>
<p>The Tide project website, <a href=\"http://wptide.org\" rel=\"noopener\" target=\"_blank\">wptide.org</a>, will launch at WordCamp US and will provide developers with scores, including specifics like line numbers and descriptions of failed sniffs. Plugin developers will be able to use the site to improve their code and WordPress users will be able to quickly check the quality of a plugin. XWP product manager Luke Carbis explained how the Tide score is currently calculated.</p>
<p>&#8220;Right now, Tide runs a series of code sniffs across a plugin / theme, takes the results, applies some weighting (potential security issues are more important than tabs vs. spaces), and then averages the results per line of code,&#8221; Carbis said. &#8220;The output of this is a score out of 100, which is a great indicator of the quality of a plugin or theme. The &#8216;algorithm&#8217; that determines the score is basically just a series of weightings.&#8221;</p>
<p>The weightings the service is currently using were selected as a starting point, but Carbis said the team hopes the WordPress community will help them to refine it.</p>
<p>&#8220;If it makes sense, maybe one day this score could be surfaced in the WordPress admin (on the add new plugin page),&#8221; Carbis said. &#8220;Or maybe it could influence the search results (higher rated plugins ranked first). Or maybe it just stays on wptide.org. That’s really up to the community to decide.&#8221;</p>
<p>In addition to running codesniffs, the Tide service will run two other scans. A <a href=\"https://developers.google.com/web/tools/lighthouse/\" rel=\"noopener\" target=\"_blank\">Lighthouse</a> scan, using Google&#8217;s open-source, automated tool for improving the quality of web pages, will be performed on themes, which Carbis says is a &#8220;huge technological accomplishment.&#8221;</p>
<p>&#8220;For every theme in the directory, we’re spinning up a temporary WordPress install, and running a Lighthouse audit in a headless chrome instance,&#8221; Carbis said. &#8220;This means we get a detailed report of the theme’s <em>front end output</em> quality, not just the code that powers it.&#8221;</p>
<p>The second scan Tide will perform measures PHP compatibility and will apply to both plugins and themes.</p>
<p>&#8220;Tide can tell which versions of PHP a plugin or theme will work with,&#8221; Carbis said. &#8220;For users, this means we could potentially hide results that we <em>know</em> won’t work with their WordPress install (or at least show a warning). For hosts, this means they can easily check the PHP compatibility before upgrading an install to PHP 7 (we think this will cause <em>many</em> more installs to be upgraded – the net effect being a noticeable speed increase, which we find really exciting and motivating).&#8221;</p>
<p>Carbis said that the team is currently working in the short term to get the PHP Compatibility piece into the WordPress.org API, which he says could start influencing search results without any changes to WordPress core.</p>
<p>&#8220;We’d also like to start engaging with the community to find out whether surfacing a Code Quality score to WordPress users is helpful, and if it is, what does that look like? (e.g. score out of 100, 5 star rating, A/B/C/D, etc.),&#8221; Carbis said. &#8220;We will release our suggestion for what this <em>could</em> look like as a plugin shortly after WordCamp US.&#8221;</p>
<p>More specific information about the metrics Tide is currently using and how it applies to plugins and themes will be available after the service launches in beta. If you are attending WordCamp US and have some suggestions or feedback to offer the team, make sure to stop by the Google sponsorship booth.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 22 Nov 2017 21:21:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:13:\"
	
	
	
	
	
	
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"Matt: Adam Robinson on Understanding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=47663\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://ma.tt/2017/11/adam-robinson-on-understanding/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5921:\"<p>This is a long quote/excerpt from <a href=\"https://twitter.com/iamadamrobinson\">Adam Robinson</a> I&#8217;ve been holding onto for a while, from <a href=\"https://tribeofmentors.com/\">Tribe of Mentors</a>. Worth considering, especially if you strive to work in a data-informed product organization.</p>
<blockquote><p>Virtually all investors have been told when they were younger — or implicitly believe, or have been tacitly encouraged to do so by the cookie-cutter curriculums of the business schools they all attend — that the more they understand the world, the better their investment results. It makes sense, doesn’t it? The more information we acquire and evaluate, the “better informed” we become, the better our decisions. Accumulating information, becoming “better informed,” is certainly an advantage in numerous, if not most, fields.</p>
<p>But not in the eld of counterintuitive world of investing, where accumulating information can hurt your investment results.</p>
<p>In 1974, Paul Slovic — a world-class psychologist, and a peer of Nobel laureate Daniel Kahneman — decided to evaluate the effect of information on decision-making. This study should be taught at every business school in the country. Slovic gathered eight professional horse handicappers and announced, “I want to see how well you predict the winners of horse races.” Now, these handicappers were all seasoned professionals who made their livings solely on their gambling skills.</p>
<p>Slovic told them the test would consist of predicting 40 horse races in four consecutive rounds. In the first round, each gambler would be given the five pieces of information he wanted on each horse, which would vary from handicapper to handicapper. One handicapper might want the years of experience the jockey had as one of his top five variables, while another might not care about that at all but want the fastest speed any given horse had achieved in the past year, or whatever.</p>
<p>Finally, in addition to asking the handicappers to predict the winner of each race, he asked each one also to state how confident he was in his prediction. Now, as it turns out, there were an average of ten horses in each race, so we would expect by blind chance — random guessing — each handicapper would be right 10 percent of the time, and that their confidence with a blind guess to be 10 percent.</p>
<p>So in round one, with just five pieces of information, the handicappers were 17 percent accurate, which is pretty good, 70 percent better than the 10 percent chance they started with when given zero pieces of information. And interestingly, their confidence was 19 percent — almost exactly as confident as they should have been. They were 17 percent accurate and 19 percent confident in their predictions.</p>
<p>In round two, they were given ten pieces of information. In round three, 20 pieces of information. And in the fourth and final round, 40 pieces of information. That’s a whole lot more than the five pieces of information they started with. Surprisingly, their accuracy had flatlined at 17 percent; they were no more accurate with the additional 35 pieces of information. Unfortunately, their confidence nearly doubled — to 34 percent! So the additional information made them no more accurate but a whole lot more confident. Which would have led them to increase the size of their bets and lose money as a result.</p>
<p>Beyond a certain minimum amount, additional information only feeds — leaving aside the considerable cost of and delay occasioned in acquiring it — what psychologists call “confirmation bias.” The information we gain that conflicts with our original assessment or conclusion, we conveniently ignore or dismiss, while the information that confirms our original decision makes us increasingly certain that our conclusion was correct.</p>
<p>So, to return to investing, the second problem with trying to understand the world is that it is simply far too complex to grasp, and the more dogged our at- tempts to understand the world, the more we earnestly want to “explain” events and trends in it, the more we become attached to our resulting beliefs — which are always more or less mistaken — blinding us to the financial trends that are actually unfolding. Worse, we think we understand the world, giving investors a false sense of confidence, when in fact we always more or less misunderstand it.<br />
You hear it all the time from even the most seasoned investors and financial “experts” that this trend or that “doesn’t make sense.” “It doesn’t make sense that the dollar keeps going lower” or “it makes no sense that stocks keep going higher.” But what’s really going on when investors say that something makes no sense is that they have a dozen or whatever reasons why the trend should be moving in the opposite direction.. yet it keeps moving in the current direction. So they believe the trend makes no sense. But what makes no sense is their model of the world. That’s what doesn’t make sense. The world always makes sense.</p>
<p>In fact, because financial trends involve human behavior and human beliefs on a global scale, the most powerful trends won’t make sense until it becomes too late to profit from them. By the time investors formulate an understanding that gives them the confidence to invest, the investment opportunity has already passed.</p>
<p>So when I hear sophisticated investors or financial commentators say, for example, that it makes no sense how energy stocks keep going lower, I know that energy stocks have a lot lower to go. Because all those investors are on the wrong side of the trade, in denial, probably doubling down on their original decision to buy energy stocks. Eventually they will throw in the towel and have to sell those energy stocks, driving prices lower still.</p></blockquote>
<p>&nbsp;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 22 Nov 2017 16:33:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:13:\"
	
	
	
	
	
	
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"HeroPress: Finding WordPress in Cameroon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=2286\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:126:\"https://heropress.com/essays/finding-wordpress-cameroon/#utm_source=rss&utm_medium=rss&utm_campaign=finding-wordpress-cameroon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5922:\"<img width=\"960\" height=\"480\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2018/11/112217-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: The more I share knowledge with someone the more I gain in return.\" /><p>My name is Michaël Nde Tabefor, I reside in Cameroon. I grew up in the economic capital of the country surrounded by so much diversity and culture.</p>
<p>Yet I was still very young when I developed an interest in technology, back in Primary school I had a PC at home I used to play around, most especially Spider Solitaire hahaha. Well that game sound crazy but it’s educative, it built up my reflex with the mouse and yeah it worth it. When I arrived in Secondary school I quickly picked up the subject.</p>
<p>I began educating myself on the trend of Technology and how they work. I developed a great interest for organisations such as Google, what they doing for humanity not just about technology. So I understood that no matter the position I get, I must always contribute to Humanity by volunteering.</p>
<p>When I got to the University back in 2014 as a Freshman, I enrolled into Software engineering program where I began excelling and widening my thinking and reflex, met with other enthusiasts of technology.</p>
<h3>Taking Another Path</h3>
<p>Unlike other students I decided to go in for an internship at my first year (am one of those who believe university is good but it contribute to just about 10 &#8211; 20% of what builds up skill, people must be passionate about what the do, that passion alone will get you have the skills and be able to learn more and more).</p>
<p>On my first day of internship, my internship coordinator gave me a task to go and install WordPress on my computer and create with the use of an external template (not there default themes) the website of my university.</p>
<blockquote><p>Let me make this point, I didn’t know about WordPress. Had no idea of what it’s meant for. Completely blank.</p></blockquote>
<p>I went back to my university, I met one of my professors, explained it to him, he redirected me to a senior student who once did internship and had to use WordPress.</p>
<p>I went home, got my environment set up and called my senior, She did the guiding all through the installation on phone, till installing the template, my curiosity did the rest of the job hahaha, end of story. The next day I went back to the office, my coordinator didn’t expect me that soon Lol.</p>
<h3>Diving Deeper</h3>
<p>So I worked on some tutorial on building themes and plugin from scratch from Lynda.com but I took a break from building cuz I didn’t have much skills in PHP, in first year we didn’t do web technologies, I began hacking on PHP on my own, basic’ly I learnt almost every skill on my own via research and practice.</p>
<p>I worked on several sites that used WordPress and began installing for others. My coordinator told me it would be interesting to start a WordPress Community so others could benefit from it. Actually the more I share knowledge with someone I gain 100% in return too, it builds up my mastery and ability to debug and resolve issues.</p>
<blockquote><p>I began our local community and everyday I kept understanding WordPress more and more.</p></blockquote>
<p>After a couple of months I officially joined the WordPress Volunteer Community in doing more reach outs in (November 2015 &#8211; via Rocio Valdiva) and on April 15, 2017 I organized <a href=\"https://2017.buea.wordcamp.org/\">the very first WordCamp in the whole of Central Africa</a> that brought together over 240 persons. Complete gallery on <a href=\"https://www.flickr.com/photos/144827169@N08/\">Flickr</a>, Video on <a href=\"https://youtu.be/nnUgqhveB00\">YouTube</a>.</p>
<p>After the WordCamp I later on built a Mobile Money Payment Gateway with a local Network Operator web payment API using WooCommerce.</p>
<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Finding WordPress in Cameroon\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Finding%20WordPress%20in%20Cameroon&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Ffinding-wordpress-cameroon%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Finding WordPress in Cameroon\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Ffinding-wordpress-cameroon%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Ffinding-wordpress-cameroon%2F&title=Finding+WordPress+in+Cameroon\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Finding WordPress in Cameroon\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/finding-wordpress-cameroon/&media=https://heropress.com/wp-content/uploads/2018/11/112217-150x150.jpg&description=Finding WordPress in Cameroon\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Finding WordPress in Cameroon\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/finding-wordpress-cameroon/\" title=\"Finding WordPress in Cameroon\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/finding-wordpress-cameroon/\">Finding WordPress in Cameroon</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 22 Nov 2017 15:45:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"Michaël Nde Tabefor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:13:\"
	
	
	
	
	
	
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"WPTavern: Envato Elements Adds Unlimited WordPress Theme and Plugin Downloads to Subscription Plan\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76604\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:109:\"https://wptavern.com/envato-elements-adds-unlimited-wordpress-theme-and-plugin-downloads-to-subscription-plan\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4096:\"<p>Envato has added <a href=\"https://envato.com/blog/announcing-wordpress-themes-on-envato-elements/\" rel=\"noopener\" target=\"_blank\">unlimited WordPress theme and plugin downloads</a> to its Elements digital assets subscription service. The company is including a curated collection of <a href=\"https://elements.envato.com/wordpress/themes/sort-by-latest\" rel=\"noopener\" target=\"_blank\">210 WordPress themes</a> and <a href=\"https://elements.envato.com/wordpress/plugins/sort-by-latest\" rel=\"noopener\" target=\"_blank\">100 plugins</a> along with 400,000 other design assets already offered through the service.</p>
<p>Envato is the largest WordPress theme marketplace on the web with 39,102 themes and website templates for sale. Last year the company <a href=\"https://wptavern.com/envato-celebrates-10-years-in-business\" rel=\"noopener\" target=\"_blank\">celebrated 10 years in business</a> and reported that the community earned more than $40 million, with a significant portion of that revenue coming from WordPress products.</p>
<p>The new &#8220;all you can eat&#8221; style package for WordPress themes on Envato Elements was introduced to boost the value of the service&#8217;s annual subscription plan and is not available to monthly subscribers. For $228/year, annual subscribers can change themes as often as they choose, which is the chief selling point of the new addition. However, the subscription service does not provide direct item support for the themes, as they are submitted by independent designers.</p>
<p>Current Elements subscribers have the option to change their payment plans from monthly to annual to gain access to the unlimited WordPress products. Several disgruntled customers have taken to Twitter to express their dissatisfaction with the WordPress additions being withheld from existing monthly subscribers and perceive it to be heavy-handed a tactic for locking in more annual subscribers before raising the price.</p>
<blockquote class=\"twitter-tweet\">
<p lang=\"en\" dir=\"ltr\">Not cheeky ask at all, your roadmap did not say anything about this price change, but got people signed up at $19 per month with the understanding this was going to be an added edition. Shocking way to treat loyal customers. <a href=\"https://twitter.com/hashtag/moneyhungry?src=hash&ref_src=twsrc%5Etfw\">#moneyhungry</a></p>
<p>&mdash; TVBanterUK <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f4ad.png\" alt=\"💭\" class=\"wp-smiley\" /> (@TVBanterUK) <a href=\"https://twitter.com/TVBanterUK/status/930943546693226501?ref_src=twsrc%5Etfw\">November 15, 2017</a></p></blockquote>
<p></p>
<blockquote class=\"twitter-tweet\">
<p lang=\"en\" dir=\"ltr\">Why hold monthly subscribers ransom by only allowing annual subscribers access? Feels somewhat unfair to long term subs!</p>
<p>&mdash; Paul Charlton (@ipixel_design) <a href=\"https://twitter.com/ipixel_design/status/931203052765433862?ref_src=twsrc%5Etfw\">November 16, 2017</a></p></blockquote>
<p></p>
<blockquote class=\"twitter-tweet\">
<p lang=\"en\" dir=\"ltr\">Yes we were on the understanding us early day loyal subscribers signed up would get what the roadmap said, it’s such a sneaky way to get people locked in to the annual plan which you will then increase in year 2, seen it all before.</p>
<p>&mdash; TVBanterUK <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f4ad.png\" alt=\"💭\" class=\"wp-smiley\" /> (@TVBanterUK) <a href=\"https://twitter.com/TVBanterUK/status/931097713579610112?ref_src=twsrc%5Etfw\">November 16, 2017</a></p></blockquote>
<p></p>
<p>An Envato support representative offered some background on the decision in response to monthly subscribers who do not appreciate being excluded from additions to the service.</p>
<p>&#8220;We chose this pricing model because we think it creates the fairest platform for both our subscribers and our authors,&#8221; the representative said. &#8220;A huge amount of time and dedication goes into creating and maintaining WordPress themes and plugin so this allows us to help protect the earnings of the authors who provide our community with premium assets.&#8221;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 22 Nov 2017 04:01:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:13:\"
	
	
	
	
	
	
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Matt: Tribe of Mentors\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=47661\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"https://ma.tt/2017/11/tribe-of-mentors/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1004:\"<p>Tim Ferriss&#8217;s new book <a href=\"https://tribeofmentors.com/\">Tribe of Mentors is out</a>. I have finished it already, and can say it&#8217;s really excellent and I even liked it more than Tools of Titans even though I&#8217;m not in this one. <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f642.png\" alt=\"🙂\" class=\"wp-smiley\" /> As I said in a message to Tim:</p>
<blockquote class=\"twitter-tweet\">
<p lang=\"en\" dir=\"ltr\">Curious how Tribe of Mentors is different from Tools of Titans? Here\'s a text to me from Matt Mullenweg (<a href=\"https://twitter.com/photomatt?ref_src=twsrc%5Etfw\">@photomatt</a>, CEO Automattic)&#8230; <a href=\"https://t.co/D9kvA2rFFC\">pic.twitter.com/D9kvA2rFFC</a></p>
<p>&mdash; Tim Ferriss (@tferriss) <a href=\"https://twitter.com/tferriss/status/919729467244863488?ref_src=twsrc%5Etfw\">October 16, 2017</a></p></blockquote>
<p></p>
<p>I learned a lot from it, took a ton of notes to follow up on, and wrote down about twenty more books I have to read.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 21 Nov 2017 23:55:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:13:\"
	
	
	
	
	
	
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"WPTavern: Tailor Page Builder Plugin Discontinued, Owners Cite Funding, Gutenberg, and Competition\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76599\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"https://wptavern.com/tailor-page-builder-plugin-discontinued-owners-cite-funding-gutenberg-and-competition\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6385:\"<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/11/tailor-e1510853958841.png?ssl=1\"><img /></a></p>
<p><a href=\"https://www.enclavely.io/\" rel=\"noopener\" target=\"_blank\">Enclavely, Inc.</a>, the owners of the <a href=\"https://wordpress.org/plugins/tailor/\" rel=\"noopener\" target=\"_blank\">Tailor Page Builder plugin</a>, have announced that they will be <a href=\"https://www.tailorwp.com/discontinued/\" rel=\"noopener\" target=\"_blank\">discontinuing its development</a> effective immediately.</p>
<p><a href=\"http://andrewworsfold.com/\" rel=\"noopener\" target=\"_blank\">Andrew Worsfold</a>, the original developer, launched Tailor in April 2016 and the plugin received an enthusiastic reception from the WordPress community. After performing <a href=\"https://wptavern.com/pippin-williamson-shakes-up-page-builder-plugins-with-critical-review\" rel=\"noopener\" target=\"_blank\">a critical review of the major page builders</a> available to users in September 2016, Pippin Williamson found only three that he could happily recommend to his customers: Tailor, Pootle Page Builder, and Beaver Builder. This recommendation was based primarily on code quality, usability, and compatibility with other plugins.</p>
<p>The plugin <a href=\"https://www.tailorwp.com/tailor-page-builder-under-new-management/\" rel=\"noopener\" target=\"_blank\">came under new management in July 2017</a> after the original developer no longer had enough time to dedicate to the project. Worsfold sold it to Enclavely, whose owners were early and enthusiastic users of the plugin, for what he said was &#8220;a nominal amount.&#8221; Three months later, the new owners cite the cost of keeping up with Gutenberg and other competitors as the primary reason for <a href=\"https://www.tailorwp.com/discontinued/\" rel=\"noopener\" target=\"_blank\">discontinuing its development</a>:</p>
<blockquote><p>Gutenberg is going to be bundled with WordPress itself. That’s definitely going to give a tough time to all 3rd party page builders and even that is not the case there are some really big players around like Elementor, Divi, Beaver Builder, and others which are going to be hard for us to compete with, being a completely free project and providing almost all the great features in free version&#8230;</p>
<p>So the main reason for us to discontinue Tailor is due to finances, which Tailor needs to keep on its development and marketing to compete with all the big players and especially Gutenberg.</p></blockquote>
<p>This instance seems to be more of a case of the new management running out of funds, rather than Gutenberg preemptively killing off a page builder. Enclavely was no longer willing to invest in developing a product that could compete against some of the more widely used page builders.</p>
<p>&#8220;Tailor needs a lot of effort and money, which was much more than we estimated,&#8221; an Enclavely representative said when I contacted the company. &#8220;And even if we continue to put effort and money in this project, we all know that Gutenberg is going to smash this space soon and we won&#8217;t be able to survive, and so will be the case with some other page builders. This is why we decided to end this now.&#8221;</p>
<p>Tailor currently has more than 3,000 active installations, according to WordPress.org. Fans of the plugin commented on the <a href=\"https://medium.com/tailor-page-builder/end-of-tailor-rise-of-gutenberg-6b4c59431f99\" rel=\"noopener\" target=\"_blank\">announcement</a>, asking if the original developer might be able to pick the project back up again.</p>
<p>When I contacted the company, they said the original developer was no longer involved with the project.</p>
<p>&#8220;The original developer has parted ways since the acquisition,&#8221; an Enclavely representative said. &#8220;He was involved with some stuff in the start but not that much, thus the decision is mainly taken by us based on the issues we were facing in maintaining this project.&#8221;</p>
<p>However, Worsfold&#8217;s account of his involvement with Tailor following the acquisition differs greatly from Enclavely&#8217;s report.</p>
<p>&#8220;I handed over control of the project in July, although all releases since then were also written by me and deployed on their behalf,&#8221; Worsfold said. &#8220;Given that I haven&#8217;t been asked to help with anything recently, and there have been no further releases, it looks like development has already ended.&#8221;</p>
<p>The plugin is <a href=\"https://wordpress.org/plugins/tailor/\" rel=\"noopener\" target=\"_blank\">available free on WordPress.org</a> and licensed under the GPL, so anyone who wants to can fork it. Worsfold doesn&#8217;t anticipate having the time to maintain the project himself and said he was under the impression that Enclavely is attempting to sell it.</p>
<p>&#8220;I made the decision to hand over control of Tailor as work and other commitments meant that I couldn&#8217;t dedicate enough time to the project,&#8221; Worsfold said. &#8220;I had hoped that the new team would continue development, provide support, and ensure the needs of existing users were met. However after just three months they&#8217;ve decided to give up. That&#8217;s obviously very disappointing.&#8221;</p>
<p>Worsfold said that when he sold it to them, it was with the understanding that they would continue to develop and maintain it. He doesn&#8217;t anticipate being able to re-adopt it due to a lack of time to dedicate to the project.</p>
<p>&#8220;I&#8217;m in much the same situation I was in before and it seems they are wanting to on-sell it themselves, so I can&#8217;t imagine I will be able to readopt it,&#8221; Worsfold said. &#8220;I have mixed feelings about the whole situation. Ultimately I see Gutenberg doing most of what page builders currently do, but in a better, more standardized, way. Hopefully, whatever&#8217;s left (custom blocks, styles, functionality etc.) will build on the framework and serve to reduce the amount of fragmentation in the ecosystem.&#8221;</p>
<p>Worsfold is still limited on free time but said he would be willing to contribute to the project  if someone decided to fork it and keep it alive.</p>
<p>&#8220;It would be a shame to see something I built, and that people use, simply die,&#8221; he said. &#8220;Hopefully someone will either fork it or take over development.&#8221;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 21 Nov 2017 00:15:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:13:\"
	
	
	
	
	
	
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"WPTavern: GitHub Launches Security Alerts for JavaScript and Ruby Projects, Python Support Coming in 2018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76663\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:115:\"https://wptavern.com/github-launches-security-alerts-for-javascript-and-ruby-projects-python-support-coming-in-2018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1873:\"<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2015/04/github-octocat.jpg?ssl=1\"><img /></a></p>
<p>Last month <a href=\"https://wptavern.com/github-launches-new-dependency-graph-feature-with-security-alerts-coming-soon\" rel=\"noopener\" target=\"_blank\">GitHub launched its Dependency Graph feature</a> that tracks a repository&#8217;s dependencies and sub-dependencies under the Insights tab. This week the company rolled out an expansion of the feature and will now <a href=\"https://github.com/blog/2470-introducing-security-alerts-on-github\" rel=\"noopener\" target=\"_blank\">identify known vulnerabilities and send notifications</a> with suggested fixes from the GitHub community.</p>
<p>Dependency graphs and security alerts are automatically enabled for public repositories, provided the repository owner has defined the dependencies in <a href=\"https://help.github.com/articles/listing-the-packages-that-a-repository-depends-on\" rel=\"noopener\" target=\"_blank\">one of the supported manifest file types</a>, such as package.json or Gemfile. (Private repo owners have to opt in.) The vulnerability alerts are not public &#8211; they will only be shown to those who have been granted access to the vulnerability alerts.</p>
<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/11/github-dependency-vulnerability.png?ssl=1\"><img /></a></p>
<p>GitHub uses data from the <a href=\"https://nvd.nist.gov/\" rel=\"noopener\" target=\"_blank\">National Vulnerability Database</a> to alert repository owners about publicly disclosed vulnerabilities that have <a href=\"https://cve.mitre.org/\" rel=\"noopener\" target=\"_blank\">CVE IDs</a>. Vulnerability detection is currently limited to JavaScript and Ruby projects but Python support is next on the roadmap for 2018. PHP, which is a bet less widely used in projects on GitHub, is likely further down the list.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 18 Nov 2017 00:25:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:13:\"
	
	
	
	
	
	
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"WPTavern: WordCamp Europe 2018 Speaker Applications Now Open\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76608\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wptavern.com/wordcamp-europe-2018-speaker-applications-now-open\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3019:\"<p>WordCamp Europe 2018 has opened the <a href=\"https://2018.europe.wordcamp.org/2017/11/15/are-you-ready-to-speak-at-the-largest-wordpress-event-in-europe/\" rel=\"noopener\" target=\"_blank\">call for speakers</a> and will be accepting applications through January 15. The organizing team recommends that speakers already have some experience ahead of applying to speak at the largest WordPress event in Europe, but a dedicated Content Team will also be available with resources for helping speakers create a successful presentation.</p>
<p>The 2017 event received a total of 235 speaker applications and 43 were selected for the main event. Organizers plan to stick to the same format and are calling for 40-minute talks (30 min + 10 min Q&amp;A) as well as 10-minute lightning talks. This year the event will experiment with hosting community workshops and organizers plan to open a separate call for workshop leaders next week.</p>
<p>The Content Team put out a specific call for more technical talks at the 2018 event after a <a href=\"https://2018.europe.wordcamp.org/2017/11/10/how-your-feedback-will-help-us-shape-the-next-wordcamp-europe/\" rel=\"noopener\" target=\"_blank\">community survey</a> showed that more developer-oriented talks are what the audience is looking for. More than half of those surveyed identified themselves as developers (54%), with business owners (12%) the next largest demographic.</p>
<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-17-at-11.44.21-AM.png?ssl=1\"><img /></a></p>
<p>The survey also showed that 37% of respondents have been working with WordPress for more than 9 years and roughly 90% of attendees have been using WordPress for 4-9+ years. Advanced development was the most highly requested topic for presentations, selected by 53% of respondents, followed by design (45%).</p>
<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-17-at-11.54.06-AM.png?ssl=1\"><img /></a></p>
<p>The survey results offer some insight about which topics might fare well at WCEU in 2018. Organizers have also compiled an extensive <a href=\"https://apply.wp-europe.org/ideas\" rel=\"noopener\" target=\"_blank\">list of ideas and topics</a> to inspire speaker applicants.</p>
<p>A batch of 1,000 Early Bird tickets recently <a href=\"https://wptavern.com/wordcamp-europe-2018-early-bird-tickets-now-on-sale\" rel=\"noopener\" target=\"_blank\">went on sale</a> and there are still 680 available. Attendees who purchase a ticket before December 31, 2017, will receive a limited-edition swag item. The organizing team plans to release tickets in batches, as in previous years, but will not be setting specific expectations on sales this year, according to PR representative Letizia Barbi. The Sava Center venue, an international congress and cultural center, is the largest audience hall in Serbia and will accommodate all who want to attend WCEU 2018. Barbi said it should also scale down nicely in case of a smaller turn out.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 17 Nov 2017 19:19:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:13:\"
	
	
	
	
	
	
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"WPTavern: WooCommerce Explores the Possibilities and Challenges for E-Commerce in the Gutenberg Era\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76597\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:110:\"https://wptavern.com/woocommerce-explores-the-possibilities-and-challenges-for-e-commerce-in-the-gutenberg-era\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4350:\"<p>The next release of WordPress (5.0) will introduce the new Gutenberg editor and contributors plan to keep it rolling towards the eventual goal of providing a full site building experience. Nearly every WordPress theme and plugin developer will be impacted by the change and many are starting to look ahead to how their products may interact with Gutenberg in the future.</p>
<p>What will e-commerce look like in the Gutenberg era? The WooCommerce design team has published <a href=\"https://woocommerce.com/2017/11/woocommerce-gutenberg/\" rel=\"noopener\" target=\"_blank\">a preview of some of their &#8220;Wootenberg&#8221; experiments</a>, along with a gif demonstrating what a block-based editing experience may look like in the context of working with products. The team sees a lot of potential for putting the power of visual product editing into the hands of users.</p>
<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/11/wootenberg.gif?ssl=1\"><img /></a></p>
<p>The example shows a quick exploration of page layout with product blocks and the team also posted an idea of what basic product authoring may look like with a predefined product template that includes the featured image, product title, description, and price as new Gutenberg blocks. But will it be possible to have complex product creation fit into a block-based editor? The WooCommerce team admits in the post that they don&#8217;t yet know how this will work.</p>
<p>&#8220;One thing that isn’t yet 100% clear is how complex plugins like WooCommerce will work with Gutenberg,&#8221; Automattic designer/developer James Koster said. &#8220;A simple product with a description, a price, and a category is one thing. But a product with variations, for each of which you want to upload a different image, and need to manage/track stock is quite another. Imagining a WYSIWYG editing experience for that kind of data is a little fuzzier.&#8221;</p>
<p>Koster referenced Gutenberg&#8217;s newly merged support for meta boxes, the first step in making product authoring possible. However, the Gutenberg team is still experimenting and isn&#8217;t yet set on a solution for implementing meta boxes.</p>
<p>&#8220;How this works with WooCommerce in the long term is unclear,&#8221; Koster said. &#8220;But you can rest assured it’s something we’ll be dedicating more time to investigating as WordPress approaches the 5.0 release.&#8221; Koster concludes the post by asking readers if visual product editing, with the flexibility to rearrange product/shop layouts, is something that interests them.</p>
<p>&#8220;If there’s one thing that WooCommerce should perhaps learn from Shopify’s rapid growth, it’s that many &#8216;would-be&#8217; shop owners don’t care to spend hours upon hours tweaking the layout of their shop, and that pre-built easy-to-use software that looks good and feels good, but can still be extended in complex ways, is what attracts many users,&#8221; Jesse Nickles commented on the post. &#8220;While this may be the underlying goal of Gutenberg, it perhaps doesn’t crossover clearly to the e-commerce world.&#8221;</p>
<p>Koster said he agrees that users don&#8217;t always need visual editing experiences and that simple things like price changes should be quick and painless.</p>
<p>&#8220;How we present data-driven editing alongside the Gutenberg experience will ultimately determine the success of the project from a WooCommerce perspective,&#8221; Koster said.</p>
<p>Support for meta boxes is one the most challenging aspects of the Gutenberg project that the team has yet to solve. Exploring the possibilities of flexible page layouts for products is exciting, but even the WooCommerce team is left wondering how this is all going to work with more complex CMS data. Smaller product teams without the collective knowledge and resources of WooCommerce may have a more difficult time finding the bandwidth to experiment and rebuild their products in time for WordPress 5.0.</p>
<p>The WooCommerce team invites any users interested in Gutenberg-related UX changes to join the plugin&#8217;s <a href=\"https://woocommerce.com/design-feedback/\" rel=\"noopener\" target=\"_blank\">design feedback group</a>, as they continue to explore how the new editor will work in the context of complex e-commerce product creation and display.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 17 Nov 2017 04:30:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:13:\"
	
	
	
	
	
	
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:113:\"WPTavern: GDPR for WordPress Project Gains Momentum, Proposal Receives Positive Response from Developer Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76484\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:123:\"https://wptavern.com/gdpr-for-wordpress-project-gains-momentum-proposal-receives-positive-response-from-developer-community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5743:\"<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/10/WP-GDPR-Compliance.png?ssl=1\"><img /></a></p>
<p>Community feedback on the new <a href=\"https://www.gdprwp.com\" rel=\"noopener\" target=\"_blank\">GDPR for WordPress project</a>, created by WordCamp Denmark organizer Kåre Mulvad Steffensen and WP Pusher creator Peter Suhm, has started rolling in after the two launched a survey for developers. The project aims to provide an industry standard for getting plugins compliant with EU General Data Protection Regulation (GDPR) legislation ahead of the May 2018 deadline.</p>
<p>Steffensen <a href=\"https://www.gdprwp.com/status-the-gdpr-interface/\" rel=\"noopener\" target=\"_blank\">published</a> some initial results of the survey after having it open for two weeks. So far, 90% of respondents have answered that they would consider implementing a GDPR &#8220;file&#8221; types solution for their plugins if a standard was available. Only 4.9% of the 40 developers who responded said they have a plan for making their plugins GDPR compliant and 43.9% said they do not currently have a plan. The remaining 24.4% were developers of plugins that do not handle personal data.</p>
<p>&#8220;Our talks with Paul Sieminski from <a href=\"https://automattic.com/\" rel=\"noopener\" target=\"_blank\">Automattic</a> and Dovy Paukstys from the <a href=\"https://reduxframework.com/\" rel=\"noopener\" target=\"_blank\">Redux options framework</a> have reassured us that we still do have a need for a GDPR structure which can help the community establish a basis for handling GDPR compliance,&#8221; Steffensen said.</p>
<p>Steffensen and Suhm created a <a href=\"https://github.com/GDPRWP/standard\" rel=\"noopener\" target=\"_blank\">GitHub repository</a> where they have outlined their proposal for a PHP object interface that plugin developers could add to their codebases as a standard way of indicating how their plugins work with personal data.</p>
<p>&#8220;The nature of such an interface puts some responsibility in the hands of the developer to identify any place personal data is stored,&#8221; Steffensen said. &#8220;What kind of data it is, and for what purpose as well as how it should be handled upon deletion. The Interface approach will allow a community-wide adoption, without setting limitations on how plugin developers choose to work with their data – something we obviously can’t control.&#8221;</p>
<p>The idea is that plugin developers could then build other tools on top of this framework using specific functions that correspond to GDPR requirements, such as functions that allow users to access their data, implement the right to be forgotten, report data breaches, and delete and anonymize data. Developers could also build plugins that offer a plain language description of what personal data a plugin collects and how it is handled.</p>
<p>In speaking with Dovy Paukstys on how this could work with Redux, Steffensen said the options framework may be able to facilitate compliance for the 500,000+ sites where it is active and the developers who use it to build plugins.</p>
<p>&#8220;Dovy from Redux has a coder&#8217;s view on this,&#8221; Steffensen said. &#8220;Our object interface (PHP) would be something his framework could provide an easy way to utilize for the many developers using Redux.  The redux users (developers) could essentially do this themselves also, but since Redux is a framework it makes sense to see if they can build something that will make it near instant for developers to provide compliance for the GDPR.&#8221;</p>
<p>Steffensen said the team is aware that the first version of the interface will not render plugins, and by extension their sites, instantly compliant. The interface they are proposing is not one that could be held legally accountable, but the goal is to make it possible for developers to build accountable systems on top of it.</p>
<h3>GDPR for WordPress Project Founders Consider Accepting Sponsorships</h3>
<p>With 189 <a href=\"http://www.gdprcountdownclock.com/\" rel=\"noopener\" target=\"_blank\">days remaining before the GDPR goes into effect</a>, the team will need to work quickly to make a solution available with enough time for interested developers to incorporate it into their plugins. They have not yet set up a way to accept donations but are considering it.</p>
<p>&#8220;We aren&#8217;t actively seeking funding, but would love any funds that would help us allocate the time needed to keep the momentum going,&#8221; Steffensen said. &#8220;We&#8217;re lucky that the <a href=\"https://wptavern.com/gdpr-for-wordpress-project-seeks-to-provide-a-standard-for-plugin-compliance\" rel=\"noopener\" target=\"_blank\">WP Tavern article</a> brought attention to our GDPR approach and have caught the eyes of some of the key players in the ecosystem. One such company is Mailpoet that was the first to raise the idea of sponsoring our work.&#8221;</p>
<p>Steffensen works at <a href=\"http://Peytz.dk\" rel=\"noopener\" target=\"_blank\">Peytz.dk</a>, a Danish WordPress agency that wants to support the community and has allocated some of his time to work on the project. He said any funding/donations they receive would be spent on pushing the roadmap forward, investing time in coding, and possibly seeking further advice from people who they cannot expect to be in it for free.</p>
<p>In addition to looking at ways to receive donations, the team plans to keep the survey open for developers for awhile longer to try to make more connections in the community. Steffensen said they hope respondents will help them gain insight on the developer community&#8217;s readiness and also enable them to reach out to any plugin owners who could play a key role in a wider adoption.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 16 Nov 2017 20:58:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"
	
	
	
	
	
	
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"WPTavern: Consultants Are WordPress’ Boots on the Ground\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76619\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"https://wptavern.com/consultants-are-wordpress-boots-on-the-ground\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1173:\"<blockquote><p>A business can’t survive without strong sales &amp; customer service, two competencies that are arguably the lifeblood of a company.</p>
<p>Many of you reading this fill that exact gap for the open source WordPress project. I don’t mean this as a slight to the thousands of wonderful people who build the software, document it, and support it in the forums, but that consultants (doing it right or wrong) are also fueling this locomotive too.</p>
<p>There are no official sales or customer service channels at WordPress.org and us consultants bear the brunt of it — for better or worse — and that’s where our job comes in. Just as you trust a core contributor to spot-check her code and ensure that we’ve <em>sanitized all the things! </em></p>
<p><em>Consultants are the boots on the ground, and as you’ll see below in my feedback section, represent a disproportionate ratio of launching many more websites than an individual website owner. &#8211; Matt Medeiros<br />
</em></p></blockquote>
<p>From <a href=\"https://mattreport.com/growth-of-wordpress/\">The blue-collar WordPress worker and the 2,500+ websites built to grow the CMS</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 16 Nov 2017 20:07:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:13:\"
	
	
	
	
	
	
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"WPTavern: WPWeekly Episode 294 – HeroPress, Community, and WinningWP With Topher DeRosia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=76578&preview=true&preview_id=76578\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"https://wptavern.com/wpweekly-episode-294-heropress-community-and-winningwp-with-topher-derosia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2958:\"<p>In this episode, <a href=\"https://jjj.blog/\">John James Jacoby</a> and I are joined by <a href=\"https://topher1kenobe.com/\">Topher DeRosia</a>, founder of <a href=\"https://heropress.com/\">HeroPress</a>. DeRosia provides an update on HeroPress and explains his new role creating <a href=\"https://www.youtube.com/channel/UCt8Sa48zWN_WcordE7TaUBg\">WordPress training videos</a> for <a href=\"https://winningwp.com/\">WinningWP</a>. Jacoby and I discussed the news of the week including, Press This removed in WordPress 4.9, Meta box support in Gutenberg, and WP-SpamShield removed from the directory.</p>
<p>Near the end of the show, we discuss whether or not consultants, agencies, and site builders have been left out of the discussion and not factored into WordPress&#8217; growth over the years.</p>
<h2>Stories Discussed:</h2>
<p><a href=\"https://wptavern.com/press-this-removed-from-wordpress-4-9-in-favor-of-a-plugin\">Press This Removed from WordPress 4.9 in Favor of a Plugin</a><br />
<a href=\"https://wptavern.com/bianca-welds-awarded-kim-parsell-travel-scholarship\">Bianca Welds Awarded Kim Parsell Travel Scholarship</a><br />
<a href=\"https://wptavern.com/wordcamp-europe-2018-early-bird-tickets-now-on-sale\">WordCamp Europe 2018 Early Bird Tickets Now on Sale</a><br />
<a href=\"https://wptavern.com/gutenberg-contributors-explore-alternative-to-using-iframes-for-meta-boxes\">Gutenberg Contributors Explore Alternative to Using iframes for Meta Boxes</a><br />
<a href=\"https://wptavern.com/wp-spamshield-plugin-removed-from-wordpress-org-author-plans-to-pull-all-plugins-from-the-directory\">WP-SpamShield Plugin Removed from WordPress.org, Author Plans to Pull All Plugins from the Directory</a><br />
<a href=\"https://mattreport.com/growth-of-wordpress/?utm_content=bufferee910&utm_medium=social&utm_source=twitter.com&utm_campaign=buffer\">The blue-collar WordPress worker and the 2,500+ websites built to grow the CMS</a></p>
<h2>Picks of the Week:</h2>
<p><a href=\"https://wptavern.com/how-to-whitelist-comments-in-wordpress\">How to Whitelist Comments in WordPress</a></p>
<p><a href=\"https://wordpress.org/plugins/dark-mode/\">Dark Mode</a> is an experimental feature plugin that darkens the colors of the WordPress backend.</p>
<h2>WPWeekly Meta:</h2>
<p><strong>Next Episode:</strong> Wednesday, November 22nd 3:00 P.M. Eastern</p>
<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\" rel=\"noopener\">Click here to subscribe</a></p>
<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"https://wptavern.com/feed/podcast\" target=\"_blank\" rel=\"noopener\">Click here to subscribe</a></p>
<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\" rel=\"noopener\">Click here to subscribe</a></p>
<p><strong>Listen To Episode #294:</strong><br />
</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 16 Nov 2017 03:13:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:13:\"
	
	
	
	
	
	
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:130:\"WPTavern: WordPress 4.9 Released with Major Improvements to Customizer Workflow, Updated Code Editors, and New Core Gallery Widget\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76391\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:139:\"https://wptavern.com/wordpress-4-9-released-with-major-improvements-to-customizer-workflow-updated-code-editors-and-new-core-gallery-widget\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5359:\"<p><a href=\"https://wordpress.org/news/2017/11/tipton/\" rel=\"noopener\" target=\"_blank\">WordPress 4.9</a> &#8220;Tipton&#8221; was released today, named for Oklahoma-born jazz musician <a href=\"https://en.wikipedia.org/wiki/Billy_Tipton\" rel=\"noopener\" target=\"_blank\">William Lee Tipton</a>, a gifted pianist and saxophonist. This update introduces major improvements to the design and collaboration workflow in the Customizer, improves WordPress&#8217; built-in code editor, and enhances core text and media widgets.</p>
<h4>Draft, Schedule, and Preview Changes in the Customizer</h4>
<p>Prior to 4.9, users could get a live preview of their sites in the Customizer but any changes they made would need to be saved immediately or discarded. This update makes it possible to draft and schedule changes in the Customizer, and even share a preview link to collaborate on changes before making them live. Users can now stage content, such as new pages, a new set of widgets, a different combination of menu items, and schedule it all to publish at a future date.</p>
<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/11/customizer-publish-settings-schedule-e1510636315310.png?ssl=1\"><img /></a></p>
<p>This release also brings the ability to search, browse, and preview themes directly in the Customizer. The search interface includes filters for subject, features, and layout, just like the ones on the &#8220;Add Themes&#8221; screen in wp-admin. It does not yet include the featured, popular, latest, or favorites tabs, so users will need to navigate back to the admin if they want to browse those categories.</p>
<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/11/theme-browser-customizer.png?ssl=1\"><img /></a></p>
<p>The menu creation process has also been updated in the Customizer to be less confusing with a rethink of the UI and revised copy.</p>
<h4>Syntax Highlighting and Error Checking Added to the Code Editors</h4>
<p>WordPress 4.9 brings syntax highlighting, linting, and auto-completion to the built-in code editors by incorporating the <a href=\"https://codemirror.net/\">CodeMirror</a> library. These long-awaited improvements are now available in the theme and plugin editors as well as the custom HTML widget and additional CSS box in the Customizer. The feature comes with <a href=\"https://wptavern.com/wordpress-4-9-protects-users-from-fatal-errors-created-in-the-theme-and-plugin-editors\" rel=\"noopener\" target=\"_blank\">prominent warnings</a> about directly editing themes and plugins and protection against saving code that would cause a fatal error.</p>
<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/11/editor-css-error-e1510640427941.png?ssl=1\"><img /></a></p>
<h4>New Core Gallery Widget and Support for Shortcodes and Embedded Media in the Text Widget</h4>
<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/09/core-gallery-widget.png?ssl=1\"><img /></a><a href=\"https://wptavern.com/new-core-gallery-widget-targeted-for-wordpress-4-9\" rel=\"noopener\" target=\"_blank\">WordPress 4.9 adds a new gallery widget</a> to the collection of core media widgets (audio, image, and video) that were introduced in 4.8. It brings the same gallery-creation features to widgets that have long been available in the post and page editors.</p>
<p>These incremental changes will help users get ready for Gutenberg&#8217;s block-based interface. The plan is to eventually transition widgets over to blocks after Gutenberg is in core and the plugin already has support for a gallery block, as well as a Custom HTML block.</p>
<p>As of 4.9, users can now embed media in the Text widget, including images, video, and audio by clicking the &#8220;Add Media&#8221; button. In order to make this possible, WordPress contributors also needed to <a href=\"https://wptavern.com/wordpress-4-9-will-support-shortcodes-and-embedded-media-in-the-text-widget\" rel=\"noopener\" target=\"_blank\">add shortcode support to widgets</a>, a feature that users have requested for nearly a decade. With this now built into core, hundreds of thousands of WordPress sites will no longer need additional code from plugins and themes to use shortcodes in widgets.</p>
<p>Widgets have also been improved to offer a better migration experience with updated logic for mapping widgets between two themes’ widget areas.</p>
<h4>On Towards Gutenberg</h4>
<p>WordPress 4.9 also includes a notice in the about.php page of the admin, inviting users to help test or contribute to Gutenberg. It is the first time a feature plugin has been highlighted so prominently on the page users see after they update to the latest version.</p>
<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-15-at-4.33.01-PM-e1510785254925.png?ssl=1\"><img /></a></p>
<p>The Gutenberg project has been getting a lot of attention over the past few months as the WordPress community looks ahead to the 5.0 release that will introduce the new editor to the world. Meanwhile, contributors to 4.9 have been working in tandem to make significant improvements to existing features, enabling users to do more with widgets and overall site design than ever before. This release was led by Weston Ruter and Mel Choyce with help from 443 contributors, 42% (185) of them contributing to WordPress for the first time.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 16 Nov 2017 01:24:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:13:\"
	
	
	
	
	
	
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"Dev Blog: WordPress 4.9 “Tipton”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4968\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"https://wordpress.org/news/2017/11/tipton/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:41239:\"<h2>Major Customizer Improvements, Code Error Checking, and More!&nbsp;🎉</h2>
<img src=\"https://i1.wp.com/wordpress.org/news/files/2017/11/banner.png?fit=2400%2C1200&ssl=1\" alt=\"\" />
<p>Version 4.9 of WordPress, named “Tipton” in honor of jazz musician and band leader Billy Tipton, is available for download or update in your WordPress dashboard. New features in 4.9 will smooth your design workflow and keep you safe from coding errors.</p>
<p>Featuring design drafts, scheduling, and locking, along with preview links, the Customizer workflow improves collaboration for content creators. What’s more, code syntax highlighting and error checking will make for a clean and smooth site building experience. Finally, if all that wasn’t pretty great, we’ve got an awesome new Gallery widget and improvements to theme browsing and switching.</p>
<hr class=\"wp-block-separator\" />
<h2>Customizer Workflow Improved </h2>
<img src=\"https://i0.wp.com/wordpress.org/news/files/2017/11/customizer-workflow-improved-small.png?w=632&ssl=1\" alt=\"\" />
<h3>Draft and Schedule Site Design Customizations</h3>
<p>Yes, you read that right. Just like you can draft and revise posts and schedule them to go live on the date and time you choose, you can now tinker with your site’s design and schedule those design changes to go live as you please.</p>
<h3>Collaborate with Design Preview Links</h3>
<p>Need to get some feedback on proposed site design changes? WordPress 4.9 gives you a preview link you can send to colleagues and customers so that you can collect and integrate feedback before you schedule the changes to go live. Can we say collaboration++?</p>
<h3>Design Locking Guards Your Changes</h3>
<p>Ever encounter a scenario where two designers walk into a project and designer A overrides designer B’s beautiful changes? WordPress 4.9’s design lock feature (similar to post locking) secures your draft design so that no one can make changes to it or erase all your hard work.</p>
<h3>A Prompt to Protect Your Work</h3>
<p>Were you lured away from your desk before you saved your new draft design? Fear not, when you return, WordPress 4.9 will politely ask whether or not you’d like to save your unsaved changes.</p>
<hr class=\"wp-block-separator\" />
<h2>Coding Enhancements</h2>
<img src=\"https://i2.wp.com/wordpress.org/news/files/2017/11/coding-enhancements-small.png?w=632&ssl=1\" alt=\"\" />
<h3>Syntax Highlighting and Error Checking? Yes, Please!</h3>
<p>You’ve got a display problem but can’t quite figure out exactly what went wrong in the CSS you lovingly wrote. With syntax highlighting and error checking for CSS editing and the Custom HTML widget introduced in WordPress 4.8.1, you’ll pinpoint coding errors quickly. Practically guaranteed to help you scan code more easily, and suss out &amp; fix code errors quickly.</p>
<h3>Sandbox for Safety</h3>
<p>The dreaded white screen. You’ll avoid it when working on themes and plugin code because WordPress 4.9 will warn you about saving an error. You’ll sleep better at night.</p>
<h3>Warning: Potential Danger Ahead!</h3>
<p>When you edit themes and plugins directly, WordPress 4.9 will politely warn you that this is a dangerous practice and will recommend that you draft and test changes before updating your file. Take the safe route: You’ll thank you. Your team and customers will thank you.</p>
<hr class=\"wp-block-separator\" />
<h2>Even More Widget Updates </h2>
<img src=\"https://i1.wp.com/wordpress.org/news/files/2017/11/even-more-widget-updates-small.png?w=632&ssl=1\" alt=\"\" />
<h3>The New Gallery Widget</h3>
<p>An incremental improvement to the media changes hatched in WordPress 4.8, you can now add a gallery via this new widget. Yes!</p>
<h3>Press a Button, Add Media</h3>
<p>Want to add media to your text widget? Embed images, video, and audio directly into the widget along with your text, with our simple but useful Add Media button. Woo!</p>
<hr class=\"wp-block-separator\" />
<h2>Site Building Improvements </h2>
<img src=\"https://i1.wp.com/wordpress.org/news/files/2017/11/site-building-improvements-small.png?w=632&ssl=1\" alt=\"\" />
<h3>More Reliable Theme Switching</h3>
<p>When you switch themes, widgets sometimes think they can just move location. Improvements in WordPress 4.9 offer more persistent menu and widget placement when you decide it’s time for a new theme. </p>
<h3>Find and Preview the Perfect Theme</h3>
<p>Looking for a new theme for your site? Now, from within the Customizer, you can search, browse, and preview over 2600 themes before deploying changes to your site. What’s more, you can speed your search with filters for subject, features, and layout.</p>
<h3>Better Menu Instructions = Less Confusion</h3>
<p>Were you confused by the steps to create a new menu? Perhaps no longer! We’ve ironed out the UX for a smoother menu creation process. Newly updated copy will guide you.</p>
<hr class=\"wp-block-separator\" />
<h2>Lend a Hand with Gutenberg 🤝</h2>
<img src=\"https://i2.wp.com/wordpress.org/news/files/2017/11/gutenberg-1.png?w=632&ssl=1\" alt=\"\" />
<p>WordPress is working on a new way to create and control your content and we’d love to have your help. Interested in being an <a href=\"https://wordpress.org/plugins/gutenberg/\">early tester</a> or getting involved with the Gutenberg project? <a href=\"https://github.com/WordPress/gutenberg\">Contribute on GitHub</a>.</p>
<p>(PS: this post was written in Gutenberg!)</p>
<hr class=\"wp-block-separator\" />
<h2>Developer Happiness 😊</h2>
<h3><a href=\"https://make.wordpress.org/core/2017/11/01/improvements-to-the-customize-js-api-in-4-9/\">Customizer JS API Improvements</a></h3>
<p>We’ve made numerous improvements to the Customizer JS API in WordPress 4.9, eliminating many pain points. (Hello, default parameters for constructs! Goodbye repeated ID for constructs!) There are also new base control templates, a date/time control, and section/panel/global notifications to name a few. <a href=\"https://make.wordpress.org/core/2017/11/01/improvements-to-the-customize-js-api-in-4-9/\">Check out the full list.</a></p>
<h3><a href=\"https://make.wordpress.org/core/2017/10/22/code-editing-improvements-in-wordpress-4-9/\">CodeMirror available for use in your themes and plugins</a></h3>
<p>We’ve introduced a new code editing library, CodeMirror, for use within core. CodeMirror allows for syntax highlighting, error checking, and validation when creating code writing or editing experiences within your plugins, like CSS or JavaScript include fields.</p>
<h3><a href=\"https://make.wordpress.org/core/2017/10/30/mediaelement-upgrades-in-wordpress-4-9/\">MediaElement.js upgraded to 4.2.6</a></h3>
<p>WordPress 4.9 includes an upgraded version of MediaElement.js, which removes dependencies on jQuery, improves accessibility, modernizes the UI, and fixes many bugs.</p>
<h3><a href=\"https://make.wordpress.org/core/2017/10/15/improvements-for-roles-and-capabilities-in-4-9/\">Roles and Capabilities Improvements</a></h3>
<p>New capabilities have been introduced that allow granular management of plugins and translation files. In addition, the site switching process in multisite has been fine-tuned to update the available roles and capabilities in a more reliable and coherent way.</p>
<hr class=\"wp-block-separator\" />
<h2>The Squad</h2>
<p>This release was led by <a href=\"https://choycedesign.com/\">Mel Choyce</a> and <a href=\"https://weston.ruter.net/\">Weston Ruter</a>, with the help of the following fabulous folks. There are 443 contributors with props in this release, with 185 of them contributing for the first time. Pull up some Billy Tipton on your music service of choice, and check out some of their profiles:</p>
<p><a href=\"https://profiles.wordpress.org/aaroncampbell\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/abrightclearweb\">abrightclearweb</a>, <a href=\"https://profiles.wordpress.org/ibachal\">Achal Jain</a>, <a href=\"https://profiles.wordpress.org/achbed\">achbed</a>, <a href=\"https://profiles.wordpress.org/acmethemes\">Acme Themes</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/adammacias\">adammacias</a>, <a href=\"https://profiles.wordpress.org/mrahmadawais\">Ahmad Awais</a>, <a href=\"https://profiles.wordpress.org/ahmadawais\">ahmadawais</a>, <a href=\"https://profiles.wordpress.org/airesvsg\">airesvsg</a>, <a href=\"https://profiles.wordpress.org/ajoah\">ajoah</a>, <a href=\"https://profiles.wordpress.org/akibjorklund\">Aki Bj&#246;rklund</a>, <a href=\"https://profiles.wordpress.org/akshayvinchurkar\">akshayvinchurkar</a>, <a href=\"https://profiles.wordpress.org/schlessera\">Alain Schlesser</a>, <a href=\"https://profiles.wordpress.org/xknown\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/xavortm\">Alex Dimitrov</a>, <a href=\"https://profiles.wordpress.org/ironpaperweight\">Alex Hon</a>, <a href=\"https://profiles.wordpress.org/alex27\">alex27</a>, <a href=\"https://profiles.wordpress.org/allancole\">allancole</a>, <a href=\"https://profiles.wordpress.org/arush\">Amanda Rush</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andrewp-2\">Andreas Panag</a>, <a href=\"https://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/rarst\">Andrey \"Rarst\" Savchenko</a>, <a href=\"https://profiles.wordpress.org/andizer\">Andy Meerwaldt</a>, <a href=\"https://profiles.wordpress.org/kelderic\">Andy Mercer</a>, <a href=\"https://profiles.wordpress.org/andy\">Andy Skelton</a>, <a href=\"https://profiles.wordpress.org/aniketpant\">Aniket Pant</a>, <a href=\"https://profiles.wordpress.org/anilbasnet\">Anil Basnet</a>, <a href=\"https://profiles.wordpress.org/ankit-k-gupta\">Ankit K Gupta</a>, <a href=\"https://profiles.wordpress.org/ahortin\">Anthony Hortin</a>, <a href=\"https://profiles.wordpress.org/antisilent\">antisilent</a>, <a href=\"https://profiles.wordpress.org/atimmer\">Anton Timmermans</a>, <a href=\"https://profiles.wordpress.org/apokalyptik\">apokalyptik</a>, <a href=\"https://profiles.wordpress.org/artoliukkonen\">artoliukkonen</a>, <a href=\"https://profiles.wordpress.org/ideag\">Arunas Liuiza</a>, <a href=\"https://profiles.wordpress.org/attitude\">attitude</a>, <a href=\"https://profiles.wordpress.org/backermann\">backermann</a>, <a href=\"https://profiles.wordpress.org/b-07\">Bappi</a>, <a href=\"https://profiles.wordpress.org/bcole808\">Ben Cole</a>, <a href=\"https://profiles.wordpress.org/quasel\">Bernhard Gronau</a>, <a href=\"https://profiles.wordpress.org/kau-boy\">Bernhard Kau</a>, <a href=\"https://profiles.wordpress.org/binarymoon\">binarymoon</a>, <a href=\"https://profiles.wordpress.org/birgire\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/bjornw\">BjornW</a>, <a href=\"https://profiles.wordpress.org/bobbingwide\">bobbingwide</a>, <a href=\"https://profiles.wordpress.org/boblinthorst\">boblinthorst</a>, <a href=\"https://profiles.wordpress.org/boboudreau\">boboudreau</a>, <a href=\"https://profiles.wordpress.org/gitlost\">bonger</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone B. Gorges</a>, <a href=\"https://profiles.wordpress.org/bradyvercher\">Brady Vercher</a>, <a href=\"https://profiles.wordpress.org/brainstormforce\">Brainstorm Force</a>, <a href=\"https://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/brianhogg\">Brian Hogg</a>, <a href=\"https://profiles.wordpress.org/krogsgard\">Brian Krogsgard</a>, <a href=\"https://profiles.wordpress.org/bronsonquick\">Bronson Quick</a>, <a href=\"https://profiles.wordpress.org/sixhours\">Caroline Moore</a>, <a href=\"https://profiles.wordpress.org/caseypatrickdriscoll\">Casey Driscoll</a>, <a href=\"https://profiles.wordpress.org/caspie\">Caspie</a>, <a href=\"https://profiles.wordpress.org/chandrapatel\">Chandra Patel</a>, <a href=\"https://profiles.wordpress.org/chaos-engine\">Chaos Engine</a>, <a href=\"https://profiles.wordpress.org/cheeserolls\">cheeserolls</a>, <a href=\"https://profiles.wordpress.org/chesio\">chesio</a>, <a href=\"https://profiles.wordpress.org/ketuchetan\">chetansatasiya</a>, <a href=\"https://profiles.wordpress.org/choongsavvii\">choong</a>, <a href=\"https://profiles.wordpress.org/chouby\">Chouby</a>, <a href=\"https://profiles.wordpress.org/chredd\">chredd</a>, <a href=\"https://profiles.wordpress.org/chrisjean\">Chris Jean</a>, <a href=\"https://profiles.wordpress.org/cmmarslender\">Chris Marslender</a>, <a href=\"https://profiles.wordpress.org/chris_d2d\">Chris Smith</a>, <a href=\"https://profiles.wordpress.org/chrisvanpatten\">Chris Van Patten</a>, <a href=\"https://profiles.wordpress.org/chriswiegman\">Chris Wiegman</a>, <a href=\"https://profiles.wordpress.org/chriscct7\">chriscct7</a>, <a href=\"https://profiles.wordpress.org/chriseverson\">chriseverson</a>, <a href=\"https://profiles.wordpress.org/christian1012\">Christian Chung</a>, <a href=\"https://profiles.wordpress.org/cwpnolen\">Christian Nolen</a>, <a href=\"https://profiles.wordpress.org/needle\">Christian Wach</a>, <a href=\"https://profiles.wordpress.org/christophherr\">Christoph Herr</a>, <a href=\"https://profiles.wordpress.org/clarionwpdeveloper\">Clarion Technologies</a>, <a href=\"https://profiles.wordpress.org/claudiosmweb\">Claudio Sanches</a>, <a href=\"https://profiles.wordpress.org/claudiosanches\">Claudio Sanches</a>, <a href=\"https://profiles.wordpress.org/claudiolabarbera\">ClaudioLaBarbera</a>, <a href=\"https://profiles.wordpress.org/codemovementpk\">codemovement.pk</a>, <a href=\"https://profiles.wordpress.org/coderkevin\">coderkevin</a>, <a href=\"https://profiles.wordpress.org/codfish\">codfish</a>, <a href=\"https://profiles.wordpress.org/coreymcollins\">coreymcollins</a>, <a href=\"https://profiles.wordpress.org/curdin\">Curdin Krummenacher</a>, <a href=\"https://profiles.wordpress.org/cgrymala\">Curtiss Grymala</a>, <a href=\"https://profiles.wordpress.org/cdog\">Cătălin Dogaru</a>, <a href=\"https://profiles.wordpress.org/danhgilmore\">danhgilmore</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber </a>, <a href=\"https://profiles.wordpress.org/danielkanchev\">Daniel Kanchev</a>, <a href=\"https://profiles.wordpress.org/danielpietrasik\">Daniel Pietrasik</a>, <a href=\"https://profiles.wordpress.org/mte90\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/dllh\">Daryl L. L. Houston (dllh)</a>, <a href=\"https://profiles.wordpress.org/davepullig\">Dave Pullig</a>, <a href=\"https://profiles.wordpress.org/goto10\">Dave Romsey (goto10)</a>, <a href=\"https://profiles.wordpress.org/davidakennedy\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/turtlepod\">David Chandra Purnama</a>, <a href=\"https://profiles.wordpress.org/dlh\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dglingren\">David Lingren</a>, <a href=\"https://profiles.wordpress.org/davidmosterd\">David Mosterd</a>, <a href=\"https://profiles.wordpress.org/dshanske\">David Shanske</a>, <a href=\"https://profiles.wordpress.org/davidbhayes\">davidbhayes</a>, <a href=\"https://profiles.wordpress.org/folletto\">Davide \'Folletto\' Casali</a>, <a href=\"https://profiles.wordpress.org/deeptiboddapati\">deeptiboddapati</a>, <a href=\"https://profiles.wordpress.org/delphinus\">delphinus</a>, <a href=\"https://profiles.wordpress.org/deltafactory\">deltafactory</a>, <a href=\"https://profiles.wordpress.org/denis-de-bernardy\">Denis de Bernardy</a>, <a href=\"https://profiles.wordpress.org/valendesigns\">Derek Herman</a>, <a href=\"https://profiles.wordpress.org/pcfreak30\">Derrick Hammer</a>, <a href=\"https://profiles.wordpress.org/derrickkoo\">Derrick Koo</a>, <a href=\"https://profiles.wordpress.org/dimchik\">dimchik</a>, <a href=\"https://profiles.wordpress.org/dineshc\">Dinesh Chouhan</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/dipeshkakadiya\">dipeshkakadiya</a>, <a href=\"https://profiles.wordpress.org/dmsnell\">dmsnell</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/dotancohen\">Dotan Cohen</a>, <a href=\"https://profiles.wordpress.org/dougwollison\">Doug Wollison</a>, <a href=\"https://profiles.wordpress.org/doughamlin\">doughamlin</a>, <a href=\"https://profiles.wordpress.org/dreamon11\">DreamOn11</a>, <a href=\"https://profiles.wordpress.org/drewapicture\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/duncanjbrown\">duncanjbrown</a>, <a href=\"https://profiles.wordpress.org/dungengronovius\">dungengronovius</a>, <a href=\"https://profiles.wordpress.org/dylanauty\">DylanAuty</a>, <a href=\"https://profiles.wordpress.org/hurtige\">Eddie Hurtig</a>, <a href=\"https://profiles.wordpress.org/oso96_2000\">Eduardo Reveles</a>, <a href=\"https://profiles.wordpress.org/chopinbach\">Edwin Cromley</a>, <a href=\"https://profiles.wordpress.org/electricfeet\">ElectricFeet</a>, <a href=\"https://profiles.wordpress.org/eliorivero\">Elio Rivero</a>, <a href=\"https://profiles.wordpress.org/iseulde\">Ella Iseulde Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/elyobo\">elyobo</a>, <a href=\"https://profiles.wordpress.org/enodekciw\">enodekciw</a>, <a href=\"https://profiles.wordpress.org/enshrined\">enshrined</a>, <a href=\"https://profiles.wordpress.org/ericlewis\">Eric Andrew Lewis</a>, <a href=\"https://profiles.wordpress.org/pushred\">Eric Lanehart</a>, <a href=\"https://profiles.wordpress.org/eherman24\">Evan Herman</a>, <a href=\"https://profiles.wordpress.org/flixos90\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/fencer04\">Fencer04</a>, <a href=\"https://profiles.wordpress.org/florianbrinkmann\">Florian Brinkmann</a>, <a href=\"https://profiles.wordpress.org/mista-flo\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/foliovision\">FolioVision</a>, <a href=\"https://profiles.wordpress.org/fomenkoandrey\">fomenkoandrey</a>, <a href=\"https://profiles.wordpress.org/frank-klein\">Frank Klein</a>, <a href=\"https://profiles.wordpress.org/frankiet\">Frankie</a>, <a href=\"https://profiles.wordpress.org/fjarrett\">Frankie Jarrett</a>, <a href=\"https://profiles.wordpress.org/akeif\">Fred</a>, <a href=\"https://profiles.wordpress.org/frozzare\">Fredrik Forsmo</a>, <a href=\"https://profiles.wordpress.org/fuscata\">fuscata</a>, <a href=\"https://profiles.wordpress.org/gma992\">Gabriel Maldonado</a>, <a href=\"https://profiles.wordpress.org/voldemortensen\">Garth Mortensen</a>, <a href=\"https://profiles.wordpress.org/garyj\">Gary Jones</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/geekysoft\">Geeky Software</a>, <a href=\"https://profiles.wordpress.org/georgestephanis\">George Stephanis</a>, <a href=\"https://profiles.wordpress.org/goranseric\">Goran &#352;erić</a>, <a href=\"https://profiles.wordpress.org/grahamarmfield\">Graham Armfield</a>, <a href=\"https://profiles.wordpress.org/grantderepas\">Grant Derepas</a>, <a href=\"https://profiles.wordpress.org/tivnet\">Gregory Karpinsky (@tivnet)</a>, <a href=\"https://profiles.wordpress.org/hardeepasrani\">Hardeep Asrani</a>, <a href=\"https://profiles.wordpress.org/helen\">Helen Hou-Sandí</a>, <a href=\"https://profiles.wordpress.org/henrywright\">Henry Wright</a>, <a href=\"https://profiles.wordpress.org/hiddenpearls\">hiddenpearls</a>, <a href=\"https://profiles.wordpress.org/hnle\">Hinaloe</a>, <a href=\"https://profiles.wordpress.org/hristo-sg\">Hristo Pandjarov</a>, <a href=\"https://profiles.wordpress.org/hugobaeta\">Hugo Baeta</a>, <a href=\"https://profiles.wordpress.org/polevaultweb\">Iain Poulson</a>, <a href=\"https://profiles.wordpress.org/iandunn\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/ianedington\">Ian Edington</a>, <a href=\"https://profiles.wordpress.org/idealien\">idealien</a>, <a href=\"https://profiles.wordpress.org/igmoweb\">Ignacio Cruz Moreno</a>, <a href=\"https://profiles.wordpress.org/imath\">imath</a>, <a href=\"https://profiles.wordpress.org/implenton\">implenton</a>, <a href=\"https://profiles.wordpress.org/ionutst\">Ionut Stanciu</a>, <a href=\"https://profiles.wordpress.org/ipstenu\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/ivdimova\">ivdimova</a>, <a href=\"https://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/jakept\">Jacob Peattie</a>, <a href=\"https://profiles.wordpress.org/whyisjake\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/jnylen0\">James Nylen</a>, <a href=\"https://profiles.wordpress.org/jamesacero\">jamesacero</a>, <a href=\"https://profiles.wordpress.org/japh\">Japh</a>, <a href=\"https://profiles.wordpress.org/jaredcobb\">Jared Cobb</a>, <a href=\"https://profiles.wordpress.org/jayarjo\">jayarjo</a>, <a href=\"https://profiles.wordpress.org/jdolan\">jdolan</a>, <a href=\"https://profiles.wordpress.org/jdoubleu\">jdoubleu</a>, <a href=\"https://profiles.wordpress.org/jblz\">Jeff Bowen</a>, <a href=\"https://profiles.wordpress.org/jbpaul17\">Jeff Paul</a>, <a href=\"https://profiles.wordpress.org/cheffheid\">Jeffrey de Wit</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jpry\">Jeremy Pry</a>, <a href=\"https://profiles.wordpress.org/jimt\">jimt</a>, <a href=\"https://profiles.wordpress.org/jipmoors\">Jip Moors</a>, <a href=\"https://profiles.wordpress.org/jmusal\">jmusal</a>, <a href=\"https://profiles.wordpress.org/joedolson\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joehoyle\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/joemcgill\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joelcj91\">Joel James</a>, <a href=\"https://profiles.wordpress.org/johanmynhardt\">johanmynhardt</a>, <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/zyphonic\">John Dittmar</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/johnpbloch\">John P. Bloch</a>, <a href=\"https://profiles.wordpress.org/johnregan3\">John Regan</a>, <a href=\"https://profiles.wordpress.org/johnpgreen\">johnpgreen</a>, <a href=\"https://profiles.wordpress.org/kenshino\">Jon (Kenshino)</a>, <a href=\"https://profiles.wordpress.org/jonathanbardo\">Jonathan Bardo</a>, <a href=\"https://profiles.wordpress.org/jbrinley\">Jonathan Brinley</a>, <a href=\"https://profiles.wordpress.org/daggerhart\">Jonathan Daggerhart</a>, <a href=\"https://profiles.wordpress.org/desrosj\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/jonnyauk\">jonnyauk</a>, <a href=\"https://profiles.wordpress.org/jordesign\">jordesign</a>, <a href=\"https://profiles.wordpress.org/jorritschippers\">JorritSchippers</a>, <a href=\"https://profiles.wordpress.org/joefusco\">Joseph Fusco</a>, <a href=\"https://profiles.wordpress.org/jjeaton\">Josh Eaton</a>, <a href=\"https://profiles.wordpress.org/shelob9\">Josh Pollock</a>, <a href=\"https://profiles.wordpress.org/joshcummingsdesign\">joshcummingsdesign</a>, <a href=\"https://profiles.wordpress.org/joshkadis\">joshkadis</a>, <a href=\"https://profiles.wordpress.org/joyously\">Joy</a>, <a href=\"https://profiles.wordpress.org/jrf\">jrf</a>, <a href=\"https://profiles.wordpress.org/jrgould\">JRGould</a>, <a href=\"https://profiles.wordpress.org/juanfra\">Juanfra Aldasoro</a>, <a href=\"https://profiles.wordpress.org/juhise\">Juhi Saxena</a>, <a href=\"https://profiles.wordpress.org/nukaga\">Junko Nukaga</a>, <a href=\"https://profiles.wordpress.org/justinbusa\">Justin Busa</a>, <a href=\"https://profiles.wordpress.org/justinsainton\">Justin Sainton</a>, <a href=\"https://profiles.wordpress.org/jshreve\">Justin Shreve</a>, <a href=\"https://profiles.wordpress.org/jtsternberg\">Justin Sternberg</a>, <a href=\"https://profiles.wordpress.org/kadamwhite\">K.Adam White</a>, <a href=\"https://profiles.wordpress.org/kacperszurek\">kacperszurek</a>, <a href=\"https://profiles.wordpress.org/trepmal\">Kailey (trepmal)</a>, <a href=\"https://profiles.wordpress.org/kalenjohnson\">KalenJohnson</a>, <a href=\"https://profiles.wordpress.org/codebykat\">Kat Hagan</a>, <a href=\"https://profiles.wordpress.org/kkoppenhaver\">Keanan Koppenhaver</a>, <a href=\"https://profiles.wordpress.org/keesiemeijer\">keesiemeijer</a>, <a href=\"https://profiles.wordpress.org/kellbot\">kellbot</a>, <a href=\"https://profiles.wordpress.org/ryelle\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/khag7\">Kevin Hagerty</a>, <a href=\"https://profiles.wordpress.org/kwight\">Kirk Wight</a>, <a href=\"https://profiles.wordpress.org/kitchin\">kitchin</a>, <a href=\"https://profiles.wordpress.org/ixkaito\">Kite</a>, <a href=\"https://profiles.wordpress.org/kjbenk\">kjbenk</a>, <a href=\"https://profiles.wordpress.org/knutsp\">Knut Sparhell</a>, <a href=\"https://profiles.wordpress.org/koenschipper\">koenschipper</a>, <a href=\"https://profiles.wordpress.org/kokarn\">kokarn</a>, <a href=\"https://profiles.wordpress.org/kovshenin\">Konstantin Kovshenin</a>, <a href=\"https://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/kouratoras\">Konstantinos Kouratoras</a>, <a href=\"https://profiles.wordpress.org/kuchenundkakao\">kuchenundkakao</a>, <a href=\"https://profiles.wordpress.org/kuldipem\">kuldipem</a>, <a href=\"https://profiles.wordpress.org/laurelfulford\">Laurel Fulford</a>, <a href=\"https://profiles.wordpress.org/leewillis77\">Lee Willis</a>, <a href=\"https://profiles.wordpress.org/leobaiano\">Leo Baiano</a>, <a href=\"https://profiles.wordpress.org/littlebigthing\">LittleBigThings (Csaba)</a>, <a href=\"https://profiles.wordpress.org/lucasstark\">Lucas Stark</a>, <a href=\"https://profiles.wordpress.org/lukecavanagh\">Luke Cavanagh</a>, <a href=\"https://profiles.wordpress.org/lgedeon\">Luke Gedeon</a>, <a href=\"https://profiles.wordpress.org/lukepettway\">Luke Pettway</a>, <a href=\"https://profiles.wordpress.org/lyubomir_popov\">lyubomir_popov</a>, <a href=\"https://profiles.wordpress.org/mariovalney\">M&#225;rio Valney</a>, <a href=\"https://profiles.wordpress.org/mageshp\">mageshp</a>, <a href=\"https://profiles.wordpress.org/mahesh901122\">Mahesh Waghmare</a>, <a href=\"https://profiles.wordpress.org/mangeshp\">Mangesh Parte</a>, <a href=\"https://profiles.wordpress.org/manishsongirkar36\">Manish Songirkar</a>, <a href=\"https://profiles.wordpress.org/mantismamita\">mantismamita</a>, <a href=\"https://profiles.wordpress.org/mbootsman\">Marcel Bootsman</a>, <a href=\"https://profiles.wordpress.org/tyxla\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/clorith\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/mbelchev\">Mariyan Belchev</a>, <a href=\"https://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/mrwweb\">Mark Root-Wiley</a>, <a href=\"https://profiles.wordpress.org/mapk\">Mark Uraine</a>, <a href=\"https://profiles.wordpress.org/markoheijnen\">Marko Heijnen</a>, <a href=\"https://profiles.wordpress.org/markshep\">markshep</a>, <a href=\"https://profiles.wordpress.org/matrixik\">matrixik</a>, <a href=\"https://profiles.wordpress.org/mjbanks\">Matt Banks</a>, <a href=\"https://profiles.wordpress.org/mattking5000\">Matt King</a>, <a href=\"https://profiles.wordpress.org/matt\">Matt Mullenweg</a>, <a href=\"https://profiles.wordpress.org/jaworskimatt\">Matt PeepSo</a>, <a href=\"https://profiles.wordpress.org/veraxus\">Matt van Andel</a>, <a href=\"https://profiles.wordpress.org/mattwiebe\">Matt Wiebe</a>, <a href=\"https://profiles.wordpress.org/mattheu\">Matthew Haines-Young</a>, <a href=\"https://profiles.wordpress.org/mattyrob\">mattyrob</a>, <a href=\"https://profiles.wordpress.org/maxcutler\">Max Cutler</a>, <a href=\"https://profiles.wordpress.org/maximeculea\">Maxime Culea</a>, <a href=\"https://profiles.wordpress.org/mayukojpn\">Mayo Moriyama</a>, <a href=\"https://profiles.wordpress.org/mckernanin\">mckernanin</a>, <a href=\"https://profiles.wordpress.org/melchoyce\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/mhowell\">mhowell</a>, <a href=\"https://profiles.wordpress.org/michaelarestad\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/michael-arestad\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/michalzuber\">michalzuber</a>, <a href=\"https://profiles.wordpress.org/stubgo\">Miina Sikk</a>, <a href=\"https://profiles.wordpress.org/mauteri\">Mike Auteri</a>, <a href=\"https://profiles.wordpress.org/mihai2u\">Mike Crantea</a>, <a href=\"https://profiles.wordpress.org/mdgl\">Mike Glendinning</a>, <a href=\"https://profiles.wordpress.org/mikehansenme\">Mike Hansen</a>, <a href=\"https://profiles.wordpress.org/mikelittle\">Mike Little</a>, <a href=\"https://profiles.wordpress.org/mikeschroder\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/mikeviele\">Mike Viele</a>, <a href=\"https://profiles.wordpress.org/dimadin\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/modemlooper\">modemlooper</a>, <a href=\"https://profiles.wordpress.org/batmoo\">Mohammad Jangda</a>, <a href=\"https://profiles.wordpress.org/deremohan\">Mohan Dere</a>, <a href=\"https://profiles.wordpress.org/monikarao\">Monika Rao</a>, <a href=\"https://profiles.wordpress.org/morettigeorgiev\">morettigeorgiev</a>, <a href=\"https://profiles.wordpress.org/morganestes\">Morgan Estes</a>, <a href=\"https://profiles.wordpress.org/mor10\">Morten Rand-Hendriksen</a>, <a href=\"https://profiles.wordpress.org/mt8biz\">moto hachi ( mt8.biz )</a>, <a href=\"https://profiles.wordpress.org/mrbobbybryant\">mrbobbybryant</a>, <a href=\"https://profiles.wordpress.org/nnaimov\">Naim Naimov</a>, <a href=\"https://profiles.wordpress.org/natereist\">Nate Reist</a>, <a href=\"https://profiles.wordpress.org/natewr\">NateWr</a>, <a href=\"https://profiles.wordpress.org/nathanrice\">nathanrice</a>, <a href=\"https://profiles.wordpress.org/nazgul\">Nazgul</a>, <a href=\"https://profiles.wordpress.org/greatislander\">Ned Zimmerman</a>, <a href=\"https://profiles.wordpress.org/krstarica\">net</a>, <a href=\"https://profiles.wordpress.org/celloexpressions\">Nick Halsey </a>, <a href=\"https://profiles.wordpress.org/nikeo\">Nicolas GUILLAUME</a>, <a href=\"https://profiles.wordpress.org/nikschavan\">Nikhil Chavan</a>, <a href=\"https://profiles.wordpress.org/nikv\">Nikhil Vimal</a>, <a href=\"https://profiles.wordpress.org/nbachiyski\">Nikolay Bachiyski</a>, <a href=\"https://profiles.wordpress.org/rabmalin\">Nilambar Sharma</a>, <a href=\"https://profiles.wordpress.org/noplanman\">noplanman</a>, <a href=\"https://profiles.wordpress.org/nullvariable\">nullvariable</a>, <a href=\"https://profiles.wordpress.org/odie2\">odie2</a>, <a href=\"https://profiles.wordpress.org/odysseygate\">odyssey</a>, <a href=\"https://profiles.wordpress.org/hideokamoto\">Okamoto Hidetaka</a>, <a href=\"https://profiles.wordpress.org/orvils\">orvils</a>, <a href=\"https://profiles.wordpress.org/oskosk\">oskosk</a>, <a href=\"https://profiles.wordpress.org/ottok\">Otto Kek&#228;l&#228;inen</a>, <a href=\"https://profiles.wordpress.org/ovann86\">ovann86</a>, <a href=\"https://profiles.wordpress.org/imnok\">Pantip Treerattanapitak (Nok)</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/patilvikasj\">patilvikasj</a>, <a href=\"https://profiles.wordpress.org/pbearne\">Paul Bearne</a>, <a href=\"https://profiles.wordpress.org/paulwilde\">Paul Wilde</a>, <a href=\"https://profiles.wordpress.org/sirbrillig\">Payton Swick</a>, <a href=\"https://profiles.wordpress.org/pdufour\">pdufour</a>, <a href=\"https://profiles.wordpress.org/piewp\">Perdaan</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/phh\">phh</a>, <a href=\"https://profiles.wordpress.org/php\">php</a>, <a href=\"https://profiles.wordpress.org/delawski\">Piotr Delawski</a>, <a href=\"https://profiles.wordpress.org/pippinsplugins\">pippinsplugins</a>, <a href=\"https://profiles.wordpress.org/pjgalbraith\">pjgalbraith</a>, <a href=\"https://profiles.wordpress.org/pkevan\">pkevan</a>, <a href=\"https://profiles.wordpress.org/pratikchaskar\">Pratik</a>, <a href=\"https://profiles.wordpress.org/pressionate\">Pressionate</a>, <a href=\"https://profiles.wordpress.org/presskopp\">Presskopp</a>, <a href=\"https://profiles.wordpress.org/procodewp\">procodewp</a>, <a href=\"https://profiles.wordpress.org/rachelbaker\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/rahulsprajapati\">Rahul Prajapati</a>, <a href=\"https://profiles.wordpress.org/superpoincare\">Ramanan</a>, <a href=\"https://profiles.wordpress.org/ramiy\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/ramiabraham\">ramiabraham</a>, <a href=\"https://profiles.wordpress.org/ranh\">ranh</a>, <a href=\"https://profiles.wordpress.org/redsand\">Red Sand Media Group</a>, <a href=\"https://profiles.wordpress.org/youknowriad\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/rianrietveld\">Rian Rietveld</a>, <a href=\"https://profiles.wordpress.org/iamfriendly\">Richard Tape</a>, <a href=\"https://profiles.wordpress.org/rpayne7264\">Robert D Payne</a>, <a href=\"https://profiles.wordpress.org/iamjolly\">Robert Jolly</a>, <a href=\"https://profiles.wordpress.org/rnoakes3rd\">Robert Noakes</a>, <a href=\"https://profiles.wordpress.org/d4z_c0nf\">Rocco Aliberti</a>, <a href=\"https://profiles.wordpress.org/rodrigosprimo\">Rodrigo Primo</a>, <a href=\"https://profiles.wordpress.org/rommelxcastro\">Rommel Castro</a>, <a href=\"https://profiles.wordpress.org/fronaldaraujo\">Ronald Ara&#250;jo</a>, <a href=\"https://profiles.wordpress.org/magicroundabout\">Ross Wintle</a>, <a href=\"https://profiles.wordpress.org/guavaworks\">Roy Sivan</a>, <a href=\"https://profiles.wordpress.org/ryankienstra\">Ryan Kienstra</a>, <a href=\"https://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/ryanplas\">Ryan Plas</a>, <a href=\"https://profiles.wordpress.org/welcher\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/salcode\">Sal Ferrarello</a>, <a href=\"https://profiles.wordpress.org/samikeijonen\">Sami Keijonen</a>, <a href=\"https://profiles.wordpress.org/solarissmoke\">Samir Shah</a>, <a href=\"https://profiles.wordpress.org/samuelsidler\">Samuel Sidler</a>, <a href=\"https://profiles.wordpress.org/sandesh055\">Sandesh</a>, <a href=\"https://profiles.wordpress.org/smyoon315\">Sang-Min Yoon</a>, <a href=\"https://profiles.wordpress.org/sanketparmar\">Sanket Parmar</a>, <a href=\"https://profiles.wordpress.org/pollyplummer\">Sarah Gooding</a>, <a href=\"https://profiles.wordpress.org/sayedwp\">Sayed Taqui</a>, <a href=\"https://profiles.wordpress.org/schrapel\">schrapel</a>, <a href=\"https://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"https://profiles.wordpress.org/scrappyhuborg\">scrappy@hub.org</a>, <a href=\"https://profiles.wordpress.org/scribu\">scribu</a>, <a href=\"https://profiles.wordpress.org/seancjones\">seancjones</a>, <a href=\"https://profiles.wordpress.org/sebastianpisula\">Sebastian Pisula</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/sgr33n\">Sergio De Falco</a>, <a href=\"https://profiles.wordpress.org/sfpt\">sfpt</a>, <a href=\"https://profiles.wordpress.org/shayanys\">shayanys</a>, <a href=\"https://profiles.wordpress.org/shazahm1hotmailcom\">shazahm1</a>, <a href=\"https://profiles.wordpress.org/shprink\">shprink</a>, <a href=\"https://profiles.wordpress.org/simonlampen\">simonlampen</a>, <a href=\"https://profiles.wordpress.org/skippy\">skippy</a>, <a href=\"https://profiles.wordpress.org/smerriman\">smerriman</a>, <a href=\"https://profiles.wordpress.org/snacking\">snacking</a>, <a href=\"https://profiles.wordpress.org/solal\">solal</a>, <a href=\"https://profiles.wordpress.org/soean\">Soren Wrede</a>, <a href=\"https://profiles.wordpress.org/sstoqnov\">Stanimir Stoyanov</a>, <a href=\"https://profiles.wordpress.org/metodiew\">Stanko Metodiev</a>, <a href=\"https://profiles.wordpress.org/sharkomatic\">Steph</a>, <a href=\"https://profiles.wordpress.org/sswells\">Steph Wells</a>, <a href=\"https://profiles.wordpress.org/sillybean\">Stephanie Leary</a>, <a href=\"https://profiles.wordpress.org/netweb\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/stephenharris\">Stephen Harris</a>, <a href=\"https://profiles.wordpress.org/stevenkword\">Steven Word</a>, <a href=\"https://profiles.wordpress.org/stevenlinx\">stevenlinx</a>, <a href=\"https://profiles.wordpress.org/sudar\">Sudar Muthu</a>, <a href=\"https://profiles.wordpress.org/patilswapnilv\">Swapnil V. Patil</a>, <a href=\"https://profiles.wordpress.org/swapnild\">swapnild</a>, <a href=\"https://profiles.wordpress.org/szaqal21\">szaqal21</a>, <a href=\"https://profiles.wordpress.org/takahashi_fumiki\">Takahashi Fumiki</a>, <a href=\"https://profiles.wordpress.org/miyauchi\">Takayuki Miyauchi</a>, <a href=\"https://profiles.wordpress.org/karmatosed\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/tapsboy\">tapsboy</a>, <a href=\"https://profiles.wordpress.org/tlovett1\">Taylor Lovett</a>, <a href=\"https://profiles.wordpress.org/team\">team</a>, <a href=\"https://profiles.wordpress.org/tg29359\">tg29359</a>, <a href=\"https://profiles.wordpress.org/tharsheblows\">tharsheblows</a>, <a href=\"https://profiles.wordpress.org/the\">the</a>, <a href=\"https://profiles.wordpress.org/themeshaper\">themeshaper</a>, <a href=\"https://profiles.wordpress.org/thenbrent\">thenbrent</a>, <a href=\"https://profiles.wordpress.org/thomaswm\">thomaswm</a>, <a href=\"https://profiles.wordpress.org/tfrommen\">Thorsten Frommen</a>, <a href=\"https://profiles.wordpress.org/tierra\">tierra</a>, <a href=\"https://profiles.wordpress.org/tnash\">Tim Nash</a>, <a href=\"https://profiles.wordpress.org/timmydcrawford\">Timmy Crawford</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/timph\">timph</a>, <a href=\"https://profiles.wordpress.org/tkama\">Tkama</a>, <a href=\"https://profiles.wordpress.org/tnegri\">tnegri</a>, <a href=\"https://profiles.wordpress.org/tomauger\">Tom Auger</a>, <a href=\"https://profiles.wordpress.org/tjnowell\">Tom J Nowell</a>, <a href=\"https://profiles.wordpress.org/tomdxw\">tomdxw</a>, <a href=\"https://profiles.wordpress.org/toro_unit\">Toro_Unit (Hiroshi Urabe)</a>, <a href=\"https://profiles.wordpress.org/zodiac1978\">Torsten Landsiedel</a>, <a href=\"https://profiles.wordpress.org/transl8or\">transl8or</a>, <a href=\"https://profiles.wordpress.org/traversal\">traversal</a>, <a href=\"https://profiles.wordpress.org/wpsmith\">Travis Smith</a>, <a href=\"https://profiles.wordpress.org/nmt90\">Triet Minh</a>, <a href=\"https://profiles.wordpress.org/trishasalas\">Trisha Salas</a>, <a href=\"https://profiles.wordpress.org/tristangemus\">tristangemus</a>, <a href=\"https://profiles.wordpress.org/truongwp\">truongwp</a>, <a href=\"https://profiles.wordpress.org/tsl143\">tsl143</a>, <a href=\"https://profiles.wordpress.org/tywayne\">Ty Carlson</a>, <a href=\"https://profiles.wordpress.org/grapplerulrich\">Ulrich</a>, <a href=\"https://profiles.wordpress.org/utkarshpatel\">Utkarsh</a>, <a href=\"https://profiles.wordpress.org/valeriutihai\">Valeriu Tihai</a>, <a href=\"https://profiles.wordpress.org/zuige\">Viljami Kuosmanen</a>, <a href=\"https://profiles.wordpress.org/vishalkakadiya\">Vishal Kakadiya</a>, <a href=\"https://profiles.wordpress.org/vortfu\">vortfu</a>, <a href=\"https://profiles.wordpress.org/vrundakansara-1\">Vrunda Kansara</a>, <a href=\"https://profiles.wordpress.org/webbgaraget\">webbgaraget</a>, <a href=\"https://profiles.wordpress.org/webmandesign\">WebMan Design &#124; Oliver Juhas</a>, <a href=\"https://profiles.wordpress.org/websupporter\">websupporter</a>, <a href=\"https://profiles.wordpress.org/earnjam\">William Earnhardt</a>, <a href=\"https://profiles.wordpress.org/williampatton\">williampatton</a>, <a href=\"https://profiles.wordpress.org/wolly\">Wolly aka Paolo Valenti</a>, <a href=\"https://profiles.wordpress.org/wraithkenny\">WraithKenny</a>, <a href=\"https://profiles.wordpress.org/yale01\">yale01</a>, <a href=\"https://profiles.wordpress.org/yoavf\">Yoav Farhi</a>, <a href=\"https://profiles.wordpress.org/yogasukma\">Yoga Sukma</a>, <a href=\"https://profiles.wordpress.org/oxymoron\">Zach Wills</a>, <a href=\"https://profiles.wordpress.org/tollmanz\">Zack Tollman</a>, <a href=\"https://profiles.wordpress.org/vanillalounge\">Ze Fontainhas</a>, <a href=\"https://profiles.wordpress.org/zhildzik\">zhildzik</a>, and <a href=\"https://profiles.wordpress.org/zsusag\">zsusag</a>.</p>
<p>Finally, thanks to all the community translators who worked on WordPress 4.9. Their efforts bring WordPress 4.9 fully translated to 43 languages at release time, with more on the way.</p>
<p>Do you want to report on WordPress 4.9? <a href=\"https://s.w.org/images/core/4.9/wp-4-9_press-kit.zip\">We&#x27;ve compiled a press kit featuring information about the release features, and some media assets to help you along</a>.</p>
<p>If you want to follow along or help out, check out <a href=\"https://make.wordpress.org/\">Make WordPress</a> and our <a href=\"https://make.wordpress.org/core/\">core development blog</a>.</p>
<p>Thanks for choosing WordPress!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 16 Nov 2017 01:16:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Mel Choyce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"
	
	
	
	
	
	
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"WPTavern: Gutenberg 1.7 Adds Multi-Block Transform Functionality, Drops iframes Implementation of Meta Boxes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76552\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:118:\"https://wptavern.com/gutenberg-1-7-adds-multi-block-transform-functionality-drops-iframes-implementation-of-meta-boxes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4469:\"<p><a href=\"https://make.wordpress.org/core/2017/11/15/whats-new-in-gutenberg-15th-november/\" rel=\"noopener\" target=\"_blank\">Gutenberg 1.7</a> was released today, two weeks after version 1.6, with a fresh round of new features, design updates, and the groundwork for nested blocks and block extensibility.</p>
<p>Last week contributors began exploring <a href=\"https://wptavern.com/gutenberg-contributors-explore-alternative-to-using-iframes-for-meta-boxes\" rel=\"noopener\" target=\"_blank\">an alternative to using iframes for meta boxes</a>. This experiment has landed in 1.7 so that the plugin now <a href=\"https://github.com/WordPress/gutenberg/pull/3345\" rel=\"noopener\" target=\"_blank\">renders meta boxes inline</a>. Gutenberg engineer Riad Benguella, who wrote and merged the code, said that it doesn&#8217;t fix all the meta box issues and might create some new ones, but it &#8220;gets us closer to where we want to go.&#8221; Pre-rendering meta boxes and creating a migration path for existing ones is next on the agenda.</p>
<p>One of the most exciting new features in 1.7 is the <a href=\"https://github.com/WordPress/gutenberg/pull/3357\" rel=\"noopener\" target=\"_blank\">multi-block transform functionality</a> that allows users to select multiple blocks and instantly transform them into other block types. It works like a little bit of Gutenberg magic. By default, users can select multiple paragraphs and transform them into a list or select multiple images and transform them into a gallery.</p>
<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-15-at-2.50.25-PM-e1510779367673.png?ssl=1\"><img /></a></p>
<p>After selecting two or more blocks, the user can click on the block&#8217;s settings in the toolbar to transform them. They can also be easily changed back to single blocks. The multi-block transform functionality has been added to the Blocks API so that developers can set isMultiBlock to true to specify blocks that can be transformed.</p>
<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-15-at-3.31.49-PM-e1510781927286.png?ssl=1\"><img /></a></p>
<p>Version 1.7 introduces a new toggle that the team is testing for <a href=\"https://github.com/WordPress/gutenberg/pull/3311\" rel=\"noopener\" target=\"_blank\">switching between the top fixed toolbar and the contextual toolbars attached to each block</a>. It provides an easy way for users to test both types of toolbar styles, but may be temporary as the pull request was submitted as a suggestion for an A/B test.</p>
<p><a href=\"https://i2.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-15-at-4.03.38-PM.png?ssl=1\"><img /></a></p>
<p>Gutenberg 1.7 <a href=\"https://github.com/WordPress/gutenberg/pull/2743\" rel=\"noopener\" target=\"_blank\">paves the way for nested blocks</a> in the data structure. It also adds <a href=\"https://github.com/WordPress/gutenberg/pull/3318\" rel=\"noopener\" target=\"_blank\">hooks for block extensibility</a> and contributors are currently testing how these work internally.</p>
<p>A few other notable features in this release include the following:</p>
<ul>
<li>Added <a href=\"https://github.com/WordPress/gutenberg/pull/2896\" rel=\"noopener\" target=\"_blank\">@-mention autocomplete for users</a> in a site</li>
<li>Allow <a href=\"https://github.com/WordPress/gutenberg/pull/2792\" rel=\"noopener\" target=\"_blank\">pasting standalone images</a> and uploading them (also supports pasting base64 encoded images)</li>
<li>Full <a href=\"https://github.com/WordPress/gutenberg/pull/3401\" rel=\"noopener\" target=\"_blank\">design update to focus styles</a> around the UI</li>
<li>Placed <a href=\"https://github.com/WordPress/gutenberg/pull/3459\" rel=\"noopener\" target=\"_blank\">&#8220;table of contents&#8221; button in the header area</a>, disabled when there are no blocks in the content, added paragraph count</li>
</ul>
<p>Gutenberg&#8217;s documentation has also been <a href=\"https://github.com/WordPress/gutenberg/pull/3381\" rel=\"noopener\" target=\"_blank\">moved</a> to <a href=\"https://wordpress.org/gutenberg/handbook/\" rel=\"noopener\" target=\"_blank\">https://wordpress.org/gutenberg/handbook/</a>, signaling the project is getting closer to becoming part of WordPress. The new editor will be included in WordPress 5.0, which will ship when Gutenberg is ready. A notice in the 4.9 about.php page invites users to start testing the feature plugin ahead of its inclusion in core.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 15 Nov 2017 23:57:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:13:\"
	
	
	
	
	
	
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Matt: Post Status Interview\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=47650\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"https://ma.tt/2017/11/post-status-interview/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:676:\"<p>In the lead-up <a href=\"https://2017.us.wordcamp.org/\">to WordCamp US</a> we&#x27;re in right now <a href=\"https://poststatus.com/interview-matt-mullenweg-wordpress-ecosystem-draft-podcast/\">I chatted with Brian Krogsgard at Post Status in an hour podcast</a> and we spoke about the core releases this year, Gutenberg, React, WooCommerce, and WordPress.org. On the 29th I&#x27;ll be <a href=\"https://wptavern.com/\">talking to WP Tavern</a>, so tune in then as well. For something completely different, I was on the <a href=\"https://offrcrd.com/episodes/matt-mullenweg/\">new OFF RCRD podcast with Cory Levy about the earliest days at Automattic and entrepreneurship</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 15 Nov 2017 17:06:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:13:\"
	
	
	
	
	
	
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"HeroPress: My journey to WordPress taught me that my talents are best used elsewhere.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=2269\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:178:\"https://heropress.com/essays/journey-wordpress-taught-talents-best-used-elsewhere/#utm_source=rss&utm_medium=rss&utm_campaign=journey-wordpress-taught-talents-best-used-elsewhere\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:10351:\"<img width=\"960\" height=\"480\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/111517-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: Together we\'ll create the future of WordPress.\" /><p>My first website was built using Frontpage. Then I discovered Geocities, which at the time made it easy to break and fix code and have it instantly live for others to find on the world wide web. It was an optimal learning environment for me. I learned HTML and CSS by copying, pasting, and then tweaking every which way until it was doing something absurd like flashing hot pink text. It was the Wild West and there were no real rules yet except for those in this new language.</p>
<blockquote><p>Like any language, I was learning little by little in search of ways to bend the rules and “speak” like a native.</p></blockquote>
<p>I only coded for fun, but many years later, I made a website for a job. I used Dreamweaver because I was told all professionals used Dreamweaver. I found it easy to use, much easier than Frontpage, especially for building a larger more complex website. I started learning how to read PHP and doing a lot of what was needed in the metadata and the code for basic SEO.</p>
<h3>Finding WordPress</h3>
<p>Fast forward another few years. I set up several free sites for nonprofits using Webs, Weebly, other page builders whose names I can’t recall, Joomla, and then, one day I stumbled upon WordPress. I wasn’t sure if I liked it at first because the out of the box theme was ugly and I couldn’t figure out how to manipulate it. Then, I found a theme on Themeforest that installed the styles and the demo content. This was worth the $30. This gave me the ability to tweak the theme because I knew enough HTML and CSS to change things in the file editor. I was still coding like I did in my Geocities days, only my aesthetics had improved.</p>
<p>I cringe relaying that experience now. I knew enough to be really dangerous. I didn’t do any form of version control, I didn’t do any backups, I didn’t vet my plugins, or even know how to properly vet my plugins.</p>
<blockquote><p>I am so lucky nothing went terribly wrong.</p></blockquote>
<p>On one hand, WordPress gave me an easy way to dive right in and do everything on my own. On the other hand, it made it too easy for me to download bad plugins, edit things I probably should not have been touching, and in the end, I guess that’s okay because when I was serious about maintaining a website, I did take the time to learn more about what I needed to know.</p>
<h3>Finding What I Needed</h3>
<p>What I know today is that I am not a developer. I’m not even a designer. I have fun with the creation process, but there are other people who are much more talented and efficient in those processes and I’m happy to pay them for their expertise. I have learned what I need to know about the framework and can talk to designers and developers about what I’m looking for and ensure they know what they’re doing. I can pick out reliable themes and plugins. I can advise our clients, who are mostly nonprofits and social enterprises, on the best path for a sustainable website. I understand the need for disaster recovery, backups, and security. I understand the value of paid premium licenses and ongoing support.</p>
<p>These are all things that in my days of starting out I didn’t know I needed. Even if someone tried to explain it to me, I probably wouldn’t have felt that I needed them. Sometimes I can be stubborn and I need to experience the pain points myself before I buy into what everyone else is saying. I used to learn best from failure.</p>
<blockquote><p>I still learn from failure, but when it comes to WordPress, I have also surrounded myself with a community who help me grow and learn.</p></blockquote>
<p>In 2013, I started attending the Fort Worth WordPress meetup. The group was still pretty small at the time, but they were very inviting. I picked up some new tips and tricks that I used right away. While my eyes glazed over at some of the more advanced details, I understood the possibilities and that the work was beyond my capabilities. I learned how to ask for help with those things. Remember, I’m not a designer or a developer, so this meant hiring for those skills from the network of people I met in the WordPress community.</p>
<p>Over the last 4 ½ years I’ve been able to sell numerous WordPress projects and some of them are incredibly custom and complex. In return, I’ve been able to provide freelance work for members of my community; I’ve been able to give back via WordCamps sharing my experience with project scoping, sales, and negotiations. We all have something of value to share. No matter your area of expertise, you can give something back to the community.</p>
<h3>The Real Value</h3>
<p>The best thing about WordPress is not the tool itself. It’s the people who use it or are wanting to try it. The WordPress community is what makes WordPress and WordCamps really great. My hope is that as a community we can help WordPress evolve and adapt and that we can leverage technology, including WordPress, for the greater good.</p>
<p>We’ve already done this and that’s why WordPress powers almost 30% of the web. We’ve been doing it for years, but the technology landscape is changing rapidly. Are we keeping up?</p>
<p>A few weeks ago, Chris Lema asked me and a group of other WordPressers, “What could destroy WordPress, and how would you fix it?” We answered this a number of ways and you’ve probably come up with your own answer. My answer? I think that the evolution of technology could destroy WordPress.</p>
<p>To fix that we would need to evolve, dream big, and create the innovative changes that would keep WordPress alive. We can’t wait until the changes are already in place. It would take far too long for such a large ecosystem to catch up, and in the meantime, it would start to disappear. Look at Kodak; my kids don’t even know what a Kodak moment is. That’s just sad.</p>
<h3>What is our dream as a community?</h3>
<p>Will people talk about WordPress in the past tense or will we find ways to help it thrive?</p>
<p>Even as we work towards the same dream, there are still complex challenges to overcome. We’ll likely fail many times as we try to innovate. This is actually good; we’ll learn from those mistakes, but we might become jaded. We’ll certainly have moments of frustration. We might even try another framework, and the grass might actually be greener on the other side. Yet, the fact that we are such a close knit community sets us apart.</p>
<blockquote><p>Imagine what could happen if a community this large banded together towards one dream.</p></blockquote>
<p>We could pave a path towards something really great. It feels like a huge undertaking. It’s something that could paralyze us if we tried to get it “right” before we started. The key is to set common goals, but to individually start working and living on purpose. Then, we can come together in a more meaningful way.</p>
<p>In my recent keynote at WordCamp DFW I shared a bit of my heritage and my life story so that people could understand my passion for social impact. Everyone has a story that makes them a unique fit to tackle different challenges. When we put our collective skills together, we can make a difference.</p>
<p>John F. Kennedy said, “One person can make difference, and everyone should try,” and Nelson Mandela said, “It is in our hands to make a difference.”</p>
<p>Many paths have been paved so that we could live in a different world. Now, our dreams pave the way for future. Together we’ll create the future of WordPress.</p>
<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: My journey to WordPress taught me that my talents are best used elsewhere.\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=My%20journey%20to%20WordPress%20taught%20me%20that%20my%20talents%20are%20best%20used%20elsewhere.&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fjourney-wordpress-taught-talents-best-used-elsewhere%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: My journey to WordPress taught me that my talents are best used elsewhere.\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fjourney-wordpress-taught-talents-best-used-elsewhere%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fjourney-wordpress-taught-talents-best-used-elsewhere%2F&title=My+journey+to+WordPress+taught+me+that+my+talents+are+best+used+elsewhere.\" rel=\"nofollow\" target=\"_blank\" title=\"Share: My journey to WordPress taught me that my talents are best used elsewhere.\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/journey-wordpress-taught-talents-best-used-elsewhere/&media=https://heropress.com/wp-content/uploads/2017/11/111517-150x150.jpg&description=My journey to WordPress taught me that my talents are best used elsewhere.\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: My journey to WordPress taught me that my talents are best used elsewhere.\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/journey-wordpress-taught-talents-best-used-elsewhere/\" title=\"My journey to WordPress taught me that my talents are best used elsewhere.\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/journey-wordpress-taught-talents-best-used-elsewhere/\">My journey to WordPress taught me that my talents are best used elsewhere.</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 15 Nov 2017 12:10:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Sheryle Gillihan\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:13:\"
	
	
	
	
	
	
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"Dev Blog: WordPress 4.9 Release Candidate 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5184\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2017/11/wordpress-4-9-release-candidate-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4080:\"<p>The third release candidate for WordPress 4.9 is now available.</p>
<p>A release candidate (RC) means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. In fact, we did miss some things in RC1 and RC2. This third release candidate was not originally scheduled, but due a number of defects uncovered through your testing of RC2 (thank you!), we are putting out another 4.9 release candidate.</p>
<p>We hope to ship WordPress 4.9 on <strong>Tuesday, November 14</strong> (that&#8217;s <em>tomorrow</em>) at 23:00 UTC, but we still need your help to get there. If you haven’t tested 4.9 yet, now is the time! If there are additional defects uncovered through testing between now and the release time, we may delay the 4.9 release to the following day.</p>
<p>To test WordPress 4.9, you can use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin or you can <a href=\"https://wordpress.org/wordpress-4.9-RC3.zip\">download the release candidate here</a> (zip).</p>
<p>We&#8217;ve made <a href=\"https://core.trac.wordpress.org/log/branches/4.9?action=stop_on_copy&mode=stop_on_copy&rev=42178&stop_rev=42133\">just over 20 changes</a> since releasing RC2 last week (as we did between RC1 and RC2). For more details about what’s new in version 4.9, check out the <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-2/\">Beta 2</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-3/\">Beta 3</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-4/\">Beta 4</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-release-candidate/\">RC1</a>, and <a href=\"https://wordpress.org/news/2017/11/wordpress-4-9-release-candidate-2/\">RC2</a> blog posts. A few specific areas to test in RC3:</p>
<ul>
<li>Switching between the Visual and Text tabs of the editor, and the syncing of the cursor between those two tabs.</li>
<li>Overriding linting errors in the Customizer&#8217;s Additional CSS editor.</li>
<li>Adding nav menu items for Custom Links in the Customizer.</li>
<li>Scheduling customization drafts (stubbed posts/pages) for publishing in the Customizer.</li>
<li>Autosave revisions for changes in the Customizer.</li>
<li>About page styling.</li>
</ul>
<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.9 and update your plugin’s <em>Tested up to</em> version in the readme to 4.9. If you find compatibility problems please be sure to post to the support forums so we can figure those out before the final release — we work hard to avoid breaking things. Please see the summative <a href=\"https://make.wordpress.org/core/2017/11/07/wordpress-4-9-field-guide/\">field guide</a> to the 4.9 <a href=\"https://make.wordpress.org/core/tag/4.9+dev-notes/\">developer notes</a> on the <a href=\"https://make.wordpress.org/core/\">core development blog</a>.</p>
<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>
<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</p>
<p><em>Didn&#8217;t squash them all <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f41b.png\" alt=\"🐛\" class=\"wp-smiley\" /></em><br />
<em>We want to release Tuesday</em><br />
<em>New features not bugs <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/2728.png\" alt=\"✨\" class=\"wp-smiley\" /></em></p>
<p>Thanks for your continued help testing out the latest versions of WordPress.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 14 Nov 2017 06:53:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Weston Ruter\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:13:\"
	
	
	
	
	
	
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"WPTavern: iA Writer 5 for iOS Released, Web Collaboration Version Coming Soon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76417\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"https://wptavern.com/ia-writer-5-for-ios-released-web-collaboration-version-coming-soon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4453:\"<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-13-at-3.40.57-PM.png?ssl=1\"><img /></a></p>
<p><a href=\"https://ia.net/writer/blog/95-keyboard-ia-writer-5/\" rel=\"noopener\" target=\"_blank\">iA Writer 5 for iOS</a> was released last week, nearly a year after <a href=\"https://ia.net/writer/blog/ia-writer-4/\" rel=\"noopener\" target=\"_blank\">version 4</a>. This update is free for those who purchased version 4 from the iOS App Store. iA Writer 5 for Mac is still in the works. The free Android version of the app is receiving incremental improvements that will bring it to parity with version 5 in the near future.</p>
<p>iA Writer is a plain text writing and editing app that is popular with authors, academics, and long-form writers. It&#8217;s also a favorite among WordPress users who look to third-party apps for to provide a more focused, distraction-free writing environment. In April 2016, version 3.1.4 for Mac and iOS introduced publishing drafts to WordPress.com and Jetpack-powered sites.</p>
<p>Version 5 focuses on making everything accessible through the keyboard by bringing the Open Quickly feature in iA Writer for Mac to iOS. The app&#8217;s creators said the goal of the design process was to &#8220;allow the writer to do everything without leaving the keyboard, including file handling, export, and all commands.&#8221; The new Quick Search feature is now built into the keyboard bar along with with a fully configurable keyboard. This allows users to quickly do things like create new files, switch to night mode, and export to PDF without leaving the keyboard.</p>
<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-12-at-11.20.56-PM.png?ssl=1\"><img /></a></p>
<p>This release adds new organization features that allow users to select multiple files and folders and move, rename, or delete them from the Library. It also introduces Smart Folders which can be created based on a set of rules. Version 5 <a href=\"https://ia.net/writer/blog/files-in-ios11/\" rel=\"noopener\" target=\"_blank\">adds support for iOS11’s Files system</a>, allowing users to open and edit text files from any storage provider that works with Files. Support for Dropbox, Google Drive, and Box is already available with more providers coming soon.</p>
<p><a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-13-at-12.54.33-PM.png?ssl=1\"><img /></a></p>
<p>The makers of iA Writer are interested in <a href=\"https://ia.net/writer/blog/ia-writer-5-forging-the-hammer/\" rel=\"noopener\" target=\"_blank\">exploring other platforms</a> if there is sufficient interest, including the possibility of creating a Windows version. Demand doesn&#8217;t seem to be very high, as the writing app&#8217;s fans are primarily Apple-only users.</p>
<blockquote class=\"twitter-tweet\">
<p lang=\"en\" dir=\"ltr\">How badly do you want a Windows version of iA Writer?</p>
<p>&mdash; iA Writer (@iAWriter) <a href=\"https://twitter.com/iAWriter/status/920297492280852480?ref_src=twsrc%5Etfw\">October 17, 2017</a></p></blockquote>
<p></p>
<p>However, users across multiple platforms have requested a web version of iA Writer, and the company confirmed in September that they are already working on it. After releasing a big Material Design <a href=\"https://ia.net/writer/blog/turbocharged-ia-writer-for-android/\" rel=\"noopener\" target=\"_blank\">update to the iA for Android app </a>in October, the creators said Android users will be the first to have access to the web version:</p>
<blockquote><p>The biggest request from you was collaboration, in other words, iA Writer for Web. iA Writer for Android will stay free and you will be able to connect and subscribe to the Web version via the app, if you wish to. If you could tell us what you’d expect to pay for it, that would be very helpful&#8230;As part of our commitment to continually improve iA Writer on all platforms, Android will likely be the first to gain access to the upcoming Web collaboration.</p></blockquote>
<p>The upcoming web version should provide a sort of bridge for users on other desktop platforms without an iA Writer app.</p>
<p>There&#8217;s no target release date for iA Writer 5 for Mac but iA Inc has <a href=\"https://twitter.com/iA/status/917679399008215041\" rel=\"noopener\" target=\"_blank\">confirmed</a> that it will also be a free update for those who have purchased the previous version.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 13 Nov 2017 22:00:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:13:\"
	
	
	
	
	
	
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"WPTavern: Watch the State of the Woo! After You Give WooCommerce Your Name and Email Address\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76497\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"https://wptavern.com/watch-the-state-of-the-woo-after-you-give-woocommerce-your-name-and-email-address\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1557:\"<p>If you didn&#8217;t watch the live stream or attend <a href=\"https://wooconf.com/\">WooConf</a> in-person, you&#8217;re in luck as videos from the event are starting to come online. The first talk highlights is the <a href=\"https://wptavern.com/woocommerce-stores-on-track-to-surpass-10b-in-sales-this-year\">State of the Woo</a> by Todd Wilkens, Head of WooCommerce. Wilkens shares stats, provides an overview of projects the team is working on, what to expect in new versions, and explains the relationship between WooCommerce and Jetpack.</p>
<p></p>
<p>The video is available to watch for free, but viewers must provide their first and last name as well as an email address. Clicking the play button without entering this information displays a message that says Please enter your full name. This is a classic technique used by many internet marketers.</p>
<p>Although you can provide fake information in order to watch the video for free, I feel it&#8217;s an unnecessary burden. The WooCommerce team could obtain the same information with a form in the post. An alternative to watching the video is reading the company&#8217;s<a href=\"https://woocommerce.com/2017/11/wooconf-state-of-the-woo/?utm_campaign=coschedule&utm_source=twitter&utm_medium=WooCommerce&utm_content=WooConf%3A%20State%20of%20the%20Woo\"> great overview</a> of Wilkens&#8217; session. The team plans to publish other talks from WooConf in the coming weeks.</p>
<p><strong>Updated November 14th: </strong>An Automattic employee has removed the email form and made it skippable.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 13 Nov 2017 21:25:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:13:\"
	
	
	
	
	
	
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Matt: Product and Process\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=47646\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"https://ma.tt/2017/11/product-and-process/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:713:\"<blockquote class=\"wp-block-quote blocks-quote-style-1\">
<p>When I look back over the last 25 years, in some ways what seems most precious is not what we have made but how we have made it and what we have learned as a consequence of that. I always think that there are two products at the end of a programme; there is the physical product or the service, the thing that you have managed to make, and then there is all that you have learned. The power of what you have learned enables you to do the next thing and it enables you to do the next thing better. — Jony Ive</p>
</blockquote>
<p>From the <a href=\"https://www.wallpaper.com/design/jony-ive-apple-park\">Wallpaper article on the new Apple campus</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 11 Nov 2017 05:01:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:13:\"
	
	
	
	
	
	
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:110:\"WPTavern: WP-SpamShield Plugin Removed from WordPress.org, Author Plans to Pull All Plugins from the Directory\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76434\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:120:\"https://wptavern.com/wp-spamshield-plugin-removed-from-wordpress-org-author-plans-to-pull-all-plugins-from-the-directory\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6048:\"<p>The <a href=\"https://wordpress.org/plugins/WP-SpamShield/\" rel=\"noopener\" target=\"_blank\">WP-SpamShield</a> plugin was removed from the WordPress.org directory this week due to what the Plugin Review Team has deemed a violation of the guidelines and a possible miscommunication.</p>
<p>Two weeks ago, the author of WP-SPamShield and the author of the Plugin Organizer plugin exchanged contentious remarks in a <a href=\"https://wordpress.org/support/topic/please-remove-code-that-maliciously-disables-wp-spamshield/\" rel=\"noopener\" target=\"_blank\">support forum thread</a> where each accused the other of targeting each others&#8217; plugins. This resulted in both parties adding code that disabled the others&#8217; plugins, and both were asked by the Plugin Team to remove the code.</p>
<p>WP-SpamShield&#8217;s author, Scott Allen, has <a href=\"https://www.redsandmarketing.com/blog/wp-spamshield-removed-wordpress-org-directory-without-cause/\" rel=\"noopener\" target=\"_blank\">published an account of his interactions with the Plugin Team</a> with updates for users who are monitoring the status of the plugin. Although the team rarely discloses why a plugin was removed, representative Mika Epstein <a href=\"https://wordpress.org/support/topic/plugin-removed-from-repository-6/page/2/#post-9671552\" rel=\"noopener\" target=\"_blank\">responded</a> to Allen when he said he had not received an answer about what guideline the plugin had violated:</p>
<blockquote><p>Sorry, I thought it was clear that it’s issues regarding the <a href=\"https://wordpress.org/support/guidelines/\" rel=\"noopener\" target=\"_blank\">forum guidelines</a> and rule #9:<br />
 <em>Intentionally attempting to exploit loopholes in the guidelines</em>.</p>
<p>To whit, you were asked to make a change and did so incompletely. If this was not intentional, then I apologize.</p>
<p>I’ve sent you a followup email, trying to clarify what we would accept as solutions to the issue (I came up with 3 options, but I’m open to hearing more).</p>
<p>I understand why you’re angry and we will respect any decision you make regarding this. Nothing that has happened thus far is insurmountable or permanent.</p></blockquote>
<p>In the post Allen published, he said his experiences with the Plugin Team over the past 10 years have caused him to decide to move his plugins off of WordPress.org. When I contacted him to see if he plans to update his code according to the Plugin Team&#8217;s suggestions, he said he doesn&#8217;t agree with the solutions the team is offering, nor their assessment of the situation.</p>
<p>&#8220;They really were not solutions,&#8221; Allen said. &#8220;It was just rehashing the same issues we&#8217;d already discussed. Unfortunately, neither Otto nor Mika have the security expertise to be making the dictates they were making, so there were no realistic solutions.&#8221;</p>
<p>Allen also claimed that Epstein&#8217;s report about him making a change and it being incomplete was not accurate and that the Plugin Team did not seem to be on the same page:</p>
<blockquote><p>We literally did exactly what they asked and made the changes. Two weeks ago Mika had emailed me and indicated things were good. (No code updates since then.) Then two weeks of silence, and then angry email from Otto out of the blue yesterday telling us it was booted. The issue he brought up was different code.</p>
<p>The two of them cannot make up their minds on what is acceptable, and what is not. The arbitrary removal was the last straw though. WordPress.org is the only venue that would do that. We repeatedly asked them what rule we broke, to no answer. Only after I called Mika out on the forum did she come up with something &#8211; Rule 9 &#8211; exploiting a loophole in the rules. Seriously? It&#8217;s impossible for developers to comply with rules that are constantly changing.</p></blockquote>
<p>Allen confirmed that his team at Red Sand Media Group plans to pull all seven of its plugins from WordPress.org as the result of the incident but will continue maintaining and hosting them elsewhere.</p>
<p>&#8220;Developers cannot operate like that,&#8221; Allen said. &#8220;People depend on us. While it might hurt a bit in the short term, in the long term, we have to do it. There really need to be some major reforms to the way plugins are handled.&#8221;</p>
<p>WP-SpamShield was installed on more than 100,000 WordPress sites before it was removed. There is currently no standard way to notify users why a plugin was removed from the directory, but the original dispute between the WP-SpamShield and Plugin Organizer authors is public, as well as a few exchanges between Allen and the Plugin Team. Allen said he is still working out the details of how to notify users that his plugins will be hosted elsewhere from now on.</p>
<p>&#8220;We&#8217;ll come up with a good plan in the next few days,&#8221; he said. &#8220;Some people have been notified already because WordFence let them know yesterday that WPSS was removed. (They knew before I did.)&#8221;</p>
<p>Samuel &#8220;Otto&#8221; Wood said the Plugin Team is still willing to put Allen&#8217;s plugins back up if he removes the code in question and that the team is not offended by a plugin developer being angry over a decision. At this time Allen appears to be unwilling to comply with the team&#8217;s most recent requests.</p>
<p>In the meantime, users who know that WP-SpamShield was been removed are waiting to hear if they need to begin looking for a replacement. Allen said that users shouldn&#8217;t need to replace the plugin, since the it will continue to work as before. However, some users are not comfortable installing free plugins hosted outside of WordPress.org. Allen&#8217;s team is figuring out a plan for how they will deliver updates to the plugin and will post more information for users on the <a href=\"https://www.redsandmarketing.com/blog/wp-spamshield-removed-wordpress-org-directory-without-cause/\" rel=\"noopener\" target=\"_blank\">Red Sand Marketing blog</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 11 Nov 2017 04:19:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"
	
	
	
	
	
	
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"WPTavern: Weglot Passes €44K in Monthly Revenue, Plans to Expand into More CMS and E-commerce Markets\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76296\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"https://wptavern.com/weglot-passes-e44k-in-monthly-revenue-plans-to-expand-into-more-cms-and-e-commerce-markets\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5746:\"<p><a href=\"https://wordpress.org/plugins/weglot/\" rel=\"noopener\" target=\"_blank\">Weglot</a>, a SaaS-based multilingual plugin that entered the WordPress market last year, has <a href=\"http://blog.weglot.com/21000-44000-euro-monthly-company-rises/\" rel=\"noopener\" target=\"_blank\">passed €44,000 in monthly revenue</a>. The company received <a href=\"https://wptavern.com/weglot-multilingual-plugin-closes-450k-in-seed-funding\" rel=\"noopener\" target=\"_blank\">€450K in seed funding</a> in May 2017 and has nearly doubled its user base in the past six months. Co-founder Rémy Berda reports that the plugin is approaching 20,000 users and that more than 20,000 websites are connected to the Weglot API, if you include the company&#8217;s Shopify product and those using the JS script directly.</p>
<p>WordPress customers currently represent 75% of Weglot&#8217;s revenue with Shopify at 25%, but Berda says the two markets are growing at the same rate. In May, the company&#8217;s customer distribution was primarily in the US and France, which made sense as the product&#8217;s founders are French and Weglot was first marketed to the French WordPress community. Weglot&#8217;s customer distribution has become more global over the past six months and the US has now overtaken France as the strongest market for the multilingual plugin. Canada has also passed Germany, and Berda said he thinks the distribution will eventually align progressively with global WordPress usage.</p>
<a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/11/chart-1.png?ssl=1\"><img /></a>Weglot customer distribution as of November 2017
<p>Despite having only recently entered the WordPress community in a niche with well-established competitors, Weglot&#8217;s cofounders are confident their SaaS approach is the road to success for becoming the best multilingual solution for WordPress. The team is aiming for its product to become the highest rated multilingual plugin in the WordPress directory within the next six months.</p>
<p><a href=\"https://wpml.org/\" rel=\"noopener\" target=\"_blank\">WPML</a>, a purely commercial product and the most widely used, has been in business since 2009 and is active on more than 500K sites. <a href=\"https://wordpress.org/plugins/polylang/\" rel=\"noopener\" target=\"_blank\">Polylang</a>, a popular free plugin with a commercial option, is installed on more than 300,000 sites and has a 4.7-star rating on WordPress.org. <a href=\"https://wordpress.org/plugins/qtranslate-x/\" rel=\"noopener\" target=\"_blank\">qTranslate X</a> is also a formidable competitor with more than 100,000 active installs and a 4.7-star rating.</p>
<p>&#8220;For now the two biggest plugins in terms of active installs are WPML and Polylang,&#8221; Berda said. &#8220;Both don&#8217;t have a SaaS approach. Polylang recently released the PRO version (it was only free previously) but it is still sold as a piece of software, not a SaaS. We are convinced that SaaS is the right approach as it allows us to be in constant relation with users and make the product evolve faster. It&#8217;s also healthier in terms of business.&#8221;</p>
<p>Although he has no precise statistics on how many, Berda said he sees a lot of former WPML and Polylang users (freelancers and agencies) in their support center who have opted to use Weglot on their new projects. This indicates that Weglot may not so much be whittling away at the existing customer base of other plugins but is finding success at attracting customers who are starting new projects.</p>
<p>In their efforts to stake a claim in the WordPress ecosystem, the Weglot team has found that being active in the community is important to having a successful product.</p>
<p>&#8220;WordPress is really huge so there is no magical formula for marketing,&#8221; Berda said. &#8220;I think what is important is to accept that it takes time. You must keep improving your product forever while being active in the community and do it not only with high intensity but for a long time.&#8221;</p>
<p>The €450K in seed funding Weglot received earlier this year has helped the team to expand its support and development team, but it has also made it possible for the company to invest more in the community. They have now sponsored a dozen WordCamps across the world, including WordCamp Europe in Paris.</p>
<p>Berda&#8217;s advice to other WordPress entrepreneurs who are looking for funding is to consider the option carefully and understand how it will impact the company&#8217;s future and ability to act independently.</p>
<p>&#8220;My recommendation would be to think twice about raising money as it takes time,&#8221; Berda said. &#8220;It changes your governance and it temporarily distracts you from your number one focus &#8211; your users. Raise only if you are sure you will have a return with the money invested. Not every business need to raise money.&#8221;</p>
<p>Fueled by their success in the WordPress market, Weglot plans to expand into other CMS and e-commerce markets, including BigCommerce and Jimdo, followed by Drupal, Magento, and Joomla. Berda said the company also plans to release an open version of the API for developers to integrate their non-CMS websites built on technologies like Symfony and Laravel.</p>
<p>&#8220;In 2018, we will be adding many things: We will start using machine learning to improve the quality of automatic translations,&#8221; Berda said. &#8220;We will also leverage the fact that we are SaaS to add some insights about language usage for the users so they can see what languages are performing better. Finally, we will add extra features to manage multilingual SEO. In terms of monthly recurring revenue, we aim to reach €70,000 in 6 months.&#8221;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 10 Nov 2017 20:04:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"
	
	
	
	
	
	
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:122:\"WPTavern: Jetpack 5.5 Removes Syntax Highlighting and Gallery Widget for Compatibility with Upcoming WordPress 4.9 Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76369\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:133:\"https://wptavern.com/jetpack-5-5-removes-syntax-highlighting-and-gallery-widget-for-compatibility-with-upcoming-wordpress-4-9-release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2878:\"<p><a href=\"https://jetpack.com/2017/11/08/jetpack-5-5-compatibility-enhancements/\" rel=\"noopener\" target=\"_blank\">Jetpack 5.5</a> was released yesterday with several important changes that ensure the plugin is compatible with the upcoming WordPress 4.9 release scheduled for November 14. The plugin will be able to shed some weight, as core improvements will make Jetpack&#8217;s syntax highlighting and gallery widget obsolete.</p>
<p>WordPress 4.9 incorporates <a href=\"https://codemirror.net/\" rel=\"noopener\" target=\"_blank\">CodeMirror</a>, which brings syntax highlighting, linting, and auto-completion to the built-in code editors. Jetpack 5.5+ will rely on WordPress to handle syntax highlighting and the Custom CSS module has been updated to be fully compatible with <a href=\"https://make.wordpress.org/core/2017/10/22/code-editing-improvements-in-wordpress-4-9/\" rel=\"noopener\" target=\"_blank\">core&#8217;s new code editing improvements</a>.</p>
<a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/11/Screen-Shot-2017-11-08-at-12.30.08-PM.png?ssl=1\"><img /></a>image credit: <a href=\"https://make.wordpress.org/core/2017/10/22/code-editing-improvements-in-wordpress-4-9/\">make.wordpress.org</a>
<p>Jetpack 5.5 also adds compatibility for WordPress 4.9&#8217;s <a href=\"https://wptavern.com/new-core-gallery-widget-targeted-for-wordpress-4-9\" rel=\"noopener\" target=\"_blank\">new core gallery widget</a>. When users update to 4.9, Jetpack will automatically migrate its own <a href=\"https://jetpack.com/support/extra-sidebar-widgets/gallery-widget/\" rel=\"noopener\" target=\"_blank\">gallery widgets</a> to use the widget included in core.</p>
<p>The release also includes several other changes for compatibility with WordPress 4.9:</p>
<ul>
<li>Press This sharing button removed, since the feature is being <a href=\"https://wptavern.com/press-this-removed-from-wordpress-4-9-in-favor-of-a-plugin\" rel=\"noopener\" target=\"_blank\">removed from core in favor of a plugin</a></li>
<li>Changes to ensure compatibility with <a href=\"https://make.wordpress.org/core/2017/10/15/improvements-for-roles-and-capabilities-in-4-9/\" rel=\"noopener\" target=\"_blank\">role and capability updates in WordPress 4.9</a></li>
<li>Remove code for processing Contact Form shortcodes in widgets, as <a href=\"https://wptavern.com/wordpress-4-9-will-support-shortcodes-and-embedded-media-in-the-text-widget\" rel=\"noopener\" target=\"_blank\">WordPress adds support for shortcodes in widgets in 4.9</a></li>
</ul>
<p>Jetpack 5.5 also improves the connection process between the plugin and WordPress.com, which should reduce recent issue users have experienced when migrating their sites from HTTP to HTTPS. A full list of the changes in this release is available in the plugin&#8217;s <a href=\"https://wordpress.org/plugins/jetpack/#developers\" rel=\"noopener\" target=\"_blank\">changelog</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 08 Nov 2017 20:13:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:13:\"
	
	
	
	
	
	
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"HeroPress: From the Outskirts to an Insider\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=2259\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:138:\"https://heropress.com/essays/from-the-outskirts-to-an-insider/#utm_source=rss&utm_medium=rss&utm_campaign=from-the-outskirts-to-an-insider\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:11235:\"<img width=\"960\" height=\"480\" src=\"http://20094-presscdn.pagely.netdna-cdn.com/wp-content/uploads/2017/11/110817-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: WordPress has changed lives. It has given people a voice. It has brought people together.\" /><p>WordPress wasn’t the first blogging platform I tried. My very first blog was set up using Blogspot (now Blogger). I didn’t even know I wanted a blog to tell you the truth. But let me take a step back.</p>
<p>I am a techie. A very “untechie” techie, but a techie nonetheless. I actually went to university with a plan to study mathematics and become an actuarial scientist (math and money made for a perfect career, I thought). After one year of university-level mathematics, I decided that I was done with the subject and I stuck with the computer science courses I had also taken. It turned out I had a knack for programming and was often found in the computer lab, debugging my friends’ assignments.</p>
<p>Following my graduation, I worked for several years as a programmer before deciding that I had no interest in coding for the rest of my life. I moved on and up, studying management and information systems, which led me into more managerial positions. On my way there, I decided that I needed to have a personal website. I bought a domain (not my real name though) and starting looking into building my website.</p>
<p>My very first job out of university had been with a web development company as web administrator, where I had picked up quite a bit of HTML, so I figured it would be easy to just build my own website. While researching the latest and best, it struck me that being able to easily add content would be cool, as I had seen early content management systems used back in that job (Tango, anyone?).</p>
<h3>Blogging Begins</h3>
<p>Suddenly my search results were showing me something called blogging. This was 2005, and blogs were still pretty new. I was excited by the concept, that I could have an easy way to put my thoughts out into cyberspace. I signed up for Blogspot and dove in. For all of 2 days. I wanted to change the design and the layout of my new blog, but I couldn’t. I was stuck in the box that Blogspot provided. A little more searching and I found <a href=\"http://wordpress.org/\">WordPress</a>.</p>
<p>WordPress meant I could install it myself on my own hosting and play around to my heart’s content. It was a techie’s dream. In April 2005, WordPress was at version 1.5 and I was in heaven. I spent days and nights tweaking and customizing my brand new website and blog. I was a WordPresser.</p>
<p>I was an avid blogger, sharing posts everyday — longer thought-pieces and short asides (who remembers that concept?). The blogging community in Jamaica was small but we were an enthusiastic bunch. Many of my friends were still using other platforms, but I was a diehard WordPress lover. They took comfort in the ease of use of their hosted platforms, while I reveled in being able to completely mess my site up myself (and fix it!).</p>
<p>I played with themes, and experimented with plugins. Two years later, I was helping other people set up and customize their WordPress blogs, and doing migrations from Blogspot.</p>
<blockquote><p>I was a WordPress freelancer. I didn’t even know this was a thing people did.</p></blockquote>
<p>It took me several years before I officially created my freelance consultancy, <a href=\"http://lattitudestudios.com/\">L’Attitude Studios</a> and actually looked to bring in clients.</p>
<p>Despite the fact that WordPress is the most popular blogging platform in Jamaica, and is used by many web developers to built CMS-based websites, there is not much of a WordPress community. And despite my reading all about WordCamps and community meetups, I didn’t really think of myself as part of an actual community. WordCamps started back in 2006 and there have been hundreds since, but I only went to my first WordCamp in 2016, in Miami.</p>
<h3>Finding a Place</h3>
<p>The organizers of <a href=\"http://2016.miami.wordcamp.org/\">WordCamp Miami</a> made me feel so welcome. They were excited to have me come from Jamaica “just” to attend their event. For the first time, I understood that I have a place in the community, not just as a user. I signed up with the WordPress Community team as an organizer of the WordPress Kingston meetups. Full of enthusiasm I came home, ran a survey to find out how people were using WordPress and declared I was starting local meetups. The sound of crickets followed as the interest was low.</p>
<p>I started a new job and didn’t have time to focus on WordPress, so the meetups fell by the wayside. But I still wanted to contribute. So In 2017, I made the leap to speaking. I decided that there were things I could offer the WordPress community based on my own experiences. <a href=\"https://2017.ottawa.wordcamp.org/\">WordCamp Ottawa</a> became the first WordCamp I spoke at.</p>
<p>Again, the WordCamp organizers (one of which I had met at WordCamp Miami) were thrilled to have me travel from Jamaica to participate. Funnily, I had to point out to several people that it took less time to get from Jamaica to Ottawa than it did for those traveling from San Francisco.</p>
<blockquote><p>Everyone I met at WordCamp Ottawa made me feel like a part of the WordPress family, like I belonged.</p></blockquote>
<p>I still hadn’t got my local meetups going, but I had started making connections in the WordPress space locally. And there seemed to be more interest. I proposed a series of workshops to the organizer of Caribbean Bloggers’ Week. It wouldn’t quite be a WordCamp, which we wouldn’t get permission for, but we could try to do an educational community event to spur interest and raise awareness. <a href=\"http://wpinthecity.com/\">WP in the City</a> was born! Sadly, it had to be postponed, but it will still take shape for 2018.</p>
<h3>WordCamp US</h3>
<p>Now bitten by the bug, I set my speaking sights even higher and made a submission to <a href=\"https://2017.us.wordcamp.org/\">WordCamp US</a>. A month later, I was notified that one of my two proposals was accepted. I was to be a <a href=\"https://2017.us.wordcamp.org/speaker/bianca-welds/\">WordCamp US speaker</a>! Now an even bigger part of the WordPress community would be open to me. I set about making plans for Nashville in December.</p>
<p>By the time you read this, I will be able to announce that I was selected as the recipient of the <a href=\"https://2017.us.wordcamp.org/2017/07/21/kim-parsell-memorial-scholarship-applications-open/\">Kim Parsell Memorial Scholarship</a>. When they notified me, I didn’t even remember I had applied. Kim Parsell was an active member of the WordPress community until her passing in 2015. She was nicknamed “WPMom” because of the care she took in making sure any member of the WordPress community she met felt welcomed and valued.</p>
<p>Kim was already gone before I actively started taking part in the wider WordPress community. But the community I encountered definitely made me feel welcomed and valued, and now I want to help others feel that way. Going to WordCamp US is going to be an amazing opportunity, in part because of the size and breadth of the community I will get to interact with.</p>
<h3>Bringing it Home</h3>
<p>Jamaica is a small country, an island in the middle of the Caribbean sea. Most people know about our biggest stars (like Bob Marley and Usain Bolt), our culture (reggae music and jerk cooking) or our beaches. The people who go usually remember the people. Our community is what makes us a powerhouse. And I want to tap into that for WordPress.</p>
<p>I want to bring Jamaica into the WordPress community, and bring the WordPress community to Jamaica. I want to get more Jamaicans to WordCamps and actively participating in the WordPress community in other ways (through contributing and meetups).</p>
<blockquote><p>I want to bring more WordPressers to Jamaica to share and exchange knowledge, not just enjoy the beach.</p></blockquote>
<p>When I started out, WordPress was just a tool to get me to my goal. For a long time, I didn’t think much about the people behind WordPress, much less considering getting involved myself. Despite my own technical background, I am a newbie where it comes to WordPress development, having remained a tinkerer for much of the last decade. But WordPress is so much more than just code.</p>
<p>Through WordPress, I have been able to express myself through <a href=\"http://biancawelds.com/blog\">blogging</a> and <a href=\"http://poetry.biancawelds.com/\">poetry</a>. I have been able to help others achieve their own success. I have found people willing to share their knowledge for others (like me) to learn. I have found people willing to hear about my WordPress experiences. I have built a network of contacts always willing to help out.</p>
<p>Reading through the other essays on HeroPress, it is also clear that WordPress has changed lives. It has given people a voice. It has brought people together.</p>
<p>WordPress is community. WordPress is my community.</p>
<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: From the Outskirts to an Insider\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=From%20the%20Outskirts%20to%20an%20Insider&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Ffrom-the-outskirts-to-an-insider%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: From the Outskirts to an Insider\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Ffrom-the-outskirts-to-an-insider%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Ffrom-the-outskirts-to-an-insider%2F&title=From+the+Outskirts+to+an+Insider\" rel=\"nofollow\" target=\"_blank\" title=\"Share: From the Outskirts to an Insider\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/from-the-outskirts-to-an-insider/&media=https://heropress.com/wp-content/uploads/2017/11/110817-150x150.jpg&description=From the Outskirts to an Insider\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: From the Outskirts to an Insider\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/from-the-outskirts-to-an-insider/\" title=\"From the Outskirts to an Insider\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/from-the-outskirts-to-an-insider/\">From the Outskirts to an Insider</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 08 Nov 2017 12:00:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Bianca Welds\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:13:\"
	
	
	
	
	
	
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WPTavern: How to Whitelist Comments in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76372\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wptavern.com/how-to-whitelist-comments-in-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1078:\"<p>Out-of-the-box, WordPress provides the ability to blacklist comments or configure a set of options to send comments to moderation. If all comments are moderated, there are no options to whitelist comments.</p>
<p>Searching the plugin directory for comment whitelisting provides few, if any, solutions. However, a cursory search of Google led me to the <a href=\"https://wordpress.org/plugins/comment-whitelist/\">Comment Whitelist</a> plugin by Alejandro Carravedo.</p>
<img />Comment Whitelist Box
<p>Comment Whitelist adds a &#8216;Put in Whitelist&#8217; quick moderation link to comments that makes adding email addresses to the list an easy task. One thing to keep in mind is that the whitelist uses email addresses and it&#8217;s possible comments from people impersonating whitelisted users may get published.</p>
<p>Despite not being updated in more than nine years, the plugin works as advertised. You&#8217;ll need to download the zip file and manually install it as you won&#8217;t be able to find it by searching the plugin directory from the WordPress backend.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 08 Nov 2017 02:50:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:13:\"
	
	
	
	
	
	
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"WPTavern: Gutenberg Contributors Explore Alternative to Using iframes for Meta Boxes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76302\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"https://wptavern.com/gutenberg-contributors-explore-alternative-to-using-iframes-for-meta-boxes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9834:\"<p>The <a href=\"https://wptavern.com/gutenberg-contributors-discuss-the-drawbacks-of-using-iframes-for-meta-boxes\" rel=\"noopener\" target=\"_blank\">discussion surrounding the use of iframes for meta boxes in Gutenberg</a> became more heated over the weekend, as concerned developers implored the team to consider the detriments of the current approach. Responses from Gutenberg&#8217;s leadership initially deflected concerns, presenting the iframe implementation as <a href=\"https://github.com/WordPress/gutenberg/issues/3304#issuecomment-341400365\" rel=\"noopener\" target=\"_blank\">an experiment that &#8220;works &#8216;for now\'&#8221;</a> but isn&#8217;t what the team would ship.</p>
<p>Instead of getting a response to the specific concerns about performance and accessibility of the iframes approach, Kevin Hoffman was urged to think about the future of meta boxes and &#8220;the cases (if any) that would not be converted to blocks.&#8221; When the developer community is repeatedly asked to test and offer feedback but is met with deflection on issues that are critical to sites using WordPress as a CMS, the GitHub discussions begin to get more heated.</p>
<p>&#8220;People are worried, and getting frustrated and it seems to me that they have every right to do so because the perception is that the team working on Gutenberg has little understanding of how meta boxes are being used, little concern for what the impact will be, and is going to move forward with their vision no matter what,&#8221; Jimmy Smutek, lead developer at the office of external affairs at Johns Hopkins, said in response to a Gutenberg collaborators&#8217; admission to having been <a href=\"https://github.com/WordPress/gutenberg/issues/3304#issuecomment-341922758\" rel=\"noopener\" target=\"_blank\">dismissive of feedback</a>.</p>
<p>After several rounds of developers joining the thread to debunk the notion that iframes for meta boxes &#8220;work for now,&#8221; Gutenberg lead developer Matias Ventura <a href=\"https://github.com/WordPress/gutenberg/issues/3304#issuecomment-342129195\" rel=\"noopener\" target=\"_blank\">joined the discussion</a> yesterday and confirmed that the experiment is likely to be dropped fairly soon.</p>
<p>&#8220;I&#8217;m glad the conversation refocused in the end to the topic&#8217;s issue: is the current approach to meta-boxes in an iframe viable? With the answer being no,&#8221; Ventura said. &#8220;The iframes are an implementation detail I think we can drop relatively easy. So let&#8217;s focus on that.&#8221;</p>
<p>He also addressed the popular opinion that WordPress should make iterative enhancements to the editor itself (and not the full page) before proceeding with overhauling meta boxes.</p>
<p>&#8220;What some people have called as the pragmatic approach is not concomitant with the design direction this project has had from the start — heading towards full site customization — and what has dictated our decisions so far,&#8221; Ventura said. &#8220;Nothing here has to be a final solution, we are exploring what is possible within the design premises and putting it out there for testing.&#8221;</p>
<p>Ventura said that not making changes to the other aspects of the edit screen would certainly be the simplest path for Gutenberg to take but that it &#8220;would not be fair to the goals of the project and the long term users of WordPress.&#8221;</p>
<p>WordPress developer Gary Jones contended that pursuing a more iterative approach would not change the goals of the project but would make it possible for more sites to come along during the process.</p>
<p>&#8220;Going one step at a time does not, in any way, compromise the goals of the project,&#8221; Jones said. &#8220;You can still head to full-size customization if that&#8217;s the goal, but by doing it in a stepped way, you&#8217;ll bring the rest of the developer community along with you.&#8221; Jones cited the Customizer as an example of a feature within WordPress with a concept that is being realized over time with many iterations.</p>
<p>Ventura responded with clarification on the Gutenberg team&#8217;s approach to iterating on the project, a paradigm shift that supports block-based content creation from the outset.</p>
<p>&#8220;We have proposed a staged approach, from Matt&#8217;s original new focuses post, it just considers the steps differently,&#8221; Ventura said. &#8220;There are generally three stages for the Gutenberg project: from the post editor, to page templates, to site building. What is primordial is that the paradigm is one where the content is a single area, with the block as the primary concept, and where the outcome can be visually represented with clarity and without excessive abstractions.&#8221;</p>
<p>Ventura also assured those following along on the discussion that the project will not be dropping support for meta boxes but needs more time to experiment with different interface options.</p>
<p>&#8220;WordPress always moves with the user, and we take the burden of figuring out development paths to ease transitions for our existing code,&#8221; he said. &#8220;As a project, we have said before that we were not dropping support for meta-boxes from WordPress, but also that we had to explore what interface decisions we would have to make within the new paradigm, including the possibility of loading the classic editor when we detect meta-boxes we cannot handle or that directly conflict with an editor that seeks to more clearly delineate what is content and what is meta-data.&#8221;</p>
<p>He also said the team plans to create more mechanisms to handle incompatibilities as well as &#8220;allowing more things to be opt-in (say if you are comfortable with your meta-boxes showing in Gutenberg you could declare support for it, or vice versa.&#8221;</p>
<p>A new approach to rendering meta boxes without using iframes is currently underway. Riad Benguella has created <a href=\"https://github.com/WordPress/gutenberg/pull/3345\" rel=\"noopener\" target=\"_blank\">a pull request that attempts to undo the iframes</a> and implement <a href=\"https://github.com/WordPress/gutenberg/issues/3304#issuecomment-342023452\" rel=\"noopener\" target=\"_blank\">a suggestion that Tom Nowell offered</a> during the discussion:</p>
<blockquote><p>Instead of loading Gutenberg on a settings page, lets load it into the main classic editors page, load metaboxes in their native environment, then hoist their container DOM node into a component via JS.</p>
<p>We then use a different kind of toggle to make sure the classic editor can still be used. This way:</p>
<p>&#8211; we avoid the iframe nonsense<br />
&#8211; metaboxes work as they always have done as far as registration is concerned<br />
&#8211; the existing JS works as expected, and no hacks are necessary to make things work on the PHP end</p></blockquote>
<p>The new approach has the advantage of no problems with links, modals, duplicate stylesheets, and the other drawbacks to using iframes.</p>
<h3>The Gutenberg Team Needs a New Communication Strategy</h3>
<p>The discussion regarding the long-term viability of using iframes for meta boxes has highlighted a lack of a unified message or communication strategy among Gutenberg leads. Collaborators on the project <a href=\"https://github.com/WordPress/gutenberg/issues/3304#issuecomment-341922758\" rel=\"noopener\" target=\"_blank\">have grown impatient</a> with the community for not grasping the vision, but communication is scattered across various blogs, comments, Slack channels, and GitHub discussions.</p>
<p>Morten Rand-Hendriksen has opened a new <a href=\"https://github.com/WordPress/gutenberg/issues/3354\" rel=\"noopener\" target=\"_blank\">issue</a> requesting a centralized resource that can serve as a plain language outline of Gutenberg&#8217;s scope, direction, and goals.</p>
<p>&#8220;My observation is the community is struggling to see the wider scope of the Gutenberg project due to lack of a single authoritative plain language resource containing this information,&#8221; Rand-Hendriksen said. &#8220;This creates a high degree of speculation, miscommunication, and frustration from all parties and the project suffers as a consequence.&#8221;</p>
<p>Gutenberg does have a documentation hub, but so far those documents are more technical and lack a practical roadmap for how the team is aiming to accomplish its goals. The <a href=\"http://gutenberg-devdoc.surge.sh/reference/faq/\" rel=\"noopener\" target=\"_blank\">FAQ section</a> of the current docs is the closest thing to the plain language resource that Rand-Hendriksen is requesting in his ticket. The readme.txt files for both Gutenberg&#8217;s GitHub repository and the WordPress.org plugin give the impression that the project is simply updating the current editor to be block-based, not overhauling the entire editor screen.</p>
<p>&#8220;Due to the fractured nature of this information it is challenging for anyone to get a clear picture of the entire project, and though Matias and Matt&#8217;s posts do a good job at explaining the grand vision of the project, they lack concrete plain language breakdowns of the essentials the community need to get a firm understanding of what this project is and where it&#8217;s headed,&#8221; Rand-Hendriksen said. &#8220;They also exist as independent satellites of information circling the project rather than core parts of the project itself.&#8221;</p>
<p>The community is chiming in on the GitHub <a href=\"https://github.com/WordPress/gutenberg/issues/3354\" rel=\"noopener\" target=\"_blank\">issue</a> with questions they would like to see answered in a more transparent plain language product roadmap. A document like this might help the Gutenberg team to better communicate the goals of the project and avoid sending mixed messages that cause unnecessary confusion.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 07 Nov 2017 22:58:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:13:\"
	
	
	
	
	
	
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"WPTavern: Harare and Nairobi Host 2nd Round of Successful WordCamps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76322\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://wptavern.com/harare-and-nairobi-host-2nd-round-of-successful-wordcamps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6675:\"<a href=\"https://i0.wp.com/wptavern.com/wp-content/uploads/2017/11/wordcamp-nairobi-2017.jpg?ssl=1\"><img /></a>photo credit: <a href=\"https://twitter.com/wordcampnairobi/status/926817401374523392/photo/1\">WordCamp Nairobi</a>
<p>Six WordCamps were held over the weekend in cities across the globe, including two in Africa where WordPress events are just starting to take off. Harare and Nairobi hosted their second WordCamps in areas where the WordPress community was virtually non-existent two years ago.</p>
<p>Harare&#8217;s first camp was part of the WordCamp Incubator program the first year it launched. Nairobi was one of a handful of cities on the short list for the same program but ended up organizing its first camp independently in December 2016. Both communities have continued to flourish, as local leadership and meetup groups have grown.</p>
<p>Topics at both Harare and Nairobi WordCamps included freelancing, blogging, marketing, and community, with a sprinkling of more technical sessions. <a href=\"https://www.weforum.org/agenda/2017/05/blogging-a-new-frontier-for-african-millennials/\" rel=\"noopener\" target=\"_blank\">Blogging is a popular activity in Africa</a> and those in the local WordPress community are eager to share what they have learned in maintaining and marketing their blogs.</p>
<blockquote class=\"twitter-tweet\">
<p lang=\"en\" dir=\"ltr\">Got inspired on&#8230;. <a href=\"https://twitter.com/hashtag/WordCampNairobi?src=hash&ref_src=twsrc%5Etfw\">#WordCampNairobi</a> by <a href=\"https://twitter.com/Jeanwandimi?ref_src=twsrc%5Etfw\">@Jeanwandimi</a> with her Cooperate Blogging Success with WordPress. <a href=\"https://t.co/m1YvcUkU66\">pic.twitter.com/m1YvcUkU66</a></p>
<p>&mdash; Victor Owuor (@victoravikobits) <a href=\"https://twitter.com/victoravikobits/status/926839909331107840?ref_src=twsrc%5Etfw\">November 4, 2017</a></p></blockquote>
<p></p>
<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/11/beaton.jpg?ssl=1\"><img /></a>&#8220;This year the WordCamp was bigger and better than last year, the tickets sold out, and a local company ZOL Fibroniks was a gold sponsor,&#8221; WordCamp Harare speaker <a href=\"https://becomingthemuse.wordpress.com/2017/11/06/of-a-wordcamp-over-coffee/\" rel=\"noopener\" target=\"_blank\">Beaton Mabaso</a> said. &#8220;The future looks bright. Hello, 2018 is looking promising.&#8221;</p>
<p>Mabaso is an admin on <a href=\"https://afrobloggers.wordpress.com/\" rel=\"noopener\" target=\"_blank\">Afrobloggers</a>, a blogging community that connects creatives across the continent. He brought his storytelling skills to his WordCamp session titled &#8220;A website is a conversation.&#8221;</p>
<p>&#8220;One of the best things about a WordCamp is meeting the community, networking, and making new friends,&#8221; Mabaso said. &#8220;It&#8217;s inspiring seeing people representing their grind, opportunities everywhere.&#8221;</p>
<blockquote class=\"twitter-tweet\">
<p lang=\"en\" dir=\"ltr\">Really enjoying the amazing learning and networking opportunity at <a href=\"https://twitter.com/hashtag/WordCampNairobi?src=hash&ref_src=twsrc%5Etfw\">#WordCampNairobi</a> <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f64c-1f3fd.png\" alt=\"🙌🏽\" class=\"wp-smiley\" /> <a href=\"https://t.co/4ygb5LRJib\">pic.twitter.com/4ygb5LRJib</a></p>
<p>&mdash; FOI<img src=\"https://s.w.org/images/core/emoji/2.3/72x72/2b50.png\" alt=\"⭐\" class=\"wp-smiley\" /> (@WambuiFoi) <a href=\"https://twitter.com/WambuiFoi/status/926823454480859137?ref_src=twsrc%5Etfw\">November 4, 2017</a></p></blockquote>
<p></p>
<blockquote class=\"twitter-tweet\">
<p lang=\"en\" dir=\"ltr\">WorldCamp is the highlight of my year as a programmer. l have gained so much already.<br />Cant even wait for the next one.<img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f601.png\" alt=\"😁\" class=\"wp-smiley\" /><img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f601.png\" alt=\"😁\" class=\"wp-smiley\" /><img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f601.png\" alt=\"😁\" class=\"wp-smiley\" /> <a href=\"https://twitter.com/hashtag/WCHRE?src=hash&ref_src=twsrc%5Etfw\">#WCHRE</a> <a href=\"https://twitter.com/hashtag/wchre2017?src=hash&ref_src=twsrc%5Etfw\">#wchre2017</a> <a href=\"https://t.co/Z1XfKGXjBj\">pic.twitter.com/Z1XfKGXjBj</a></p>
<p>&mdash; Thelma (@thelmachido1) <a href=\"https://twitter.com/thelmachido1/status/927056916571934720?ref_src=twsrc%5Etfw\">November 5, 2017</a></p></blockquote>
<p></p>
<p><a href=\"https://2017.nairobi.wordcamp.org/\" rel=\"noopener\" target=\"_blank\">WordCamp Nairobi</a> was originally scheduled for October 14-15 but was <a href=\"https://2017.nairobi.wordcamp.org/postponed-wordcamp-nairobi-2017/\" rel=\"noopener\" target=\"_blank\">postponed</a> to November 4-5 for the safety of attendees during the repeat Presidential elections that took place October 17. Even with the change of dates, the camp was still a success.</p>
<p>&#8220;We made it despite the challenges that came with the political climate in the country that affected much of the planning,&#8221; WordCamp Nairobi organizer Chekumbe Emmanuel said. &#8220;I am so proud of our local WordPress community for showing up in full force.&#8221;</p>
<blockquote class=\"twitter-tweet\">
<p lang=\"en\" dir=\"ltr\"><a href=\"https://twitter.com/hashtag/WordCampNairobi?src=hash&ref_src=twsrc%5Etfw\">#WordCampNairobi</a> <a href=\"https://twitter.com/wordcampnairobi?ref_src=twsrc%5Etfw\">@wordcampnairobi</a> amazing interactive platform full of great ideas on online content. <a href=\"https://t.co/oa2SBtB5Xq\">pic.twitter.com/oa2SBtB5Xq</a></p>
<p>&mdash; ACE PHOTOGRAPHY KE<img src=\"https://s.w.org/images/core/emoji/2.3/72x72/2122.png\" alt=\"™\" class=\"wp-smiley\" /> (@acephotographyk) <a href=\"https://twitter.com/acephotographyk/status/926770391128969216?ref_src=twsrc%5Etfw\">November 4, 2017</a></p></blockquote>
<p></p>
<p>Only a handful of attendees have published wrap up posts so far, but browsing the <a href=\"https://twitter.com/hashtag/wchre?src=hash\" rel=\"noopener\" target=\"_blank\">#wchre</a> and <a href=\"https://twitter.com/hashtag/WordCampNairobi?src=hash\" rel=\"noopener\" target=\"_blank\">#WordCampNairobi</a> hashtags on Twitter show how successful the camps were at connecting and inspiring the local communities. The WordCamp Incubator Program was instrumental in helping put Harare on the WordCamp map in 2016, along with Denpasar and  Medellín. Incubator volunteers are currently <a href=\"https://wptavern.com/wordcamp-incubator-program-gears-up-for-round-2\" rel=\"noopener\" target=\"_blank\">gearing up for a second year</a> of jump starting new WordPress communities and a call for 2018 candidates is anticipated soon.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 07 Nov 2017 06:09:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:13:\"
	
	
	
	
	
	
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"Dev Blog: WordPress 4.9 Release Candidate 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5047\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2017/11/wordpress-4-9-release-candidate-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3361:\"<p>The second release candidate for WordPress 4.9 is now available.</p>
<p>A release candidate (RC) means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.9 on <strong>Tuesday, November 14</strong> (just over <em>one week</em> from now), but we need your help to get there. If you haven’t tested 4.9 yet, now is the time!</p>
<p>To test WordPress 4.9, you can use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin or you can <a href=\"https://wordpress.org/wordpress-4.9-RC2.zip\">download the release candidate here</a> (zip).</p>
<p>We&#8217;ve made <a href=\"https://core.trac.wordpress.org/log/trunk/?action=stop_on_copy&mode=stop_on_copy&rev=42124&stop_rev=42049&limit=100&sfp_email=&sfph_mail=\">just over 20 changes</a> since releasing RC 1 last week. For more details about what’s new in version 4.9, check out the <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-2/\">Beta 2</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-3/\">Beta 3</a>, <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-beta-4/\">Beta 4</a>, and <a href=\"https://wordpress.org/news/2017/10/wordpress-4-9-release-candidate/\">RC1</a> blog posts. Specific areas to test in RC2:</p>
<ul>
<li>Theme installation in the Customizer.</li>
<li>Scheduling changes for publishing in the Customizer.</li>
<li>Switching themes with live preview in the Customizer.</li>
</ul>
<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.9 and update your plugin’s <em>Tested up to</em> version in the readme to 4.9. If you find compatibility problems please be sure to post to the support forums so we can figure those out before the final release — we work hard to avoid breaking things. Please see the summative <a href=\"https://make.wordpress.org/core/2017/11/07/wordpress-4-9-field-guide/\">field guide</a> to the 4.9 <a href=\"https://make.wordpress.org/core/tag/4.9+dev-notes/\">developer notes</a> on the <a href=\"https://make.wordpress.org/core/\">core development blog</a>.</p>
<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a></p>
<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on WordPress Trac</a>, where you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a>.</p>
<p>This week&#8217;s haiku is courtesy of <a href=\"https://profiles.wordpress.org/melchoyce/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>melchoyce</a>:</p>
<p><em>We squashed all the bugs <img src=\"https://s.w.org/images/core/emoji/2.3/72x72/1f41b.png\" alt=\"🐛\" class=\"wp-smiley\" /></em><br />
<em>But uh, if not, let us know</em><br />
<em>Also, test your stuff</em></p>
<p>Thanks for your continued help testing out the latest versions of WordPress.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 07 Nov 2017 05:33:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Weston Ruter\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:13:\"
	
	
	
	
	
	
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"Akismet: Version 4.0.1 of the Akismet WordPress Plugin Is Now Available\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://blog.akismet.com/?p=1978\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://blog.akismet.com/2017/11/06/akismet-wordpress-plugin-4-0-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1232:\"<p>Version 4.0.1 of <a href=\"http://wordpress.org/plugins/akismet/\">the Akismet plugin for WordPress</a> is now available.</p>
<p>4.0.1 contains a few helpful changes:</p>
<ul>
<li>We fixed a bug that could prevent some sites from connecting Akismet using an existing Jetpack connection.</li>
<li>We added some code to ensure that any pending Akismet-related events are unscheduled if (heaven forbid) the plugin is deactivated.</li>
<li>Some of the Akismet JavaScript is now run asynchronously in order to increase the speed with which your pages will appear to load.</li>
</ul>
<p>Pretty good, right?  To upgrade, visit the Updates page of your WordPress dashboard and follow the instructions. If you need to download the plugin zip file directly, links to all versions are available in <a href=\"http://wordpress.org/plugins/akismet/\">the WordPress plugins directory</a>.</p><br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/akismet.wordpress.com/1978/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/akismet.wordpress.com/1978/\" /></a> <img alt=\"\" border=\"0\" src=\"https://pixel.wp.com/b.gif?host=blog.akismet.com&blog=116920&post=1978&subd=akismet&ref=&feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 06 Nov 2017 20:29:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Christopher Finke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:13:\"
	
	
	
	
	
	
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"WPTavern: WordCamp Europe 2018 Early Bird Tickets Now on Sale\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76299\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wptavern.com/wordcamp-europe-2018-early-bird-tickets-now-on-sale\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2336:\"<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/11/wordcamp-europe-2018.png?ssl=1\"><img /></a></p>
<p>WordCamp Europe 2018 has begun <a href=\"https://2018.europe.wordcamp.org/tickets/\" rel=\"noopener\" target=\"_blank\">early bird ticket sales</a> for its sixth edition in Belgrade, Serbia, June 14-16. Attendees who purchase a ticket before December 31, 2017, will receive a limited-edition swag item.</p>
<p>WordCamp Europe has sold out in many previous years and organizers of the 2017 event in Paris anticipated that it would be the largest event in WordPress history. They expected to host more than 3,000 attendees but the actual number on the ground was 1,900 &#8211; 5% fewer than the 2,000 who attended in Vienna the previous year. WCEU 2017 <a href=\"https://wptavern.com/wordcamp-europe-2017-posts-24-no-show-rate-cites-early-ticket-sales-and-expensive-location\" rel=\"noopener\" target=\"_blank\">posted a 24% no-show rate</a>, which was more than double that of previous years.</p>
<p>Putting tickets on sale too early was one of the factors that contributed to the Paris event&#8217;s high no-show rate, in addition to higher local sales, an expensive location, and attendees&#8217; problems obtaining visas. This year ticket sales are starting a little later and batches will be staged out into 2018.</p>
<p>The WCEU organizing team for Belgrade includes <a href=\"https://2018.europe.wordcamp.org/organizers/\" rel=\"noopener\" target=\"_blank\">54 people</a> leading 10 teams to manage sponsors, PR, volunteers, design, and on-site responsibilities. The event has also added a new Attendee Services team that will assist with things like ticket invoices, visa letters, and other services on the ground.</p>
<p>A batch of <a href=\"https://2018.europe.wordcamp.org/tickets/\" rel=\"noopener\" target=\"_blank\">1,000 early bird tickets</a> were released today and more than 10% have already been purchased on the first day of sales. Tickets are €40.00 and include two days of presentations, lunch, coffee and snacks, a t-shirt, and a ticket to the After Party. The ticket also gives the attendee access to Contributor Day, which will take place the day before the conference and requires a separate sign up. Tickets are non-refundable but can easily be resold or gifted in the event that the purchaser cannot attend.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 06 Nov 2017 19:54:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:13:\"
	
	
	
	
	
	
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"WPTavern: Gutenberg Contributors Discuss the Drawbacks of Using iframes for Meta Boxes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76262\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"https://wptavern.com/gutenberg-contributors-discuss-the-drawbacks-of-using-iframes-for-meta-boxes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:10883:\"<a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/paper-box.jpg?ssl=1\"><img /></a>photo credit: <a href=\"http://www.flickr.com/photos/32618149@N00/4187722297\">Closed square box, variation</a> &#8211; <a href=\"https://creativecommons.org/licenses/by-nc-sa/2.0/\">(license)</a>
<p>A lively and productive discussion regarding Gutenberg&#8217;s use of iframes for meta boxes is happening on GitHub. Yesterday, WordPress developer Kevin Hoffman created an issue titled &#8220;<a href=\"https://github.com/WordPress/gutenberg/issues/3304\" rel=\"noopener\" target=\"_blank\">Are iframes a viable long-term solution for meta boxes?</a>&#8221;</p>
<p>Gutenberg 1.5 introduced <a href=\"https://wptavern.com/gutenberg-1-5-adds-initial-support-for-meta-boxes-makes-gutenberg-the-default-editor\" rel=\"noopener\" target=\"_blank\">initial support for meta boxes</a>. Hoffman identified several issues with iframes that have been popping up as developers have begun testing the current meta box implementation. He did some performance testing that revealed Gutenberg&#8217;s use of iframes triples the number of asset requests, as it enqueues all of the CSS and JS assets in the parent window as well as in all the iframes.</p>
<a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/11/gutenberg-iframes-request.png?ssl=1\"><img /></a>image credit: Kevin Hoffman
<p>&#8220;Generally speaking, iframes have been discouraged in web development for many years for reasons that are well-documented,&#8221; Hoffman said, before citing a litany of issues that plugin developers have already discovered in testing Gutenberg&#8217;s meta box support. &#8220;Can these issues be addressed without requiring modification of the theme or plugin that generates the meta box? We have to consider that third-party code that has powered meta boxes for years may not have the luxury of being updated in order to be compatible within an iframe.&#8221;</p>
<p>Gutenberg design lead Tammie Lister responded to Hoffman&#8217;s concerns, indicating that the current implementation of meta boxes is simply an experiment and not necessarily what would land in WordPress 5.0:</p>
<blockquote><p>It&#8217;s good to think a little that what we have today for meta boxes in Gutenberg is an experiment, in many respects it&#8217;s a holding pattern as the project works out the direction to take. In saying that it&#8217;s one that works &#8216;for now&#8217; but isn&#8217;t what we would ship with.</p>
<p>All the above said, I think it&#8217;s important to look at what in the future metaboxes will be used for. What are the cases (if any) that would not be converted to blocks? Do all metaboxes have to work on mobile? Is there even an alternative interface that we haven&#8217;t explored? I bet there is. Right now, it&#8217;s about looking at those possibilities and getting on a road that works for the state right now and the future state.</p></blockquote>
<p>The presentation of this implementation as an experiment that &#8220;works for now&#8221; (but would not be shipped) comes as a surprise after Gutenberg 1.5 arrived with the <a href=\"https://make.wordpress.org/core/2017/10/24/whats-new-in-gutenberg-24th-october/\" rel=\"noopener\" target=\"_blank\">announcement</a> that &#8220;this release includes long awaited meta-boxes support (needs testing!)&#8221;</p>
<p>Hoffman contends that the iframe approach doesn&#8217;t even work &#8216;for now,&#8217; as the issue was opened in order to cite several major ways where it is broken. If Gutenberg moves forward with the current approach, it would require many plugins to be modified in order to be compatible with WordPress 5.0, which Hoffman said would defeat the whole purpose of supporting legacy meta boxes.</p>
<p>&#8220;I have not seen any evidence to date that suggests meta boxes will continue working with Gutenberg,&#8221; Hoffman said. &#8220;If the answer is no, then we ought to stop pretending that 5.0 will be just another WordPress release and start being honest about breaking backwards compatibility.&#8221;</p>
<p>Edwin Cromley, a collaborator on the project, <a href=\"https://github.com/WordPress/gutenberg/issues/3304#issuecomment-341470058\" rel=\"noopener\" target=\"_blank\">said</a> that the team anticipates that certain themes and plugins will be broken and that it is not possible to accommodate every possible use case. He admitted that the iframe solution may not meet the project&#8217;s goals. Instead, he advocates creating the best experience for the vast majority of users.</p>
<p>However, the current approach would adversely affect many sites out there that use WordPress primarily as a CMS with meta boxes. WordPress core committer Scott Taylor <a href=\"https://github.com/WordPress/gutenberg/issues/3304#issuecomment-341500339\" rel=\"noopener\" target=\"_blank\">expressed concerns</a> about custom post types, many of which do not make use of the traditional &#8220;content&#8221; section in favor of meta boxes only.</p>
<p>&#8220;In this current iteration, meta box support is an add-on, when in many people&#8217;s reality, meta boxes ARE the UI, the API, the mechanism they use to compose their CMS,&#8221; Taylor said. &#8220;iframes are the gulag.</p>
<p>&#8220;And we are forgetting the values WP has been built on forever: I should be able to update to the latest version of WP, and have to rewrite nothing. I have so many projects in the wild on WP that I will never touch again. Can I be confident that some of them won&#8217;t break wildly with this change?&#8221;</p>
<p>Hoffman advocated scaling back the scope of the project to focus on the editor component, a popular opinion that many plugin developers share and one that was illustrated in detail in Yoast&#8217;s post proposing an <a href=\"https://yoast.com/gutenberg-alternative-approach/\" rel=\"noopener\" target=\"_blank\">alternative approach to Gutenberg</a>. This approach stages out the changes to the edit screen, giving developers more time to update their plugins, as well as allowing the Gutenberg team to find an adequate solution for meta boxes.</p>
<p><a href=\"https://i1.wp.com/wptavern.com/wp-content/uploads/2017/11/gutenberg-scaled-back.png?ssl=1\"><img /></a></p>
<p>&#8220;I think that goal would be a lot more achievable if Gutenberg stuck to overhauling the editor rather than taking over the entire page,&#8221; Hoffman said. &#8220;Then we could leave the existing hooks in place and meta boxes could continue to communicate with each other as they do now. Also, asset enqueuing would be a non-issue since it would work as it does today.</p>
<p>&#8220;I&#8217;m in strong agreement with this concept put forth by Yoast, which seems to me like it would maintain much of the work already done while scaling back the scope of the project to focus on the editor component.&#8221;</p>
<p>Gutenberg engineer Riad Benguella indicated the team is not too keen on working towards this concept.</p>
<p>&#8220;Reusing Gutenberg pieces to build this concept is relatively doable, but this is not the UX we want to optimize for, we want to build the best possible editor first and make it available for people without backwards compatibility concerns (fresh installs, no metaboxes&#8230;),&#8221; Benguella said.</p>
<p>&#8220;When we think the ideal vision of Gutenberg is ready to ship, we&#8217;ll have time to discuss upgrade path strategies, a concept like this one is an option for an upgrade path, but definitely not as the final product. Other upgrade paths are also possible.&#8221;</p>
<p>The WordPress developer community is not, however, in favor of delaying this discussion once again. Many are eager to finally answer the question of how meta boxes will fit into the context of the Gutenberg editor so they know how to prepare. Given the numerous issues with the iframes approach, rendering legacy PHP meta boxes under the new editor will require more experimentation and possibly an alternative solution.</p>
<p>&#8220;Why devote thousands of hours into developing the ideal editor if it cannot be made compatible with existing sites?&#8221; Hoffman said. &#8220;If the first impression is that it breaks the UI they depend on, users will never experience the ideal editor in the first place.&#8221;</p>
<p>&#8220;I think it may be a mistake to put this off too far,&#8221; WordPress core committer Aaron Jorbin said. &#8220;Especially since many organizations are going to need at least 1-2 quarters to prepare.&#8221;</p>
<p>Mark Kaplun suggests the Gutenberg team use a popular plugin as a gauge for the success of current and future meta box support experiments.</p>
<p>&#8220;My productive suggestion, is to not declare meta boxes ready, as long as Yoast SEO does not properly work in it,&#8221; Kaplun said. &#8220;It is both slightly complex in terms of interactions and it is installed on shit loads of sites. If Gutenberg cannot work with it, probably no one is going to use it.&#8221;</p>
<p>Greg Schoppe, who has tested and <a href=\"https://gschoppe.com/\" rel=\"noopener\" target=\"_blank\">written extensively on Gutenberg&#8217;s ongoing development</a>, joined the conversation to advocate for Yoast&#8217;s alternative approach to the project as well.</p>
<p>&#8220;I highly support Yoast&#8217;s view of Gutenberg,&#8221; Schoppe said. &#8220;It is unclear to me how &#8216;upgrade the visual editor&#8217; was reinterpreted to be &#8216;replace the entire post edit interface&#8217; by the Gutenberg team, but it seems directly at odds with the so-called &#8216;Ship of Theseus.&#8217;</p>
<p>&#8220;In this case, the lack of clear direction and support for the existing standard workflows is actively hurting developers now. How can I move forward building a project, without a trusted set of hooks and tools that I can rely on? It is unconscionable to think that such a large software project would entirely upend the standard workflow for developers in a single update. and it is insane that these conversations are just happening now, in November, when the plan is to have a merge approved at the beginning of the year.&#8221;</p>
<p>The <a href=\"https://github.com/WordPress/gutenberg/issues/3304\" rel=\"noopener\" target=\"_blank\">discussion regarding the iframes approach to meta boxes</a> was opened yesterday is still relatively new, but so far the Gutenberg team&#8217;s responses have failed to adequately address the concerns of the developer community in this thread. Finding an approach to meta boxes that preserves WordPress&#8217; powerful CMS capabilities, without alienating users and developers, is one of the Gutenberg team&#8217;s greatest challenges. They are still aiming at producing a merge proposal early next year, but with meta boxes still in the experimentation stage, the team&#8217;s anticipated timetable continues to put the project at odds with the WordPress developer community.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 03 Nov 2017 23:44:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:13:\"
	
	
	
	
	
	
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"WPTavern: Bianca Welds Awarded Kim Parsell Travel Scholarship\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=76264\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wptavern.com/bianca-welds-awarded-kim-parsell-travel-scholarship\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2512:\"<p><img />The WordPress Foundation has awarded <a href=\"http://biancawelds.com/now/\">Bianca Welds</a> with the <a href=\"https://wptavern.com/the-wordpress-foundation-creates-a-traveling-scholarship-in-memory-of-kim-parsell\">Kim Parsell travel scholarship</a> to <a href=\"https://2017.us.wordcamp.org/2017/11/01/announcing-the-kim-parsell-memorial-scholarship-winner-bianca-welds/\">attend WordCamp US 2017</a>. Welds lives in Jamaica and has been using WordPress since 2005. We featured her on the Tavern in 2015 when she <a href=\"https://wptavern.com/insight-into-the-jamaican-wordpress-community-with-bianca-welds\">provided insight</a> into the Jamaican WordPress community.</p>
<p>Welds will be <a href=\"https://2017.us.wordcamp.org/session/pah-jamaican-sign-language-and-wordpress/\">presenting at WordCamp US</a> on how a couple is using WordPress to try to increase understanding and participation of the Deaf community in Jamaica.</p>
<p>&#8220;Besides the fact that I am really excited and honored to have been selected, and humbled by the outpouring of support since the announcement,&#8221; Welds said. &#8220;I&#8217;m looking forward to WordCamp US and meeting even more amazing people from the WordPress community.&#8221;</p>
<p>Welds has identified a few members of the WordPress community in her area and is attempting to create a nucleus to build on, &#8220;We will be starting meetups in December/January,&#8221; she said. &#8220;We also have a workshop series (a bit of an unWordCamp) being planned to help stir up more interest in WordPress and the community.&#8221;</p>
<p>If you see Welds at WCUS, be sure to say hi and congratulate her.</p>
<h2>HeroPress Publishes Essay Dedicated to Kim Parsell</h2>
<p>Coinciding with the scholarship announcement, HeroPress has <a href=\"https://heropress.com/essays/family-well-loved/\">published an essay</a> that members of the community  contributed too, including myself, in memory of <a href=\"https://wptavern.com/kim-parsell-affectionately-known-as-wpmom-passes-away\">Kim Parsell</a>. The theme of the essay is &#8216;What did the WordPress Community Mean to Kim?&#8217;.</p>
<p>It has been nearly three years since Kim passed away but in my conversations with her online and in the physical world, I understood what the community meant to her. It meant family, a responsibility she took very seriously. I highly encourage you to read the essay and the beautiful things people had to say about Kim. She is missed by many but her spirit lives on.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 03 Nov 2017 08:07:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 04 Dec 2017 20:00:08 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Mon, 04 Dec 2017 19:45:09 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";s:16:\"content-encoding\";s:4:\"gzip\";}}s:5:\"build\";s:14:\"20130911040210\";}","no");
INSERT INTO `pcab_options` VALUES("167","_transient_timeout_plugin_slugs","1505159301","no");
INSERT INTO `pcab_options` VALUES("168","_transient_plugin_slugs","a:17:{i:0;s:19:\"akismet/akismet.php\";i:1;s:51:\"all-in-one-wp-security-and-firewall/wp-security.php\";i:2;s:53:\"child-theme-configurator/child-theme-configurator.php\";i:3;s:37:\"disable-comments/disable-comments.php\";i:4;s:34:\"divi-100-login-page/login-page.php\";i:5;s:49:\"elegant-themes-updater/elegant-themes-updater.php\";i:6;s:26:\"html5-maps/freehtmlmap.php\";i:7;s:45:\"limit-login-attempts/limit-login-attempts.php\";i:8;s:27:\"maintenance/maintenance.php\";i:9;s:31:\"wp-nested-pages/nestedpages.php\";i:10;s:27:\"ninja-forms/ninja-forms.php\";i:11;s:36:\"ninja-forms-uploads/file-uploads.php\";i:12;s:27:\"redirection/redirection.php\";i:13;s:39:\"typekit-fonts-for-wordpress/typekit.php\";i:14;s:37:\"wp-store-locator/wp-store-locator.php\";i:15;s:27:\"wp-super-cache/wp-cache.php\";i:16;s:24:\"wordpress-seo/wp-seo.php\";}","no");
INSERT INTO `pcab_options` VALUES("169","recently_activated","a:0:{}","yes");
INSERT INTO `pcab_options` VALUES("566","_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a","1505083454","no");
INSERT INTO `pcab_options` VALUES("567","_site_transient_poptags_40cd750bba9870f18aada2478b24840a","O:8:\"stdClass\":100:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";i:4374;}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";i:2501;}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";i:2373;}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";i:2288;}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";i:1829;}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";i:1604;}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";i:1588;}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";i:1439;}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";i:1355;}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";i:1351;}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";i:1343;}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";i:1275;}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";i:1273;}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";i:1134;}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";i:1055;}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";i:1048;}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";i:998;}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";i:942;}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";i:817;}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";i:815;}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";i:806;}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";i:773;}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";i:771;}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";i:670;}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";i:668;}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";i:663;}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";i:654;}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";i:644;}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";i:643;}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";i:636;}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";i:625;}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";i:610;}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";i:594;}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"ajax\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";i:593;}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";i:589;}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";i:583;}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";i:574;}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";i:573;}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";i:560;}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";i:555;}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";i:542;}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";i:535;}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";i:523;}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"css\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";i:517;}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";i:505;}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";i:500;}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";i:494;}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";i:488;}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";i:476;}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";i:474;}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";i:472;}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";i:469;}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";i:447;}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";i:442;}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";i:441;}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";i:440;}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";i:439;}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";i:434;}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";i:420;}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";i:418;}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";i:409;}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";i:406;}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";i:405;}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";i:404;}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";i:401;}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";i:396;}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";i:385;}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";i:383;}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";i:380;}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";i:370;}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"news\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";i:353;}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";i:344;}s:7:\"payment\";a:3:{s:4:\"name\";s:7:\"payment\";s:4:\"slug\";s:7:\"payment\";s:5:\"count\";i:336;}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";i:332;}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";i:332;}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";i:331;}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";i:330;}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";i:328;}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";i:326;}s:5:\"popup\";a:3:{s:4:\"name\";s:5:\"popup\";s:4:\"slug\";s:5:\"popup\";s:5:\"count\";i:326;}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";i:321;}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";i:321;}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";i:321;}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";i:310;}s:4:\"chat\";a:3:{s:4:\"name\";s:4:\"chat\";s:4:\"slug\";s:4:\"chat\";s:5:\"count\";i:301;}s:6:\"simple\";a:3:{s:4:\"name\";s:6:\"simple\";s:4:\"slug\";s:6:\"simple\";s:5:\"count\";i:300;}s:8:\"redirect\";a:3:{s:4:\"name\";s:8:\"redirect\";s:4:\"slug\";s:8:\"redirect\";s:5:\"count\";i:298;}s:3:\"tag\";a:3:{s:4:\"name\";s:3:\"tag\";s:4:\"slug\";s:3:\"tag\";s:5:\"count\";i:292;}s:16:\"custom-post-type\";a:3:{s:4:\"name\";s:16:\"custom post type\";s:4:\"slug\";s:16:\"custom-post-type\";s:5:\"count\";i:290;}s:15:\"payment-gateway\";a:3:{s:4:\"name\";s:15:\"payment gateway\";s:4:\"slug\";s:15:\"payment-gateway\";s:5:\"count\";i:289;}s:11:\"advertising\";a:3:{s:4:\"name\";s:11:\"advertising\";s:4:\"slug\";s:11:\"advertising\";s:5:\"count\";i:285;}s:5:\"forms\";a:3:{s:4:\"name\";s:5:\"forms\";s:4:\"slug\";s:5:\"forms\";s:5:\"count\";i:283;}s:7:\"adsense\";a:3:{s:4:\"name\";s:7:\"adsense\";s:4:\"slug\";s:7:\"adsense\";s:5:\"count\";i:283;}s:6:\"author\";a:3:{s:4:\"name\";s:6:\"author\";s:4:\"slug\";s:6:\"author\";s:5:\"count\";i:282;}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";i:278;}s:8:\"lightbox\";a:3:{s:4:\"name\";s:8:\"lightbox\";s:4:\"slug\";s:8:\"lightbox\";s:5:\"count\";i:277;}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";i:273;}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";i:270;}s:7:\"captcha\";a:3:{s:4:\"name\";s:7:\"captcha\";s:4:\"slug\";s:7:\"captcha\";s:5:\"count\";i:270;}s:7:\"tinymce\";a:3:{s:4:\"name\";s:7:\"tinyMCE\";s:4:\"slug\";s:7:\"tinymce\";s:5:\"count\";i:270;}}","no");
INSERT INTO `pcab_options` VALUES("174","maintenance_db_version","1","yes");
INSERT INTO `pcab_options` VALUES("175","maintenance_options","a:20:{s:5:\"state\";i:1;s:10:\"page_title\";s:29:\"Website is under construction\";s:7:\"heading\";s:27:\"We\\\'re updating our site...\";s:11:\"description\";s:23:\"Please check back soon.\";s:11:\"footer_text\";s:25:\"© Pioneer Cabinetry 2017\";s:10:\"logo_width\";s:3:\"220\";s:11:\"logo_height\";s:0:\"\";s:4:\"logo\";s:1:\"7\";s:11:\"retina_logo\";s:1:\"0\";s:7:\"body_bg\";s:1:\"6\";s:13:\"body_bg_color\";s:7:\"#111111\";s:10:\"font_color\";s:7:\"#000000\";s:16:\"body_font_family\";s:19:\"Open Sans Condensed\";s:16:\"body_font_subset\";s:8:\"cyrillic\";s:17:\"admin_bar_enabled\";s:1:\"1\";s:15:\"gg_analytics_id\";s:0:\"\";s:14:\"blur_intensity\";s:1:\"5\";s:7:\"is_blur\";s:1:\"1\";s:8:\"is_login\";s:1:\"1\";s:10:\"custom_css\";s:0:\"\";}","yes");
INSERT INTO `pcab_options` VALUES("248","wpseo_sitemap_1_cache_validator","6df3W","no");
INSERT INTO `pcab_options` VALUES("379","limit_login_retries","a:1:{s:12:\"66.188.49.45\";i:1;}","no");
INSERT INTO `pcab_options` VALUES("380","limit_login_retries_valid","a:1:{s:12:\"66.188.49.45\";i:1507789466;}","no");
INSERT INTO `pcab_options` VALUES("208","nestedpages_menu","3","yes");
INSERT INTO `pcab_options` VALUES("209","nestedpages_posttypes","a:1:{s:4:\"page\";a:1:{s:12:\"replace_menu\";b:1;}}","yes");
INSERT INTO `pcab_options` VALUES("200","disable_comments_options","a:5:{s:19:\"disabled_post_types\";a:3:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:10:\"attachment\";}s:17:\"remove_everywhere\";b:1;s:9:\"permanent\";b:0;s:16:\"extra_post_types\";b:0;s:10:\"db_version\";i:6;}","yes");
INSERT INTO `pcab_options` VALUES("190","ossdl_off_cdn_url","http://www.pioneercabinetry.co","yes");
INSERT INTO `pcab_options` VALUES("191","ossdl_off_blog_url","http://www.pioneercabinetry.co","yes");
INSERT INTO `pcab_options` VALUES("192","ossdl_off_include_dirs","wp-content,wp-includes","yes");
INSERT INTO `pcab_options` VALUES("193","ossdl_off_exclude",".php","yes");
INSERT INTO `pcab_options` VALUES("194","ossdl_cname","","yes");
INSERT INTO `pcab_options` VALUES("195","wpsupercache_start","1504895215","yes");
INSERT INTO `pcab_options` VALUES("196","wpsupercache_count","0","yes");
INSERT INTO `pcab_options` VALUES("205","freehtml5map_options","a:0:{}","no");
INSERT INTO `pcab_options` VALUES("2510","_site_transient_et_core_path","/home/pioneercabinetry/public_html/wp-content/themes/Divi/core","no");
INSERT INTO `pcab_options` VALUES("607","_site_transient_timeout_et_core_version","1518407943","no");
INSERT INTO `pcab_options` VALUES("2509","_site_transient_timeout_et_core_path","1518407943","no");
INSERT INTO `pcab_options` VALUES("604","_site_transient_update_plugins","O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1518171862;s:8:\"response\";a:12:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":11:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"4.0.2\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.0.2.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:7:\"default\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";}s:7:\"banners\";a:2:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";s:7:\"default\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.1\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:51:\"all-in-one-wp-security-and-firewall/wp-security.php\";O:8:\"stdClass\":11:{s:2:\"id\";s:49:\"w.org/plugins/all-in-one-wp-security-and-firewall\";s:4:\"slug\";s:35:\"all-in-one-wp-security-and-firewall\";s:6:\"plugin\";s:51:\"all-in-one-wp-security-and-firewall/wp-security.php\";s:11:\"new_version\";s:5:\"4.3.2\";s:3:\"url\";s:66:\"https://wordpress.org/plugins/all-in-one-wp-security-and-firewall/\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/plugin/all-in-one-wp-security-and-firewall.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:88:\"https://ps.w.org/all-in-one-wp-security-and-firewall/assets/icon-128x128.png?rev=1232826\";s:7:\"default\";s:88:\"https://ps.w.org/all-in-one-wp-security-and-firewall/assets/icon-128x128.png?rev=1232826\";}s:7:\"banners\";a:2:{s:2:\"1x\";s:90:\"https://ps.w.org/all-in-one-wp-security-and-firewall/assets/banner-772x250.png?rev=1232826\";s:7:\"default\";s:90:\"https://ps.w.org/all-in-one-wp-security-and-firewall/assets/banner-772x250.png?rev=1232826\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.2\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:37:\"disable-comments/disable-comments.php\";O:8:\"stdClass\":11:{s:2:\"id\";s:30:\"w.org/plugins/disable-comments\";s:4:\"slug\";s:16:\"disable-comments\";s:6:\"plugin\";s:37:\"disable-comments/disable-comments.php\";s:11:\"new_version\";s:5:\"1.7.1\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/disable-comments/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/disable-comments.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:68:\"https://ps.w.org/disable-comments/assets/icon-128x128.png?rev=971176\";s:2:\"2x\";s:68:\"https://ps.w.org/disable-comments/assets/icon-256x256.png?rev=971176\";s:7:\"default\";s:68:\"https://ps.w.org/disable-comments/assets/icon-256x256.png?rev=971176\";}s:7:\"banners\";a:3:{s:2:\"2x\";s:72:\"https://ps.w.org/disable-comments/assets/banner-1544x500.png?rev=1652560\";s:2:\"1x\";s:71:\"https://ps.w.org/disable-comments/assets/banner-772x250.png?rev=1652560\";s:7:\"default\";s:72:\"https://ps.w.org/disable-comments/assets/banner-1544x500.png?rev=1652560\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.1\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:26:\"html5-maps/freehtmlmap.php\";O:8:\"stdClass\":11:{s:2:\"id\";s:24:\"w.org/plugins/html5-maps\";s:4:\"slug\";s:10:\"html5-maps\";s:6:\"plugin\";s:26:\"html5-maps/freehtmlmap.php\";s:11:\"new_version\";s:7:\"1.6.1.3\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/html5-maps/\";s:7:\"package\";s:53:\"https://downloads.wordpress.org/plugin/html5-maps.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:63:\"https://ps.w.org/html5-maps/assets/icon-128x128.png?rev=1624238\";s:7:\"default\";s:63:\"https://ps.w.org/html5-maps/assets/icon-128x128.png?rev=1624238\";}s:7:\"banners\";a:3:{s:2:\"2x\";s:66:\"https://ps.w.org/html5-maps/assets/banner-1544x500.png?rev=1625848\";s:2:\"1x\";s:65:\"https://ps.w.org/html5-maps/assets/banner-772x250.png?rev=1184701\";s:7:\"default\";s:66:\"https://ps.w.org/html5-maps/assets/banner-1544x500.png?rev=1625848\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.3\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:27:\"maintenance/maintenance.php\";O:8:\"stdClass\":11:{s:2:\"id\";s:25:\"w.org/plugins/maintenance\";s:4:\"slug\";s:11:\"maintenance\";s:6:\"plugin\";s:27:\"maintenance/maintenance.php\";s:11:\"new_version\";s:3:\"3.6\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/maintenance/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/maintenance.3.6.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:64:\"https://ps.w.org/maintenance/assets/icon-128x128.png?rev=1220832\";s:2:\"2x\";s:63:\"https://ps.w.org/maintenance/assets/icon-256x256.png?rev=993211\";s:7:\"default\";s:63:\"https://ps.w.org/maintenance/assets/icon-256x256.png?rev=993211\";}s:7:\"banners\";a:2:{s:2:\"1x\";s:66:\"https://ps.w.org/maintenance/assets/banner-772x250.png?rev=1637471\";s:7:\"default\";s:66:\"https://ps.w.org/maintenance/assets/banner-772x250.png?rev=1637471\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.2\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:31:\"wp-nested-pages/nestedpages.php\";O:8:\"stdClass\":11:{s:2:\"id\";s:29:\"w.org/plugins/wp-nested-pages\";s:4:\"slug\";s:15:\"wp-nested-pages\";s:6:\"plugin\";s:31:\"wp-nested-pages/nestedpages.php\";s:11:\"new_version\";s:5:\"2.0.4\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/wp-nested-pages/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/wp-nested-pages.2.0.4.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:68:\"https://ps.w.org/wp-nested-pages/assets/icon-128x128.png?rev=1690043\";s:7:\"default\";s:68:\"https://ps.w.org/wp-nested-pages/assets/icon-128x128.png?rev=1690043\";}s:7:\"banners\";a:2:{s:2:\"1x\";s:70:\"https://ps.w.org/wp-nested-pages/assets/banner-772x250.png?rev=1690043\";s:7:\"default\";s:70:\"https://ps.w.org/wp-nested-pages/assets/banner-772x250.png?rev=1690043\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.1\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:27:\"ninja-forms/ninja-forms.php\";O:8:\"stdClass\":11:{s:2:\"id\";s:25:\"w.org/plugins/ninja-forms\";s:4:\"slug\";s:11:\"ninja-forms\";s:6:\"plugin\";s:27:\"ninja-forms/ninja-forms.php\";s:11:\"new_version\";s:6:\"3.2.11\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/ninja-forms/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/ninja-forms.3.2.11.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:64:\"https://ps.w.org/ninja-forms/assets/icon-128x128.png?rev=1649747\";s:2:\"2x\";s:64:\"https://ps.w.org/ninja-forms/assets/icon-256x256.png?rev=1649747\";s:7:\"default\";s:64:\"https://ps.w.org/ninja-forms/assets/icon-256x256.png?rev=1649747\";}s:7:\"banners\";a:3:{s:2:\"2x\";s:67:\"https://ps.w.org/ninja-forms/assets/banner-1544x500.png?rev=1649747\";s:2:\"1x\";s:66:\"https://ps.w.org/ninja-forms/assets/banner-772x250.png?rev=1649747\";s:7:\"default\";s:67:\"https://ps.w.org/ninja-forms/assets/banner-1544x500.png?rev=1649747\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.2\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:27:\"redirection/redirection.php\";O:8:\"stdClass\":11:{s:2:\"id\";s:25:\"w.org/plugins/redirection\";s:4:\"slug\";s:11:\"redirection\";s:6:\"plugin\";s:27:\"redirection/redirection.php\";s:11:\"new_version\";s:5:\"3.1.1\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/redirection/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/redirection.3.1.1.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:63:\"https://ps.w.org/redirection/assets/icon-128x128.jpg?rev=983640\";s:2:\"2x\";s:63:\"https://ps.w.org/redirection/assets/icon-256x256.jpg?rev=983639\";s:7:\"default\";s:63:\"https://ps.w.org/redirection/assets/icon-256x256.jpg?rev=983639\";}s:7:\"banners\";a:3:{s:2:\"2x\";s:66:\"https://ps.w.org/redirection/assets/banner-1544x500.jpg?rev=983641\";s:2:\"1x\";s:65:\"https://ps.w.org/redirection/assets/banner-772x250.jpg?rev=983642\";s:7:\"default\";s:66:\"https://ps.w.org/redirection/assets/banner-1544x500.jpg?rev=983641\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.2\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:39:\"typekit-fonts-for-wordpress/typekit.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:41:\"w.org/plugins/typekit-fonts-for-wordpress\";s:4:\"slug\";s:27:\"typekit-fonts-for-wordpress\";s:6:\"plugin\";s:39:\"typekit-fonts-for-wordpress/typekit.php\";s:11:\"new_version\";s:5:\"1.9.0\";s:3:\"url\";s:58:\"https://wordpress.org/plugins/typekit-fonts-for-wordpress/\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/plugin/typekit-fonts-for-wordpress.1.9.0.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:80:\"https://ps.w.org/typekit-fonts-for-wordpress/assets/icon-128x128.png?rev=1262123\";s:2:\"2x\";s:79:\"https://ps.w.org/typekit-fonts-for-wordpress/assets/icon-256x256.png?rev=975019\";s:7:\"default\";s:79:\"https://ps.w.org/typekit-fonts-for-wordpress/assets/icon-256x256.png?rev=975019\";}s:7:\"banners\";a:2:{s:2:\"1x\";s:81:\"https://ps.w.org/typekit-fonts-for-wordpress/assets/banner-772x250.png?rev=478920\";s:7:\"default\";s:81:\"https://ps.w.org/typekit-fonts-for-wordpress/assets/banner-772x250.png?rev=478920\";}s:11:\"banners_rtl\";a:0:{}s:14:\"upgrade_notice\";s:100:\"<ul>
<li>Simplified settings screen, add support for Typekit&#039;s new CSS embed method.</li>
</ul>\";s:6:\"tested\";s:5:\"4.9.1\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:37:\"wp-store-locator/wp-store-locator.php\";O:8:\"stdClass\":11:{s:2:\"id\";s:30:\"w.org/plugins/wp-store-locator\";s:4:\"slug\";s:16:\"wp-store-locator\";s:6:\"plugin\";s:37:\"wp-store-locator/wp-store-locator.php\";s:11:\"new_version\";s:6:\"2.2.11\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/wp-store-locator/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/wp-store-locator.2.2.11.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:69:\"https://ps.w.org/wp-store-locator/assets/icon-128x128.jpg?rev=1007784\";s:2:\"2x\";s:69:\"https://ps.w.org/wp-store-locator/assets/icon-256x256.jpg?rev=1007784\";s:7:\"default\";s:69:\"https://ps.w.org/wp-store-locator/assets/icon-256x256.jpg?rev=1007784\";}s:7:\"banners\";a:2:{s:2:\"1x\";s:70:\"https://ps.w.org/wp-store-locator/assets/banner-772x250.jpg?rev=830722\";s:7:\"default\";s:70:\"https://ps.w.org/wp-store-locator/assets/banner-772x250.jpg?rev=830722\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.1\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:27:\"wp-super-cache/wp-cache.php\";O:8:\"stdClass\":11:{s:2:\"id\";s:28:\"w.org/plugins/wp-super-cache\";s:4:\"slug\";s:14:\"wp-super-cache\";s:6:\"plugin\";s:27:\"wp-super-cache/wp-cache.php\";s:11:\"new_version\";s:5:\"1.5.9\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/wp-super-cache/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/wp-super-cache.1.5.9.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:67:\"https://ps.w.org/wp-super-cache/assets/icon-128x128.png?rev=1095422\";s:2:\"2x\";s:67:\"https://ps.w.org/wp-super-cache/assets/icon-256x256.png?rev=1095422\";s:7:\"default\";s:67:\"https://ps.w.org/wp-super-cache/assets/icon-256x256.png?rev=1095422\";}s:7:\"banners\";a:3:{s:2:\"2x\";s:70:\"https://ps.w.org/wp-super-cache/assets/banner-1544x500.png?rev=1082414\";s:2:\"1x\";s:69:\"https://ps.w.org/wp-super-cache/assets/banner-772x250.png?rev=1082414\";s:7:\"default\";s:70:\"https://ps.w.org/wp-super-cache/assets/banner-1544x500.png?rev=1082414\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.1\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":11:{s:2:\"id\";s:27:\"w.org/plugins/wordpress-seo\";s:4:\"slug\";s:13:\"wordpress-seo\";s:6:\"plugin\";s:24:\"wordpress-seo/wp-seo.php\";s:11:\"new_version\";s:3:\"6.2\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/wordpress-seo.6.2.zip\";s:5:\"icons\";a:4:{s:2:\"1x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-128x128.png?rev=1550389\";s:2:\"2x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-256x256.png?rev=1550389\";s:3:\"svg\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=1203032\";s:7:\"default\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=1203032\";}s:7:\"banners\";a:3:{s:2:\"2x\";s:69:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=1695112\";s:2:\"1x\";s:68:\"https://ps.w.org/wordpress-seo/assets/banner-772x250.png?rev=1695112\";s:7:\"default\";s:69:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=1695112\";}s:11:\"banners_rtl\";a:3:{s:2:\"2x\";s:73:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=1695112\";s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-seo/assets/banner-772x250-rtl.png?rev=1695112\";s:7:\"default\";s:73:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=1695112\";}s:6:\"tested\";s:5:\"4.9.2\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:2:{s:53:\"child-theme-configurator/child-theme-configurator.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:38:\"w.org/plugins/child-theme-configurator\";s:4:\"slug\";s:24:\"child-theme-configurator\";s:6:\"plugin\";s:53:\"child-theme-configurator/child-theme-configurator.php\";s:11:\"new_version\";s:7:\"2.2.8.1\";s:3:\"url\";s:55:\"https://wordpress.org/plugins/child-theme-configurator/\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/plugin/child-theme-configurator.2.2.8.1.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:77:\"https://ps.w.org/child-theme-configurator/assets/icon-128x128.png?rev=1557885\";s:7:\"default\";s:77:\"https://ps.w.org/child-theme-configurator/assets/icon-128x128.png?rev=1557885\";}s:7:\"banners\";a:2:{s:2:\"1x\";s:79:\"https://ps.w.org/child-theme-configurator/assets/banner-772x250.jpg?rev=1557885\";s:7:\"default\";s:79:\"https://ps.w.org/child-theme-configurator/assets/banner-772x250.jpg?rev=1557885\";}s:11:\"banners_rtl\";a:0:{}}s:45:\"limit-login-attempts/limit-login-attempts.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:34:\"w.org/plugins/limit-login-attempts\";s:4:\"slug\";s:20:\"limit-login-attempts\";s:6:\"plugin\";s:45:\"limit-login-attempts/limit-login-attempts.php\";s:11:\"new_version\";s:5:\"1.7.1\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/limit-login-attempts/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/limit-login-attempts.1.7.1.zip\";s:5:\"icons\";a:0:{}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}}}","no");
INSERT INTO `pcab_options` VALUES("210","nestedpages_version","2.0.1","yes");
INSERT INTO `pcab_options` VALUES("211","nestedpages_menusync","nosync","yes");
INSERT INTO `pcab_options` VALUES("214","ninja_forms_version","3.1.9","yes");
INSERT INTO `pcab_options` VALUES("215","ninja_forms_settings","a:14:{s:11:\"date_format\";s:5:\"m/d/Y\";s:8:\"currency\";s:3:\"USD\";s:18:\"recaptcha_site_key\";s:40:\"6Let4iMTAAAAAJQUyF2fmcWflloSiRpdtgwz1alV\";s:20:\"recaptcha_secret_key\";s:40:\"6Let4iMTAAAAABraiFpFlffO51MX1eSv291qfDQ8\";s:14:\"recaptcha_lang\";s:2:\"en\";s:19:\"delete_on_uninstall\";s:1:\"0\";s:21:\"disable_admin_notices\";s:1:\"0\";s:15:\"recaptcha_theme\";s:5:\"light\";s:18:\"opinionated_styles\";s:0:\"\";s:15:\"currency_symbol\";s:5:\"&#36;\";s:21:\"uploads_table_version\";s:6:\"3.0.10\";s:15:\"uploads_license\";s:32:\"c9985da8a6b110c421933f36b5cd94d6\";s:21:\"uploads_license_error\";s:0:\"\";s:22:\"uploads_license_status\";s:5:\"valid\";}","yes");
INSERT INTO `pcab_options` VALUES("428","nf_form_2","a:4:{s:2:\"id\";i:2;s:6:\"fields\";a:7:{i:0;a:2:{s:2:\"id\";i:5;s:8:\"settings\";a:44:{s:4:\"type\";s:7:\"textbox\";s:5:\"order\";s:1:\"0\";s:6:\"fav_id\";s:0:\"\";s:6:\"def_id\";s:1:\"6\";s:5:\"label\";s:10:\"First Name\";s:9:\"label_pos\";s:5:\"above\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:10:\"send_email\";s:1:\"0\";s:10:\"from_email\";s:1:\"0\";s:10:\"first_name\";s:1:\"1\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:14:\"user_address_1\";s:0:\"\";s:14:\"user_address_2\";s:0:\"\";s:9:\"user_city\";s:0:\"\";s:8:\"user_zip\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";s:13:\"element_class\";s:11:\"ninja-input\";s:8:\"required\";s:1:\"1\";s:3:\"key\";s:10:\"textbox_15\";s:9:\"parent_id\";i:2;s:10:\"created_at\";s:19:\"2017-09-10 12:21:31\";}}i:1;a:2:{s:2:\"id\";i:6;s:8:\"settings\";a:43:{s:4:\"type\";s:8:\"lastname\";s:5:\"order\";s:1:\"1\";s:6:\"fav_id\";s:0:\"\";s:6:\"def_id\";s:1:\"7\";s:5:\"label\";s:9:\"Last Name\";s:9:\"label_pos\";s:5:\"above\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:10:\"send_email\";s:1:\"0\";s:10:\"from_email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:14:\"user_address_1\";s:0:\"\";s:14:\"user_address_2\";s:0:\"\";s:9:\"user_city\";s:0:\"\";s:8:\"user_zip\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";s:13:\"element_class\";s:11:\"ninja-input\";s:8:\"required\";s:1:\"1\";s:3:\"key\";s:11:\"lastname_16\";s:9:\"parent_id\";i:2;s:10:\"created_at\";s:19:\"2017-09-10 12:21:31\";}}i:2;a:2:{s:2:\"id\";i:7;s:8:\"settings\";a:39:{s:4:\"type\";s:7:\"textbox\";s:5:\"order\";s:1:\"2\";s:6:\"fav_id\";s:0:\"\";s:6:\"def_id\";s:0:\"\";s:5:\"label\";s:11:\"Dealer Name\";s:15:\"input_limit_msg\";s:17:\"character(s) left\";s:9:\"label_pos\";s:5:\"above\";s:11:\"placeholder\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:14:\"user_address_1\";s:0:\"\";s:14:\"user_address_2\";s:0:\"\";s:9:\"user_city\";s:0:\"\";s:8:\"user_zip\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:21:\"user_info_field_group\";s:1:\"1\";s:13:\"disable_input\";s:1:\"0\";s:4:\"mask\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:17:\"calc_auto_include\";s:1:\"0\";s:10:\"datepicker\";s:1:\"0\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";s:13:\"element_class\";s:11:\"ninja-input\";s:8:\"required\";s:1:\"1\";s:3:\"key\";s:10:\"textbox_17\";s:9:\"parent_id\";i:2;s:10:\"created_at\";s:19:\"2017-09-10 12:21:31\";}}i:3;a:2:{s:2:\"id\";i:8;s:8:\"settings\";a:27:{s:4:\"type\";s:8:\"textarea\";s:5:\"order\";s:1:\"3\";s:6:\"fav_id\";s:0:\"\";s:6:\"def_id\";s:0:\"\";s:5:\"label\";s:27:\"Description of product used\";s:15:\"input_limit_msg\";s:17:\"character(s) left\";s:9:\"label_pos\";s:5:\"above\";s:13:\"default_value\";s:0:\"\";s:12:\"textarea_rte\";s:1:\"0\";s:14:\"textarea_media\";s:1:\"0\";s:18:\"disable_rte_mobile\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:17:\"calc_auto_include\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:11:\"admin_label\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";s:13:\"element_class\";s:11:\"ninja-input\";s:8:\"required\";s:1:\"0\";s:7:\"default\";s:0:\"\";s:3:\"key\";s:11:\"textarea_18\";s:9:\"parent_id\";i:2;s:10:\"created_at\";s:19:\"2017-09-10 12:21:31\";}}i:4;a:2:{s:2:\"id\";i:9;s:8:\"settings\";a:25:{s:4:\"type\";s:11:\"file_upload\";s:5:\"order\";s:1:\"4\";s:6:\"fav_id\";s:0:\"\";s:6:\"def_id\";s:0:\"\";s:5:\"label\";s:12:\"Image Upload\";s:15:\"input_limit_msg\";s:17:\"character(s) left\";s:9:\"label_pos\";s:5:\"above\";s:18:\"upload_multi_count\";s:1:\"1\";s:12:\"upload_types\";s:19:\".jpg,.png,.pdf,.tif\";s:13:\"upload_rename\";s:0:\"\";s:13:\"media_library\";s:1:\"0\";s:17:\"calc_auto_include\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:11:\"admin_label\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";s:14:\"save_to_server\";s:1:\"1\";s:13:\"element_class\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:3:\"key\";s:14:\"file_upload_21\";s:9:\"parent_id\";i:2;s:10:\"created_at\";s:19:\"2017-09-10 12:21:31\";}}i:5;a:2:{s:2:\"id\";i:10;s:8:\"settings\";a:14:{s:4:\"type\";s:9:\"recaptcha\";s:5:\"order\";s:1:\"5\";s:6:\"fav_id\";s:0:\"\";s:6:\"def_id\";s:0:\"\";s:5:\"label\";s:30:\"Confirm that you are not a bot\";s:15:\"input_limit_msg\";s:17:\"character(s) left\";s:9:\"label_pos\";s:5:\"above\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";s:8:\"required\";s:1:\"1\";s:3:\"key\";s:12:\"recaptcha_19\";s:9:\"parent_id\";i:2;s:10:\"created_at\";s:19:\"2017-09-10 12:21:31\";}}i:6;a:2:{s:2:\"id\";i:11;s:8:\"settings\";a:16:{s:4:\"type\";s:6:\"submit\";s:5:\"order\";s:1:\"6\";s:6:\"fav_id\";s:0:\"\";s:6:\"def_id\";s:0:\"\";s:5:\"label\";s:6:\"Submit\";s:15:\"input_limit_msg\";s:17:\"character(s) left\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";s:16:\"processing_label\";s:10:\"Processing\";s:13:\"element_class\";s:12:\"ninja-button\";s:3:\"key\";s:9:\"submit_20\";s:9:\"parent_id\";i:2;s:10:\"created_at\";s:19:\"2017-09-10 12:21:31\";}}}s:7:\"actions\";a:1:{i:0;a:2:{s:2:\"id\";i:5;s:8:\"settings\";a:6:{s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:4:\"save\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2017-09-10 12:21:32\";s:5:\"label\";s:9:\"Save Form\";}}}s:8:\"settings\";a:7:{s:12:\"date_updated\";s:19:\"2016-06-29 20:09:22\";s:14:\"clear_complete\";s:1:\"1\";s:13:\"hide_complete\";s:1:\"1\";s:10:\"show_title\";s:1:\"0\";s:6:\"status\";s:0:\"\";s:5:\"title\";s:13:\"Dealer Upload\";s:10:\"created_at\";s:19:\"2017-09-10 12:21:31\";}}","yes");
INSERT INTO `pcab_options` VALUES("219","nf_form_1","a:7:{s:2:\"id\";i:1;s:20:\"show_publish_options\";b:0;s:6:\"fields\";a:5:{i:0;a:2:{s:8:\"settings\";a:70:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:1;s:5:\"label\";s:4:\"Name\";s:3:\"key\";s:4:\"name\";s:4:\"type\";s:7:\"textbox\";s:10:\"created_at\";s:19:\"2017-09-08 14:31:25\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:11:\"ninja-input\";s:15:\"container_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:11:\"custom_mask\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3277\";s:14:\"drawerDisabled\";b:0;}s:2:\"id\";i:1;}i:1;a:2:{s:8:\"settings\";a:62:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:2;s:5:\"label\";s:5:\"Email\";s:3:\"key\";s:5:\"email\";s:4:\"type\";s:5:\"email\";s:10:\"created_at\";s:19:\"2017-09-08 14:31:25\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:11:\"ninja-input\";s:15:\"container_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3281\";s:14:\"drawerDisabled\";b:0;}s:2:\"id\";i:2;}i:2;a:2:{s:8:\"settings\";a:71:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:3;s:5:\"label\";s:7:\"Message\";s:3:\"key\";s:7:\"message\";s:4:\"type\";s:8:\"textarea\";s:10:\"created_at\";s:19:\"2017-09-08 14:31:25\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:11:\"ninja-input\";s:15:\"container_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:12:\"textarea_rte\";s:0:\"\";s:18:\"disable_rte_mobile\";s:0:\"\";s:14:\"textarea_media\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3284\";s:14:\"drawerDisabled\";b:0;}s:2:\"id\";i:3;}i:3;a:2:{s:8:\"settings\";a:9:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:4;s:4:\"type\";s:9:\"recaptcha\";s:5:\"label\";s:9:\"Recaptcha\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:3:\"key\";s:23:\"recaptcha_1505060549537\";}s:2:\"id\";s:2:\"21\";}i:4;a:2:{s:8:\"settings\";a:69:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:5;s:5:\"label\";s:4:\"Send\";s:3:\"key\";s:18:\"send_1505060568611\";s:4:\"type\";s:6:\"submit\";s:10:\"created_at\";s:19:\"2017-09-08 14:31:25\";s:16:\"processing_label\";s:10:\"Processing\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:12:\"ninja-button\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:44:\"submit_element_hover_styles_background-color\";s:0:\"\";s:34:\"submit_element_hover_styles_border\";s:0:\"\";s:40:\"submit_element_hover_styles_border-style\";s:0:\"\";s:40:\"submit_element_hover_styles_border-color\";s:0:\"\";s:33:\"submit_element_hover_styles_color\";s:0:\"\";s:34:\"submit_element_hover_styles_height\";s:0:\"\";s:33:\"submit_element_hover_styles_width\";s:0:\"\";s:37:\"submit_element_hover_styles_font-size\";s:0:\"\";s:34:\"submit_element_hover_styles_margin\";s:0:\"\";s:35:\"submit_element_hover_styles_padding\";s:0:\"\";s:35:\"submit_element_hover_styles_display\";s:0:\"\";s:33:\"submit_element_hover_styles_float\";s:0:\"\";s:45:\"submit_element_hover_styles_show_advanced_css\";s:1:\"0\";s:36:\"submit_element_hover_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3287\";s:14:\"drawerDisabled\";b:0;}s:2:\"id\";i:4;}}s:7:\"actions\";a:3:{i:0;a:2:{s:8:\"settings\";a:26:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:4:\"save\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2017-09-08 14:31:25\";s:5:\"label\";s:16:\"Store Submission\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:16:\"{wp:admin_email}\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:19:\"email_message_plain\";s:0:\"\";s:18:\"payment_total_type\";s:0:\"\";}s:2:\"id\";i:1;}i:1;a:2:{s:8:\"settings\";a:28:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:5:\"email\";s:6:\"active\";s:1:\"0\";s:10:\"created_at\";s:19:\"2017-09-08 14:31:25\";s:5:\"label\";s:18:\"Email Confirmation\";s:2:\"to\";s:13:\"{field:email}\";s:7:\"subject\";s:24:\"This is an email action.\";s:7:\"message\";s:19:\"Hello, Ninja Forms!\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:13:\"email_subject\";s:24:\"Submission Confirmation \";s:13:\"email_message\";s:29:\"<p>{all_fields_table}<br></p>\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:0:\"\";s:19:\"email_message_plain\";s:0:\"\";s:18:\"payment_total_type\";s:0:\"\";s:14:\"drawerDisabled\";s:0:\"\";}s:2:\"id\";i:2;}i:2;a:2:{s:8:\"settings\";a:26:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:5:\"email\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2017-09-08 14:31:25\";s:5:\"label\";s:18:\"Email Notification\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:20:\"{system:admin_email}\";s:13:\"email_subject\";s:37:\"Message form PioneerCabinetry Website\";s:13:\"email_message\";s:126:\"<h2>The following person has responded from our contact page.</h2><p>{field:message}</p><p>-{field:name} ( {field:email} )</p>\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:13:\"{field:email}\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:1:\"0\";s:19:\"email_message_plain\";s:0:\"\";s:18:\"payment_total_type\";s:0:\"\";s:14:\"drawerDisabled\";b:0;}s:2:\"id\";i:3;}}s:8:\"settings\";a:102:{s:10:\"objectType\";s:12:\"Form Setting\";s:10:\"editActive\";b:1;s:5:\"title\";s:12:\"Contact Form\";s:3:\"key\";s:0:\"\";s:10:\"created_at\";s:19:\"2017-09-08 14:31:25\";s:17:\"default_label_pos\";s:5:\"above\";s:10:\"conditions\";a:0:{}s:10:\"show_title\";i:0;s:14:\"clear_complete\";s:1:\"1\";s:13:\"hide_complete\";s:1:\"1\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:10:\"add_submit\";s:1:\"1\";s:9:\"logged_in\";s:0:\"\";s:17:\"not_logged_in_msg\";s:0:\"\";s:16:\"sub_limit_number\";s:0:\"\";s:13:\"sub_limit_msg\";s:0:\"\";s:12:\"calculations\";a:0:{}s:15:\"formContentData\";a:5:{i:0;s:4:\"name\";i:1;s:5:\"email\";i:2;s:7:\"message\";i:3;s:23:\"recaptcha_1505060549537\";i:4;s:18:\"send_1505060568611\";}s:33:\"container_styles_background-color\";s:0:\"\";s:23:\"container_styles_border\";s:0:\"\";s:29:\"container_styles_border-style\";s:0:\"\";s:29:\"container_styles_border-color\";s:0:\"\";s:22:\"container_styles_color\";s:0:\"\";s:23:\"container_styles_height\";s:0:\"\";s:22:\"container_styles_width\";s:0:\"\";s:26:\"container_styles_font-size\";s:0:\"\";s:23:\"container_styles_margin\";s:0:\"\";s:24:\"container_styles_padding\";s:0:\"\";s:24:\"container_styles_display\";s:0:\"\";s:22:\"container_styles_float\";s:0:\"\";s:34:\"container_styles_show_advanced_css\";s:1:\"0\";s:25:\"container_styles_advanced\";s:0:\"\";s:29:\"title_styles_background-color\";s:0:\"\";s:19:\"title_styles_border\";s:0:\"\";s:25:\"title_styles_border-style\";s:0:\"\";s:25:\"title_styles_border-color\";s:0:\"\";s:18:\"title_styles_color\";s:0:\"\";s:19:\"title_styles_height\";s:0:\"\";s:18:\"title_styles_width\";s:0:\"\";s:22:\"title_styles_font-size\";s:0:\"\";s:19:\"title_styles_margin\";s:0:\"\";s:20:\"title_styles_padding\";s:0:\"\";s:20:\"title_styles_display\";s:0:\"\";s:18:\"title_styles_float\";s:0:\"\";s:30:\"title_styles_show_advanced_css\";s:1:\"0\";s:21:\"title_styles_advanced\";s:0:\"\";s:27:\"row_styles_background-color\";s:0:\"\";s:17:\"row_styles_border\";s:0:\"\";s:23:\"row_styles_border-style\";s:0:\"\";s:23:\"row_styles_border-color\";s:0:\"\";s:16:\"row_styles_color\";s:0:\"\";s:17:\"row_styles_height\";s:0:\"\";s:16:\"row_styles_width\";s:0:\"\";s:20:\"row_styles_font-size\";s:0:\"\";s:17:\"row_styles_margin\";s:0:\"\";s:18:\"row_styles_padding\";s:0:\"\";s:18:\"row_styles_display\";s:0:\"\";s:28:\"row_styles_show_advanced_css\";s:1:\"0\";s:19:\"row_styles_advanced\";s:0:\"\";s:31:\"row-odd_styles_background-color\";s:0:\"\";s:21:\"row-odd_styles_border\";s:0:\"\";s:27:\"row-odd_styles_border-style\";s:0:\"\";s:27:\"row-odd_styles_border-color\";s:0:\"\";s:20:\"row-odd_styles_color\";s:0:\"\";s:21:\"row-odd_styles_height\";s:0:\"\";s:20:\"row-odd_styles_width\";s:0:\"\";s:24:\"row-odd_styles_font-size\";s:0:\"\";s:21:\"row-odd_styles_margin\";s:0:\"\";s:22:\"row-odd_styles_padding\";s:0:\"\";s:22:\"row-odd_styles_display\";s:0:\"\";s:32:\"row-odd_styles_show_advanced_css\";s:1:\"0\";s:23:\"row-odd_styles_advanced\";s:0:\"\";s:35:\"success-msg_styles_background-color\";s:0:\"\";s:25:\"success-msg_styles_border\";s:0:\"\";s:31:\"success-msg_styles_border-style\";s:0:\"\";s:31:\"success-msg_styles_border-color\";s:0:\"\";s:24:\"success-msg_styles_color\";s:0:\"\";s:25:\"success-msg_styles_height\";s:0:\"\";s:24:\"success-msg_styles_width\";s:0:\"\";s:28:\"success-msg_styles_font-size\";s:0:\"\";s:25:\"success-msg_styles_margin\";s:0:\"\";s:26:\"success-msg_styles_padding\";s:0:\"\";s:26:\"success-msg_styles_display\";s:0:\"\";s:36:\"success-msg_styles_show_advanced_css\";s:1:\"0\";s:27:\"success-msg_styles_advanced\";s:0:\"\";s:33:\"error_msg_styles_background-color\";s:0:\"\";s:23:\"error_msg_styles_border\";s:0:\"\";s:29:\"error_msg_styles_border-style\";s:0:\"\";s:29:\"error_msg_styles_border-color\";s:0:\"\";s:22:\"error_msg_styles_color\";s:0:\"\";s:23:\"error_msg_styles_height\";s:0:\"\";s:22:\"error_msg_styles_width\";s:0:\"\";s:26:\"error_msg_styles_font-size\";s:0:\"\";s:23:\"error_msg_styles_margin\";s:0:\"\";s:24:\"error_msg_styles_padding\";s:0:\"\";s:24:\"error_msg_styles_display\";s:0:\"\";s:34:\"error_msg_styles_show_advanced_css\";s:1:\"0\";s:25:\"error_msg_styles_advanced\";s:0:\"\";s:8:\"currency\";s:0:\"\";s:18:\"unique_field_error\";s:50:\"A form with this value has already been submitted.\";s:14:\"drawerDisabled\";b:0;}s:14:\"deleted_fields\";a:0:{}s:15:\"deleted_actions\";a:0:{}}","yes");
INSERT INTO `pcab_options` VALUES("218","wpsupercache_gc_time","1505149356","yes");
INSERT INTO `pcab_options` VALUES("220","widget_ninja_forms_widget","a:1:{s:12:\"_multiwidget\";i:1;}","yes");
INSERT INTO `pcab_options` VALUES("221","nf_admin_notice","a:2:{s:16:\"one_week_support\";a:2:{s:5:\"start\";s:9:\"9/15/2017\";s:3:\"int\";i:7;}s:14:\"allow_tracking\";a:3:{s:5:\"start\";s:8:\"9/8/2017\";s:3:\"int\";i:0;s:9:\"dismissed\";i:1;}}","yes");
INSERT INTO `pcab_options` VALUES("224","redirection_version","2.3.3","yes");
INSERT INTO `pcab_options` VALUES("225","redirection_options","a:8:{s:7:\"support\";b:0;s:5:\"token\";s:32:\"eea739efc5dc73d117d310ab77a1aeac\";s:12:\"monitor_post\";i:0;s:11:\"auto_target\";s:0:\"\";s:15:\"expire_redirect\";i:7;s:10:\"expire_404\";i:7;s:7:\"modules\";a:0:{}s:10:\"newsletter\";b:0;}","yes");
INSERT INTO `pcab_options` VALUES("229","OM4_Typekit","a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:3:{s:2:\"id\";s:7:\"qyd1xhy\";s:3:\"css\";s:0:\"\";s:5:\"async\";b:1;}}","yes");
INSERT INTO `pcab_options` VALUES("232","wpsl_settings","a:88:{s:14:\"api_server_key\";s:7:\"Pioneer\";s:15:\"api_browser_key\";s:39:\"AIzaSyDZXSyzmBn4_vU67XXjqlQe_EZYt7wnidc\";s:12:\"api_language\";s:2:\"en\";s:10:\"api_region\";s:2:\"us\";s:21:\"api_geocode_component\";i:1;s:12:\"autocomplete\";i:0;s:16:\"results_dropdown\";i:1;s:15:\"radius_dropdown\";i:1;s:15:\"category_filter\";i:1;s:20:\"category_filter_type\";s:8:\"dropdown\";s:13:\"distance_unit\";s:2:\"mi\";s:11:\"max_results\";s:14:\"[25],50,75,100\";s:13:\"search_radius\";s:22:\"10,25,[50],100,200,500\";s:10:\"zoom_level\";i:6;s:15:\"auto_zoom_level\";s:2:\"15\";s:10:\"start_name\";s:44:\"301 W. Rising St. Davison, MI, United States\";s:12:\"start_latlng\";s:0:\"\";s:13:\"run_fitbounds\";i:1;s:8:\"map_type\";s:7:\"roadmap\";s:11:\"auto_locate\";i:1;s:8:\"autoload\";i:1;s:14:\"autoload_limit\";i:10;s:10:\"streetview\";i:0;s:12:\"type_control\";i:0;s:11:\"scrollwheel\";i:1;s:16:\"control_position\";s:5:\"right\";s:9:\"map_style\";s:2:\"\"\"\";s:11:\"template_id\";s:7:\"default\";s:15:\"marker_clusters\";i:0;s:12:\"cluster_zoom\";i:0;s:12:\"cluster_size\";i:0;s:6:\"height\";s:3:\"350\";s:16:\"infowindow_width\";s:3:\"225\";s:12:\"search_width\";s:3:\"279\";s:11:\"label_width\";s:2:\"95\";s:10:\"new_window\";i:0;s:9:\"reset_map\";i:0;s:23:\"listing_below_no_scroll\";i:0;s:18:\"direction_redirect\";i:0;s:9:\"more_info\";i:1;s:9:\"store_url\";i:1;s:9:\"phone_url\";i:0;s:17:\"marker_streetview\";i:0;s:14:\"marker_zoom_to\";i:1;s:11:\"mouse_focus\";i:1;s:20:\"show_contact_details\";i:0;s:12:\"hide_country\";i:1;s:13:\"hide_distance\";i:0;s:13:\"marker_effect\";s:6:\"bounce\";s:14:\"address_format\";s:14:\"city_state_zip\";s:18:\"more_info_location\";s:11:\"info window\";s:16:\"infowindow_style\";s:7:\"default\";s:12:\"start_marker\";s:14:\"dark-green.png\";s:12:\"store_marker\";s:14:\"dark-green.png\";s:14:\"editor_country\";s:0:\"\";s:15:\"editor_map_type\";s:7:\"roadmap\";s:10:\"hide_hours\";i:0;s:17:\"editor_hour_input\";s:8:\"dropdown\";s:18:\"editor_hour_format\";i:12;s:12:\"editor_hours\";a:1:{s:8:\"dropdown\";a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}}s:10:\"permalinks\";i:0;s:14:\"permalink_slug\";s:6:\"stores\";s:13:\"category_slug\";s:14:\"store-category\";s:12:\"search_label\";s:13:\"Your location\";s:16:\"search_btn_label\";s:6:\"Search\";s:15:\"preloader_label\";s:12:\"Searching...\";s:12:\"radius_label\";s:13:\"Search radius\";s:16:\"no_results_label\";s:16:\"No results found\";s:13:\"results_label\";s:7:\"Results\";s:10:\"more_label\";s:9:\"More info\";s:16:\"directions_label\";s:10:\"Directions\";s:19:\"no_directions_label\";s:58:\"No route could be found between the origin and destination\";s:10:\"back_label\";s:4:\"Back\";s:17:\"street_view_label\";s:11:\"Street view\";s:15:\"zoom_here_label\";s:9:\"Zoom here\";s:11:\"error_label\";s:39:\"Something went wrong, please try again!\";s:11:\"phone_label\";s:5:\"Phone\";s:9:\"fax_label\";s:3:\"Fax\";s:11:\"email_label\";s:5:\"Email\";s:9:\"url_label\";s:3:\"Url\";s:11:\"hours_label\";s:5:\"Hours\";s:11:\"start_label\";s:14:\"Start location\";s:11:\"limit_label\";s:23:\"API usage limit reached\";s:14:\"category_label\";s:15:\"Category filter\";s:22:\"category_default_label\";s:3:\"Any\";s:12:\"show_credits\";i:0;s:5:\"debug\";i:0;s:16:\"deregister_gmaps\";i:0;}","yes");
INSERT INTO `pcab_options` VALUES("404","wpsl_delete_transient","0","yes");
INSERT INTO `pcab_options` VALUES("233","wpsl_version","2.2.9","yes");
INSERT INTO `pcab_options` VALUES("564","et_google_api_settings","a:2:{s:7:\"api_key\";s:0:\"\";s:26:\"enqueue_google_maps_script\";s:2:\"on\";}","yes");
INSERT INTO `pcab_options` VALUES("236","wpseo","a:25:{s:14:\"blocking_files\";a:0:{}s:15:\"ms_defaults_set\";b:0;s:7:\"version\";s:3:\"5.4\";s:12:\"company_logo\";s:0:\"\";s:12:\"company_name\";s:0:\"\";s:17:\"company_or_person\";s:0:\"\";s:20:\"disableadvanced_meta\";b:1;s:19:\"onpage_indexability\";b:1;s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:12:\"website_name\";s:0:\"\";s:22:\"alternate_website_name\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:9:\"site_type\";s:0:\"\";s:20:\"has_multiple_authors\";b:0;s:16:\"environment_type\";s:0:\"\";s:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:20:\"enable_setting_pages\";b:0;s:21:\"enable_admin_bar_menu\";b:1;s:26:\"enable_cornerstone_content\";b:1;s:24:\"enable_text_link_counter\";b:1;s:22:\"show_onboarding_notice\";b:1;s:18:\"first_activated_on\";i:1504895670;}","yes");
INSERT INTO `pcab_options` VALUES("237","wpseo_permalinks","a:9:{s:15:\"cleanpermalinks\";b:0;s:24:\"cleanpermalink-extravars\";s:0:\"\";s:29:\"cleanpermalink-googlecampaign\";b:0;s:31:\"cleanpermalink-googlesitesearch\";b:0;s:15:\"cleanreplytocom\";b:0;s:10:\"cleanslugs\";b:1;s:18:\"redirectattachment\";b:0;s:17:\"stripcategorybase\";b:0;s:13:\"trailingslash\";b:0;}","yes");
INSERT INTO `pcab_options` VALUES("238","wpseo_titles","a:53:{s:10:\"title_test\";i:0;s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-dash\";s:15:\"usemetakeywords\";b:0;s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:35:\"Page not found %%sep%% %%sitename%%\";s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:18:\"metakey-home-wpseo\";s:0:\"\";s:20:\"metakey-author-wpseo\";s:0:\"\";s:22:\"noindex-subpages-wpseo\";b:0;s:20:\"noindex-author-wpseo\";b:0;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:19:\"disable-post_format\";b:0;s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"metakey-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:13:\"showdate-post\";b:0;s:16:\"hideeditbox-post\";b:0;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"metakey-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:13:\"showdate-page\";b:0;s:16:\"hideeditbox-page\";b:0;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"metakey-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:19:\"showdate-attachment\";b:0;s:22:\"hideeditbox-attachment\";b:0;s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:20:\"metakey-tax-category\";s:0:\"\";s:24:\"hideeditbox-tax-category\";b:0;s:20:\"noindex-tax-category\";b:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:20:\"metakey-tax-post_tag\";s:0:\"\";s:24:\"hideeditbox-tax-post_tag\";b:0;s:20:\"noindex-tax-post_tag\";b:0;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:23:\"metakey-tax-post_format\";s:0:\"\";s:27:\"hideeditbox-tax-post_format\";b:0;s:23:\"noindex-tax-post_format\";b:1;}","yes");
INSERT INTO `pcab_options` VALUES("239","wpseo_social","a:20:{s:9:\"fb_admins\";a:0:{}s:12:\"fbconnectkey\";s:32:\"987682863c86c13e69a4685728da4223\";s:13:\"facebook_site\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:9:\"opengraph\";b:1;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:14:\"plus-publisher\";s:0:\"\";s:7:\"twitter\";b:1;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:7:\"summary\";s:11:\"youtube_url\";s:0:\"\";s:15:\"google_plus_url\";s:0:\"\";s:10:\"fbadminapp\";s:0:\"\";}","yes");
INSERT INTO `pcab_options` VALUES("240","wpseo_rss","a:2:{s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";}","yes");
INSERT INTO `pcab_options` VALUES("241","wpseo_internallinks","a:10:{s:20:\"breadcrumbs-404crumb\";s:25:\"Error 404: Page not found\";s:23:\"breadcrumbs-blog-remove\";b:0;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:12:\"Archives for\";s:18:\"breadcrumbs-enable\";b:0;s:16:\"breadcrumbs-home\";s:4:\"Home\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:16:\"You searched for\";s:15:\"breadcrumbs-sep\";s:7:\"&raquo;\";s:23:\"post_types-post-maintax\";i:0;}","yes");
INSERT INTO `pcab_options` VALUES("242","wpseo_xml","a:17:{s:22:\"disable_author_sitemap\";b:1;s:22:\"disable_author_noposts\";b:1;s:16:\"enablexmlsitemap\";b:1;s:16:\"entries-per-page\";i:1000;s:14:\"excluded-posts\";s:0:\"\";s:38:\"user_role-administrator-not_in_sitemap\";b:0;s:31:\"user_role-editor-not_in_sitemap\";b:0;s:31:\"user_role-author-not_in_sitemap\";b:0;s:36:\"user_role-contributor-not_in_sitemap\";b:0;s:35:\"user_role-subscriber-not_in_sitemap\";b:0;s:51:\"user_role-wpsl_store_locator_manager-not_in_sitemap\";b:0;s:30:\"post_types-post-not_in_sitemap\";b:0;s:30:\"post_types-page-not_in_sitemap\";b:0;s:36:\"post_types-attachment-not_in_sitemap\";b:1;s:34:\"taxonomies-category-not_in_sitemap\";b:0;s:34:\"taxonomies-post_tag-not_in_sitemap\";b:0;s:37:\"taxonomies-post_format-not_in_sitemap\";b:0;}","yes");
INSERT INTO `pcab_options` VALUES("243","wpseo_flush_rewrite","1","yes");
INSERT INTO `pcab_options` VALUES("249","wpseo_sitemap_page_cache_validator","5JQVX","no");
INSERT INTO `pcab_options` VALUES("251","fresh_site","0","yes");
INSERT INTO `pcab_options` VALUES("486","_site_transient_timeout_available_translations","1505078683","no");
INSERT INTO `pcab_options` VALUES("487","_site_transient_available_translations","a:109:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-09-04 12:02:13\";s:12:\"english_name\";s:9:\"Afrikaans\";s:11:\"native_name\";s:9:\"Afrikaans\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.1/af.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"af\";i:2;s:3:\"afr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Gaan voort\";}}s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-29 08:49:40\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.1/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-01-26 15:42:35\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.5/ary.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"as\";a:8:{s:8:\"language\";s:2:\"as\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-22 18:59:07\";s:12:\"english_name\";s:8:\"Assamese\";s:11:\"native_name\";s:21:\"অসমীয়া\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/as.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"as\";i:2;s:3:\"asm\";i:3;s:3:\"asm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:3:\"azb\";a:8:{s:8:\"language\";s:3:\"azb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-12 20:34:31\";s:12:\"english_name\";s:17:\"South Azerbaijani\";s:11:\"native_name\";s:29:\"گؤنئی آذربایجان\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/azb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:3;s:3:\"azb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-06 00:09:27\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:3:\"bel\";a:8:{s:8:\"language\";s:3:\"bel\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-30 18:40:55\";s:12:\"english_name\";s:10:\"Belarusian\";s:11:\"native_name\";s:29:\"Беларуская мова\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8.1/bel.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"be\";i:2;s:3:\"bel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Працягнуць\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-09 09:24:45\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Напред\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-04 16:58:43\";s:12:\"english_name\";s:7:\"Bengali\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:23:\"এগিয়ে চল.\";}}s:2:\"bo\";a:8:{s:8:\"language\";s:2:\"bo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-05 09:44:12\";s:12:\"english_name\";s:7:\"Tibetan\";s:11:\"native_name\";s:21:\"བོད་ཡིག\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/bo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bo\";i:2;s:3:\"tib\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"མུ་མཐུད།\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-04 20:20:28\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-08 21:01:45\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.1/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:3:\"ceb\";a:8:{s:8:\"language\";s:3:\"ceb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-02 17:25:51\";s:12:\"english_name\";s:7:\"Cebuano\";s:11:\"native_name\";s:7:\"Cebuano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/ceb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"ceb\";i:3;s:3:\"ceb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Padayun\";}}s:5:\"cs_CZ\";a:8:{s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-12 08:46:26\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:12:\"Čeština‎\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/cs_CZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cs\";i:2;s:3:\"ces\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Pokračovat\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-09-05 16:03:49\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.1/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-27 19:10:04\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsæt\";}}s:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-09-09 11:53:31\";s:12:\"english_name\";s:30:\"German (Switzerland, Informal)\";s:11:\"native_name\";s:21:\"Deutsch (Schweiz, Du)\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/core/4.8.1/de_CH_informal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-09-09 11:51:58\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-09-04 15:29:24\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/4.8.1/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-09-04 15:29:31\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:3:\"dzo\";a:8:{s:8:\"language\";s:3:\"dzo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-06-29 08:59:03\";s:12:\"english_name\";s:8:\"Dzongkha\";s:11:\"native_name\";s:18:\"རྫོང་ཁ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/dzo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"dz\";i:2;s:3:\"dzo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-28 10:51:51\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.1/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-25 17:31:04\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-25 19:47:01\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-01-26 15:53:43\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-25 10:03:08\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-02 03:57:05\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-26 10:38:53\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.1/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-13 17:00:30\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/es_CO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-27 12:42:17\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/es_ES.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"es\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_GT\";a:8:{s:8:\"language\";s:5:\"es_GT\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-01-26 15:54:37\";s:12:\"english_name\";s:19:\"Spanish (Guatemala)\";s:11:\"native_name\";s:21:\"Español de Guatemala\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/es_GT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-28 20:09:49\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/es_CL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-09 09:36:22\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/es_PE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-31 15:12:02\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/es_MX.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-30 16:09:17\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/es_VE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-01 04:48:11\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/es_AR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"es\";i:2;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 16:37:11\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-28 12:06:36\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.1/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-09 15:50:45\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-28 11:00:29\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.1/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-28 09:14:18\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-26 13:33:05\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-28 12:37:07\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-08-23 17:41:37\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-26 12:45:35\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"gu\";a:8:{s:8:\"language\";s:2:\"gu\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-31 06:54:10\";s:12:\"english_name\";s:8:\"Gujarati\";s:11:\"native_name\";s:21:\"ગુજરાતી\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.1/gu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gu\";i:2;s:3:\"guj\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:31:\"ચાલુ રાખવું\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-05 00:59:09\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4.2/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-18 00:52:02\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"המשך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-28 10:29:26\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"जारी\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-22 17:25:42\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.1/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:48:39\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Folytatás\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-03 16:21:10\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-28 12:45:08\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-04-13 13:55:54\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-09-07 12:08:05\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-03 23:23:50\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.1/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"続ける\";}}s:5:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-12 09:20:11\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/ka_GE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ka\";i:2;s:3:\"kat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"გაგრძელება\";}}s:3:\"kab\";a:8:{s:8:\"language\";s:3:\"kab\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-22 15:33:00\";s:12:\"english_name\";s:6:\"Kabyle\";s:11:\"native_name\";s:9:\"Taqbaylit\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8.1/kab.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"kab\";i:3;s:3:\"kab\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Kemmel\";}}s:2:\"km\";a:8:{s:8:\"language\";s:2:\"km\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-07 02:07:59\";s:12:\"english_name\";s:5:\"Khmer\";s:11:\"native_name\";s:27:\"ភាសាខ្មែរ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/km.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"km\";i:2;s:3:\"khm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"បន្ត\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-28 10:48:16\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:3:\"ckb\";a:8:{s:8:\"language\";s:3:\"ckb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:48:25\";s:12:\"english_name\";s:16:\"Kurdish (Sorani)\";s:11:\"native_name\";s:13:\"كوردی‎\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/ckb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ku\";i:3;s:3:\"ckb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"به‌رده‌وام به‌\";}}s:2:\"lo\";a:8:{s:8:\"language\";s:2:\"lo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 09:59:23\";s:12:\"english_name\";s:3:\"Lao\";s:11:\"native_name\";s:21:\"ພາສາລາວ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/lo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lo\";i:2;s:3:\"lao\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"ຕໍ່​ໄປ\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-28 11:02:15\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:2:\"lv\";a:8:{s:8:\"language\";s:2:\"lv\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-03-17 20:40:40\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:16:\"Latviešu valoda\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.5/lv.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lv\";i:2;s:3:\"lav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Turpināt\";}}s:5:\"mk_MK\";a:8:{s:8:\"language\";s:5:\"mk_MK\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-01-26 15:54:41\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:31:\"Македонски јазик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/mk_MK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mk\";i:2;s:3:\"mkd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Продолжи\";}}s:5:\"ml_IN\";a:8:{s:8:\"language\";s:5:\"ml_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:43:32\";s:12:\"english_name\";s:9:\"Malayalam\";s:11:\"native_name\";s:18:\"മലയാളം\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ml_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ml\";i:2;s:3:\"mal\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"തുടരുക\";}}s:2:\"mn\";a:8:{s:8:\"language\";s:2:\"mn\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-12 07:29:35\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:12:\"Монгол\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/mn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mn\";i:2;s:3:\"mon\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"Үргэлжлүүлэх\";}}s:2:\"mr\";a:8:{s:8:\"language\";s:2:\"mr\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-07-05 19:40:47\";s:12:\"english_name\";s:7:\"Marathi\";s:11:\"native_name\";s:15:\"मराठी\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.8/mr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mr\";i:2;s:3:\"mar\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"सुरु ठेवा\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-03-05 09:45:10\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.5/ms_MY.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ms\";i:2;s:3:\"msa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Teruskan\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:6:\"4.1.18\";s:7:\"updated\";s:19:\"2015-03-26 15:57:42\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.1.18/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ဆောင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-02 21:02:39\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"ne_NP\";a:8:{s:8:\"language\";s:5:\"ne_NP\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-31 08:47:10\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:18:\"नेपाली\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/ne_NP.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ne\";i:2;s:3:\"nep\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:43:\"जारी राख्नुहोस्\";}}s:5:\"nl_BE\";a:8:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-27 16:44:39\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/nl_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-09-08 10:52:42\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-30 07:58:32\";s:12:\"english_name\";s:14:\"Dutch (Formal)\";s:11:\"native_name\";s:20:\"Nederlands (Formeel)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/4.8.1/nl_NL_formal.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-01 07:32:10\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-25 10:03:08\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8.1/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pa_IN\";a:8:{s:8:\"language\";s:5:\"pa_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-16 05:19:43\";s:12:\"english_name\";s:7:\"Punjabi\";s:11:\"native_name\";s:18:\"ਪੰਜਾਬੀ\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/pa_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pa\";i:2;s:3:\"pan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ਜਾਰੀ ਰੱਖੋ\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-09-06 08:34:38\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:6:\"4.1.18\";s:7:\"updated\";s:19:\"2015-03-29 22:19:48\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.1.18/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"دوام ورکړه\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-26 21:35:20\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:10:\"pt_PT_ao90\";a:8:{s:8:\"language\";s:10:\"pt_PT_ao90\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-09-05 18:31:50\";s:12:\"english_name\";s:27:\"Portuguese (Portugal, AO90)\";s:11:\"native_name\";s:17:\"Português (AO90)\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/translation/core/4.8.1/pt_PT_ao90.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-09-05 15:37:45\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"rhg\";a:8:{s:8:\"language\";s:3:\"rhg\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-16 13:03:18\";s:12:\"english_name\";s:8:\"Rohingya\";s:11:\"native_name\";s:8:\"Ruáinga\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/rhg.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"rhg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-09-09 07:52:59\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-29 20:32:20\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:3:\"sah\";a:8:{s:8:\"language\";s:3:\"sah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-21 02:06:41\";s:12:\"english_name\";s:5:\"Sakha\";s:11:\"native_name\";s:14:\"Сахалыы\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/sah.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"sah\";i:3;s:3:\"sah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Салҕаа\";}}s:5:\"si_LK\";a:8:{s:8:\"language\";s:5:\"si_LK\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 06:00:52\";s:12:\"english_name\";s:7:\"Sinhala\";s:11:\"native_name\";s:15:\"සිංහල\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/si_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"si\";i:2;s:3:\"sin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:44:\"දිගටම කරගෙන යන්න\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-09 13:26:18\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-28 14:03:23\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Nadaljuj\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:5:\"4.7.5\";s:7:\"updated\";s:19:\"2017-04-24 08:35:30\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.5/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-28 12:07:44\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-03 22:53:12\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:3:\"szl\";a:8:{s:8:\"language\";s:3:\"szl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-24 19:58:14\";s:12:\"english_name\";s:8:\"Silesian\";s:11:\"native_name\";s:17:\"Ślōnskŏ gŏdka\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/szl.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"szl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:13:\"Kōntynuować\";}}s:5:\"ta_IN\";a:8:{s:8:\"language\";s:5:\"ta_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:22:47\";s:12:\"english_name\";s:5:\"Tamil\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ta_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"தொடரவும்\";}}s:2:\"te\";a:8:{s:8:\"language\";s:2:\"te\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:47:39\";s:12:\"english_name\";s:6:\"Telugu\";s:11:\"native_name\";s:18:\"తెలుగు\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/te.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"te\";i:2;s:3:\"tel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"కొనసాగించు\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:48:43\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-30 02:38:08\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-31 11:38:12\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"tt_RU\";a:8:{s:8:\"language\";s:5:\"tt_RU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-20 20:20:50\";s:12:\"english_name\";s:5:\"Tatar\";s:11:\"native_name\";s:19:\"Татар теле\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/tt_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tt\";i:2;s:3:\"tat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"дәвам итү\";}}s:3:\"tah\";a:8:{s:8:\"language\";s:3:\"tah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-06 18:39:39\";s:12:\"english_name\";s:8:\"Tahitian\";s:11:\"native_name\";s:10:\"Reo Tahiti\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/tah.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ty\";i:2;s:3:\"tah\";i:3;s:3:\"tah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-05 09:23:39\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:9:\"Uyƣurqə\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-10 15:50:30\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.1/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"ur\";a:8:{s:8:\"language\";s:2:\"ur\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-28 14:27:29\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:8:\"اردو\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.1/ur.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ur\";i:2;s:3:\"urd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"جاری رکھیں\";}}s:5:\"uz_UZ\";a:8:{s:8:\"language\";s:5:\"uz_UZ\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-09-08 10:56:11\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:11:\"O‘zbekcha\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/uz_UZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uz\";i:2;s:3:\"uzb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Davom etish\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-19 01:07:53\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.1/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-03 15:43:25\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-04 07:53:05\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}s:5:\"zh_HK\";a:8:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-14 16:47:28\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:16:\"香港中文版	\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/zh_HK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}}","no");
INSERT INTO `pcab_options` VALUES("805","supercache_stats","a:3:{s:9:\"generated\";i:1505149817;s:10:\"supercache\";a:5:{s:7:\"expired\";i:0;s:6:\"cached\";i:0;s:5:\"fsize\";i:0;s:11:\"cached_list\";a:0:{}s:12:\"expired_list\";a:0:{}}s:7:\"wpcache\";a:5:{s:7:\"expired\";i:0;s:6:\"cached\";i:0;s:5:\"fsize\";i:0;s:11:\"cached_list\";a:0:{}s:12:\"expired_list\";a:0:{}}}","yes");
INSERT INTO `pcab_options` VALUES("258","theme_mods_Divi","a:8:{i:0;b:0;s:18:\"custom_css_post_id\";i:-1;s:16:\"et_pb_css_synced\";s:3:\"yes\";s:21:\"et_pb_layouts_updated\";s:3:\"yes\";s:39:\"et_updated_layouts_built_for_post_types\";s:3:\"yes\";s:30:\"et_pb_predefined_layouts_added\";s:2:\"on\";s:34:\"et_pb_predefined_layouts_version_6\";s:2:\"on\";s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1504896916;s:4:\"data\";a:6:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:5:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:10:\"archives-2\";i:3;s:12:\"categories-2\";i:4;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}s:9:\"sidebar-4\";a:0:{}s:9:\"sidebar-5\";a:0:{}}}}","yes");
INSERT INTO `pcab_options` VALUES("259","et_pb_cache_notice","a:1:{s:6:\"3.0.72\";s:6:\"ignore\";}","yes");
INSERT INTO `pcab_options` VALUES("264","et_core_version","3.0.72","yes");
INSERT INTO `pcab_options` VALUES("298","wpseo_sitemap_cache_validator_global","vlSQ","no");
INSERT INTO `pcab_options` VALUES("266","et_divi","a:150:{s:39:\"static_css_custom_css_safety_check_done\";b:1;s:23:\"2_5_flush_rewrite_rules\";s:4:\"done\";s:25:\"3_0_flush_rewrite_rules_2\";s:4:\"done\";s:27:\"divi_skip_font_subset_force\";b:1;s:40:\"divi_email_provider_credentials_migrated\";b:1;s:30:\"divi_2_4_documentation_message\";s:9:\"triggered\";s:15:\"divi_1_3_images\";s:7:\"checked\";s:24:\"footer_widget_text_color\";s:7:\"#ffffff\";s:24:\"footer_widget_link_color\";s:7:\"#ffffff\";s:12:\"gutter_width\";i:2;s:12:\"accent_color\";s:7:\"#dd9933\";s:14:\"body_font_size\";i:16;s:16:\"body_font_height\";d:1.7;s:16:\"body_header_size\";i:40;s:10:\"link_color\";s:7:\"#dd9933\";s:12:\"header_style\";s:8:\"centered\";s:9:\"menu_link\";s:21:\"rgba(255,255,255,0.6)\";s:16:\"menu_link_active\";s:7:\"#dd9933\";s:31:\"primary_nav_dropdown_line_color\";s:7:\"#dd9933\";s:14:\"primary_nav_bg\";s:7:\"#2b2b2b\";s:23:\"primary_nav_dropdown_bg\";s:7:\"#2b2b2b\";s:31:\"primary_nav_dropdown_link_color\";s:21:\"rgba(255,255,255,0.6)\";s:16:\"secondary_nav_bg\";s:7:\"#dd9933\";s:25:\"secondary_nav_dropdown_bg\";s:7:\"#dd9933\";s:21:\"minimized_menu_height\";i:74;s:22:\"fixed_secondary_nav_bg\";s:7:\"#dd9933\";s:22:\"fixed_menu_link_active\";s:7:\"#dd9933\";s:20:\"fixed_primary_nav_bg\";s:7:\"#2b2b2b\";s:15:\"fixed_menu_link\";s:21:\"rgba(255,255,255,0.6)\";s:16:\"show_search_icon\";b:0;s:24:\"show_footer_social_icons\";b:0;s:29:\"footer_menu_active_link_color\";s:7:\"#dd9933\";s:21:\"footer_menu_font_size\";i:12;s:27:\"bottom_bar_background_color\";s:7:\"#006739\";s:21:\"bottom_bar_text_color\";s:7:\"#dddddd\";s:20:\"bottom_bar_font_size\";i:10;s:27:\"bottom_bar_social_icon_size\";i:15;s:21:\"custom_footer_credits\";s:93:\"Designed by <a href=\"http://printcomm.com\">PrintComm</a> | Copyright <a>Pioneer Cabinetry</a>\";s:15:\"divi_custom_css\";s:6208:\"/*classes------------------*/
.finishes {border-top:1px solid #ffffff;border-radius:10px;}

/*FAQ toggles----------------*/
.et_pb_toggle_title:before {
	color: #058526;
}

h5.et_pb_toggle_title {
	color: #058526 !important;font-weight:bold;
}

/*SideBar Menu------------------*/
.et_pb_gutters2 .et_pb_column_1_4 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4 .et_pb_module {
	margin-bottom: 0 !important;
}

.et_pb_gallery_image img {
	width: 100% !important;
}

ul.et_pb_tabs_controls {
	background-color: transparent !important;
}

/*fixes-------------------- */
.et_fb_preview_active--responsive_preview .et_pb_section .et_pb_column .et_pb_module {
    margin-bottom: 0px !important;
}
.et_header_style_centered #main-header .logo_container {
}

.et_pb_inner_shadow {
	-webkit-box-shadow: inset 0 0 40px 3px rgba(0,0,0,.2);
	box-shadow: inset 0 0 40px 3px rgba(0,0,0,.2);
}

/*Scroll to top-------------*/
.et_pb_scroll_top.et-pb-icon {
	background-color: #e09900;
}


/*Lists -------------------*/
ul.bullets {margin:0px 0px 20px 0px;padding:10px 20px 10px 40px;line-height:1em;border-left:1px solid #777777;border-right:1px solid #777777;
border-radius:20px;background-color:#333333;
}
.bullets li {
	font-style: normal;
	font-size: 1.1em !important;
	padding-bottom: 8px;
	padding-top:5px;
	line-height: 1.2em !important;
}


/*TOP MENU------------------*/
#top-menu li {font-weight: normal;text-transform: uppercase;}
#main-header, #main-header .nav li ul, .et-search-form, #main-header .et_mobile_menu {background-color: #2b2b2b;-webkit-box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6);box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6);}
#main-header.et-fixed-header {background-color: #2b2b2b;-webkit-box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6) !important;box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6) !important;}
#top-menu li .menu-item-has-children > a:first-child {padding-right: 20px;}
#top-menu li li {margin: 0;padding: 0;}
#top-menu li li a {width: 240px;padding: 6px 20px;}
#top-menu li li a:hover {background-color: #000000;}
.et_mobile_menu li a {font-size: 18px !important;}
.et_mobile_menu li a:hover {background-color: #000000;}

/*FONTS------------------*/
h1, h2, h3, h4, h5, {
	font-style: normal;
	font-weight: 100;
	color: RED !important;
	line-height: 1em;
	padding-top: 20px !important;
	padding-bottom: 1px !important;
	margin-top: 30px !important;
	margin-bottom: 1px !important;
}

h1 {font-size:2.5em;}

h2 {
	padding-top: 10px !important;
}

ul {margin-top: 0;margin-bottom: 0;padding-top: 0;}

li.li1 {padding-left: 10px;margin-left: 20px;margin-top: 0;margin-bottom: 0;padding-bottom: 5px;}

ul.et_pb_tabs_controls {border-bottom: 1px solid #d9d9d9;background-color: #f4f4f4;font-size: 1.2em;text-transform: uppercase;letter-spacing: 1px;}


/*Gallery-----------------------------------------*/
.rounded {-webkit-border-radius: 2px;border-radius: 2px;}
.rounded img {-webkit-border-radius: 2px;border-radius: 2px;border: 1px solid #212121;}

.responsive {width:100%;margin:0;}

.et_pb_gallery_grid {}
.et_pb_gallery_caption {text-align:center;}
.et_pb_gallery_grid .et_pb_gallery_image {overflow: hidden;position: relative;-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.4);box-shadow: 0 0 10px 3px rgba(0,0,0,.4);-webkit-border-radius: 2px;border-radius: 2px;margin: 10px;}
.et_pb_gallery_item img {height: 100px;-webkit-border-radius: 2px;border-radius: 2px;border: 1px solid #ffffff;}

.fullGallery .et_pb_gallery_item img {height: auto;width: 100%;-webkit-border-radius: 2px;border-radius: 2px;border: 1px solid #ffffff;}
.et_overlay {-webkit-border-radius: 2px;border-radius: 2px;}

.safari .et_pb_gallery_grid .et_pb_gallery_image {overflow: visible;margin: 10px;-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.2);box-shadow: 0 0 10px 3px rgba(0,0,0,.2);-webkit-border-radius: 2px;border-radius: 2px;}


/*Find a Dealer ------------------*/
#wpsl-result-list li p {
    padding-left: 0;
    margin: 0px !important;
}
#wpsl-result-list {
    background-color: #dddddd;-webkit-box-shadow:inset 0 0 10px 6px rgba(0,0,0,0.1);
box-shadow:inset 0 0 10px 6px rgba(0,0,0,0.1);
}
#wpsl-wrap {
    position: relative;
    overflow: hidden;
    background-color: #e1e1e1;
    padding: 20px;
border:2px solid #e09900;border-radius:10px
}
#wpsl-search-wrap div label {
    font-weight: bold;
}

div.wpsl-store-location p {padding-bottom:2px;}
#wpsl-result-list a {font-weight:bold;font-size:0.9em !important;}
div.wpsl-store-location strong {font-size:1.2em;text-transform:uppercase;}

/*FORMS------------------------*/
.ninja-input {-webkit-box-shadow: inset 0 0 5px 5px rgba(0,0,0,.1);box-shadow: inset 0 0 5px 5px rgba(0,0,0,.1);-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px;padding: 10px !important;font-size: 1em;width: 99%;}

.ninja-forms-required-items {font-style: italic;font-size: .8em;text-align: right;}

.field-wrap {margin-top: 5px;margin-bottom: 5px !important;}

::-webkit-input-placeholder {color: red;}
:-moz-placeholder {/* Firefox 18- */color: red;}
::-moz-placeholder {/* Firefox 19+ */color: red;}
:-ms-input-placeholder {color: red;}

.ninja-button {background-color: #c20430;color: #ffffff;opacity: 1;margin: 0 auto;font-size: 20px;font-weight: 500;padding: .3em 1em;position: relative;border: 2px solid;border-color: #ffffff;-moz-border-radius: 10px;-webkit-border-radius: 10px;border-radius: 10px;-webkit-box-shadow: inset 0 0 5px 5px rgba(0,0,0,.2);box-shadow: inset 0 0 5px 5px rgba(0,0,0,.2);-moz-transition: all .2s;-webkit-transition: all .2s;transition: all .2s;line-height: 1.7em;cursor: pointer;width: 100% !important;}

.ninja-button:hover {background-color: #c3d04c;color: #ffffff;}

input.wpcf7-form-control.wpcf7-submit.submit-button:hover {background-color: #c3d04c;color: #ffffff;}\";s:19:\"product_tour_status\";a:1:{i:1;s:3:\"off\";}s:32:\"et_fb_pref_settings_bar_location\";s:6:\"bottom\";s:30:\"et_fb_pref_modal_snap_location\";s:4:\"left\";s:21:\"et_fb_pref_modal_snap\";s:4:\"true\";s:27:\"et_fb_pref_modal_fullscreen\";s:5:\"false\";s:32:\"et_fb_pref_modal_dimension_width\";i:400;s:33:\"et_fb_pref_modal_dimension_height\";i:966;s:27:\"et_fb_pref_modal_position_x\";i:0;s:27:\"et_fb_pref_modal_position_y\";i:32;s:9:\"divi_logo\";s:66:\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/logo.png\";s:12:\"divi_favicon\";s:0:\"\";s:14:\"divi_fixed_nav\";s:2:\"on\";s:26:\"divi_gallery_layout_enable\";s:5:\"false\";s:18:\"divi_color_palette\";s:73:\"#000000|#ffffff|#006739|#e7aa0a|rgba(22,0,0,0.63)|#006739|#065b99|#2d0068\";s:15:\"divi_grab_image\";s:5:\"false\";s:15:\"divi_blog_style\";s:5:\"false\";s:12:\"divi_sidebar\";s:16:\"et_right_sidebar\";s:22:\"divi_shop_page_sidebar\";s:16:\"et_right_sidebar\";s:23:\"divi_show_facebook_icon\";s:5:\"false\";s:22:\"divi_show_twitter_icon\";s:5:\"false\";s:21:\"divi_show_google_icon\";s:5:\"false\";s:18:\"divi_show_rss_icon\";s:5:\"false\";s:17:\"divi_facebook_url\";s:1:\"#\";s:16:\"divi_twitter_url\";s:1:\"#\";s:15:\"divi_google_url\";s:1:\"#\";s:12:\"divi_rss_url\";s:0:\"\";s:34:\"divi_woocommerce_archive_num_posts\";i:9;s:17:\"divi_catnum_posts\";i:6;s:21:\"divi_archivenum_posts\";i:5;s:20:\"divi_searchnum_posts\";i:5;s:17:\"divi_tagnum_posts\";i:5;s:16:\"divi_date_format\";s:6:\"M j, Y\";s:16:\"divi_use_excerpt\";s:5:\"false\";s:26:\"divi_responsive_shortcodes\";s:2:\"on\";s:33:\"divi_gf_enable_all_character_sets\";s:5:\"false\";s:16:\"divi_back_to_top\";s:2:\"on\";s:18:\"divi_smooth_scroll\";s:2:\"on\";s:25:\"divi_disable_translations\";s:5:\"false\";s:27:\"divi_minify_combine_scripts\";s:2:\"on\";s:26:\"divi_minify_combine_styles\";s:2:\"on\";s:21:\"divi_enable_dropdowns\";s:2:\"on\";s:14:\"divi_home_link\";s:2:\"on\";s:15:\"divi_sort_pages\";s:10:\"post_title\";s:15:\"divi_order_page\";s:3:\"asc\";s:22:\"divi_tiers_shown_pages\";i:3;s:32:\"divi_enable_dropdowns_categories\";s:2:\"on\";s:21:\"divi_categories_empty\";s:2:\"on\";s:27:\"divi_tiers_shown_categories\";i:3;s:13:\"divi_sort_cat\";s:4:\"name\";s:14:\"divi_order_cat\";s:3:\"asc\";s:20:\"divi_disable_toptier\";s:5:\"false\";s:25:\"divi_scroll_to_anchor_fix\";s:5:\"false\";s:21:\"et_pb_static_css_file\";s:2:\"on\";s:19:\"et_pb_css_in_footer\";s:3:\"off\";s:25:\"et_pb_product_tour_global\";s:3:\"off\";s:14:\"divi_postinfo2\";a:4:{i:0;s:6:\"author\";i:1;s:4:\"date\";i:2;s:10:\"categories\";i:3;s:8:\"comments\";}s:22:\"divi_show_postcomments\";s:2:\"on\";s:15:\"divi_thumbnails\";s:2:\"on\";s:20:\"divi_page_thumbnails\";s:5:\"false\";s:23:\"divi_show_pagescomments\";s:5:\"false\";s:14:\"divi_postinfo1\";a:3:{i:0;s:6:\"author\";i:1;s:4:\"date\";i:2;s:10:\"categories\";}s:21:\"divi_thumbnails_index\";s:2:\"on\";s:19:\"divi_seo_home_title\";s:5:\"false\";s:25:\"divi_seo_home_description\";s:5:\"false\";s:22:\"divi_seo_home_keywords\";s:5:\"false\";s:23:\"divi_seo_home_canonical\";s:5:\"false\";s:23:\"divi_seo_home_titletext\";s:0:\"\";s:29:\"divi_seo_home_descriptiontext\";s:0:\"\";s:26:\"divi_seo_home_keywordstext\";s:0:\"\";s:18:\"divi_seo_home_type\";s:27:\"BlogName | Blog description\";s:22:\"divi_seo_home_separate\";s:3:\" | \";s:21:\"divi_seo_single_title\";s:5:\"false\";s:27:\"divi_seo_single_description\";s:5:\"false\";s:24:\"divi_seo_single_keywords\";s:5:\"false\";s:25:\"divi_seo_single_canonical\";s:5:\"false\";s:27:\"divi_seo_single_field_title\";s:9:\"seo_title\";s:33:\"divi_seo_single_field_description\";s:15:\"seo_description\";s:30:\"divi_seo_single_field_keywords\";s:12:\"seo_keywords\";s:20:\"divi_seo_single_type\";s:21:\"Post title | BlogName\";s:24:\"divi_seo_single_separate\";s:3:\" | \";s:24:\"divi_seo_index_canonical\";s:5:\"false\";s:26:\"divi_seo_index_description\";s:5:\"false\";s:19:\"divi_seo_index_type\";s:24:\"Category name | BlogName\";s:23:\"divi_seo_index_separate\";s:3:\" | \";s:28:\"divi_integrate_header_enable\";s:2:\"on\";s:26:\"divi_integrate_body_enable\";s:2:\"on\";s:31:\"divi_integrate_singletop_enable\";s:2:\"on\";s:34:\"divi_integrate_singlebottom_enable\";s:2:\"on\";s:21:\"divi_integration_head\";s:0:\"\";s:21:\"divi_integration_body\";s:0:\"\";s:27:\"divi_integration_single_top\";s:0:\"\";s:30:\"divi_integration_single_bottom\";s:0:\"\";s:15:\"divi_468_enable\";s:5:\"false\";s:14:\"divi_468_image\";s:0:\"\";s:12:\"divi_468_url\";s:0:\"\";s:16:\"divi_468_adsense\";s:0:\"\";s:12:\"heading_font\";s:11:\"Droid Serif\";s:9:\"body_font\";s:19:\"Open Sans Condensed\";s:22:\"all_buttons_font_style\";s:4:\"bold\";s:16:\"all_buttons_font\";s:19:\"Open Sans Condensed\";s:16:\"primary_nav_font\";s:19:\"Open Sans Condensed\";s:22:\"primary_nav_font_style\";s:4:\"bold\";s:18:\"secondary_nav_font\";s:19:\"Open Sans Condensed\";s:24:\"secondary_nav_font_style\";s:4:\"bold\";s:11:\"menu_height\";i:74;s:11:\"logo_height\";i:95;s:27:\"fixed_primary_nav_font_size\";i:15;s:21:\"primary_nav_font_size\";i:14;s:24:\"primary_nav_font_spacing\";i:1;s:23:\"secondary_nav_font_size\";i:14;s:26:\"secondary_nav_font_spacing\";i:1;}","yes");
INSERT INTO `pcab_options` VALUES("267","widget_aboutmewidget","a:1:{s:12:\"_multiwidget\";i:1;}","yes");
INSERT INTO `pcab_options` VALUES("268","widget_adsensewidget","a:1:{s:12:\"_multiwidget\";i:1;}","yes");
INSERT INTO `pcab_options` VALUES("269","widget_advwidget","a:1:{s:12:\"_multiwidget\";i:1;}","yes");
INSERT INTO `pcab_options` VALUES("270","shop_catalog_image_size","a:3:{s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"400\";s:4:\"crop\";i:1;}","yes");
INSERT INTO `pcab_options` VALUES("271","shop_single_image_size","a:3:{s:5:\"width\";s:3:\"510\";s:6:\"height\";s:4:\"9999\";s:4:\"crop\";i:0;}","yes");
INSERT INTO `pcab_options` VALUES("272","shop_thumbnail_image_size","a:3:{s:5:\"width\";s:3:\"157\";s:6:\"height\";s:3:\"157\";s:4:\"crop\";i:1;}","yes");
INSERT INTO `pcab_options` VALUES("273","et_images_temp_folder","/home/pioneercabinetry/public_html/wp-content/uploads/et_temp","yes");
INSERT INTO `pcab_options` VALUES("274","et_schedule_clean_images_last_time","1518153111","yes");
INSERT INTO `pcab_options` VALUES("275","et_pb_builder_options","a:2:{i:0;b:0;s:35:\"email_provider_credentials_migrated\";b:1;}","yes");
INSERT INTO `pcab_options` VALUES("276","chld_thm_cfg_options_configvars","a:38:{s:8:\"addl_css\";N;s:8:\"forcedep\";N;s:8:\"cssunreg\";N;s:9:\"csswphead\";N;s:10:\"cssnotheme\";N;s:7:\"reorder\";N;s:10:\"parnt_deps\";N;s:10:\"child_deps\";a:1:{i:0;s:10:\"divi-style\";}s:9:\"hasstyles\";i:1;s:11:\"parntloaded\";N;s:11:\"childloaded\";N;s:11:\"ignoreparnt\";N;s:9:\"qpriority\";i:10;s:7:\"enqueue\";s:7:\"enqueue\";s:8:\"handling\";s:7:\"primary\";s:9:\"templates\";a:22:{i:0;s:7:\"404.php\";i:1;s:18:\"single-project.php\";i:2;s:10:\"header.php\";i:3;s:12:\"comments.php\";i:4;s:16:\"options_divi.php\";i:5;s:11:\"sidebar.php\";i:6;s:10:\"single.php\";i:7;s:8:\"page.php\";i:8;s:24:\"post_thumbnails_divi.php\";i:9;s:10:\"footer.php\";i:10;s:18:\"sidebar-footer.php\";i:11;s:23:\"single-et_pb_layout.php\";i:12;s:9:\"index.php\";i:13;s:23:\"page-template-blank.php\";i:14;s:23:\"includes/no-results.php\";i:15;s:20:\"includes/widgets.php\";i:16;s:23:\"includes/navigation.php\";i:17;s:25:\"includes/social_icons.php\";i:18;s:35:\"includes/functions/installation.php\";i:19;s:32:\"includes/functions/tutorials.php\";i:20;s:37:\"includes/builder/template-preview.php\";i:21;s:38:\"includes/builder/comments_template.php\";}s:7:\"max_sel\";N;s:7:\"imports\";a:2:{s:5:\"child\";a:0:{}s:5:\"parnt\";a:0:{}}s:13:\"child_version\";s:6:\"3.0.72\";s:12:\"child_author\";s:14:\"Elegant Themes\";s:10:\"child_name\";s:10:\"Divi Child\";s:14:\"child_themeuri\";s:42:\"http://www.elegantthemes.com/gallery/divi/\";s:15:\"child_authoruri\";s:28:\"http://www.elegantthemes.com\";s:11:\"child_descr\";s:78:\"Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.\";s:10:\"child_tags\";s:246:\"responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready\";s:5:\"parnt\";s:4:\"Divi\";s:5:\"child\";s:10:\"Divi-child\";s:10:\"configtype\";s:5:\"theme\";s:6:\"valkey\";i:918;s:7:\"rulekey\";i:156;s:5:\"qskey\";i:2728;s:6:\"selkey\";i:2531;s:8:\"querykey\";i:21;s:8:\"tokenkey\";N;s:6:\"recent\";N;s:9:\"converted\";i:1;s:5:\"fsize\";i:565;s:7:\"version\";s:7:\"2.2.8.1\";}","no");
INSERT INTO `pcab_options` VALUES("277","chld_thm_cfg_options_dict_qs","a:2728:{i:1;s:3:\"1:1\";i:2;s:3:\"1:2\";i:3;s:3:\"1:3\";i:4;s:3:\"1:4\";i:5;s:3:\"1:5\";i:6;s:3:\"1:6\";i:7;s:3:\"1:7\";i:8;s:3:\"2:1\";i:9;s:3:\"2:8\";i:10;s:3:\"2:9\";i:11;s:4:\"2:10\";i:12;s:4:\"3:11\";i:13;s:4:\"3:12\";i:14;s:4:\"3:13\";i:15;s:4:\"3:14\";i:16;s:4:\"3:15\";i:17;s:4:\"3:16\";i:18;s:4:\"3:17\";i:19;s:4:\"3:18\";i:20;s:4:\"3:19\";i:21;s:4:\"3:20\";i:22;s:4:\"3:21\";i:23;s:4:\"3:22\";i:24;s:4:\"3:23\";i:25;s:4:\"3:24\";i:26;s:4:\"3:25\";i:27;s:4:\"3:26\";i:28;s:4:\"3:27\";i:29;s:4:\"3:28\";i:30;s:4:\"3:29\";i:31;s:4:\"3:30\";i:32;s:4:\"3:31\";i:33;s:4:\"3:32\";i:34;s:4:\"3:33\";i:35;s:4:\"3:34\";i:36;s:4:\"3:35\";i:37;s:4:\"3:36\";i:38;s:4:\"3:37\";i:39;s:4:\"3:38\";i:40;s:4:\"3:39\";i:41;s:4:\"3:40\";i:42;s:4:\"3:41\";i:43;s:4:\"3:42\";i:44;s:4:\"3:43\";i:45;s:4:\"3:44\";i:46;s:4:\"3:45\";i:47;s:4:\"3:46\";i:48;s:4:\"4:47\";i:49;s:4:\"4:48\";i:50;s:4:\"4:49\";i:51;s:4:\"4:50\";i:52;s:4:\"4:51\";i:53;s:4:\"4:52\";i:54;s:4:\"4:53\";i:55;s:4:\"4:54\";i:56;s:4:\"4:55\";i:57;s:4:\"4:56\";i:58;s:4:\"4:57\";i:59;s:4:\"4:58\";i:60;s:4:\"4:59\";i:61;s:4:\"4:60\";i:62;s:4:\"4:61\";i:63;s:4:\"4:62\";i:64;s:4:\"4:63\";i:65;s:4:\"4:64\";i:66;s:4:\"4:65\";i:67;s:4:\"4:66\";i:68;s:4:\"4:67\";i:69;s:4:\"4:68\";i:70;s:4:\"4:69\";i:71;s:4:\"4:70\";i:72;s:4:\"4:71\";i:73;s:4:\"4:72\";i:74;s:4:\"4:73\";i:75;s:4:\"4:74\";i:76;s:4:\"4:75\";i:77;s:4:\"4:76\";i:78;s:4:\"4:77\";i:79;s:4:\"4:78\";i:80;s:4:\"4:79\";i:81;s:4:\"4:80\";i:82;s:4:\"4:81\";i:83;s:4:\"4:82\";i:84;s:4:\"4:83\";i:85;s:4:\"4:84\";i:86;s:4:\"4:85\";i:87;s:4:\"4:86\";i:88;s:4:\"4:87\";i:89;s:4:\"4:88\";i:90;s:4:\"4:89\";i:91;s:4:\"4:90\";i:92;s:4:\"4:91\";i:93;s:4:\"4:92\";i:94;s:4:\"4:93\";i:95;s:4:\"4:94\";i:96;s:4:\"4:95\";i:97;s:4:\"4:96\";i:98;s:4:\"4:97\";i:99;s:4:\"4:98\";i:100;s:4:\"4:99\";i:101;s:5:\"4:100\";i:102;s:5:\"4:101\";i:103;s:5:\"4:102\";i:104;s:5:\"4:103\";i:105;s:5:\"4:104\";i:106;s:5:\"4:105\";i:107;s:5:\"4:106\";i:108;s:5:\"4:107\";i:109;s:5:\"4:108\";i:110;s:5:\"4:109\";i:111;s:5:\"4:110\";i:112;s:5:\"4:111\";i:113;s:5:\"4:112\";i:114;s:5:\"4:113\";i:115;s:5:\"4:114\";i:116;s:5:\"4:115\";i:117;s:5:\"4:116\";i:118;s:5:\"4:117\";i:119;s:5:\"4:118\";i:120;s:5:\"4:119\";i:121;s:5:\"4:120\";i:122;s:5:\"4:121\";i:123;s:5:\"4:122\";i:124;s:5:\"4:123\";i:125;s:5:\"4:124\";i:126;s:5:\"4:125\";i:127;s:5:\"4:126\";i:128;s:5:\"4:127\";i:129;s:5:\"4:128\";i:130;s:5:\"4:129\";i:131;s:5:\"4:130\";i:132;s:5:\"4:131\";i:133;s:5:\"4:132\";i:134;s:5:\"4:133\";i:135;s:5:\"4:134\";i:136;s:5:\"4:135\";i:137;s:5:\"4:136\";i:138;s:5:\"4:137\";i:139;s:5:\"4:138\";i:140;s:5:\"4:139\";i:141;s:5:\"4:140\";i:142;s:5:\"4:141\";i:143;s:5:\"4:142\";i:144;s:5:\"4:143\";i:145;s:5:\"4:144\";i:146;s:5:\"4:145\";i:147;s:5:\"4:146\";i:148;s:5:\"4:147\";i:149;s:5:\"4:148\";i:150;s:5:\"4:149\";i:151;s:5:\"4:150\";i:152;s:5:\"4:151\";i:153;s:5:\"4:152\";i:154;s:5:\"4:153\";i:155;s:5:\"4:154\";i:156;s:5:\"4:155\";i:157;s:5:\"4:156\";i:158;s:5:\"4:157\";i:159;s:5:\"4:158\";i:160;s:5:\"4:159\";i:161;s:5:\"4:160\";i:162;s:5:\"4:161\";i:163;s:5:\"4:162\";i:164;s:5:\"4:163\";i:165;s:5:\"4:164\";i:166;s:5:\"4:165\";i:167;s:5:\"4:166\";i:168;s:5:\"4:167\";i:169;s:5:\"4:168\";i:170;s:5:\"4:169\";i:171;s:5:\"4:170\";i:172;s:5:\"4:171\";i:173;s:5:\"4:172\";i:174;s:5:\"4:173\";i:175;s:5:\"4:174\";i:176;s:5:\"4:175\";i:177;s:5:\"4:176\";i:178;s:5:\"4:177\";i:179;s:5:\"4:178\";i:180;s:5:\"4:179\";i:181;s:5:\"4:180\";i:182;s:5:\"4:181\";i:183;s:5:\"4:182\";i:184;s:5:\"4:183\";i:185;s:5:\"4:184\";i:186;s:5:\"4:185\";i:187;s:5:\"4:186\";i:188;s:5:\"4:187\";i:189;s:5:\"4:188\";i:190;s:5:\"4:189\";i:191;s:5:\"4:190\";i:192;s:5:\"4:191\";i:193;s:5:\"4:192\";i:194;s:5:\"4:193\";i:195;s:5:\"4:194\";i:196;s:5:\"4:195\";i:197;s:5:\"4:196\";i:198;s:5:\"4:197\";i:199;s:5:\"4:198\";i:200;s:5:\"4:199\";i:201;s:5:\"4:200\";i:202;s:5:\"4:201\";i:203;s:5:\"4:202\";i:204;s:5:\"4:203\";i:205;s:5:\"4:204\";i:206;s:5:\"4:205\";i:207;s:5:\"4:206\";i:208;s:5:\"4:207\";i:209;s:5:\"4:208\";i:210;s:5:\"4:209\";i:211;s:5:\"4:210\";i:212;s:5:\"4:211\";i:213;s:5:\"4:212\";i:214;s:5:\"4:213\";i:215;s:5:\"4:214\";i:216;s:5:\"4:215\";i:217;s:5:\"4:216\";i:218;s:5:\"4:217\";i:219;s:5:\"4:218\";i:220;s:5:\"4:219\";i:221;s:5:\"4:220\";i:222;s:5:\"4:221\";i:223;s:5:\"4:222\";i:224;s:5:\"4:223\";i:225;s:5:\"4:224\";i:226;s:5:\"4:225\";i:227;s:5:\"4:226\";i:228;s:5:\"4:227\";i:229;s:5:\"4:228\";i:230;s:5:\"4:229\";i:231;s:5:\"4:230\";i:232;s:5:\"4:231\";i:233;s:5:\"4:232\";i:234;s:5:\"4:233\";i:235;s:5:\"4:234\";i:236;s:5:\"4:235\";i:237;s:5:\"4:236\";i:238;s:5:\"4:237\";i:239;s:5:\"4:238\";i:240;s:5:\"4:239\";i:241;s:5:\"4:240\";i:242;s:5:\"4:241\";i:243;s:5:\"4:242\";i:244;s:5:\"4:243\";i:245;s:5:\"4:244\";i:246;s:5:\"4:245\";i:247;s:5:\"4:246\";i:248;s:5:\"4:247\";i:249;s:5:\"4:248\";i:250;s:5:\"4:249\";i:251;s:5:\"4:250\";i:252;s:5:\"4:251\";i:253;s:5:\"4:252\";i:254;s:5:\"4:253\";i:255;s:5:\"4:254\";i:256;s:5:\"4:255\";i:257;s:5:\"4:256\";i:258;s:5:\"4:257\";i:259;s:5:\"4:258\";i:260;s:5:\"4:259\";i:261;s:5:\"4:260\";i:262;s:5:\"4:261\";i:263;s:5:\"4:262\";i:264;s:5:\"4:263\";i:265;s:5:\"4:264\";i:266;s:5:\"4:265\";i:267;s:5:\"4:266\";i:268;s:5:\"4:267\";i:269;s:5:\"4:268\";i:270;s:5:\"4:269\";i:271;s:5:\"4:270\";i:272;s:5:\"4:271\";i:273;s:5:\"4:272\";i:274;s:5:\"4:273\";i:275;s:5:\"4:274\";i:276;s:5:\"4:275\";i:277;s:5:\"4:276\";i:278;s:5:\"4:277\";i:279;s:5:\"4:278\";i:280;s:5:\"4:279\";i:281;s:5:\"4:280\";i:282;s:5:\"4:281\";i:283;s:5:\"4:282\";i:284;s:5:\"4:283\";i:285;s:5:\"4:284\";i:286;s:5:\"4:285\";i:287;s:5:\"4:286\";i:288;s:5:\"4:287\";i:289;s:5:\"4:288\";i:290;s:5:\"4:289\";i:291;s:5:\"4:290\";i:292;s:5:\"4:291\";i:293;s:5:\"4:292\";i:294;s:5:\"4:293\";i:295;s:5:\"4:294\";i:296;s:5:\"4:295\";i:297;s:5:\"4:296\";i:298;s:5:\"4:297\";i:299;s:5:\"4:298\";i:300;s:5:\"4:299\";i:301;s:5:\"4:300\";i:302;s:5:\"4:301\";i:303;s:5:\"4:302\";i:304;s:5:\"4:303\";i:305;s:5:\"4:304\";i:306;s:5:\"4:305\";i:307;s:5:\"4:306\";i:308;s:5:\"4:307\";i:309;s:5:\"4:308\";i:310;s:5:\"4:309\";i:311;s:5:\"4:310\";i:312;s:5:\"4:311\";i:313;s:5:\"4:312\";i:314;s:5:\"4:313\";i:315;s:5:\"4:314\";i:316;s:5:\"4:315\";i:317;s:5:\"4:316\";i:318;s:5:\"4:317\";i:319;s:5:\"4:318\";i:320;s:5:\"4:319\";i:321;s:5:\"4:320\";i:322;s:5:\"4:321\";i:323;s:5:\"4:322\";i:324;s:5:\"4:323\";i:325;s:5:\"4:324\";i:326;s:5:\"4:325\";i:327;s:5:\"4:326\";i:328;s:5:\"4:327\";i:329;s:5:\"4:328\";i:330;s:5:\"4:329\";i:331;s:5:\"4:330\";i:332;s:5:\"4:331\";i:333;s:5:\"4:332\";i:334;s:5:\"4:333\";i:335;s:5:\"4:334\";i:336;s:5:\"4:335\";i:337;s:5:\"4:336\";i:338;s:5:\"4:337\";i:339;s:5:\"4:338\";i:340;s:5:\"4:339\";i:341;s:5:\"4:340\";i:342;s:5:\"4:341\";i:343;s:5:\"4:342\";i:344;s:5:\"4:343\";i:345;s:5:\"4:344\";i:346;s:5:\"4:345\";i:347;s:5:\"4:346\";i:348;s:5:\"4:347\";i:349;s:5:\"4:348\";i:350;s:5:\"4:349\";i:351;s:5:\"4:350\";i:352;s:5:\"4:351\";i:353;s:5:\"4:352\";i:354;s:5:\"4:353\";i:355;s:5:\"4:354\";i:356;s:5:\"4:355\";i:357;s:5:\"4:356\";i:358;s:5:\"4:357\";i:359;s:5:\"4:358\";i:360;s:5:\"4:359\";i:361;s:5:\"4:360\";i:362;s:5:\"4:361\";i:363;s:5:\"4:362\";i:364;s:5:\"4:363\";i:365;s:5:\"4:364\";i:366;s:5:\"4:365\";i:367;s:5:\"4:366\";i:368;s:5:\"4:367\";i:369;s:5:\"4:368\";i:370;s:5:\"4:369\";i:371;s:3:\"4:2\";i:372;s:3:\"4:4\";i:373;s:3:\"4:3\";i:374;s:3:\"4:5\";i:375;s:5:\"4:370\";i:376;s:5:\"4:371\";i:377;s:5:\"4:372\";i:378;s:5:\"4:373\";i:379;s:5:\"4:374\";i:380;s:5:\"4:375\";i:381;s:5:\"4:376\";i:382;s:5:\"4:377\";i:383;s:5:\"4:378\";i:384;s:5:\"4:379\";i:385;s:5:\"4:380\";i:386;s:5:\"4:381\";i:387;s:5:\"4:382\";i:388;s:5:\"4:383\";i:389;s:5:\"4:384\";i:390;s:5:\"4:385\";i:391;s:5:\"4:386\";i:392;s:5:\"4:387\";i:393;s:5:\"4:388\";i:394;s:5:\"4:389\";i:395;s:5:\"4:390\";i:396;s:5:\"4:391\";i:397;s:5:\"4:392\";i:398;s:5:\"4:393\";i:399;s:5:\"4:394\";i:400;s:5:\"4:395\";i:401;s:5:\"4:396\";i:402;s:5:\"4:397\";i:403;s:5:\"4:398\";i:404;s:5:\"4:399\";i:405;s:5:\"4:400\";i:406;s:5:\"4:401\";i:407;s:5:\"4:402\";i:408;s:5:\"4:403\";i:409;s:5:\"4:404\";i:410;s:5:\"4:405\";i:411;s:5:\"4:406\";i:412;s:5:\"4:407\";i:413;s:5:\"4:408\";i:414;s:5:\"4:409\";i:415;s:5:\"4:410\";i:416;s:5:\"4:411\";i:417;s:5:\"4:412\";i:418;s:5:\"4:413\";i:419;s:5:\"4:414\";i:420;s:5:\"4:415\";i:421;s:5:\"4:416\";i:422;s:5:\"4:417\";i:423;s:5:\"4:418\";i:424;s:5:\"4:419\";i:425;s:5:\"4:420\";i:426;s:5:\"4:421\";i:427;s:5:\"4:422\";i:428;s:5:\"4:423\";i:429;s:5:\"4:424\";i:430;s:5:\"4:425\";i:431;s:5:\"4:426\";i:432;s:5:\"4:427\";i:433;s:5:\"4:428\";i:434;s:5:\"4:429\";i:435;s:5:\"4:430\";i:436;s:5:\"4:431\";i:437;s:5:\"4:432\";i:438;s:5:\"4:433\";i:439;s:5:\"4:434\";i:440;s:5:\"4:435\";i:441;s:5:\"4:436\";i:442;s:5:\"4:437\";i:443;s:5:\"4:438\";i:444;s:5:\"4:439\";i:445;s:5:\"4:440\";i:446;s:5:\"4:441\";i:447;s:5:\"4:442\";i:448;s:5:\"4:443\";i:449;s:5:\"4:444\";i:450;s:5:\"4:445\";i:451;s:5:\"4:446\";i:452;s:5:\"4:447\";i:453;s:5:\"4:448\";i:454;s:5:\"4:449\";i:455;s:5:\"4:450\";i:456;s:5:\"4:451\";i:457;s:5:\"4:452\";i:458;s:5:\"4:453\";i:459;s:5:\"4:454\";i:460;s:5:\"4:455\";i:461;s:5:\"4:456\";i:462;s:5:\"4:457\";i:463;s:5:\"4:458\";i:464;s:5:\"4:459\";i:465;s:5:\"4:460\";i:466;s:5:\"4:461\";i:467;s:5:\"4:462\";i:468;s:5:\"4:463\";i:469;s:5:\"4:464\";i:470;s:5:\"4:465\";i:471;s:5:\"4:466\";i:472;s:5:\"4:467\";i:473;s:5:\"4:468\";i:474;s:5:\"4:469\";i:475;s:5:\"4:470\";i:476;s:5:\"4:471\";i:477;s:5:\"4:472\";i:478;s:5:\"4:473\";i:479;s:5:\"4:474\";i:480;s:5:\"4:475\";i:481;s:5:\"4:476\";i:482;s:5:\"4:477\";i:483;s:5:\"4:478\";i:484;s:5:\"5:479\";i:485;s:5:\"5:480\";i:486;s:5:\"5:481\";i:487;s:5:\"5:482\";i:488;s:5:\"5:483\";i:489;s:5:\"5:484\";i:490;s:5:\"5:485\";i:491;s:5:\"5:486\";i:492;s:5:\"5:487\";i:493;s:5:\"5:488\";i:494;s:5:\"5:489\";i:495;s:5:\"5:490\";i:496;s:5:\"5:491\";i:497;s:5:\"5:492\";i:498;s:5:\"5:493\";i:499;s:5:\"5:494\";i:500;s:5:\"5:495\";i:501;s:5:\"5:496\";i:502;s:5:\"5:497\";i:503;s:5:\"5:498\";i:504;s:5:\"5:499\";i:505;s:5:\"5:500\";i:506;s:5:\"5:501\";i:507;s:5:\"5:502\";i:508;s:5:\"5:503\";i:509;s:5:\"5:504\";i:510;s:3:\"5:1\";i:511;s:5:\"5:505\";i:512;s:5:\"5:506\";i:513;s:5:\"5:507\";i:514;s:5:\"6:508\";i:515;s:5:\"6:300\";i:516;s:5:\"6:301\";i:517;s:5:\"6:509\";i:518;s:5:\"6:310\";i:519;s:5:\"6:510\";i:520;s:5:\"6:511\";i:521;s:5:\"6:512\";i:522;s:5:\"6:513\";i:523;s:5:\"6:514\";i:524;s:5:\"6:515\";i:525;s:5:\"6:516\";i:526;s:5:\"6:517\";i:527;s:5:\"6:518\";i:528;s:5:\"6:519\";i:529;s:5:\"6:520\";i:530;s:5:\"6:521\";i:531;s:5:\"6:522\";i:532;s:5:\"6:523\";i:533;s:5:\"6:524\";i:534;s:5:\"6:313\";i:535;s:5:\"6:525\";i:536;s:5:\"6:526\";i:537;s:5:\"6:527\";i:538;s:5:\"6:528\";i:539;s:5:\"6:529\";i:540;s:5:\"6:530\";i:541;s:5:\"6:531\";i:542;s:5:\"6:532\";i:543;s:5:\"6:533\";i:544;s:5:\"6:534\";i:545;s:5:\"6:535\";i:546;s:5:\"6:536\";i:547;s:5:\"6:537\";i:548;s:5:\"6:538\";i:549;s:5:\"6:539\";i:550;s:5:\"6:540\";i:551;s:5:\"6:541\";i:552;s:5:\"6:542\";i:553;s:5:\"6:543\";i:554;s:5:\"6:544\";i:555;s:5:\"6:545\";i:556;s:5:\"6:546\";i:557;s:5:\"6:547\";i:558;s:5:\"6:548\";i:559;s:5:\"6:549\";i:560;s:5:\"6:550\";i:561;s:5:\"6:551\";i:562;s:5:\"6:552\";i:563;s:5:\"6:553\";i:564;s:5:\"6:554\";i:565;s:5:\"6:481\";i:566;s:5:\"6:555\";i:567;s:5:\"6:556\";i:568;s:5:\"6:557\";i:569;s:5:\"6:558\";i:570;s:5:\"6:559\";i:571;s:5:\"6:560\";i:572;s:5:\"6:561\";i:573;s:5:\"6:562\";i:574;s:5:\"6:563\";i:575;s:5:\"6:564\";i:576;s:5:\"6:565\";i:577;s:5:\"6:566\";i:578;s:5:\"6:567\";i:579;s:5:\"6:568\";i:580;s:5:\"6:569\";i:581;s:5:\"6:570\";i:582;s:5:\"6:571\";i:583;s:5:\"6:572\";i:584;s:5:\"6:573\";i:585;s:5:\"6:574\";i:586;s:5:\"6:575\";i:587;s:5:\"6:576\";i:588;s:5:\"6:577\";i:589;s:5:\"6:578\";i:590;s:5:\"6:579\";i:591;s:5:\"6:580\";i:592;s:5:\"6:581\";i:593;s:5:\"6:582\";i:594;s:5:\"6:583\";i:595;s:5:\"6:584\";i:596;s:5:\"6:585\";i:597;s:5:\"6:586\";i:598;s:5:\"6:587\";i:599;s:5:\"6:588\";i:600;s:5:\"6:589\";i:601;s:5:\"6:590\";i:602;s:5:\"6:591\";i:603;s:5:\"6:448\";i:604;s:5:\"6:449\";i:605;s:5:\"6:451\";i:606;s:5:\"6:452\";i:607;s:5:\"6:445\";i:608;s:5:\"6:592\";i:609;s:5:\"6:593\";i:610;s:5:\"6:594\";i:611;s:5:\"6:595\";i:612;s:5:\"6:596\";i:613;s:5:\"6:597\";i:614;s:5:\"6:598\";i:615;s:5:\"6:599\";i:616;s:5:\"6:600\";i:617;s:5:\"6:601\";i:618;s:5:\"6:602\";i:619;s:5:\"6:603\";i:620;s:5:\"6:604\";i:621;s:5:\"6:605\";i:622;s:5:\"6:606\";i:623;s:5:\"6:382\";i:624;s:5:\"6:607\";i:625;s:5:\"6:608\";i:626;s:5:\"6:609\";i:627;s:5:\"6:610\";i:628;s:5:\"6:611\";i:629;s:5:\"6:612\";i:630;s:5:\"6:613\";i:631;s:5:\"6:614\";i:632;s:5:\"6:615\";i:633;s:5:\"6:616\";i:634;s:5:\"6:617\";i:635;s:5:\"6:618\";i:636;s:5:\"6:619\";i:637;s:5:\"6:620\";i:638;s:5:\"6:621\";i:639;s:5:\"6:622\";i:640;s:5:\"6:623\";i:641;s:5:\"6:624\";i:642;s:5:\"6:370\";i:643;s:5:\"6:625\";i:644;s:5:\"6:626\";i:645;s:5:\"6:627\";i:646;s:5:\"6:628\";i:647;s:5:\"6:629\";i:648;s:5:\"6:630\";i:649;s:5:\"6:631\";i:650;s:5:\"6:632\";i:651;s:5:\"6:633\";i:652;s:5:\"6:634\";i:653;s:5:\"6:635\";i:654;s:5:\"6:636\";i:655;s:5:\"6:637\";i:656;s:5:\"6:638\";i:657;s:5:\"6:639\";i:658;s:5:\"6:414\";i:659;s:5:\"6:640\";i:660;s:5:\"6:641\";i:661;s:5:\"6:642\";i:662;s:5:\"6:643\";i:663;s:5:\"6:644\";i:664;s:5:\"6:645\";i:665;s:5:\"6:646\";i:666;s:5:\"6:647\";i:667;s:5:\"6:648\";i:668;s:5:\"6:649\";i:669;s:5:\"6:650\";i:670;s:5:\"6:651\";i:671;s:5:\"6:652\";i:672;s:5:\"6:653\";i:673;s:5:\"6:654\";i:674;s:5:\"6:476\";i:675;s:5:\"6:655\";i:676;s:5:\"7:656\";i:677;s:5:\"7:653\";i:678;s:5:\"7:657\";i:679;s:5:\"7:658\";i:680;s:5:\"8:659\";i:681;s:5:\"8:660\";i:682;s:5:\"8:661\";i:683;s:5:\"8:662\";i:684;s:5:\"8:663\";i:685;s:5:\"8:664\";i:686;s:5:\"9:665\";i:687;s:5:\"9:666\";i:688;s:5:\"9:667\";i:689;s:5:\"9:668\";i:690;s:5:\"9:669\";i:691;s:5:\"9:670\";i:692;s:5:\"9:671\";i:693;s:5:\"9:672\";i:694;s:5:\"9:673\";i:695;s:5:\"9:674\";i:696;s:5:\"9:675\";i:697;s:5:\"9:676\";i:698;s:5:\"9:677\";i:699;s:5:\"9:678\";i:700;s:5:\"9:679\";i:701;s:5:\"9:680\";i:702;s:5:\"9:681\";i:703;s:5:\"9:682\";i:704;s:5:\"9:683\";i:705;s:5:\"9:684\";i:706;s:5:\"9:685\";i:707;s:5:\"9:686\";i:708;s:5:\"9:687\";i:709;s:5:\"9:688\";i:710;s:5:\"9:552\";i:711;s:5:\"9:481\";i:712;s:5:\"9:689\";i:713;s:5:\"9:690\";i:714;s:5:\"9:691\";i:715;s:5:\"9:692\";i:716;s:5:\"9:693\";i:717;s:5:\"9:694\";i:718;s:5:\"9:695\";i:719;s:5:\"9:528\";i:720;s:5:\"9:696\";i:721;s:5:\"9:697\";i:722;s:5:\"9:698\";i:723;s:5:\"9:529\";i:724;s:5:\"9:530\";i:725;s:5:\"9:531\";i:726;s:5:\"9:699\";i:727;s:5:\"9:536\";i:728;s:5:\"9:538\";i:729;s:5:\"9:700\";i:730;s:5:\"9:701\";i:731;s:5:\"9:702\";i:732;s:5:\"9:703\";i:733;s:5:\"9:704\";i:734;s:5:\"9:705\";i:735;s:5:\"9:706\";i:736;s:5:\"9:555\";i:737;s:5:\"9:707\";i:738;s:5:\"9:708\";i:739;s:5:\"9:709\";i:740;s:5:\"9:710\";i:741;s:5:\"9:711\";i:742;s:5:\"9:548\";i:743;s:5:\"9:712\";i:744;s:5:\"9:713\";i:745;s:5:\"9:714\";i:746;s:5:\"9:550\";i:747;s:5:\"9:715\";i:748;s:5:\"9:716\";i:749;s:5:\"9:717\";i:750;s:5:\"9:718\";i:751;s:5:\"9:719\";i:752;s:5:\"9:558\";i:753;s:5:\"9:720\";i:754;s:5:\"9:721\";i:755;s:5:\"9:563\";i:756;s:5:\"9:568\";i:757;s:5:\"9:569\";i:758;s:5:\"9:570\";i:759;s:5:\"9:571\";i:760;s:5:\"9:572\";i:761;s:5:\"9:573\";i:762;s:5:\"9:574\";i:763;s:5:\"9:722\";i:764;s:5:\"9:723\";i:765;s:5:\"9:724\";i:766;s:5:\"9:725\";i:767;s:5:\"9:726\";i:768;s:5:\"9:727\";i:769;s:5:\"9:728\";i:770;s:5:\"9:729\";i:771;s:5:\"9:730\";i:772;s:5:\"9:731\";i:773;s:5:\"9:732\";i:774;s:5:\"9:492\";i:775;s:5:\"9:733\";i:776;s:5:\"9:734\";i:777;s:5:\"9:735\";i:778;s:5:\"9:736\";i:779;s:5:\"9:737\";i:780;s:5:\"9:738\";i:781;s:5:\"9:739\";i:782;s:5:\"9:740\";i:783;s:5:\"9:741\";i:784;s:5:\"9:742\";i:785;s:5:\"9:743\";i:786;s:5:\"9:744\";i:787;s:5:\"9:745\";i:788;s:5:\"9:585\";i:789;s:5:\"9:746\";i:790;s:5:\"9:747\";i:791;s:5:\"9:748\";i:792;s:5:\"9:749\";i:793;s:5:\"9:750\";i:794;s:5:\"9:751\";i:795;s:5:\"9:752\";i:796;s:5:\"9:753\";i:797;s:5:\"9:597\";i:798;s:5:\"9:754\";i:799;s:5:\"9:755\";i:800;s:5:\"9:756\";i:801;s:5:\"9:757\";i:802;s:5:\"9:758\";i:803;s:5:\"9:656\";i:804;s:5:\"9:759\";i:805;s:5:\"9:760\";i:806;s:5:\"9:761\";i:807;s:5:\"9:611\";i:808;s:5:\"9:762\";i:809;s:5:\"9:763\";i:810;s:5:\"9:764\";i:811;s:5:\"9:765\";i:812;s:5:\"9:478\";i:813;s:5:\"9:766\";i:814;s:5:\"9:767\";i:815;s:5:\"9:768\";i:816;s:5:\"9:769\";i:817;s:5:\"9:770\";i:818;s:6:\"10:771\";i:819;s:6:\"10:772\";i:820;s:6:\"10:773\";i:821;s:6:\"10:774\";i:822;s:6:\"10:775\";i:823;s:6:\"10:776\";i:824;s:6:\"10:777\";i:825;s:6:\"10:778\";i:826;s:6:\"10:779\";i:827;s:6:\"10:780\";i:828;s:6:\"10:781\";i:829;s:6:\"10:782\";i:830;s:6:\"10:783\";i:831;s:6:\"10:784\";i:832;s:6:\"10:785\";i:833;s:6:\"10:786\";i:834;s:6:\"10:714\";i:835;s:6:\"10:550\";i:836;s:6:\"10:787\";i:837;s:6:\"10:788\";i:838;s:6:\"10:789\";i:839;s:6:\"10:481\";i:840;s:6:\"10:790\";i:841;s:6:\"10:791\";i:842;s:6:\"10:792\";i:843;s:6:\"10:793\";i:844;s:6:\"10:794\";i:845;s:6:\"10:795\";i:846;s:6:\"10:796\";i:847;s:6:\"10:797\";i:848;s:6:\"10:798\";i:849;s:6:\"10:736\";i:850;s:6:\"10:738\";i:851;s:6:\"10:739\";i:852;s:6:\"10:799\";i:853;s:6:\"10:800\";i:854;s:6:\"10:529\";i:855;s:6:\"10:530\";i:856;s:6:\"10:531\";i:857;s:6:\"10:801\";i:858;s:6:\"10:705\";i:859;s:6:\"10:706\";i:860;s:6:\"10:563\";i:861;s:6:\"10:718\";i:862;s:6:\"10:719\";i:863;s:6:\"10:802\";i:864;s:6:\"10:803\";i:865;s:6:\"10:804\";i:866;s:6:\"10:805\";i:867;s:6:\"10:806\";i:868;s:6:\"10:807\";i:869;s:6:\"10:808\";i:870;s:6:\"10:809\";i:871;s:6:\"10:810\";i:872;s:6:\"10:811\";i:873;s:6:\"10:812\";i:874;s:6:\"10:813\";i:875;s:6:\"10:747\";i:876;s:6:\"10:750\";i:877;s:6:\"10:814\";i:878;s:6:\"10:815\";i:879;s:6:\"10:585\";i:880;s:6:\"10:572\";i:881;s:6:\"10:573\";i:882;s:6:\"10:611\";i:883;s:6:\"10:816\";i:884;s:6:\"10:817\";i:885;s:6:\"10:753\";i:886;s:6:\"10:597\";i:887;s:6:\"10:818\";i:888;s:6:\"10:663\";i:889;s:6:\"10:819\";i:890;s:6:\"11:605\";i:891;s:6:\"11:820\";i:892;s:6:\"11:821\";i:893;s:6:\"12:359\";i:894;s:6:\"12:822\";i:895;s:6:\"12:823\";i:896;s:6:\"12:824\";i:897;s:6:\"12:825\";i:898;s:6:\"13:826\";i:899;s:6:\"14:827\";i:900;s:6:\"14:723\";i:901;s:6:\"14:722\";i:902;s:6:\"14:828\";i:903;s:6:\"14:829\";i:904;s:6:\"14:830\";i:905;s:6:\"14:482\";i:906;s:6:\"14:831\";i:907;s:6:\"14:832\";i:908;s:6:\"14:833\";i:909;s:6:\"14:834\";i:910;s:6:\"14:835\";i:911;s:6:\"14:729\";i:912;s:6:\"14:836\";i:913;s:6:\"14:731\";i:914;s:6:\"14:837\";i:915;s:6:\"14:838\";i:916;s:6:\"14:732\";i:917;s:6:\"14:492\";i:918;s:6:\"14:734\";i:919;s:6:\"14:839\";i:920;s:6:\"14:736\";i:921;s:6:\"14:737\";i:922;s:6:\"14:738\";i:923;s:6:\"14:739\";i:924;s:6:\"14:683\";i:925;s:6:\"15:569\";i:926;s:6:\"15:572\";i:927;s:6:\"15:573\";i:928;s:6:\"16:840\";i:929;s:6:\"16:570\";i:930;s:6:\"16:571\";i:931;s:6:\"17:841\";i:932;s:6:\"17:842\";i:933;s:6:\"17:843\";i:934;s:6:\"17:844\";i:935;s:6:\"17:845\";i:936;s:6:\"17:846\";i:937;s:6:\"17:847\";i:938;s:6:\"17:848\";i:939;s:6:\"18:849\";i:940;s:6:\"18:850\";i:941;s:6:\"18:851\";i:942;s:6:\"18:852\";i:943;s:6:\"19:853\";i:944;s:6:\"19:854\";i:945;s:6:\"19:855\";i:946;s:6:\"20:856\";i:947;s:6:\"21:857\";i:948;s:6:\"21:858\";i:949;s:6:\"21:859\";i:950;s:6:\"21:860\";i:951;s:6:\"21:861\";i:952;s:6:\"21:862\";i:953;s:6:\"21:863\";i:954;s:6:\"21:864\";i:955;s:6:\"21:865\";i:956;s:6:\"21:866\";i:957;s:6:\"21:867\";i:958;s:6:\"21:868\";i:959;s:6:\"21:869\";i:960;s:6:\"21:870\";i:961;s:6:\"21:871\";i:962;s:6:\"21:872\";i:963;s:6:\"21:873\";i:964;s:6:\"21:874\";i:965;s:6:\"21:875\";i:966;s:6:\"21:876\";i:967;s:6:\"21:877\";i:968;s:6:\"21:878\";i:969;s:6:\"21:879\";i:970;s:6:\"21:880\";i:971;s:6:\"21:881\";i:972;s:6:\"21:882\";i:973;s:6:\"21:883\";i:974;s:6:\"21:884\";i:975;s:6:\"21:885\";i:976;s:6:\"21:886\";i:977;s:6:\"21:887\";i:978;s:6:\"21:888\";i:979;s:6:\"21:889\";i:980;s:6:\"21:890\";i:981;s:6:\"21:891\";i:982;s:6:\"21:892\";i:983;s:6:\"21:893\";i:984;s:6:\"21:894\";i:985;s:6:\"21:895\";i:986;s:6:\"21:896\";i:987;s:6:\"21:897\";i:988;s:6:\"21:898\";i:989;s:6:\"21:899\";i:990;s:6:\"21:900\";i:991;s:6:\"21:901\";i:992;s:6:\"21:902\";i:993;s:6:\"21:903\";i:994;s:6:\"21:904\";i:995;s:6:\"21:905\";i:996;s:6:\"21:906\";i:997;s:6:\"21:907\";i:998;s:6:\"21:908\";i:999;s:6:\"21:909\";i:1000;s:6:\"21:910\";i:1001;s:6:\"21:911\";i:1002;s:6:\"21:912\";i:1003;s:6:\"21:913\";i:1004;s:6:\"21:914\";i:1005;s:6:\"21:915\";i:1006;s:6:\"21:916\";i:1007;s:6:\"21:917\";i:1008;s:6:\"21:918\";i:1009;s:6:\"21:919\";i:1010;s:6:\"21:920\";i:1011;s:6:\"21:921\";i:1012;s:6:\"21:922\";i:1013;s:6:\"21:923\";i:1014;s:6:\"21:924\";i:1015;s:6:\"21:925\";i:1016;s:6:\"21:926\";i:1017;s:6:\"21:927\";i:1018;s:6:\"21:928\";i:1019;s:6:\"21:929\";i:1020;s:6:\"21:930\";i:1021;s:6:\"21:931\";i:1022;s:6:\"21:932\";i:1023;s:6:\"21:933\";i:1024;s:6:\"21:934\";i:1025;s:6:\"21:935\";i:1026;s:6:\"21:936\";i:1027;s:6:\"21:937\";i:1028;s:6:\"21:938\";i:1029;s:6:\"21:939\";i:1030;s:6:\"21:940\";i:1031;s:6:\"21:941\";i:1032;s:6:\"21:942\";i:1033;s:6:\"21:943\";i:1034;s:6:\"21:944\";i:1035;s:6:\"21:945\";i:1036;s:6:\"21:946\";i:1037;s:6:\"21:947\";i:1038;s:6:\"21:948\";i:1039;s:6:\"21:949\";i:1040;s:6:\"21:950\";i:1041;s:6:\"21:951\";i:1042;s:6:\"21:952\";i:1043;s:6:\"21:656\";i:1044;s:6:\"21:953\";i:1045;s:6:\"21:954\";i:1046;s:6:\"21:657\";i:1047;s:6:\"21:955\";i:1048;s:6:\"21:956\";i:1049;s:6:\"21:957\";i:1050;s:6:\"21:958\";i:1051;s:6:\"21:959\";i:1052;s:6:\"21:619\";i:1053;s:6:\"21:960\";i:1054;s:6:\"21:961\";i:1055;s:6:\"21:962\";i:1056;s:6:\"21:963\";i:1057;s:6:\"21:964\";i:1058;s:6:\"21:965\";i:1059;s:6:\"21:966\";i:1060;s:6:\"21:967\";i:1061;s:6:\"21:968\";i:1062;s:6:\"21:969\";i:1063;s:6:\"21:970\";i:1064;s:6:\"21:971\";i:1065;s:6:\"21:972\";i:1066;s:6:\"21:973\";i:1067;s:6:\"21:974\";i:1068;s:6:\"21:975\";i:1069;s:6:\"21:976\";i:1070;s:6:\"21:977\";i:1071;s:6:\"21:978\";i:1072;s:6:\"21:979\";i:1073;s:6:\"21:980\";i:1074;s:6:\"21:981\";i:1075;s:6:\"21:982\";i:1076;s:6:\"21:983\";i:1077;s:6:\"21:984\";i:1078;s:6:\"21:985\";i:1079;s:6:\"21:986\";i:1080;s:6:\"21:987\";i:1081;s:6:\"21:988\";i:1082;s:6:\"21:989\";i:1083;s:6:\"21:990\";i:1084;s:6:\"21:991\";i:1085;s:6:\"21:622\";i:1086;s:6:\"21:992\";i:1087;s:6:\"21:993\";i:1088;s:6:\"21:994\";i:1089;s:6:\"21:995\";i:1090;s:6:\"21:608\";i:1091;s:6:\"21:996\";i:1092;s:6:\"21:638\";i:1093;s:6:\"21:997\";i:1094;s:6:\"21:998\";i:1095;s:6:\"21:999\";i:1096;s:7:\"21:1000\";i:1097;s:7:\"21:1001\";i:1098;s:7:\"21:1002\";i:1099;s:7:\"21:1003\";i:1100;s:7:\"21:1004\";i:1101;s:7:\"21:1005\";i:1102;s:6:\"21:625\";i:1103;s:7:\"21:1006\";i:1104;s:7:\"21:1007\";i:1105;s:7:\"21:1008\";i:1106;s:7:\"21:1009\";i:1107;s:6:\"21:765\";i:1108;s:6:\"21:639\";i:1109;s:6:\"21:414\";i:1110;s:7:\"21:1010\";i:1111;s:6:\"21:620\";i:1112;s:7:\"21:1011\";i:1113;s:7:\"21:1012\";i:1114;s:7:\"21:1013\";i:1115;s:7:\"21:1014\";i:1116;s:6:\"21:637\";i:1117;s:7:\"21:1015\";i:1118;s:7:\"21:1016\";i:1119;s:6:\"21:636\";i:1120;s:7:\"21:1017\";i:1121;s:7:\"21:1018\";i:1122;s:7:\"21:1019\";i:1123;s:7:\"21:1020\";i:1124;s:7:\"21:1021\";i:1125;s:6:\"21:611\";i:1126;s:7:\"21:1022\";i:1127;s:7:\"21:1023\";i:1128;s:7:\"21:1024\";i:1129;s:7:\"21:1025\";i:1130;s:7:\"21:1026\";i:1131;s:7:\"21:1027\";i:1132;s:7:\"21:1028\";i:1133;s:7:\"21:1029\";i:1134;s:7:\"21:1030\";i:1135;s:7:\"21:1031\";i:1136;s:7:\"21:1032\";i:1137;s:7:\"21:1033\";i:1138;s:7:\"21:1034\";i:1139;s:7:\"21:1035\";i:1140;s:6:\"21:629\";i:1141;s:7:\"21:1036\";i:1142;s:6:\"21:628\";i:1143;s:7:\"21:1037\";i:1144;s:7:\"21:1038\";i:1145;s:7:\"21:1039\";i:1146;s:7:\"21:1040\";i:1147;s:7:\"21:1041\";i:1148;s:7:\"21:1042\";i:1149;s:7:\"21:1043\";i:1150;s:7:\"21:1044\";i:1151;s:7:\"21:1045\";i:1152;s:7:\"21:1046\";i:1153;s:7:\"21:1047\";i:1154;s:7:\"21:1048\";i:1155;s:7:\"21:1049\";i:1156;s:7:\"21:1050\";i:1157;s:7:\"21:1051\";i:1158;s:7:\"21:1052\";i:1159;s:7:\"21:1053\";i:1160;s:7:\"21:1054\";i:1161;s:7:\"21:1055\";i:1162;s:7:\"21:1056\";i:1163;s:7:\"21:1057\";i:1164;s:7:\"21:1058\";i:1165;s:7:\"21:1059\";i:1166;s:7:\"21:1060\";i:1167;s:7:\"21:1061\";i:1168;s:7:\"21:1062\";i:1169;s:7:\"21:1063\";i:1170;s:7:\"21:1064\";i:1171;s:7:\"21:1065\";i:1172;s:7:\"21:1066\";i:1173;s:7:\"21:1067\";i:1174;s:7:\"21:1068\";i:1175;s:7:\"21:1069\";i:1176;s:7:\"21:1070\";i:1177;s:7:\"21:1071\";i:1178;s:7:\"21:1072\";i:1179;s:7:\"21:1073\";i:1180;s:7:\"21:1074\";i:1181;s:7:\"21:1075\";i:1182;s:7:\"21:1076\";i:1183;s:7:\"21:1077\";i:1184;s:7:\"21:1078\";i:1185;s:7:\"21:1079\";i:1186;s:7:\"21:1080\";i:1187;s:7:\"21:1081\";i:1188;s:7:\"21:1082\";i:1189;s:7:\"21:1083\";i:1190;s:7:\"21:1084\";i:1191;s:7:\"21:1085\";i:1192;s:7:\"21:1086\";i:1193;s:7:\"21:1087\";i:1194;s:7:\"21:1088\";i:1195;s:7:\"21:1089\";i:1196;s:7:\"21:1090\";i:1197;s:7:\"21:1091\";i:1198;s:7:\"21:1092\";i:1199;s:7:\"21:1093\";i:1200;s:7:\"21:1094\";i:1201;s:7:\"21:1095\";i:1202;s:7:\"21:1096\";i:1203;s:7:\"21:1097\";i:1204;s:7:\"21:1098\";i:1205;s:7:\"21:1099\";i:1206;s:7:\"21:1100\";i:1207;s:7:\"21:1101\";i:1208;s:7:\"21:1102\";i:1209;s:7:\"21:1103\";i:1210;s:7:\"21:1104\";i:1211;s:7:\"21:1105\";i:1212;s:7:\"21:1106\";i:1213;s:7:\"21:1107\";i:1214;s:7:\"21:1108\";i:1215;s:7:\"21:1109\";i:1216;s:7:\"21:1110\";i:1217;s:7:\"21:1111\";i:1218;s:7:\"21:1112\";i:1219;s:7:\"21:1113\";i:1220;s:7:\"21:1114\";i:1221;s:6:\"21:663\";i:1222;s:7:\"21:1115\";i:1223;s:7:\"21:1116\";i:1224;s:7:\"21:1117\";i:1225;s:7:\"21:1118\";i:1226;s:7:\"21:1119\";i:1227;s:7:\"21:1120\";i:1228;s:7:\"21:1121\";i:1229;s:7:\"21:1122\";i:1230;s:7:\"21:1123\";i:1231;s:7:\"21:1124\";i:1232;s:7:\"21:1125\";i:1233;s:7:\"21:1126\";i:1234;s:7:\"21:1127\";i:1235;s:6:\"21:756\";i:1236;s:7:\"21:1128\";i:1237;s:6:\"21:757\";i:1238;s:7:\"21:1129\";i:1239;s:7:\"21:1130\";i:1240;s:7:\"21:1131\";i:1241;s:7:\"21:1132\";i:1242;s:7:\"21:1133\";i:1243;s:7:\"21:1134\";i:1244;s:7:\"21:1135\";i:1245;s:7:\"21:1136\";i:1246;s:7:\"21:1137\";i:1247;s:7:\"21:1138\";i:1248;s:7:\"21:1139\";i:1249;s:7:\"21:1140\";i:1250;s:7:\"21:1141\";i:1251;s:7:\"21:1142\";i:1252;s:7:\"21:1143\";i:1253;s:7:\"21:1144\";i:1254;s:7:\"21:1145\";i:1255;s:7:\"21:1146\";i:1256;s:7:\"21:1147\";i:1257;s:7:\"21:1148\";i:1258;s:7:\"21:1149\";i:1259;s:7:\"21:1150\";i:1260;s:7:\"21:1151\";i:1261;s:7:\"21:1152\";i:1262;s:7:\"21:1153\";i:1263;s:7:\"21:1154\";i:1264;s:7:\"21:1155\";i:1265;s:7:\"21:1156\";i:1266;s:7:\"21:1157\";i:1267;s:7:\"21:1158\";i:1268;s:7:\"21:1159\";i:1269;s:7:\"21:1160\";i:1270;s:7:\"21:1161\";i:1271;s:7:\"21:1162\";i:1272;s:7:\"21:1163\";i:1273;s:7:\"21:1164\";i:1274;s:7:\"21:1165\";i:1275;s:7:\"21:1166\";i:1276;s:7:\"21:1167\";i:1277;s:6:\"21:564\";i:1278;s:7:\"21:1168\";i:1279;s:7:\"21:1169\";i:1280;s:7:\"21:1170\";i:1281;s:7:\"21:1171\";i:1282;s:7:\"21:1172\";i:1283;s:7:\"21:1173\";i:1284;s:7:\"21:1174\";i:1285;s:7:\"21:1175\";i:1286;s:7:\"21:1176\";i:1287;s:7:\"21:1177\";i:1288;s:7:\"21:1178\";i:1289;s:7:\"21:1179\";i:1290;s:7:\"21:1180\";i:1291;s:7:\"21:1181\";i:1292;s:7:\"21:1182\";i:1293;s:7:\"21:1183\";i:1294;s:7:\"21:1184\";i:1295;s:7:\"21:1185\";i:1296;s:7:\"21:1186\";i:1297;s:7:\"21:1187\";i:1298;s:7:\"21:1188\";i:1299;s:7:\"21:1189\";i:1300;s:7:\"21:1190\";i:1301;s:7:\"21:1191\";i:1302;s:7:\"21:1192\";i:1303;s:7:\"21:1193\";i:1304;s:7:\"21:1194\";i:1305;s:7:\"21:1195\";i:1306;s:7:\"21:1196\";i:1307;s:7:\"21:1197\";i:1308;s:7:\"21:1198\";i:1309;s:7:\"21:1199\";i:1310;s:7:\"21:1200\";i:1311;s:7:\"21:1201\";i:1312;s:7:\"21:1202\";i:1313;s:7:\"21:1203\";i:1314;s:7:\"21:1204\";i:1315;s:7:\"21:1205\";i:1316;s:7:\"21:1206\";i:1317;s:7:\"21:1207\";i:1318;s:7:\"21:1208\";i:1319;s:7:\"21:1209\";i:1320;s:7:\"21:1210\";i:1321;s:7:\"21:1211\";i:1322;s:7:\"21:1212\";i:1323;s:7:\"21:1213\";i:1324;s:6:\"21:502\";i:1325;s:7:\"21:1214\";i:1326;s:7:\"21:1215\";i:1327;s:7:\"21:1216\";i:1328;s:7:\"21:1217\";i:1329;s:7:\"21:1218\";i:1330;s:7:\"21:1219\";i:1331;s:7:\"21:1220\";i:1332;s:7:\"21:1221\";i:1333;s:6:\"21:640\";i:1334;s:7:\"21:1222\";i:1335;s:7:\"21:1223\";i:1336;s:7:\"21:1224\";i:1337;s:7:\"21:1225\";i:1338;s:6:\"21:597\";i:1339;s:7:\"21:1226\";i:1340;s:7:\"21:1227\";i:1341;s:7:\"21:1228\";i:1342;s:7:\"21:1229\";i:1343;s:7:\"21:1230\";i:1344;s:7:\"21:1231\";i:1345;s:7:\"21:1232\";i:1346;s:7:\"21:1233\";i:1347;s:7:\"21:1234\";i:1348;s:7:\"21:1235\";i:1349;s:7:\"21:1236\";i:1350;s:7:\"21:1237\";i:1351;s:7:\"21:1238\";i:1352;s:7:\"21:1239\";i:1353;s:6:\"21:600\";i:1354;s:7:\"21:1240\";i:1355;s:7:\"21:1241\";i:1356;s:7:\"21:1242\";i:1357;s:7:\"21:1243\";i:1358;s:7:\"21:1244\";i:1359;s:7:\"21:1245\";i:1360;s:7:\"21:1246\";i:1361;s:7:\"21:1247\";i:1362;s:7:\"21:1248\";i:1363;s:7:\"21:1249\";i:1364;s:7:\"21:1250\";i:1365;s:7:\"21:1251\";i:1366;s:7:\"21:1252\";i:1367;s:7:\"21:1253\";i:1368;s:7:\"21:1254\";i:1369;s:7:\"21:1255\";i:1370;s:7:\"21:1256\";i:1371;s:7:\"21:1257\";i:1372;s:7:\"21:1258\";i:1373;s:6:\"21:443\";i:1374;s:6:\"21:506\";i:1375;s:7:\"21:1259\";i:1376;s:7:\"21:1260\";i:1377;s:7:\"21:1261\";i:1378;s:7:\"21:1262\";i:1379;s:7:\"21:1263\";i:1380;s:7:\"21:1264\";i:1381;s:7:\"21:1265\";i:1382;s:7:\"21:1266\";i:1383;s:7:\"21:1267\";i:1384;s:7:\"21:1268\";i:1385;s:7:\"21:1269\";i:1386;s:7:\"21:1270\";i:1387;s:7:\"21:1271\";i:1388;s:7:\"21:1272\";i:1389;s:7:\"21:1273\";i:1390;s:7:\"21:1274\";i:1391;s:7:\"21:1275\";i:1392;s:7:\"21:1276\";i:1393;s:7:\"21:1277\";i:1394;s:7:\"21:1278\";i:1395;s:7:\"21:1279\";i:1396;s:7:\"21:1280\";i:1397;s:7:\"21:1281\";i:1398;s:7:\"21:1282\";i:1399;s:7:\"21:1283\";i:1400;s:7:\"21:1284\";i:1401;s:7:\"21:1285\";i:1402;s:7:\"21:1286\";i:1403;s:7:\"21:1287\";i:1404;s:7:\"21:1288\";i:1405;s:7:\"21:1289\";i:1406;s:7:\"21:1290\";i:1407;s:7:\"21:1291\";i:1408;s:7:\"21:1292\";i:1409;s:7:\"21:1293\";i:1410;s:7:\"21:1294\";i:1411;s:7:\"21:1295\";i:1412;s:7:\"21:1296\";i:1413;s:7:\"21:1297\";i:1414;s:7:\"21:1298\";i:1415;s:7:\"21:1299\";i:1416;s:7:\"21:1300\";i:1417;s:7:\"21:1301\";i:1418;s:7:\"21:1302\";i:1419;s:7:\"21:1303\";i:1420;s:7:\"21:1304\";i:1421;s:7:\"21:1305\";i:1422;s:7:\"21:1306\";i:1423;s:7:\"21:1307\";i:1424;s:7:\"21:1308\";i:1425;s:7:\"21:1309\";i:1426;s:7:\"21:1310\";i:1427;s:7:\"21:1311\";i:1428;s:7:\"21:1312\";i:1429;s:7:\"21:1313\";i:1430;s:7:\"21:1314\";i:1431;s:7:\"21:1315\";i:1432;s:7:\"21:1316\";i:1433;s:7:\"21:1317\";i:1434;s:7:\"21:1318\";i:1435;s:7:\"21:1319\";i:1436;s:7:\"21:1320\";i:1437;s:7:\"21:1321\";i:1438;s:7:\"21:1322\";i:1439;s:7:\"21:1323\";i:1440;s:7:\"21:1324\";i:1441;s:7:\"21:1325\";i:1442;s:7:\"21:1326\";i:1443;s:7:\"21:1327\";i:1444;s:7:\"21:1328\";i:1445;s:7:\"21:1329\";i:1446;s:7:\"21:1330\";i:1447;s:7:\"21:1331\";i:1448;s:7:\"21:1332\";i:1449;s:7:\"21:1333\";i:1450;s:7:\"21:1334\";i:1451;s:7:\"21:1335\";i:1452;s:7:\"21:1336\";i:1453;s:7:\"21:1337\";i:1454;s:7:\"21:1338\";i:1455;s:7:\"21:1339\";i:1456;s:7:\"21:1340\";i:1457;s:7:\"21:1341\";i:1458;s:7:\"21:1342\";i:1459;s:7:\"21:1343\";i:1460;s:7:\"21:1344\";i:1461;s:7:\"21:1345\";i:1462;s:7:\"21:1346\";i:1463;s:7:\"21:1347\";i:1464;s:7:\"21:1348\";i:1465;s:7:\"21:1349\";i:1466;s:7:\"21:1350\";i:1467;s:7:\"21:1351\";i:1468;s:7:\"21:1352\";i:1469;s:7:\"21:1353\";i:1470;s:7:\"21:1354\";i:1471;s:7:\"21:1355\";i:1472;s:7:\"21:1356\";i:1473;s:7:\"21:1357\";i:1474;s:7:\"21:1358\";i:1475;s:7:\"21:1359\";i:1476;s:7:\"21:1360\";i:1477;s:7:\"21:1361\";i:1478;s:7:\"21:1362\";i:1479;s:7:\"21:1363\";i:1480;s:7:\"21:1364\";i:1481;s:7:\"21:1365\";i:1482;s:7:\"21:1366\";i:1483;s:7:\"21:1367\";i:1484;s:7:\"21:1368\";i:1485;s:6:\"21:768\";i:1486;s:7:\"21:1369\";i:1487;s:6:\"21:769\";i:1488;s:7:\"21:1370\";i:1489;s:7:\"21:1371\";i:1490;s:7:\"21:1372\";i:1491;s:7:\"21:1373\";i:1492;s:7:\"21:1374\";i:1493;s:7:\"21:1375\";i:1494;s:7:\"21:1376\";i:1495;s:7:\"21:1377\";i:1496;s:6:\"21:478\";i:1497;s:7:\"21:1378\";i:1498;s:6:\"21:767\";i:1499;s:7:\"21:1379\";i:1500;s:7:\"21:1380\";i:1501;s:7:\"21:1381\";i:1502;s:7:\"21:1382\";i:1503;s:7:\"21:1383\";i:1504;s:7:\"21:1384\";i:1505;s:7:\"21:1385\";i:1506;s:7:\"21:1386\";i:1507;s:7:\"21:1387\";i:1508;s:7:\"21:1388\";i:1509;s:7:\"21:1389\";i:1510;s:7:\"21:1390\";i:1511;s:7:\"21:1391\";i:1512;s:7:\"21:1392\";i:1513;s:7:\"21:1393\";i:1514;s:7:\"21:1394\";i:1515;s:7:\"21:1395\";i:1516;s:7:\"21:1396\";i:1517;s:7:\"21:1397\";i:1518;s:7:\"21:1398\";i:1519;s:7:\"21:1399\";i:1520;s:7:\"21:1400\";i:1521;s:7:\"21:1401\";i:1522;s:7:\"21:1402\";i:1523;s:7:\"21:1403\";i:1524;s:7:\"21:1404\";i:1525;s:7:\"21:1405\";i:1526;s:7:\"21:1406\";i:1527;s:7:\"21:1407\";i:1528;s:7:\"21:1408\";i:1529;s:7:\"21:1409\";i:1530;s:7:\"21:1410\";i:1531;s:7:\"21:1411\";i:1532;s:7:\"21:1412\";i:1533;s:7:\"21:1413\";i:1534;s:7:\"21:1414\";i:1535;s:7:\"21:1415\";i:1536;s:7:\"21:1416\";i:1537;s:7:\"21:1417\";i:1538;s:7:\"21:1418\";i:1539;s:7:\"21:1419\";i:1540;s:7:\"21:1420\";i:1541;s:7:\"21:1421\";i:1542;s:7:\"21:1422\";i:1543;s:7:\"21:1423\";i:1544;s:7:\"21:1424\";i:1545;s:7:\"21:1425\";i:1546;s:7:\"21:1426\";i:1547;s:7:\"21:1427\";i:1548;s:7:\"21:1428\";i:1549;s:7:\"21:1429\";i:1550;s:7:\"21:1430\";i:1551;s:7:\"21:1431\";i:1552;s:7:\"21:1432\";i:1553;s:7:\"21:1433\";i:1554;s:7:\"21:1434\";i:1555;s:7:\"21:1435\";i:1556;s:7:\"21:1436\";i:1557;s:7:\"21:1437\";i:1558;s:7:\"21:1438\";i:1559;s:6:\"21:302\";i:1560;s:6:\"21:508\";i:1561;s:7:\"21:1439\";i:1562;s:7:\"21:1440\";i:1563;s:7:\"21:1441\";i:1564;s:7:\"21:1442\";i:1565;s:7:\"21:1443\";i:1566;s:7:\"21:1444\";i:1567;s:7:\"21:1445\";i:1568;s:7:\"21:1446\";i:1569;s:7:\"21:1447\";i:1570;s:7:\"21:1448\";i:1571;s:7:\"21:1449\";i:1572;s:7:\"21:1450\";i:1573;s:7:\"21:1451\";i:1574;s:7:\"21:1452\";i:1575;s:7:\"21:1453\";i:1576;s:7:\"21:1454\";i:1577;s:7:\"21:1455\";i:1578;s:7:\"21:1456\";i:1579;s:7:\"21:1457\";i:1580;s:7:\"21:1458\";i:1581;s:7:\"21:1459\";i:1582;s:7:\"21:1460\";i:1583;s:7:\"21:1461\";i:1584;s:7:\"21:1462\";i:1585;s:7:\"21:1463\";i:1586;s:7:\"21:1464\";i:1587;s:7:\"21:1465\";i:1588;s:7:\"21:1466\";i:1589;s:7:\"21:1467\";i:1590;s:7:\"21:1468\";i:1591;s:7:\"21:1469\";i:1592;s:7:\"21:1470\";i:1593;s:7:\"21:1471\";i:1594;s:7:\"21:1472\";i:1595;s:7:\"21:1473\";i:1596;s:7:\"21:1474\";i:1597;s:7:\"21:1475\";i:1598;s:7:\"21:1476\";i:1599;s:7:\"21:1477\";i:1600;s:7:\"21:1478\";i:1601;s:7:\"21:1479\";i:1602;s:7:\"21:1480\";i:1603;s:7:\"21:1481\";i:1604;s:7:\"21:1482\";i:1605;s:7:\"21:1483\";i:1606;s:7:\"21:1484\";i:1607;s:7:\"21:1485\";i:1608;s:7:\"21:1486\";i:1609;s:7:\"21:1487\";i:1610;s:7:\"21:1488\";i:1611;s:7:\"21:1489\";i:1612;s:7:\"21:1490\";i:1613;s:7:\"21:1491\";i:1614;s:7:\"21:1492\";i:1615;s:7:\"21:1493\";i:1616;s:7:\"21:1494\";i:1617;s:7:\"21:1495\";i:1618;s:7:\"21:1496\";i:1619;s:7:\"21:1497\";i:1620;s:7:\"21:1498\";i:1621;s:7:\"21:1499\";i:1622;s:7:\"21:1500\";i:1623;s:7:\"21:1501\";i:1624;s:7:\"21:1502\";i:1625;s:7:\"21:1503\";i:1626;s:7:\"21:1504\";i:1627;s:7:\"21:1505\";i:1628;s:7:\"21:1506\";i:1629;s:7:\"21:1507\";i:1630;s:7:\"21:1508\";i:1631;s:7:\"21:1509\";i:1632;s:6:\"21:812\";i:1633;s:7:\"21:1510\";i:1634;s:7:\"21:1511\";i:1635;s:7:\"21:1512\";i:1636;s:7:\"21:1513\";i:1637;s:7:\"21:1514\";i:1638;s:7:\"21:1515\";i:1639;s:7:\"21:1516\";i:1640;s:7:\"21:1517\";i:1641;s:7:\"21:1518\";i:1642;s:7:\"21:1519\";i:1643;s:7:\"21:1520\";i:1644;s:7:\"21:1521\";i:1645;s:7:\"21:1522\";i:1646;s:7:\"21:1523\";i:1647;s:7:\"21:1524\";i:1648;s:7:\"21:1525\";i:1649;s:7:\"21:1526\";i:1650;s:7:\"21:1527\";i:1651;s:7:\"21:1528\";i:1652;s:7:\"21:1529\";i:1653;s:7:\"21:1530\";i:1654;s:7:\"21:1531\";i:1655;s:7:\"21:1532\";i:1656;s:7:\"21:1533\";i:1657;s:7:\"21:1534\";i:1658;s:6:\"21:481\";i:1659;s:7:\"21:1535\";i:1660;s:7:\"21:1536\";i:1661;s:7:\"21:1537\";i:1662;s:6:\"21:791\";i:1663;s:7:\"21:1538\";i:1664;s:7:\"21:1539\";i:1665;s:7:\"21:1540\";i:1666;s:7:\"21:1541\";i:1667;s:7:\"21:1542\";i:1668;s:7:\"21:1543\";i:1669;s:7:\"21:1544\";i:1670;s:7:\"21:1545\";i:1671;s:7:\"21:1546\";i:1672;s:7:\"21:1547\";i:1673;s:7:\"21:1548\";i:1674;s:7:\"21:1549\";i:1675;s:7:\"21:1550\";i:1676;s:7:\"21:1551\";i:1677;s:7:\"21:1552\";i:1678;s:7:\"21:1553\";i:1679;s:7:\"21:1554\";i:1680;s:7:\"21:1555\";i:1681;s:7:\"21:1556\";i:1682;s:7:\"21:1557\";i:1683;s:7:\"21:1558\";i:1684;s:7:\"21:1559\";i:1685;s:7:\"21:1560\";i:1686;s:7:\"21:1561\";i:1687;s:7:\"21:1562\";i:1688;s:7:\"21:1563\";i:1689;s:7:\"21:1564\";i:1690;s:7:\"21:1565\";i:1691;s:7:\"21:1566\";i:1692;s:7:\"21:1567\";i:1693;s:7:\"21:1568\";i:1694;s:7:\"21:1569\";i:1695;s:7:\"21:1570\";i:1696;s:7:\"21:1571\";i:1697;s:7:\"21:1572\";i:1698;s:7:\"21:1573\";i:1699;s:6:\"21:659\";i:1700;s:6:\"21:827\";i:1701;s:7:\"21:1574\";i:1702;s:7:\"21:1575\";i:1703;s:7:\"21:1576\";i:1704;s:7:\"21:1577\";i:1705;s:7:\"21:1578\";i:1706;s:7:\"21:1579\";i:1707;s:7:\"21:1580\";i:1708;s:7:\"21:1581\";i:1709;s:7:\"21:1582\";i:1710;s:7:\"21:1583\";i:1711;s:7:\"21:1584\";i:1712;s:7:\"21:1585\";i:1713;s:7:\"21:1586\";i:1714;s:7:\"21:1587\";i:1715;s:7:\"21:1588\";i:1716;s:7:\"21:1589\";i:1717;s:7:\"21:1590\";i:1718;s:7:\"21:1591\";i:1719;s:7:\"21:1592\";i:1720;s:7:\"21:1593\";i:1721;s:7:\"21:1594\";i:1722;s:7:\"21:1595\";i:1723;s:7:\"21:1596\";i:1724;s:7:\"21:1597\";i:1725;s:7:\"21:1598\";i:1726;s:7:\"21:1599\";i:1727;s:7:\"21:1600\";i:1728;s:7:\"21:1601\";i:1729;s:7:\"21:1602\";i:1730;s:7:\"21:1603\";i:1731;s:7:\"21:1604\";i:1732;s:7:\"21:1605\";i:1733;s:7:\"21:1606\";i:1734;s:7:\"21:1607\";i:1735;s:7:\"21:1608\";i:1736;s:7:\"21:1609\";i:1737;s:7:\"21:1610\";i:1738;s:7:\"21:1611\";i:1739;s:6:\"21:546\";i:1740;s:6:\"21:547\";i:1741;s:7:\"21:1612\";i:1742;s:7:\"21:1613\";i:1743;s:7:\"21:1614\";i:1744;s:7:\"21:1615\";i:1745;s:7:\"21:1616\";i:1746;s:6:\"21:706\";i:1747;s:7:\"21:1617\";i:1748;s:7:\"21:1618\";i:1749;s:7:\"21:1619\";i:1750;s:7:\"21:1620\";i:1751;s:7:\"21:1621\";i:1752;s:7:\"21:1622\";i:1753;s:7:\"21:1623\";i:1754;s:7:\"21:1624\";i:1755;s:7:\"21:1625\";i:1756;s:7:\"21:1626\";i:1757;s:7:\"21:1627\";i:1758;s:7:\"21:1628\";i:1759;s:7:\"21:1629\";i:1760;s:7:\"21:1630\";i:1761;s:7:\"21:1631\";i:1762;s:7:\"21:1632\";i:1763;s:7:\"21:1633\";i:1764;s:7:\"21:1634\";i:1765;s:7:\"21:1635\";i:1766;s:7:\"21:1636\";i:1767;s:7:\"21:1637\";i:1768;s:7:\"21:1638\";i:1769;s:7:\"21:1639\";i:1770;s:7:\"21:1640\";i:1771;s:7:\"21:1641\";i:1772;s:7:\"21:1642\";i:1773;s:7:\"21:1643\";i:1774;s:6:\"21:719\";i:1775;s:7:\"21:1644\";i:1776;s:7:\"21:1645\";i:1777;s:7:\"21:1646\";i:1778;s:7:\"21:1647\";i:1779;s:7:\"21:1648\";i:1780;s:7:\"21:1649\";i:1781;s:7:\"21:1650\";i:1782;s:7:\"21:1651\";i:1783;s:7:\"21:1652\";i:1784;s:7:\"21:1653\";i:1785;s:7:\"21:1654\";i:1786;s:7:\"21:1655\";i:1787;s:7:\"21:1656\";i:1788;s:7:\"21:1657\";i:1789;s:7:\"21:1658\";i:1790;s:7:\"21:1659\";i:1791;s:7:\"21:1660\";i:1792;s:7:\"21:1661\";i:1793;s:7:\"21:1662\";i:1794;s:7:\"21:1663\";i:1795;s:7:\"21:1664\";i:1796;s:7:\"21:1665\";i:1797;s:7:\"21:1666\";i:1798;s:7:\"21:1667\";i:1799;s:7:\"21:1668\";i:1800;s:7:\"21:1669\";i:1801;s:7:\"21:1670\";i:1802;s:7:\"21:1671\";i:1803;s:7:\"21:1672\";i:1804;s:7:\"21:1673\";i:1805;s:7:\"21:1674\";i:1806;s:7:\"21:1675\";i:1807;s:7:\"21:1676\";i:1808;s:7:\"21:1677\";i:1809;s:7:\"21:1678\";i:1810;s:7:\"21:1679\";i:1811;s:7:\"21:1680\";i:1812;s:7:\"21:1681\";i:1813;s:7:\"21:1682\";i:1814;s:7:\"21:1683\";i:1815;s:7:\"21:1684\";i:1816;s:7:\"21:1685\";i:1817;s:7:\"21:1686\";i:1818;s:7:\"21:1687\";i:1819;s:7:\"21:1688\";i:1820;s:7:\"21:1689\";i:1821;s:7:\"21:1690\";i:1822;s:7:\"21:1691\";i:1823;s:7:\"21:1692\";i:1824;s:7:\"21:1693\";i:1825;s:7:\"21:1694\";i:1826;s:7:\"21:1695\";i:1827;s:7:\"21:1696\";i:1828;s:7:\"21:1697\";i:1829;s:7:\"21:1698\";i:1830;s:7:\"21:1699\";i:1831;s:7:\"21:1700\";i:1832;s:7:\"21:1701\";i:1833;s:7:\"21:1702\";i:1834;s:7:\"21:1703\";i:1835;s:7:\"21:1704\";i:1836;s:7:\"21:1705\";i:1837;s:7:\"21:1706\";i:1838;s:7:\"21:1707\";i:1839;s:7:\"21:1708\";i:1840;s:7:\"21:1709\";i:1841;s:7:\"21:1710\";i:1842;s:7:\"21:1711\";i:1843;s:7:\"21:1712\";i:1844;s:7:\"21:1713\";i:1845;s:7:\"21:1714\";i:1846;s:7:\"21:1715\";i:1847;s:7:\"21:1716\";i:1848;s:7:\"21:1717\";i:1849;s:7:\"21:1718\";i:1850;s:7:\"21:1719\";i:1851;s:7:\"21:1720\";i:1852;s:6:\"21:568\";i:1853;s:7:\"21:1721\";i:1854;s:7:\"21:1722\";i:1855;s:6:\"21:569\";i:1856;s:7:\"21:1723\";i:1857;s:6:\"21:570\";i:1858;s:6:\"21:571\";i:1859;s:7:\"21:1724\";i:1860;s:7:\"21:1725\";i:1861;s:7:\"21:1726\";i:1862;s:7:\"21:1727\";i:1863;s:7:\"21:1728\";i:1864;s:7:\"21:1729\";i:1865;s:7:\"21:1730\";i:1866;s:7:\"21:1731\";i:1867;s:7:\"21:1732\";i:1868;s:7:\"21:1733\";i:1869;s:7:\"21:1734\";i:1870;s:7:\"21:1735\";i:1871;s:7:\"21:1736\";i:1872;s:7:\"21:1737\";i:1873;s:7:\"21:1738\";i:1874;s:7:\"21:1739\";i:1875;s:7:\"21:1740\";i:1876;s:7:\"21:1741\";i:1877;s:7:\"21:1742\";i:1878;s:7:\"21:1743\";i:1879;s:7:\"21:1744\";i:1880;s:7:\"21:1745\";i:1881;s:7:\"21:1746\";i:1882;s:7:\"21:1747\";i:1883;s:7:\"21:1748\";i:1884;s:7:\"21:1749\";i:1885;s:7:\"21:1750\";i:1886;s:7:\"21:1751\";i:1887;s:7:\"21:1752\";i:1888;s:7:\"21:1753\";i:1889;s:7:\"21:1754\";i:1890;s:7:\"21:1755\";i:1891;s:7:\"21:1756\";i:1892;s:7:\"21:1757\";i:1893;s:7:\"21:1758\";i:1894;s:7:\"21:1759\";i:1895;s:7:\"21:1760\";i:1896;s:7:\"21:1761\";i:1897;s:7:\"21:1762\";i:1898;s:7:\"21:1763\";i:1899;s:7:\"21:1764\";i:1900;s:7:\"21:1765\";i:1901;s:7:\"21:1766\";i:1902;s:7:\"21:1767\";i:1903;s:7:\"21:1768\";i:1904;s:7:\"21:1769\";i:1905;s:7:\"21:1770\";i:1906;s:7:\"21:1771\";i:1907;s:6:\"21:724\";i:1908;s:6:\"21:725\";i:1909;s:7:\"21:1772\";i:1910;s:7:\"21:1773\";i:1911;s:7:\"21:1774\";i:1912;s:7:\"21:1775\";i:1913;s:7:\"21:1776\";i:1914;s:7:\"21:1777\";i:1915;s:7:\"21:1778\";i:1916;s:7:\"21:1779\";i:1917;s:7:\"21:1780\";i:1918;s:7:\"21:1781\";i:1919;s:7:\"21:1782\";i:1920;s:7:\"21:1783\";i:1921;s:7:\"21:1784\";i:1922;s:7:\"21:1785\";i:1923;s:7:\"21:1786\";i:1924;s:7:\"21:1787\";i:1925;s:7:\"21:1788\";i:1926;s:7:\"21:1789\";i:1927;s:7:\"21:1790\";i:1928;s:7:\"21:1791\";i:1929;s:7:\"21:1792\";i:1930;s:6:\"21:734\";i:1931;s:7:\"21:1793\";i:1932;s:6:\"21:832\";i:1933;s:7:\"21:1794\";i:1934;s:6:\"21:483\";i:1935;s:7:\"21:1795\";i:1936;s:6:\"21:484\";i:1937;s:7:\"21:1796\";i:1938;s:7:\"21:1797\";i:1939;s:7:\"21:1798\";i:1940;s:7:\"21:1799\";i:1941;s:7:\"21:1800\";i:1942;s:6:\"21:485\";i:1943;s:7:\"21:1801\";i:1944;s:7:\"21:1802\";i:1945;s:7:\"21:1803\";i:1946;s:7:\"21:1804\";i:1947;s:7:\"21:1805\";i:1948;s:7:\"21:1806\";i:1949;s:7:\"21:1807\";i:1950;s:7:\"21:1808\";i:1951;s:7:\"21:1809\";i:1952;s:7:\"21:1810\";i:1953;s:7:\"21:1811\";i:1954;s:7:\"21:1812\";i:1955;s:7:\"21:1813\";i:1956;s:7:\"21:1814\";i:1957;s:7:\"21:1815\";i:1958;s:7:\"21:1816\";i:1959;s:7:\"21:1817\";i:1960;s:7:\"21:1818\";i:1961;s:7:\"21:1819\";i:1962;s:6:\"21:735\";i:1963;s:7:\"21:1820\";i:1964;s:7:\"21:1821\";i:1965;s:7:\"21:1822\";i:1966;s:7:\"21:1823\";i:1967;s:7:\"21:1824\";i:1968;s:7:\"21:1825\";i:1969;s:7:\"21:1826\";i:1970;s:7:\"21:1827\";i:1971;s:7:\"21:1828\";i:1972;s:7:\"21:1829\";i:1973;s:7:\"21:1830\";i:1974;s:7:\"21:1831\";i:1975;s:6:\"21:584\";i:1976;s:7:\"21:1832\";i:1977;s:7:\"21:1833\";i:1978;s:7:\"21:1834\";i:1979;s:7:\"21:1835\";i:1980;s:7:\"21:1836\";i:1981;s:7:\"21:1837\";i:1982;s:7:\"21:1838\";i:1983;s:7:\"21:1839\";i:1984;s:7:\"21:1840\";i:1985;s:7:\"21:1841\";i:1986;s:6:\"21:487\";i:1987;s:6:\"21:488\";i:1988;s:6:\"21:489\";i:1989;s:6:\"21:490\";i:1990;s:6:\"21:491\";i:1991;s:7:\"21:1842\";i:1992;s:6:\"21:736\";i:1993;s:6:\"21:737\";i:1994;s:6:\"21:738\";i:1995;s:7:\"21:1843\";i:1996;s:7:\"21:1844\";i:1997;s:7:\"21:1845\";i:1998;s:7:\"21:1846\";i:1999;s:7:\"21:1847\";i:2000;s:6:\"21:739\";i:2001;s:6:\"21:493\";i:2002;s:6:\"21:494\";i:2003;s:6:\"21:495\";i:2004;s:6:\"21:496\";i:2005;s:7:\"21:1848\";i:2006;s:7:\"21:1849\";i:2007;s:7:\"21:1850\";i:2008;s:7:\"21:1851\";i:2009;s:7:\"21:1852\";i:2010;s:7:\"21:1853\";i:2011;s:7:\"21:1854\";i:2012;s:7:\"21:1855\";i:2013;s:7:\"21:1856\";i:2014;s:7:\"21:1857\";i:2015;s:7:\"21:1858\";i:2016;s:7:\"21:1859\";i:2017;s:7:\"21:1860\";i:2018;s:7:\"21:1861\";i:2019;s:7:\"21:1862\";i:2020;s:7:\"21:1863\";i:2021;s:7:\"21:1864\";i:2022;s:7:\"21:1865\";i:2023;s:7:\"21:1866\";i:2024;s:7:\"21:1867\";i:2025;s:7:\"21:1868\";i:2026;s:7:\"21:1869\";i:2027;s:7:\"21:1870\";i:2028;s:7:\"21:1871\";i:2029;s:7:\"21:1872\";i:2030;s:7:\"21:1873\";i:2031;s:7:\"21:1874\";i:2032;s:7:\"21:1875\";i:2033;s:7:\"21:1876\";i:2034;s:7:\"21:1877\";i:2035;s:7:\"21:1878\";i:2036;s:7:\"21:1879\";i:2037;s:7:\"21:1880\";i:2038;s:7:\"21:1881\";i:2039;s:7:\"21:1882\";i:2040;s:7:\"21:1883\";i:2041;s:7:\"21:1884\";i:2042;s:7:\"21:1885\";i:2043;s:7:\"21:1886\";i:2044;s:7:\"21:1887\";i:2045;s:7:\"21:1888\";i:2046;s:6:\"21:567\";i:2047;s:7:\"21:1889\";i:2048;s:6:\"21:685\";i:2049;s:7:\"21:1890\";i:2050;s:7:\"21:1891\";i:2051;s:7:\"21:1892\";i:2052;s:7:\"21:1893\";i:2053;s:7:\"21:1894\";i:2054;s:7:\"21:1895\";i:2055;s:7:\"21:1896\";i:2056;s:7:\"21:1897\";i:2057;s:7:\"21:1898\";i:2058;s:7:\"21:1899\";i:2059;s:7:\"21:1900\";i:2060;s:7:\"21:1901\";i:2061;s:7:\"21:1902\";i:2062;s:7:\"21:1903\";i:2063;s:7:\"21:1904\";i:2064;s:7:\"21:1905\";i:2065;s:7:\"21:1906\";i:2066;s:7:\"21:1907\";i:2067;s:7:\"21:1908\";i:2068;s:7:\"21:1909\";i:2069;s:7:\"21:1910\";i:2070;s:7:\"21:1911\";i:2071;s:7:\"21:1912\";i:2072;s:7:\"21:1913\";i:2073;s:6:\"21:707\";i:2074;s:6:\"21:708\";i:2075;s:7:\"21:1914\";i:2076;s:7:\"21:1915\";i:2077;s:7:\"21:1916\";i:2078;s:7:\"21:1917\";i:2079;s:7:\"21:1918\";i:2080;s:7:\"21:1919\";i:2081;s:7:\"21:1920\";i:2082;s:7:\"21:1921\";i:2083;s:6:\"21:709\";i:2084;s:6:\"21:710\";i:2085;s:7:\"21:1922\";i:2086;s:7:\"21:1923\";i:2087;s:7:\"21:1924\";i:2088;s:7:\"21:1925\";i:2089;s:7:\"21:1926\";i:2090;s:7:\"21:1927\";i:2091;s:7:\"21:1928\";i:2092;s:7:\"21:1929\";i:2093;s:7:\"21:1930\";i:2094;s:6:\"21:715\";i:2095;s:6:\"21:684\";i:2096;s:7:\"21:1931\";i:2097;s:7:\"21:1932\";i:2098;s:7:\"21:1933\";i:2099;s:6:\"21:714\";i:2100;s:7:\"21:1934\";i:2101;s:6:\"21:552\";i:2102;s:6:\"21:550\";i:2103;s:7:\"21:1935\";i:2104;s:7:\"21:1936\";i:2105;s:7:\"21:1937\";i:2106;s:7:\"21:1938\";i:2107;s:7:\"21:1939\";i:2108;s:6:\"21:548\";i:2109;s:7:\"21:1940\";i:2110;s:7:\"21:1941\";i:2111;s:7:\"21:1942\";i:2112;s:7:\"21:1943\";i:2113;s:7:\"21:1944\";i:2114;s:7:\"21:1945\";i:2115;s:7:\"21:1946\";i:2116;s:7:\"21:1947\";i:2117;s:7:\"21:1948\";i:2118;s:7:\"21:1949\";i:2119;s:7:\"21:1950\";i:2120;s:7:\"21:1951\";i:2121;s:7:\"21:1952\";i:2122;s:7:\"21:1953\";i:2123;s:7:\"21:1954\";i:2124;s:7:\"21:1955\";i:2125;s:7:\"21:1956\";i:2126;s:7:\"21:1957\";i:2127;s:7:\"21:1958\";i:2128;s:7:\"21:1959\";i:2129;s:7:\"21:1960\";i:2130;s:7:\"21:1961\";i:2131;s:7:\"21:1962\";i:2132;s:6:\"21:786\";i:2133;s:7:\"21:1963\";i:2134;s:7:\"21:1964\";i:2135;s:7:\"21:1965\";i:2136;s:7:\"21:1966\";i:2137;s:7:\"21:1967\";i:2138;s:7:\"21:1968\";i:2139;s:7:\"21:1969\";i:2140;s:7:\"21:1970\";i:2141;s:7:\"21:1971\";i:2142;s:7:\"21:1972\";i:2143;s:7:\"21:1973\";i:2144;s:7:\"21:1974\";i:2145;s:7:\"21:1975\";i:2146;s:7:\"21:1976\";i:2147;s:7:\"21:1977\";i:2148;s:7:\"21:1978\";i:2149;s:7:\"21:1979\";i:2150;s:7:\"21:1980\";i:2151;s:7:\"21:1981\";i:2152;s:7:\"21:1982\";i:2153;s:7:\"21:1983\";i:2154;s:7:\"21:1984\";i:2155;s:7:\"21:1985\";i:2156;s:7:\"21:1986\";i:2157;s:7:\"21:1987\";i:2158;s:7:\"21:1988\";i:2159;s:7:\"21:1989\";i:2160;s:7:\"21:1990\";i:2161;s:6:\"21:300\";i:2162;s:7:\"21:1991\";i:2163;s:6:\"21:301\";i:2164;s:7:\"21:1992\";i:2165;s:7:\"21:1993\";i:2166;s:7:\"21:1994\";i:2167;s:7:\"21:1995\";i:2168;s:7:\"21:1996\";i:2169;s:7:\"21:1997\";i:2170;s:7:\"21:1998\";i:2171;s:7:\"21:1999\";i:2172;s:7:\"21:2000\";i:2173;s:7:\"21:2001\";i:2174;s:6:\"21:517\";i:2175;s:6:\"21:311\";i:2176;s:6:\"21:312\";i:2177;s:7:\"21:2002\";i:2178;s:7:\"21:2003\";i:2179;s:7:\"21:2004\";i:2180;s:7:\"21:2005\";i:2181;s:7:\"21:2006\";i:2182;s:7:\"21:2007\";i:2183;s:7:\"21:2008\";i:2184;s:7:\"21:2009\";i:2185;s:7:\"21:2010\";i:2186;s:7:\"21:2011\";i:2187;s:7:\"21:2012\";i:2188;s:7:\"21:2013\";i:2189;s:7:\"21:2014\";i:2190;s:7:\"21:2015\";i:2191;s:7:\"21:2016\";i:2192;s:7:\"21:2017\";i:2193;s:7:\"21:2018\";i:2194;s:7:\"21:2019\";i:2195;s:7:\"21:2020\";i:2196;s:7:\"21:2021\";i:2197;s:7:\"21:2022\";i:2198;s:7:\"21:2023\";i:2199;s:7:\"21:2024\";i:2200;s:7:\"21:2025\";i:2201;s:7:\"21:2026\";i:2202;s:7:\"21:2027\";i:2203;s:7:\"21:2028\";i:2204;s:7:\"21:2029\";i:2205;s:7:\"21:2030\";i:2206;s:7:\"21:2031\";i:2207;s:7:\"21:2032\";i:2208;s:7:\"21:2033\";i:2209;s:7:\"21:2034\";i:2210;s:7:\"21:2035\";i:2211;s:7:\"21:2036\";i:2212;s:7:\"21:2037\";i:2213;s:7:\"21:2038\";i:2214;s:7:\"21:2039\";i:2215;s:7:\"21:2040\";i:2216;s:7:\"21:2041\";i:2217;s:7:\"21:2042\";i:2218;s:7:\"21:2043\";i:2219;s:7:\"21:2044\";i:2220;s:7:\"21:2045\";i:2221;s:7:\"21:2046\";i:2222;s:7:\"21:2047\";i:2223;s:7:\"21:2048\";i:2224;s:7:\"21:2049\";i:2225;s:7:\"21:2050\";i:2226;s:7:\"21:2051\";i:2227;s:7:\"21:2052\";i:2228;s:7:\"21:2053\";i:2229;s:7:\"21:2054\";i:2230;s:7:\"21:2055\";i:2231;s:7:\"21:2056\";i:2232;s:7:\"21:2057\";i:2233;s:7:\"21:2058\";i:2234;s:7:\"21:2059\";i:2235;s:7:\"21:2060\";i:2236;s:7:\"21:2061\";i:2237;s:7:\"21:2062\";i:2238;s:7:\"21:2063\";i:2239;s:7:\"21:2064\";i:2240;s:7:\"21:2065\";i:2241;s:7:\"21:2066\";i:2242;s:7:\"21:2067\";i:2243;s:7:\"21:2068\";i:2244;s:7:\"21:2069\";i:2245;s:7:\"21:2070\";i:2246;s:7:\"21:2071\";i:2247;s:7:\"21:2072\";i:2248;s:7:\"21:2073\";i:2249;s:7:\"21:2074\";i:2250;s:7:\"21:2075\";i:2251;s:7:\"21:2076\";i:2252;s:7:\"21:2077\";i:2253;s:7:\"21:2078\";i:2254;s:7:\"21:2079\";i:2255;s:7:\"21:2080\";i:2256;s:7:\"21:2081\";i:2257;s:7:\"21:2082\";i:2258;s:7:\"21:2083\";i:2259;s:7:\"21:2084\";i:2260;s:7:\"21:2085\";i:2261;s:7:\"21:2086\";i:2262;s:7:\"21:2087\";i:2263;s:7:\"21:2088\";i:2264;s:7:\"21:2089\";i:2265;s:7:\"21:2090\";i:2266;s:7:\"21:2091\";i:2267;s:7:\"21:2092\";i:2268;s:7:\"21:2093\";i:2269;s:7:\"21:2094\";i:2270;s:7:\"21:2095\";i:2271;s:7:\"21:2096\";i:2272;s:7:\"21:2097\";i:2273;s:7:\"21:2098\";i:2274;s:7:\"21:2099\";i:2275;s:7:\"21:2100\";i:2276;s:7:\"21:2101\";i:2277;s:7:\"21:2102\";i:2278;s:7:\"21:2103\";i:2279;s:7:\"21:2104\";i:2280;s:7:\"21:2105\";i:2281;s:7:\"21:2106\";i:2282;s:7:\"21:2107\";i:2283;s:7:\"21:2108\";i:2284;s:7:\"21:2109\";i:2285;s:7:\"21:2110\";i:2286;s:7:\"21:2111\";i:2287;s:7:\"21:2112\";i:2288;s:7:\"21:2113\";i:2289;s:7:\"21:2114\";i:2290;s:7:\"21:2115\";i:2291;s:7:\"21:2116\";i:2292;s:7:\"21:2117\";i:2293;s:7:\"21:2118\";i:2294;s:7:\"21:2119\";i:2295;s:7:\"21:2120\";i:2296;s:7:\"21:2121\";i:2297;s:7:\"21:2122\";i:2298;s:7:\"21:2123\";i:2299;s:7:\"21:2124\";i:2300;s:7:\"21:2125\";i:2301;s:7:\"21:2126\";i:2302;s:7:\"21:2127\";i:2303;s:6:\"21:562\";i:2304;s:7:\"21:2128\";i:2305;s:7:\"21:2129\";i:2306;s:7:\"21:2130\";i:2307;s:7:\"21:2131\";i:2308;s:7:\"21:2132\";i:2309;s:7:\"21:2133\";i:2310;s:7:\"21:2134\";i:2311;s:7:\"21:2135\";i:2312;s:7:\"21:2136\";i:2313;s:7:\"21:2137\";i:2314;s:7:\"21:2138\";i:2315;s:7:\"21:2139\";i:2316;s:7:\"21:2140\";i:2317;s:7:\"21:2141\";i:2318;s:7:\"21:2142\";i:2319;s:7:\"21:2143\";i:2320;s:7:\"21:2144\";i:2321;s:7:\"21:2145\";i:2322;s:7:\"21:2146\";i:2323;s:7:\"21:2147\";i:2324;s:7:\"21:2148\";i:2325;s:7:\"21:2149\";i:2326;s:7:\"21:2150\";i:2327;s:7:\"21:2151\";i:2328;s:7:\"21:2152\";i:2329;s:7:\"21:2153\";i:2330;s:7:\"21:2154\";i:2331;s:7:\"21:2155\";i:2332;s:7:\"21:2156\";i:2333;s:7:\"21:2157\";i:2334;s:7:\"21:2158\";i:2335;s:7:\"21:2159\";i:2336;s:7:\"21:2160\";i:2337;s:7:\"21:2161\";i:2338;s:7:\"21:2162\";i:2339;s:7:\"21:2163\";i:2340;s:7:\"21:2164\";i:2341;s:7:\"21:2165\";i:2342;s:7:\"21:2166\";i:2343;s:7:\"21:2167\";i:2344;s:7:\"21:2168\";i:2345;s:7:\"21:2169\";i:2346;s:7:\"21:2170\";i:2347;s:7:\"21:2171\";i:2348;s:7:\"21:2172\";i:2349;s:7:\"21:2173\";i:2350;s:7:\"21:2174\";i:2351;s:7:\"21:2175\";i:2352;s:7:\"21:2176\";i:2353;s:7:\"21:2177\";i:2354;s:7:\"21:2178\";i:2355;s:7:\"21:2179\";i:2356;s:7:\"21:2180\";i:2357;s:7:\"21:2181\";i:2358;s:7:\"21:2182\";i:2359;s:7:\"21:2183\";i:2360;s:7:\"21:2184\";i:2361;s:7:\"21:2185\";i:2362;s:7:\"21:2186\";i:2363;s:7:\"21:2187\";i:2364;s:7:\"21:2188\";i:2365;s:7:\"21:2189\";i:2366;s:6:\"21:747\";i:2367;s:7:\"21:2190\";i:2368;s:6:\"21:813\";i:2369;s:7:\"21:2191\";i:2370;s:7:\"21:2192\";i:2371;s:7:\"21:2193\";i:2372;s:7:\"21:2194\";i:2373;s:7:\"21:2195\";i:2374;s:6:\"21:750\";i:2375;s:7:\"21:2196\";i:2376;s:7:\"21:2197\";i:2377;s:7:\"21:2198\";i:2378;s:7:\"21:2199\";i:2379;s:7:\"21:2200\";i:2380;s:7:\"21:2201\";i:2381;s:7:\"21:2202\";i:2382;s:7:\"21:2203\";i:2383;s:7:\"21:2204\";i:2384;s:6:\"21:821\";i:2385;s:7:\"21:2205\";i:2386;s:7:\"21:2206\";i:2387;s:7:\"21:2207\";i:2388;s:7:\"21:2208\";i:2389;s:7:\"21:2209\";i:2390;s:7:\"21:2210\";i:2391;s:7:\"21:2211\";i:2392;s:7:\"21:2212\";i:2393;s:7:\"21:2213\";i:2394;s:7:\"21:2214\";i:2395;s:7:\"21:2215\";i:2396;s:7:\"21:2216\";i:2397;s:7:\"21:2217\";i:2398;s:7:\"21:2218\";i:2399;s:7:\"21:2219\";i:2400;s:7:\"21:2220\";i:2401;s:7:\"21:2221\";i:2402;s:7:\"21:2222\";i:2403;s:7:\"21:2223\";i:2404;s:7:\"21:2224\";i:2405;s:7:\"21:2225\";i:2406;s:7:\"21:2226\";i:2407;s:7:\"21:2227\";i:2408;s:7:\"21:2228\";i:2409;s:7:\"21:2229\";i:2410;s:7:\"21:2230\";i:2411;s:7:\"21:2231\";i:2412;s:7:\"21:2232\";i:2413;s:7:\"21:2233\";i:2414;s:7:\"21:2234\";i:2415;s:7:\"21:2235\";i:2416;s:7:\"21:2236\";i:2417;s:7:\"21:2237\";i:2418;s:7:\"21:2238\";i:2419;s:7:\"21:2239\";i:2420;s:7:\"21:2240\";i:2421;s:7:\"21:2241\";i:2422;s:7:\"21:2242\";i:2423;s:7:\"21:2243\";i:2424;s:7:\"21:2244\";i:2425;s:7:\"21:2245\";i:2426;s:7:\"21:2246\";i:2427;s:7:\"21:2247\";i:2428;s:7:\"21:2248\";i:2429;s:7:\"21:2249\";i:2430;s:7:\"21:2250\";i:2431;s:7:\"21:2251\";i:2432;s:7:\"21:2252\";i:2433;s:7:\"21:2253\";i:2434;s:7:\"21:2254\";i:2435;s:7:\"21:2255\";i:2436;s:7:\"21:2256\";i:2437;s:7:\"21:2257\";i:2438;s:7:\"21:2258\";i:2439;s:7:\"21:2259\";i:2440;s:7:\"21:2260\";i:2441;s:7:\"21:2261\";i:2442;s:7:\"21:2262\";i:2443;s:7:\"21:2263\";i:2444;s:7:\"21:2264\";i:2445;s:7:\"21:2265\";i:2446;s:7:\"21:2266\";i:2447;s:7:\"21:2267\";i:2448;s:7:\"21:2268\";i:2449;s:7:\"21:2269\";i:2450;s:7:\"21:2270\";i:2451;s:7:\"21:2271\";i:2452;s:7:\"21:2272\";i:2453;s:7:\"21:2273\";i:2454;s:7:\"21:2274\";i:2455;s:7:\"21:2275\";i:2456;s:7:\"21:2276\";i:2457;s:7:\"21:2277\";i:2458;s:6:\"21:852\";i:2459;s:7:\"21:2278\";i:2460;s:7:\"21:2279\";i:2461;s:7:\"21:2280\";i:2462;s:7:\"21:2281\";i:2463;s:7:\"21:2282\";i:2464;s:7:\"21:2283\";i:2465;s:7:\"21:2284\";i:2466;s:7:\"21:2285\";i:2467;s:7:\"21:2286\";i:2468;s:7:\"21:2287\";i:2469;s:7:\"21:2288\";i:2470;s:7:\"21:2289\";i:2471;s:7:\"21:2290\";i:2472;s:7:\"21:2291\";i:2473;s:7:\"21:2292\";i:2474;s:7:\"21:2293\";i:2475;s:7:\"21:2294\";i:2476;s:7:\"21:2295\";i:2477;s:7:\"21:2296\";i:2478;s:7:\"21:2297\";i:2479;s:7:\"21:2298\";i:2480;s:7:\"21:2299\";i:2481;s:7:\"21:2300\";i:2482;s:7:\"21:2301\";i:2483;s:6:\"21:849\";i:2484;s:7:\"21:2302\";i:2485;s:6:\"21:850\";i:2486;s:6:\"21:851\";i:2487;s:7:\"21:2303\";i:2488;s:7:\"21:2304\";i:2489;s:7:\"21:2305\";i:2490;s:7:\"21:2306\";i:2491;s:7:\"21:2307\";i:2492;s:7:\"21:2308\";i:2493;s:7:\"21:2309\";i:2494;s:7:\"21:2310\";i:2495;s:7:\"21:2311\";i:2496;s:7:\"21:2312\";i:2497;s:7:\"21:2313\";i:2498;s:7:\"21:2314\";i:2499;s:7:\"21:2315\";i:2500;s:7:\"21:2316\";i:2501;s:7:\"21:2317\";i:2502;s:7:\"21:2318\";i:2503;s:7:\"21:2319\";i:2504;s:7:\"21:2320\";i:2505;s:7:\"21:2321\";i:2506;s:7:\"21:2322\";i:2507;s:7:\"21:2323\";i:2508;s:7:\"21:2324\";i:2509;s:7:\"21:2325\";i:2510;s:7:\"21:2326\";i:2511;s:7:\"21:2327\";i:2512;s:6:\"21:781\";i:2513;s:7:\"21:2328\";i:2514;s:7:\"21:2329\";i:2515;s:7:\"21:2330\";i:2516;s:7:\"21:2331\";i:2517;s:7:\"21:2332\";i:2518;s:7:\"21:2333\";i:2519;s:7:\"21:2334\";i:2520;s:7:\"21:2335\";i:2521;s:7:\"21:2336\";i:2522;s:7:\"21:2337\";i:2523;s:7:\"21:2338\";i:2524;s:7:\"21:2339\";i:2525;s:7:\"21:2340\";i:2526;s:7:\"21:2341\";i:2527;s:7:\"21:2342\";i:2528;s:7:\"21:2343\";i:2529;s:7:\"21:2344\";i:2530;s:7:\"21:2345\";i:2531;s:7:\"21:2346\";i:2532;s:7:\"21:2347\";i:2533;s:7:\"21:2348\";i:2534;s:7:\"21:2349\";i:2535;s:7:\"21:2350\";i:2536;s:7:\"21:2351\";i:2537;s:7:\"21:2352\";i:2538;s:7:\"21:2353\";i:2539;s:7:\"21:2354\";i:2540;s:7:\"21:2355\";i:2541;s:7:\"21:2356\";i:2542;s:7:\"21:2357\";i:2543;s:7:\"21:2358\";i:2544;s:7:\"21:2359\";i:2545;s:7:\"21:2360\";i:2546;s:7:\"21:2361\";i:2547;s:7:\"21:2362\";i:2548;s:7:\"21:2363\";i:2549;s:7:\"21:2364\";i:2550;s:7:\"21:2365\";i:2551;s:7:\"21:2366\";i:2552;s:7:\"21:2367\";i:2553;s:7:\"21:2368\";i:2554;s:7:\"21:2369\";i:2555;s:7:\"21:2370\";i:2556;s:7:\"21:2371\";i:2557;s:7:\"21:2372\";i:2558;s:7:\"21:2373\";i:2559;s:7:\"21:2374\";i:2560;s:7:\"21:2375\";i:2561;s:7:\"21:2376\";i:2562;s:7:\"21:2377\";i:2563;s:7:\"21:2378\";i:2564;s:7:\"21:2379\";i:2565;s:7:\"21:2380\";i:2566;s:7:\"21:2381\";i:2567;s:7:\"21:2382\";i:2568;s:7:\"21:2383\";i:2569;s:7:\"21:2384\";i:2570;s:7:\"21:2385\";i:2571;s:7:\"21:2386\";i:2572;s:7:\"21:2387\";i:2573;s:7:\"21:2388\";i:2574;s:7:\"21:2389\";i:2575;s:7:\"21:2390\";i:2576;s:7:\"21:2391\";i:2577;s:7:\"21:2392\";i:2578;s:7:\"21:2393\";i:2579;s:7:\"21:2394\";i:2580;s:7:\"21:2395\";i:2581;s:7:\"21:2396\";i:2582;s:7:\"21:2397\";i:2583;s:7:\"21:2398\";i:2584;s:7:\"21:2399\";i:2585;s:7:\"21:2400\";i:2586;s:7:\"21:2401\";i:2587;s:7:\"21:2402\";i:2588;s:7:\"21:2403\";i:2589;s:7:\"21:2404\";i:2590;s:7:\"21:2405\";i:2591;s:7:\"21:2406\";i:2592;s:7:\"21:2407\";i:2593;s:7:\"21:2408\";i:2594;s:7:\"21:2409\";i:2595;s:7:\"21:2410\";i:2596;s:7:\"21:2411\";i:2597;s:7:\"21:2412\";i:2598;s:7:\"21:2413\";i:2599;s:7:\"21:2414\";i:2600;s:7:\"21:2415\";i:2601;s:7:\"21:2416\";i:2602;s:7:\"21:2417\";i:2603;s:7:\"21:2418\";i:2604;s:7:\"21:2419\";i:2605;s:7:\"21:2420\";i:2606;s:7:\"21:2421\";i:2607;s:7:\"21:2422\";i:2608;s:7:\"21:2423\";i:2609;s:7:\"21:2424\";i:2610;s:7:\"21:2425\";i:2611;s:7:\"21:2426\";i:2612;s:7:\"21:2427\";i:2613;s:7:\"21:2428\";i:2614;s:7:\"21:2429\";i:2615;s:7:\"21:2430\";i:2616;s:7:\"21:2431\";i:2617;s:7:\"21:2432\";i:2618;s:7:\"21:2433\";i:2619;s:7:\"21:2434\";i:2620;s:7:\"21:2435\";i:2621;s:7:\"21:2436\";i:2622;s:7:\"21:2437\";i:2623;s:7:\"21:2438\";i:2624;s:7:\"21:2439\";i:2625;s:7:\"21:2440\";i:2626;s:7:\"21:2441\";i:2627;s:7:\"21:2442\";i:2628;s:7:\"21:2443\";i:2629;s:6:\"21:670\";i:2630;s:6:\"21:671\";i:2631;s:7:\"21:2444\";i:2632;s:6:\"21:773\";i:2633;s:7:\"21:2445\";i:2634;s:7:\"21:2446\";i:2635;s:6:\"21:774\";i:2636;s:6:\"21:772\";i:2637;s:7:\"21:2447\";i:2638;s:7:\"21:2448\";i:2639;s:7:\"21:2449\";i:2640;s:6:\"21:667\";i:2641;s:7:\"21:2450\";i:2642;s:7:\"21:2451\";i:2643;s:7:\"21:2452\";i:2644;s:7:\"21:2453\";i:2645;s:6:\"21:669\";i:2646;s:7:\"21:2454\";i:2647;s:7:\"21:2455\";i:2648;s:6:\"21:665\";i:2649;s:6:\"21:668\";i:2650;s:7:\"21:2456\";i:2651;s:7:\"21:2457\";i:2652;s:7:\"21:2458\";i:2653;s:7:\"21:2459\";i:2654;s:7:\"21:2460\";i:2655;s:7:\"21:2461\";i:2656;s:7:\"21:2462\";i:2657;s:7:\"21:2463\";i:2658;s:7:\"21:2464\";i:2659;s:7:\"21:2465\";i:2660;s:7:\"21:2466\";i:2661;s:7:\"21:2467\";i:2662;s:7:\"21:2468\";i:2663;s:7:\"21:2469\";i:2664;s:7:\"21:2470\";i:2665;s:7:\"21:2471\";i:2666;s:7:\"21:2472\";i:2667;s:7:\"21:2473\";i:2668;s:7:\"21:2474\";i:2669;s:7:\"21:2475\";i:2670;s:7:\"21:2476\";i:2671;s:7:\"21:2477\";i:2672;s:7:\"21:2478\";i:2673;s:7:\"21:2479\";i:2674;s:7:\"21:2480\";i:2675;s:7:\"21:2481\";i:2676;s:7:\"21:2482\";i:2677;s:7:\"21:2483\";i:2678;s:7:\"21:2484\";i:2679;s:7:\"21:2485\";i:2680;s:7:\"21:2486\";i:2681;s:7:\"21:2487\";i:2682;s:7:\"21:2488\";i:2683;s:7:\"21:2489\";i:2684;s:6:\"21:672\";i:2685;s:7:\"21:2490\";i:2686;s:7:\"21:2491\";i:2687;s:7:\"21:2492\";i:2688;s:7:\"21:2493\";i:2689;s:7:\"21:2494\";i:2690;s:7:\"21:2495\";i:2691;s:7:\"21:2496\";i:2692;s:7:\"21:2497\";i:2693;s:7:\"21:2498\";i:2694;s:7:\"21:2499\";i:2695;s:7:\"21:2500\";i:2696;s:7:\"21:2501\";i:2697;s:7:\"21:2502\";i:2698;s:7:\"21:2503\";i:2699;s:6:\"21:674\";i:2700;s:7:\"21:2504\";i:2701;s:7:\"21:2505\";i:2702;s:7:\"21:2506\";i:2703;s:7:\"21:2507\";i:2704;s:7:\"21:2508\";i:2705;s:7:\"21:2509\";i:2706;s:7:\"21:2510\";i:2707;s:7:\"21:2511\";i:2708;s:7:\"21:2512\";i:2709;s:7:\"21:2513\";i:2710;s:7:\"21:2514\";i:2711;s:7:\"21:2515\";i:2712;s:6:\"21:782\";i:2713;s:7:\"21:2516\";i:2714;s:7:\"21:2517\";i:2715;s:7:\"21:2518\";i:2716;s:7:\"21:2519\";i:2717;s:7:\"21:2520\";i:2718;s:7:\"21:2521\";i:2719;s:7:\"21:2522\";i:2720;s:7:\"21:2523\";i:2721;s:7:\"21:2524\";i:2722;s:7:\"21:2525\";i:2723;s:7:\"21:2526\";i:2724;s:7:\"21:2527\";i:2725;s:7:\"21:2528\";i:2726;s:7:\"21:2529\";i:2727;s:7:\"21:2530\";i:2728;s:7:\"21:2531\";}","no");
INSERT INTO `pcab_options` VALUES("278","chld_thm_cfg_options_dict_sel","a:2531:{i:1;s:610:\".et_vertical_nav.et_left_sidebar.woocommerce #content div.product div.images, .et_vertical_nav.et_left_sidebar.woocommerce div.product div.images, .et_vertical_nav.et_left_sidebar.woocommerce-page #content div.product div.images, .et_vertical_nav.et_left_sidebar.woocommerce-page div.product div.images, .et_vertical_nav.et_right_sidebar.woocommerce #content div.product div.images, .et_vertical_nav.et_right_sidebar.woocommerce div.product div.images, .et_vertical_nav.et_right_sidebar.woocommerce-page #content div.product div.images, .et_vertical_nav.et_right_sidebar.woocommerce-page div.product div.images\";i:2;s:171:\".et_vertical_nav.et_left_sidebar .et_post_gallery li.et_gallery_item:nth-child(3n+1), .et_vertical_nav.et_right_sidebar .et_post_gallery li.et_gallery_item:nth-child(3n+1)\";i:3;s:167:\".et_vertical_nav.et_left_sidebar .et_post_gallery li.et_gallery_item:nth-child(2n), .et_vertical_nav.et_right_sidebar .et_post_gallery li.et_gallery_item:nth-child(2n)\";i:4;s:167:\".et_vertical_nav.et_left_sidebar .et_post_gallery li.et_gallery_item:nth-child(3n), .et_vertical_nav.et_right_sidebar .et_post_gallery li.et_gallery_item:nth-child(3n)\";i:5;s:171:\".et_vertical_nav.et_left_sidebar .et_post_gallery li.et_gallery_item:nth-child(2n+1), .et_vertical_nav.et_right_sidebar .et_post_gallery li.et_gallery_item:nth-child(2n+1)\";i:6;s:139:\".et_vertical_nav.et_left_sidebar .et_post_gallery li.et_gallery_item, .et_vertical_nav.et_right_sidebar .et_post_gallery li.et_gallery_item\";i:7;s:64:\".et_vertical_nav.archive.et_right_sidebar ul.products li.product\";i:8;s:92:\".et_vertical_nav.archive.et_full_width_page.woocommerce ul.products li.product:nth-child(3n)\";i:9;s:76:\".et_vertical_nav.archive.et_full_width_page.woocommerce ul.products li.first\";i:10;s:94:\".et_vertical_nav.archive.et_full_width_page.woocommerce ul.products li.product:nth-child(3n+1)\";i:11;s:24:\".et_pb_column .et_pb_map\";i:12;s:51:\".et_pb_blog_grid .mejs-container .mejs-controls div\";i:13;s:51:\".et_pb_blog_grid .mejs-container.wp-audio-shortcode\";i:14;s:43:\".et_pb_blog_grid .mejs-audio .mejs-controls\";i:15;s:51:\".et_pb_blog_grid .mejs-button.mejs-playpause-button\";i:16;s:61:\".et_pb_blog_grid .mejs-time.mejs-currenttime-container.custom\";i:17;s:48:\".et_pb_blog_grid .mejs-button.mejs-volume-button\";i:18;s:48:\".et_pb_blog_grid a.mejs-horizontal-volume-slider\";i:19;s:46:\".et_pb_blog_grid .mejs-horizontal-volume-total\";i:20;s:50:\".et_pb_blog_grid .mejs-controls div.mejs-time-rail\";i:21;s:51:\".et_pb_blog_grid a.mejs-time-total.mejs-time-slider\";i:22;s:55:\".et_vertical_nav .et_pb_column_4_4 .et_pb_pricing_table\";i:23;s:168:\".et_vertical_nav .et_pb_column_2_3 .et_pb_pricing_table, .et_vertical_nav .et_pb_column_3_4 .et_pb_pricing_table, .et_vertical_nav .et_pb_pricing_2 .et_pb_pricing_table\";i:24;s:282:\".et_vertical_nav .et_pb_column_1_2 .et_pb_pricing_table, .et_vertical_nav .et_pb_column_1_3 .et_pb_pricing_table, .et_vertical_nav .et_pb_column_1_4 .et_pb_pricing_table, .et_vertical_nav .et_pb_column_3_8 .et_pb_pricing_table, .et_vertical_nav .et_pb_pricing_1 .et_pb_pricing_table\";i:25;s:691:\".et_vertical_nav .et_pb_column_1_2 .et_pb_pricing_table.et-last-child, .et_vertical_nav .et_pb_column_1_2 .et_pb_pricing_table:last-child, .et_vertical_nav .et_pb_column_1_3 .et_pb_pricing_table.et-last-child, .et_vertical_nav .et_pb_column_1_3 .et_pb_pricing_table:last-child, .et_vertical_nav .et_pb_column_1_4 .et_pb_pricing_table.et-last-child, .et_vertical_nav .et_pb_column_1_4 .et_pb_pricing_table:last-child, .et_vertical_nav .et_pb_column_3_8 .et_pb_pricing_table.et-last-child, .et_vertical_nav .et_pb_column_3_8 .et_pb_pricing_table:last-child, .et_vertical_nav .et_pb_pricing_1 .et_pb_pricing_table.et-last-child, .et_vertical_nav .et_pb_pricing_1 .et_pb_pricing_table:last-child\";i:26;s:144:\".et_vertical_nav .et_pb_column_3_4 .et_pb_pricing_table:nth-child(3n+1), .et_vertical_nav .et_pb_column_4_4 .et_pb_pricing_table:nth-child(4n+1)\";i:27;s:144:\".et_vertical_nav .et_pb_column_3_4 .et_pb_pricing_table:nth-child(2n+1), .et_vertical_nav .et_pb_column_4_4 .et_pb_pricing_table:nth-child(3n+1)\";i:28;s:142:\".et_vertical_nav .et_pb_column_3_4 .et_pb_pricing_table:nth-child(n+3), .et_vertical_nav .et_pb_column_4_4 .et_pb_pricing_table:nth-child(n+4)\";i:29;s:184:\".et_vertical_nav .et_pb_column_3_4 .et_pb_pricing_table.et_pb_featured_table:nth-child(n+3), .et_vertical_nav .et_pb_column_4_4 .et_pb_pricing_table.et_pb_featured_table:nth-child(n+4)\";i:30;s:92:\".et_vertical_nav .et_pb_column_1_3 .et_pb_sum, .et_vertical_nav .et_pb_column_1_4 .et_pb_sum\";i:31;s:124:\".et_vertical_nav .et_pb_column_1_3 .et_pb_pricing_content_top, .et_vertical_nav .et_pb_column_1_4 .et_pb_pricing_content_top\";i:32;s:87:\".et_vertical_nav .et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_description\";i:33;s:181:\".et_vertical_nav.archive.et_left_sidebar.woocommerce ul.products li.product:nth-child(2n), .et_vertical_nav.archive.et_right_sidebar.woocommerce ul.products li.product:nth-child(2n)\";i:34;s:185:\".et_vertical_nav.archive.et_left_sidebar.woocommerce ul.products li.product:nth-child(2n+1), .et_vertical_nav.archive.et_right_sidebar.woocommerce ul.products li.product:nth-child(2n+1)\";i:35;s:185:\".et_vertical_nav.archive.et_left_sidebar.woocommerce ul.products li.product:nth-child(3n+1), .et_vertical_nav.archive.et_right_sidebar.woocommerce ul.products li.product:nth-child(3n+1)\";i:36;s:54:\".et_vertical_nav .et_pb_column_1_4 .et_audio_container\";i:37;s:180:\".et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module .mejs-container .mejs-controls div, .et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module .mejs-container .mejs-controls div\";i:38;s:142:\".et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module .mejs-container, .et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module .mejs-container\";i:39;s:140:\".et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module .mejs-controls, .et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module .mejs-controls\";i:40;s:180:\".et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module .mejs-button.mejs-playpause-button, .et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module .mejs-button.mejs-playpause-button\";i:41;s:200:\".et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module .mejs-time.mejs-currenttime-container.custom, .et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module .mejs-time.mejs-currenttime-container.custom\";i:42;s:174:\".et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module .mejs-button.mejs-volume-button, .et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module .mejs-button.mejs-volume-button\";i:43;s:174:\".et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module a.mejs-horizontal-volume-slider, .et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module a.mejs-horizontal-volume-slider\";i:44;s:170:\".et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module .mejs-horizontal-volume-total, .et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module .mejs-horizontal-volume-total\";i:45;s:178:\".et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module .mejs-controls div.mejs-time-rail, .et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module .mejs-controls div.mejs-time-rail\";i:46;s:180:\".et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module a.mejs-time-total.mejs-time-slider, .et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module a.mejs-time-total.mejs-time-slider\";i:47;s:70:\".et_pb_gutters3 .et_pb_column, .et_pb_gutters3.et_pb_row .et_pb_column\";i:48;s:78:\".et_pb_gutters3 .et_pb_column_4_4, .et_pb_gutters3.et_pb_row .et_pb_column_4_4\";i:49;s:106:\".et_pb_gutters3 .et_pb_column_4_4 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_module\";i:50;s:78:\".et_pb_gutters3 .et_pb_column_3_4, .et_pb_gutters3.et_pb_row .et_pb_column_3_4\";i:51;s:321:\".et_pb_gutters3 .et_pb_column_3_4 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_module, .et_section_specialty .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_module, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_module\";i:52;s:78:\".et_pb_gutters3 .et_pb_column_2_3, .et_pb_gutters3.et_pb_row .et_pb_column_2_3\";i:53;s:285:\".et_pb_gutters3 .et_pb_column_2_3 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_module, .et_section_specialty .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_module, .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters3.et_pb_row_inner .et_pb_module\";i:54;s:78:\".et_pb_gutters3 .et_pb_column_1_2, .et_pb_gutters3.et_pb_row .et_pb_column_1_2\";i:55;s:285:\".et_pb_gutters3 .et_pb_column_1_2 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_module, .et_section_specialty .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_module, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters3.et_pb_row_inner .et_pb_module\";i:56;s:78:\".et_pb_gutters3 .et_pb_column_1_3, .et_pb_gutters3.et_pb_row .et_pb_column_1_3\";i:57;s:303:\".et_pb_gutters3 .et_pb_column_1_3 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_1_3 .et_pb_module, .et_section_specialty .et_pb_gutters3.et_pb_row .et_pb_column_1_3 .et_pb_module, .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_3 .et_pb_module\";i:58;s:78:\".et_pb_gutters3 .et_pb_column_1_4, .et_pb_gutters3.et_pb_row .et_pb_column_1_4\";i:59;s:536:\".et_pb_gutters3 .et_pb_column_1_4 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_4 .et_pb_module\";i:60;s:250:\".et_pb_gutters3 .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_3_8, .et_pb_gutters3.et_pb_row>.et_pb_column_3_4 .et_pb_row_inner .et_pb_column_3_8, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_3_8\";i:61;s:292:\".et_pb_gutters3 .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_3_8 .et_pb_module, .et_pb_gutters3.et_pb_row>.et_pb_column_3_4 .et_pb_row_inner .et_pb_column_3_8 .et_pb_module, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_3_8 .et_pb_module\";i:62;s:157:\".et_pb_gutters3 .et_pb_row .et_pb_column_single.et_pb_column_1_4 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_single.et_pb_column_1_4 .et_pb_module\";i:63;s:157:\".et_pb_gutters3 .et_pb_row .et_pb_column_single.et_pb_column_1_3 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_single.et_pb_column_1_3 .et_pb_module\";i:64;s:157:\".et_pb_gutters3 .et_pb_row .et_pb_column_single.et_pb_column_1_2 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_single.et_pb_column_1_2 .et_pb_module\";i:65;s:695:\".et_pb_gutters3 .et_full_width_page.woocommerce-page ul.products li.product, .et_pb_gutters3 .et_pb_column_4_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item, .et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_4_4 .et_pb_widget, .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item, .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_widget\";i:66;s:2341:\".et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n), .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n), .et_pb_gutters3 .et_pb_column_3_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item, .et_pb_gutters3 .et_pb_column_3_4 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_1_4, .et_pb_gutters3 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_3_4 .et_pb_widget, .et_pb_gutters3.et_left_sidebar.woocommerce-page ul.products li.product, .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n), .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n), .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item, .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_grid_item, .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_1_4, .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_widget, .et_pb_gutters3.et_right_sidebar.woocommerce-page ul.products li.product, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_4, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n), .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n), .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget\";i:67;s:1428:\".et_pb_gutters3 .et_pb_column_2_3 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item, .et_pb_gutters3 .et_pb_column_2_3 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_2_3 .et_pb_row_inner .et_pb_column_1_3, .et_pb_gutters3 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_2_3 .et_pb_widget, .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item, .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_grid_item, .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_row_inner .et_pb_column_1_3, .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_widget, .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_3, .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item, .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item, .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget\";i:68;s:1428:\".et_pb_gutters3 .et_pb_column_1_2 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item, .et_pb_gutters3 .et_pb_column_1_2 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_1_4, .et_pb_gutters3 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_1_2 .et_pb_widget, .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item, .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_grid_item, .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_1_4, .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_widget, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_4, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget\";i:69;s:697:\".et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item, .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget, .et_pb_gutters3 .et_pb_column_3_4 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_3_4 .et_pb_widget, .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_grid_item, .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_widget\";i:70;s:697:\".et_pb_column_2_3 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item, .et_pb_column_2_3 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_2_3 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget, .et_pb_gutters3 .et_pb_column_2_3 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_2_3 .et_pb_widget, .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_grid_item, .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_widget\";i:71;s:697:\".et_pb_column_1_2 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item, .et_pb_column_1_2 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_1_2 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget, .et_pb_gutters3 .et_pb_column_1_2 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_1_2 .et_pb_widget, .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_grid_item, .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_widget\";i:72;s:796:\".et_pb_gutters3 .et_pb_column_1_3 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_1_3 .et_pb_widget, .et_pb_gutters3.et_pb_row .et_pb_column_1_3 .et_pb_grid_item, .et_pb_gutters3.et_pb_row .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3.et_pb_row .et_pb_column_1_3 .et_pb_widget, .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_3 .et_pb_grid_item, .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_3 .et_pb_widget\";i:73;s:1186:\".et_pb_gutters3 .et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_1_4 .et_pb_widget, .et_pb_gutters3.et_pb_row .et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters3.et_pb_row .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3.et_pb_row .et_pb_column_1_4 .et_pb_widget, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_4 .et_pb_grid_item, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_4 .et_pb_widget, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_4 .et_pb_grid_item, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_4 .et_pb_widget\";i:74;s:904:\".et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_widget, .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_grid_item, .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_widget, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_3_8 .et_pb_grid_item, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_3_8 .et_pb_widget\";i:75;s:148:\".et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3, .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3\";i:76;s:172:\".et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post, .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post\";i:77;s:148:\".et_pb_gutters3 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2\";i:78;s:172:\".et_pb_gutters3 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post, .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post\";i:79;s:148:\".et_pb_gutters3 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2\";i:80;s:172:\".et_pb_gutters3 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 .et_pb_post, .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 .et_pb_post\";i:81;s:172:\".et_pb_gutters3 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 .et_pb_post\";i:82;s:172:\".et_pb_gutters3 .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters3.et_pb_row .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post\";i:83;s:172:\".et_pb_gutters3 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters3.et_pb_row .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post\";i:84;s:208:\".et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_blog_grid .column.size-1of1 .et_pb_post\";i:85;s:30:\".et_pb_gutters3 .footer-widget\";i:86;s:52:\".et_pb_gutters3.et_pb_footer_columns4 .footer-widget\";i:87;s:61:\".et_pb_gutters3.et_pb_footer_columns4 .footer-widget .fwidget\";i:88;s:57:\".et_pb_gutters3.et_pb_footer_columns4 .footer-widget.last\";i:89;s:52:\".et_pb_gutters3.et_pb_footer_columns3 .footer-widget\";i:90;s:65:\".et_pb_gutters3.et_pb_footer_columns3 .footer-widget:nth-child(3)\";i:91;s:61:\".et_pb_gutters3.et_pb_footer_columns3 .footer-widget .fwidget\";i:92;s:57:\".et_pb_gutters3.et_pb_footer_columns3 .footer-widget.last\";i:93;s:66:\".et_pb_gutters3.et_pb_footer_columns3 .footer-widget.last .fwidget\";i:94;s:52:\".et_pb_gutters3.et_pb_footer_columns2 .footer-widget\";i:95;s:68:\".et_pb_gutters3.et_pb_footer_columns2 .footer-widget:nth-child(even)\";i:96;s:61:\".et_pb_gutters3.et_pb_footer_columns2 .footer-widget .fwidget\";i:97;s:52:\".et_pb_gutters3.et_pb_footer_columns1 .footer-widget\";i:98;s:61:\".et_pb_gutters3.et_pb_footer_columns1 .footer-widget .fwidget\";i:99;s:75:\".et_pb_gutters3.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(odd)\";i:100;s:84:\".et_pb_gutters3.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(odd) .fwidget\";i:101;s:76:\".et_pb_gutters3.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(even)\";i:102;s:85:\".et_pb_gutters3.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(even) .fwidget\";i:103;s:75:\".et_pb_gutters3.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(odd)\";i:104;s:84:\".et_pb_gutters3.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(odd) .fwidget\";i:105;s:76:\".et_pb_gutters3.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(even)\";i:106;s:85:\".et_pb_gutters3.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(even) .fwidget\";i:107;s:75:\".et_pb_gutters3.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(odd)\";i:108;s:84:\".et_pb_gutters3.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(odd) .fwidget\";i:109;s:76:\".et_pb_gutters3.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(even)\";i:110;s:85:\".et_pb_gutters3.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(even) .fwidget\";i:111;s:75:\".et_pb_gutters3.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(odd)\";i:112;s:84:\".et_pb_gutters3.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(odd) .fwidget\";i:113;s:76:\".et_pb_gutters3.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(even)\";i:114;s:85:\".et_pb_gutters3.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(even) .fwidget\";i:115;s:76:\".et_pb_gutters3.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2)\";i:116;s:85:\".et_pb_gutters3.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2) .fwidget\";i:117;s:73:\".et_pb_gutters3.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3)\";i:118;s:82:\".et_pb_gutters3.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3) .fwidget\";i:119;s:65:\".et_pb_gutters3.et_pb_footer_columns_1_4__1_2 .footer-widget.last\";i:120;s:74:\".et_pb_gutters3.et_pb_footer_columns_1_4__1_2 .footer-widget.last .fwidget\";i:121;s:72:\".et_pb_gutters3.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child\";i:122;s:81:\".et_pb_gutters3.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child .fwidget\";i:123;s:91:\".et_pb_gutters3.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(n+2):nth-child(-n+3)\";i:124;s:100:\".et_pb_gutters3.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(n+2):nth-child(-n+3) .fwidget\";i:125;s:73:\".et_pb_gutters3.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(3)\";i:126;s:65:\".et_pb_gutters3.et_pb_footer_columns_1_2__1_4 .footer-widget.last\";i:127;s:74:\".et_pb_gutters3.et_pb_footer_columns_1_2__1_4 .footer-widget.last .fwidget\";i:128;s:70:\".et_pb_gutters4 .et_pb_column, .et_pb_gutters4.et_pb_row .et_pb_column\";i:129;s:78:\".et_pb_gutters4 .et_pb_column_4_4, .et_pb_gutters4.et_pb_row .et_pb_column_4_4\";i:130;s:106:\".et_pb_gutters4 .et_pb_column_4_4 .et_pb_module, .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_module\";i:131;s:78:\".et_pb_gutters4 .et_pb_column_3_4, .et_pb_gutters4.et_pb_row .et_pb_column_3_4\";i:132;s:321:\".et_pb_gutters4 .et_pb_column_3_4 .et_pb_module, .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_module, .et_section_specialty .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_module, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_module\";i:133;s:78:\".et_pb_gutters4 .et_pb_column_2_3, .et_pb_gutters4.et_pb_row .et_pb_column_2_3\";i:134;s:285:\".et_pb_gutters4 .et_pb_column_2_3 .et_pb_module, .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_module, .et_section_specialty .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_module, .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters4.et_pb_row_inner .et_pb_module\";i:135;s:78:\".et_pb_gutters4 .et_pb_column_1_2, .et_pb_gutters4.et_pb_row .et_pb_column_1_2\";i:136;s:285:\".et_pb_gutters4 .et_pb_column_1_2 .et_pb_module, .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_module, .et_section_specialty .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_module, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters4.et_pb_row_inner .et_pb_module\";i:137;s:78:\".et_pb_gutters4 .et_pb_column_1_3, .et_pb_gutters4.et_pb_row .et_pb_column_1_3\";i:138;s:303:\".et_pb_gutters4 .et_pb_column_1_3 .et_pb_module, .et_pb_gutters4.et_pb_row .et_pb_column_1_3 .et_pb_module, .et_section_specialty .et_pb_gutters4.et_pb_row .et_pb_column_1_3 .et_pb_module, .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters4.et_pb_row_inner .et_pb_column_1_3 .et_pb_module\";i:139;s:78:\".et_pb_gutters4 .et_pb_column_1_4, .et_pb_gutters4.et_pb_row .et_pb_column_1_4\";i:140;s:536:\".et_pb_gutters4 .et_pb_column_1_4 .et_pb_module, .et_pb_gutters4.et_pb_row .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters4.et_pb_row_inner .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_1_4 .et_pb_module\";i:141;s:250:\".et_pb_gutters4 .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_3_8, .et_pb_gutters4.et_pb_row>.et_pb_column_3_4 .et_pb_row_inner .et_pb_column_3_8, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_3_8\";i:142;s:292:\".et_pb_gutters4 .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_3_8 .et_pb_module, .et_pb_gutters4.et_pb_row>.et_pb_column_3_4 .et_pb_row_inner .et_pb_column_3_8 .et_pb_module, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_3_8 .et_pb_module\";i:143;s:157:\".et_pb_gutters4 .et_pb_row .et_pb_column_single.et_pb_column_1_4 .et_pb_module, .et_pb_gutters4.et_pb_row .et_pb_column_single.et_pb_column_1_4 .et_pb_module\";i:144;s:157:\".et_pb_gutters4 .et_pb_row .et_pb_column_single.et_pb_column_1_3 .et_pb_module, .et_pb_gutters4.et_pb_row .et_pb_column_single.et_pb_column_1_3 .et_pb_module\";i:145;s:157:\".et_pb_gutters4 .et_pb_row .et_pb_column_single.et_pb_column_1_2 .et_pb_module, .et_pb_gutters4.et_pb_row .et_pb_column_single.et_pb_column_1_2 .et_pb_module\";i:146;s:920:\".et_pb_column_4_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item, .et_pb_column_4_4 .et_pb_grid_item, .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_4_4 .et_pb_widget, .et_pb_gutters4 .et_pb_column_4_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item, .et_pb_gutters4 .et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_4_4 .et_pb_widget, .et_pb_gutters4.et_full_width_page.woocommerce-page ul.products li.product, .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item, .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_widget\";i:147;s:2341:\".et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n), .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n), .et_pb_gutters4 .et_pb_column_3_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item, .et_pb_gutters4 .et_pb_column_3_4 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_1_4, .et_pb_gutters4 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_3_4 .et_pb_widget, .et_pb_gutters4.et_left_sidebar.woocommerce-page ul.products li.product, .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n), .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n), .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item, .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_grid_item, .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_1_4, .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_widget, .et_pb_gutters4.et_right_sidebar.woocommerce-page ul.products li.product, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_1_4, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n), .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n), .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget\";i:148;s:1428:\".et_pb_gutters4 .et_pb_column_2_3 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item, .et_pb_gutters4 .et_pb_column_2_3 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_2_3 .et_pb_row_inner .et_pb_column_1_3, .et_pb_gutters4 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_2_3 .et_pb_widget, .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item, .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_grid_item, .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_row_inner .et_pb_column_1_3, .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_widget, .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters4.et_pb_row_inner .et_pb_column_1_3, .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item, .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item, .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget\";i:149;s:1428:\".et_pb_gutters4 .et_pb_column_1_2 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item, .et_pb_gutters4 .et_pb_column_1_2 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_1_4, .et_pb_gutters4 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_1_2 .et_pb_widget, .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item, .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_grid_item, .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_1_4, .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_widget, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters4.et_pb_row_inner .et_pb_column_1_4, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget\";i:150;s:697:\".et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item, .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget, .et_pb_gutters4 .et_pb_column_3_4 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_3_4 .et_pb_widget, .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_grid_item, .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_widget\";i:151;s:697:\".et_pb_column_2_3 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item, .et_pb_column_2_3 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_2_3 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget, .et_pb_gutters4 .et_pb_column_2_3 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_2_3 .et_pb_widget, .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_grid_item, .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_widget\";i:152;s:697:\".et_pb_column_1_2 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item, .et_pb_column_1_2 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_1_2 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget, .et_pb_gutters4 .et_pb_column_1_2 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_1_2 .et_pb_widget, .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_grid_item, .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_widget\";i:153;s:796:\".et_pb_gutters4 .et_pb_column_1_3 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_1_3 .et_pb_widget, .et_pb_gutters4.et_pb_row .et_pb_column_1_3 .et_pb_grid_item, .et_pb_gutters4.et_pb_row .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4.et_pb_row .et_pb_column_1_3 .et_pb_widget, .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters4.et_pb_row_inner .et_pb_column_1_3 .et_pb_grid_item, .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters4.et_pb_row_inner .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters4.et_pb_row_inner .et_pb_column_1_3 .et_pb_widget\";i:154;s:1186:\".et_pb_gutters4 .et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_1_4 .et_pb_widget, .et_pb_gutters4.et_pb_row .et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters4.et_pb_row .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4.et_pb_row .et_pb_column_1_4 .et_pb_widget, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters4.et_pb_row_inner .et_pb_column_1_4 .et_pb_grid_item, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters4.et_pb_row_inner .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters4.et_pb_row_inner .et_pb_column_1_4 .et_pb_widget, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_1_4 .et_pb_grid_item, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_1_4 .et_pb_widget\";i:155;s:904:\".et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_widget, .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_grid_item, .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_widget, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_3_8 .et_pb_grid_item, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_3_8 .et_pb_widget\";i:156;s:148:\".et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3, .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3\";i:157;s:172:\".et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post, .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post\";i:158;s:148:\".et_pb_gutters4 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2\";i:159;s:172:\".et_pb_gutters4 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post, .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post\";i:160;s:148:\".et_pb_gutters4 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2\";i:161;s:172:\".et_pb_gutters4 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 .et_pb_post, .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 .et_pb_post\";i:162;s:172:\".et_pb_gutters4 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 .et_pb_post\";i:163;s:172:\".et_pb_gutters4 .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters4.et_pb_row .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post\";i:164;s:172:\".et_pb_gutters4 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters4.et_pb_row .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post\";i:165;s:208:\".et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_blog_grid .column.size-1of1 .et_pb_post\";i:166;s:88:\".et_pb_gutters4.et_full_width_page.woocommerce-page ul.products li.product:nth-child(4n)\";i:167;s:30:\".et_pb_gutters4 .footer-widget\";i:168;s:52:\".et_pb_gutters4.et_pb_footer_columns4 .footer-widget\";i:169;s:61:\".et_pb_gutters4.et_pb_footer_columns4 .footer-widget .fwidget\";i:170;s:57:\".et_pb_gutters4.et_pb_footer_columns4 .footer-widget.last\";i:171;s:52:\".et_pb_gutters4.et_pb_footer_columns3 .footer-widget\";i:172;s:65:\".et_pb_gutters4.et_pb_footer_columns3 .footer-widget:nth-child(3)\";i:173;s:61:\".et_pb_gutters4.et_pb_footer_columns3 .footer-widget .fwidget\";i:174;s:57:\".et_pb_gutters4.et_pb_footer_columns3 .footer-widget.last\";i:175;s:66:\".et_pb_gutters4.et_pb_footer_columns3 .footer-widget.last .fwidget\";i:176;s:52:\".et_pb_gutters4.et_pb_footer_columns2 .footer-widget\";i:177;s:68:\".et_pb_gutters4.et_pb_footer_columns2 .footer-widget:nth-child(even)\";i:178;s:61:\".et_pb_gutters4.et_pb_footer_columns2 .footer-widget .fwidget\";i:179;s:52:\".et_pb_gutters4.et_pb_footer_columns1 .footer-widget\";i:180;s:61:\".et_pb_gutters4.et_pb_footer_columns1 .footer-widget .fwidget\";i:181;s:75:\".et_pb_gutters4.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(odd)\";i:182;s:84:\".et_pb_gutters4.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(odd) .fwidget\";i:183;s:76:\".et_pb_gutters4.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(even)\";i:184;s:85:\".et_pb_gutters4.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(even) .fwidget\";i:185;s:75:\".et_pb_gutters4.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(odd)\";i:186;s:84:\".et_pb_gutters4.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(odd) .fwidget\";i:187;s:76:\".et_pb_gutters4.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(even)\";i:188;s:85:\".et_pb_gutters4.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(even) .fwidget\";i:189;s:75:\".et_pb_gutters4.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(odd)\";i:190;s:84:\".et_pb_gutters4.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(odd) .fwidget\";i:191;s:76:\".et_pb_gutters4.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(even)\";i:192;s:85:\".et_pb_gutters4.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(even) .fwidget\";i:193;s:75:\".et_pb_gutters4.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(odd)\";i:194;s:84:\".et_pb_gutters4.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(odd) .fwidget\";i:195;s:76:\".et_pb_gutters4.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(even)\";i:196;s:85:\".et_pb_gutters4.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(even) .fwidget\";i:197;s:76:\".et_pb_gutters4.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2)\";i:198;s:85:\".et_pb_gutters4.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2) .fwidget\";i:199;s:73:\".et_pb_gutters4.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3)\";i:200;s:82:\".et_pb_gutters4.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3) .fwidget\";i:201;s:65:\".et_pb_gutters4.et_pb_footer_columns_1_4__1_2 .footer-widget.last\";i:202;s:74:\".et_pb_gutters4.et_pb_footer_columns_1_4__1_2 .footer-widget.last .fwidget\";i:203;s:72:\".et_pb_gutters4.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child\";i:204;s:81:\".et_pb_gutters4.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child .fwidget\";i:205;s:91:\".et_pb_gutters4.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(n+2):nth-child(-n+3)\";i:206;s:100:\".et_pb_gutters4.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(n+2):nth-child(-n+3) .fwidget\";i:207;s:73:\".et_pb_gutters4.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(3)\";i:208;s:65:\".et_pb_gutters4.et_pb_footer_columns_1_2__1_4 .footer-widget.last\";i:209;s:74:\".et_pb_gutters4.et_pb_footer_columns_1_2__1_4 .footer-widget.last .fwidget\";i:210;s:70:\".et_pb_gutters2 .et_pb_column, .et_pb_gutters2.et_pb_row .et_pb_column\";i:211;s:78:\".et_pb_gutters2 .et_pb_column_4_4, .et_pb_gutters2.et_pb_row .et_pb_column_4_4\";i:212;s:106:\".et_pb_gutters2 .et_pb_column_4_4 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_module\";i:213;s:78:\".et_pb_gutters2 .et_pb_column_3_4, .et_pb_gutters2.et_pb_row .et_pb_column_3_4\";i:214;s:321:\".et_pb_gutters2 .et_pb_column_3_4 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_module, .et_section_specialty .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_module, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_module\";i:215;s:78:\".et_pb_gutters2 .et_pb_column_2_3, .et_pb_gutters2.et_pb_row .et_pb_column_2_3\";i:216;s:285:\".et_pb_gutters2 .et_pb_column_2_3 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_module, .et_section_specialty .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_module, .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters2.et_pb_row_inner .et_pb_module\";i:217;s:78:\".et_pb_gutters2 .et_pb_column_1_2, .et_pb_gutters2.et_pb_row .et_pb_column_1_2\";i:218;s:285:\".et_pb_gutters2 .et_pb_column_1_2 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_module, .et_section_specialty .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_module, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters2.et_pb_row_inner .et_pb_module\";i:219;s:78:\".et_pb_gutters2 .et_pb_column_1_3, .et_pb_gutters2.et_pb_row .et_pb_column_1_3\";i:220;s:303:\".et_pb_gutters2 .et_pb_column_1_3 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_1_3 .et_pb_module, .et_section_specialty .et_pb_gutters2.et_pb_row .et_pb_column_1_3 .et_pb_module, .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_3 .et_pb_module\";i:221;s:78:\".et_pb_gutters2 .et_pb_column_1_4, .et_pb_gutters2.et_pb_row .et_pb_column_1_4\";i:222;s:536:\".et_pb_gutters2 .et_pb_column_1_4 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4 .et_pb_module\";i:223;s:250:\".et_pb_gutters2 .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_3_8, .et_pb_gutters2.et_pb_row>.et_pb_column_3_4 .et_pb_row_inner .et_pb_column_3_8, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_3_8\";i:224;s:292:\".et_pb_gutters2 .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_3_8 .et_pb_module, .et_pb_gutters2.et_pb_row>.et_pb_column_3_4 .et_pb_row_inner .et_pb_column_3_8 .et_pb_module, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_3_8 .et_pb_module\";i:225;s:157:\".et_pb_gutters2 .et_pb_row .et_pb_column_single.et_pb_column_1_4 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_single.et_pb_column_1_4 .et_pb_module\";i:226;s:157:\".et_pb_gutters2 .et_pb_row .et_pb_column_single.et_pb_column_1_3 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_single.et_pb_column_1_3 .et_pb_module\";i:227;s:157:\".et_pb_gutters2 .et_pb_row .et_pb_column_single.et_pb_column_1_2 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_single.et_pb_column_1_2 .et_pb_module\";i:228;s:694:\".et_pb_gutters2 .et_pb_column_4_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item, .et_pb_gutters2 .et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_4_4 .et_pb_widget, .et_pb_gutters2.et_full_width_page.woocommerce-page ul.products li.product, .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item, .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_widget\";i:229;s:2341:\".et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n), .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n), .et_pb_gutters2 .et_pb_column_3_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item, .et_pb_gutters2 .et_pb_column_3_4 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_1_4, .et_pb_gutters2 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_3_4 .et_pb_widget, .et_pb_gutters2.et_left_sidebar.woocommerce-page ul.products li.product, .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n), .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n), .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item, .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_grid_item, .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_1_4, .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_widget, .et_pb_gutters2.et_right_sidebar.woocommerce-page ul.products li.product, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n), .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n), .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget\";i:230;s:1428:\".et_pb_gutters2 .et_pb_column_2_3 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item, .et_pb_gutters2 .et_pb_column_2_3 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_2_3 .et_pb_row_inner .et_pb_column_1_3, .et_pb_gutters2 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_2_3 .et_pb_widget, .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item, .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_grid_item, .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_row_inner .et_pb_column_1_3, .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_widget, .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_3, .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item, .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item, .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget\";i:231;s:1428:\".et_pb_gutters2 .et_pb_column_1_2 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item, .et_pb_gutters2 .et_pb_column_1_2 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_1_4, .et_pb_gutters2 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_1_2 .et_pb_widget, .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item, .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_grid_item, .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_1_4, .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_widget, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget\";i:232;s:796:\".et_pb_gutters2 .et_pb_column_3_4 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_3_4 .et_pb_widget, .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_grid_item, .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_widget, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget\";i:233;s:796:\".et_pb_gutters2 .et_pb_column_2_3 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_2_3 .et_pb_widget, .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_grid_item, .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_widget, .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item, .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget\";i:234;s:796:\".et_pb_gutters2 .et_pb_column_1_2 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_1_2 .et_pb_widget, .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_grid_item, .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_widget, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget\";i:235;s:796:\".et_pb_gutters2 .et_pb_column_1_3 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_1_3 .et_pb_widget, .et_pb_gutters2.et_pb_row .et_pb_column_1_3 .et_pb_grid_item, .et_pb_gutters2.et_pb_row .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2.et_pb_row .et_pb_column_1_3 .et_pb_widget, .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_3 .et_pb_grid_item, .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_3 .et_pb_widget\";i:236;s:1186:\".et_pb_gutters2 .et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_1_4 .et_pb_widget, .et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_widget, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4 .et_pb_grid_item, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4 .et_pb_widget, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4 .et_pb_grid_item, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4 .et_pb_widget\";i:237;s:904:\".et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_widget, .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_grid_item, .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_widget, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_3_8 .et_pb_grid_item, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_3_8 .et_pb_widget\";i:238;s:148:\".et_pb_gutters2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3, .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3\";i:239;s:172:\".et_pb_gutters2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post, .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post\";i:240;s:148:\".et_pb_gutters2 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2\";i:241;s:80:\".et_pb_gutters2 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post\";i:242;s:148:\".et_pb_gutters2 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2\";i:243;s:80:\".et_pb_gutters2 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 .et_pb_post\";i:244;s:80:\".et_pb_gutters2 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 .et_pb_post\";i:245;s:80:\".et_pb_gutters2 .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post\";i:246;s:80:\".et_pb_gutters2 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post\";i:247;s:98:\".et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_blog_grid .column.size-1of1 .et_pb_post\";i:248;s:88:\".et_pb_gutters2.et_full_width_page.woocommerce-page ul.products li.product:nth-child(4n)\";i:249;s:30:\".et_pb_gutters2 .footer-widget\";i:250;s:52:\".et_pb_gutters2.et_pb_footer_columns4 .footer-widget\";i:251;s:61:\".et_pb_gutters2.et_pb_footer_columns4 .footer-widget .fwidget\";i:252;s:57:\".et_pb_gutters2.et_pb_footer_columns4 .footer-widget.last\";i:253;s:52:\".et_pb_gutters2.et_pb_footer_columns3 .footer-widget\";i:254;s:65:\".et_pb_gutters2.et_pb_footer_columns3 .footer-widget:nth-child(3)\";i:255;s:61:\".et_pb_gutters2.et_pb_footer_columns3 .footer-widget .fwidget\";i:256;s:57:\".et_pb_gutters2.et_pb_footer_columns3 .footer-widget.last\";i:257;s:66:\".et_pb_gutters2.et_pb_footer_columns3 .footer-widget.last .fwidget\";i:258;s:52:\".et_pb_gutters2.et_pb_footer_columns2 .footer-widget\";i:259;s:68:\".et_pb_gutters2.et_pb_footer_columns2 .footer-widget:nth-child(even)\";i:260;s:61:\".et_pb_gutters2.et_pb_footer_columns2 .footer-widget .fwidget\";i:261;s:52:\".et_pb_gutters2.et_pb_footer_columns1 .footer-widget\";i:262;s:61:\".et_pb_gutters2.et_pb_footer_columns1 .footer-widget .fwidget\";i:263;s:75:\".et_pb_gutters2.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(odd)\";i:264;s:84:\".et_pb_gutters2.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(odd) .fwidget\";i:265;s:76:\".et_pb_gutters2.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(even)\";i:266;s:85:\".et_pb_gutters2.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(even) .fwidget\";i:267;s:75:\".et_pb_gutters2.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(odd)\";i:268;s:84:\".et_pb_gutters2.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(odd) .fwidget\";i:269;s:76:\".et_pb_gutters2.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(even)\";i:270;s:85:\".et_pb_gutters2.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(even) .fwidget\";i:271;s:75:\".et_pb_gutters2.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(odd)\";i:272;s:84:\".et_pb_gutters2.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(odd) .fwidget\";i:273;s:76:\".et_pb_gutters2.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(even)\";i:274;s:85:\".et_pb_gutters2.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(even) .fwidget\";i:275;s:75:\".et_pb_gutters2.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(odd)\";i:276;s:84:\".et_pb_gutters2.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(odd) .fwidget\";i:277;s:76:\".et_pb_gutters2.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(even)\";i:278;s:85:\".et_pb_gutters2.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(even) .fwidget\";i:279;s:76:\".et_pb_gutters2.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2)\";i:280;s:85:\".et_pb_gutters2.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2) .fwidget\";i:281;s:73:\".et_pb_gutters2.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3)\";i:282;s:82:\".et_pb_gutters2.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3) .fwidget\";i:283;s:65:\".et_pb_gutters2.et_pb_footer_columns_1_4__1_2 .footer-widget.last\";i:284;s:74:\".et_pb_gutters2.et_pb_footer_columns_1_4__1_2 .footer-widget.last .fwidget\";i:285;s:72:\".et_pb_gutters2.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child\";i:286;s:81:\".et_pb_gutters2.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child .fwidget\";i:287;s:91:\".et_pb_gutters2.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(n+2):nth-child(-n+3)\";i:288;s:100:\".et_pb_gutters2.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(n+2):nth-child(-n+3) .fwidget\";i:289;s:73:\".et_pb_gutters2.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(3)\";i:290;s:65:\".et_pb_gutters2.et_pb_footer_columns_1_2__1_4 .footer-widget.last\";i:291;s:74:\".et_pb_gutters2.et_pb_footer_columns_1_2__1_4 .footer-widget.last .fwidget\";i:292;s:1427:\".et_pb_gutters1 .et_pb_column, .et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of3, .et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of3 .et_pb_post, .et_pb_gutters1 .et_pb_column .et_pb_grid_item, .et_pb_gutters1 .et_pb_column .et_pb_module, .et_pb_gutters1 .et_pb_column .et_pb_row_inner .et_pb_column, .et_pb_gutters1 .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column .et_pb_widget, .et_pb_gutters1 .et_pb_column_4_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item, .et_pb_gutters1 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item, .et_pb_gutters1 .et_pb_row_inner .et_pb_column .et_pb_grid_item, .et_pb_gutters1 .et_pb_row_inner .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_section_specialty .et_pb_column .et_pb_module, .et_pb_gutters1 .footer-widget, .et_pb_gutters1 .footer-widget .fwidget, .et_pb_gutters1.et_full_width_page.woocommerce-page ul.products li.product, .et_pb_gutters1.et_left_sidebar.woocommerce-page ul.products li.product, .et_pb_gutters1.et_right_sidebar.woocommerce-page ul.products li.product, .et_section_specialty .et_pb_column .et_pb_gutters1.et_pb_row_inner .et_pb_column, .et_section_specialty .et_pb_column .et_pb_gutters1.et_pb_row_inner .et_pb_column .et_pb_module, .et_section_specialty .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_module\";i:293;s:280:\".et_pb_gutters1 .et_pb_column_4_4, .et_pb_gutters1.et_pb_footer_columns1 .footer-widget, .et_pb_gutters1.et_pb_footer_columns3 .footer-widget.last, .et_pb_gutters1.et_pb_footer_columns_1_2__1_4 .footer-widget.last, .et_pb_gutters1.et_pb_footer_columns_1_4__1_2 .footer-widget.last\";i:294;s:188:\".et_pb_gutters1 .et_pb_column_3_4, .et_pb_gutters1.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(even), .et_pb_gutters1.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(odd)\";i:295;s:188:\".et_pb_gutters1 .et_pb_column_2_3, .et_pb_gutters1.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(even), .et_pb_gutters1.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(odd)\";i:296;s:1905:\".et_pb_gutters1 .et_pb_column_1_2, .et_pb_gutters1 .et_pb_column_1_2 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item, .et_pb_gutters1 .et_pb_column_1_2 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_1_4, .et_pb_gutters1 .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_1_2 .et_pb_widget, .et_pb_gutters1 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1 .et_pb_column_2_3 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item, .et_pb_gutters1 .et_pb_column_2_3 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_2_3 .et_pb_row_inner .et_pb_column_1_3, .et_pb_gutters1 .et_pb_column_2_3 .et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_2_3 .et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_2_3 .et_pb_widget, .et_pb_gutters1 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_3_8, .et_pb_gutters1.et_pb_footer_columns2 .footer-widget, .et_pb_gutters1.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child, .et_pb_gutters1.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3), .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_3_8, .et_section_specialty .et_pb_column_1_2 .et_pb_gutters1.et_pb_row_inner .et_pb_column_1_4, .et_section_specialty .et_pb_column_2_3 .et_pb_gutters1.et_pb_row_inner .et_pb_column_1_3, .et_section_specialty .et_pb_column_3_4 .et_pb_gutters1.et_pb_row_inner .et_pb_column_3_8\";i:297;s:1120:\".et_pb_gutters1 .et_pb_column_1_3, .et_pb_gutters1 .et_pb_column_3_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item, .et_pb_gutters1 .et_pb_column_3_4 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_1_4, .et_pb_gutters1 .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_3_4 .et_pb_widget, .et_pb_gutters1 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3, .et_pb_gutters1.et_left_sidebar.woocommerce-page ul.products li.product, .et_pb_gutters1.et_pb_footer_columns3 .footer-widget, .et_pb_gutters1.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(odd), .et_pb_gutters1.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(even), .et_pb_gutters1.et_right_sidebar.woocommerce-page ul.products li.product, .et_section_specialty .et_pb_column_3_4 .et_pb_gutters1.et_pb_row_inner .et_pb_column_1_4\";i:298;s:779:\".et_pb_gutters1 .et_pb_column_1_4, .et_pb_gutters1 .et_pb_column_4_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item, .et_pb_gutters1 .et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_4_4 .et_pb_widget, .et_pb_gutters1.et_full_width_page.woocommerce-page ul.products li.product, .et_pb_gutters1.et_pb_footer_columns4 .footer-widget, .et_pb_gutters1.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(n+2):nth-child(-n+3), .et_pb_gutters1.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2), .et_pb_gutters1.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(odd), .et_pb_gutters1.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(even)\";i:299;s:306:\".et_pb_gutters1.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(odd), .et_pb_gutters1.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(odd), .et_pb_gutters1.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(odd), .et_pb_gutters1.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(odd)\";i:300;s:14:\".et_pb_section\";i:301;s:24:\".et_pb_fullwidth_section\";i:302;s:10:\".et_pb_row\";i:303;s:34:\".et_pb_column_3_4 .et_pb_row_inner\";i:304;s:34:\".et_pb_column_2_3 .et_pb_row_inner\";i:305;s:34:\".et_pb_column_1_2 .et_pb_row_inner\";i:306;s:20:\".et_pb_column_single\";i:307;s:97:\".et_pb_column_single .et_pb_module.et-first-child, .et_pb_column_single .et_pb_module:first-child\";i:308;s:95:\".et_pb_column_single .et_pb_module.et-last-child, .et_pb_column_single .et_pb_module:last-child\";i:309;s:577:\".et_pb_section .et_pb_row .et_pb_column .et_pb_module.et-last-child, .et_pb_section .et_pb_row .et_pb_column .et_pb_module:last-child, .et_pb_section.et_section_specialty .et_pb_row .et_pb_column .et_pb_column .et_pb_module.et-last-child, .et_pb_section.et_section_specialty .et_pb_row .et_pb_column .et_pb_column .et_pb_module:last-child, .et_pb_section.et_section_specialty .et_pb_row .et_pb_column .et_pb_row_inner .et_pb_column .et_pb_module.et-last-child, .et_pb_section.et_section_specialty .et_pb_row .et_pb_column .et_pb_row_inner .et_pb_column .et_pb_module:last-child\";i:310;s:32:\".et_section_specialty>.et_pb_row\";i:311;s:16:\".et_pb_row_inner\";i:312;s:164:\".et_pb_row .et_pb_column.et-last-child, .et_pb_row .et_pb_column:last-child, .et_pb_row_inner .et_pb_column.et-last-child, .et_pb_row_inner .et_pb_column:last-child\";i:313;s:69:\".et_pb_row.et_pb_row_fullwidth, .et_pb_specialty_fullwidth>.et_pb_row\";i:314;s:202:\".et_pb_gutters4 .et_pb_row.et_pb_row_fullwidth, .et_pb_gutters4 .et_pb_specialty_fullwidth>.et_pb_row, .et_pb_gutters4.et_pb_row.et_pb_row_fullwidth, .et_pb_specialty_fullwidth>.et_pb_gutters4.et_pb_row\";i:315;s:202:\".et_pb_gutters2 .et_pb_row.et_pb_row_fullwidth, .et_pb_gutters2 .et_pb_specialty_fullwidth>.et_pb_row, .et_pb_gutters2.et_pb_row.et_pb_row_fullwidth, .et_pb_specialty_fullwidth>.et_pb_gutters2.et_pb_row\";i:316;s:202:\".et_pb_gutters1 .et_pb_row.et_pb_row_fullwidth, .et_pb_gutters1 .et_pb_specialty_fullwidth>.et_pb_row, .et_pb_gutters1.et_pb_row.et_pb_row_fullwidth, .et_pb_specialty_fullwidth>.et_pb_gutters1.et_pb_row\";i:317;s:115:\".et_pb_row.et_pb_equal_columns, .et_pb_row_inner.et_pb_equal_columns, .et_pb_section.et_pb_equal_columns>.et_pb_row\";i:318;s:53:\".et_pb_filterable_portfolio_grid, .et_pb_gallery_grid\";i:319;s:140:\".et_pb_filterable_portfolio_grid .et_pb_portfolio_item, .et_pb_gallery_grid .et_pb_gallery_item, .et_pb_portfolio_grid .et_pb_portfolio_item\";i:320;s:152:\".et_pb_filterable_portfolio_grid .et_pb_portfolio_item img, .et_pb_gallery_grid .et_pb_gallery_item img, .et_pb_portfolio_grid .et_pb_portfolio_item img\";i:321;s:94:\".et_pb_shop_grid .woocommerce ul.products li.product, .woocommerce-page ul.products li.product\";i:322;s:1990:\".et_pb_column_1_2 .et_pb_grid_item:nth-child(2n), .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_column_2_3 .et_pb_grid_item:nth-child(2n), .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_column_3_4 .et_pb_grid_item:nth-child(3n), .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n), .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n), .et_pb_row .et_pb_column_1_2 .et_pb_grid_item:nth-child(2n), .et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_row .et_pb_column_2_3 .et_pb_grid_item:nth-child(2n), .et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_row .et_pb_column_3_4 .et_pb_grid_item:nth-child(3n), .et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_row .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n), .et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n), .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n), .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n), .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item:nth-child(3n), .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n)\";i:323;s:558:\".et_pb_column_1_2 .et_pb_grid_item:nth-child(2n+1), .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_column_2_3 .et_pb_grid_item:nth-child(2n+1), .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_column_3_4 .et_pb_grid_item:nth-child(3n+1), .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1), .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1)\";i:324;s:68:\".et_pb_column_3_4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1)\";i:325;s:104:\".et_pb_column_3_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1)\";i:326;s:358:\".et_pb_column_1_3 .et_pb_grid_item, .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_1_4 .et_pb_grid_item, .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_grid_item, .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product\";i:327;s:70:\".et_pb_filterable_portfolio_grid .et_pb_portfolio_item.et_pb_grid_item\";i:328;s:82:\".et_pb_filterable_portfolio_grid .et_pb_portfolio_item.et_pb_grid_item.last_in_row\";i:329;s:83:\".et_pb_filterable_portfolio_grid .et_pb_portfolio_item.et_pb_grid_item.first_in_row\";i:330;s:149:\".et_pb_filterable_portfolio_grid .et_pb_portfolio_item h2, .et_pb_gallery_grid .et_pb_gallery_item h3, .et_pb_portfolio_grid .et_pb_portfolio_item h2\";i:331;s:68:\".et_pb_gutters1 .et_pb_portfolio_grid .et_pb_grid_item h2:last-child\";i:332;s:76:\".et_pb_gallery_item .et_pb_gallery_caption, .et_pb_portfolio_item .post-meta\";i:333;s:664:\".et_pb_column_1_2 .et_pb_row_inner .et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_column_1_2 .et_pb_widget:nth-child(2n), .et_pb_column_2_3 .et_pb_row_inner .et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_column_2_3 .et_pb_widget:nth-child(2n), .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_4_4 .et_pb_widget:nth-child(3n), .et_pb_column_3_4 .et_pb_widget:nth-child(3n), .et_pb_column_4_4 .et_pb_widget:nth-child(4n), .et_pb_row .et_pb_column_1_2 .et_pb_widget:nth-child(2n), .et_pb_row .et_pb_column_2_3 .et_pb_widget:nth-child(2n), .et_pb_row .et_pb_column_3_4 .et_pb_widget:nth-child(3n), .et_pb_row .et_pb_column_4_4 .et_pb_widget:nth-child(4n)\";i:334;s:194:\".et_pb_column_1_2 .et_pb_widget:nth-child(2n+1), .et_pb_column_2_3 .et_pb_widget:nth-child(2n+1), .et_pb_column_3_4 .et_pb_widget:nth-child(3n+1), .et_pb_column_4_4 .et_pb_widget:nth-child(4n+1)\";i:335;s:115:\".et_pb_column_1_3 .et_pb_widget, .et_pb_column_1_4 .et_pb_widget, .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_widget\";i:336;s:574:\".et_pb_column_1_2 .et_pb_slide_image, .et_pb_column_1_2 .et_pb_slide_video, .et_pb_column_1_2 .et_pb_slide_with_image .et_pb_slide_description, .et_pb_column_1_3 .et_pb_slide_image, .et_pb_column_1_3 .et_pb_slide_video, .et_pb_column_1_3 .et_pb_slide_with_image .et_pb_slide_description, .et_pb_column_1_4 .et_pb_slide_image, .et_pb_column_1_4 .et_pb_slide_video, .et_pb_column_1_4 .et_pb_slide_with_image .et_pb_slide_description, .et_pb_column_3_8 .et_pb_slide_image, .et_pb_column_3_8 .et_pb_slide_video, .et_pb_column_3_8 .et_pb_slide_with_image .et_pb_slide_description\";i:337;s:302:\".et_pb_column_1_2 .et_pb_slide_image, .et_pb_column_1_2 .et_pb_slide_video, .et_pb_column_1_3 .et_pb_slide_image, .et_pb_column_1_3 .et_pb_slide_video, .et_pb_column_1_4 .et_pb_slide_image, .et_pb_column_1_4 .et_pb_slide_video, .et_pb_column_3_8 .et_pb_slide_image, .et_pb_column_3_8 .et_pb_slide_video\";i:338;s:150:\".et_pb_column_1_2 .et_pb_slide_image, .et_pb_column_1_3 .et_pb_slide_image, .et_pb_column_1_4 .et_pb_slide_image, .et_pb_column_3_8 .et_pb_slide_image\";i:339;s:220:\".et_pb_column_1_3 .et_pb_audio_module .mejs-container .mejs-controls div, .et_pb_column_1_4 .et_pb_audio_module .mejs-container .mejs-controls div, .et_pb_column_3_8 .et_pb_audio_module .mejs-container .mejs-controls div\";i:340;s:163:\".et_pb_column_1_3 .et_pb_audio_module .mejs-container, .et_pb_column_1_4 .et_pb_audio_module .mejs-container, .et_pb_column_3_8 .et_pb_audio_module .mejs-container\";i:341;s:160:\".et_pb_column_1_3 .et_pb_audio_module .mejs-controls, .et_pb_column_1_4 .et_pb_audio_module .mejs-controls, .et_pb_column_3_8 .et_pb_audio_module .mejs-controls\";i:342;s:250:\".et_pb_column_1_3 .et_pb_audio_module .mejs-time.mejs-currenttime-container.custom, .et_pb_column_1_4 .et_pb_audio_module .mejs-time.mejs-currenttime-container.custom, .et_pb_column_3_8 .et_pb_audio_module .mejs-time.mejs-currenttime-container.custom\";i:343;s:211:\".et_pb_column_1_3 .et_pb_audio_module .mejs-button.mejs-volume-button, .et_pb_column_1_4 .et_pb_audio_module .mejs-button.mejs-volume-button, .et_pb_column_3_8 .et_pb_audio_module .mejs-button.mejs-volume-button\";i:344;s:211:\".et_pb_column_1_3 .et_pb_audio_module a.mejs-horizontal-volume-slider, .et_pb_column_1_4 .et_pb_audio_module a.mejs-horizontal-volume-slider, .et_pb_column_3_8 .et_pb_audio_module a.mejs-horizontal-volume-slider\";i:345;s:205:\".et_pb_column_1_3 .et_pb_audio_module .mejs-horizontal-volume-total, .et_pb_column_1_4 .et_pb_audio_module .mejs-horizontal-volume-total, .et_pb_column_3_8 .et_pb_audio_module .mejs-horizontal-volume-total\";i:346;s:217:\".et_pb_column_1_3 .et_pb_audio_module .mejs-controls div.mejs-time-rail, .et_pb_column_1_4 .et_pb_audio_module .mejs-controls div.mejs-time-rail, .et_pb_column_3_8 .et_pb_audio_module .mejs-controls div.mejs-time-rail\";i:347;s:220:\".et_pb_column_1_3 .et_pb_audio_module a.mejs-time-total.mejs-time-slider, .et_pb_column_1_4 .et_pb_audio_module a.mejs-time-total.mejs-time-slider, .et_pb_column_3_8 .et_pb_audio_module a.mejs-time-total.mejs-time-slider\";i:348;s:82:\".et_pb_column_4_4 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before\";i:349;s:166:\".et_pb_column_2_3 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before, .et_pb_column_3_4 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before\";i:350;s:352:\".et_pb_column_1_2 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before, .et_pb_column_1_3 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before, .et_pb_column_1_4 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before, .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before\";i:351;s:311:\".et_pb_section_sticky, .et_pb_section_sticky .et_pb_column_single, .et_pb_section_sticky .et_pb_row.et-last-child, .et_pb_section_sticky .et_pb_row:last-child, .et_pb_section_sticky .et_pb_specialty_column .et_pb_row_inner.et-last-child, .et_pb_section_sticky .et_pb_specialty_column .et_pb_row_inner:last-child\";i:352;s:63:\".et_dropdown_animation_fade.et_pb_fullwidth_menu ul li:hover>ul\";i:353;s:64:\".et_dropdown_animation_slide.et_pb_fullwidth_menu ul li:hover>ul\";i:354;s:65:\".et_dropdown_animation_expand.et_pb_fullwidth_menu ul li:hover>ul\";i:355;s:69:\".et_dropdown_animation_flip.et_pb_fullwidth_menu ul li ul li:hover>ul\";i:356;s:63:\".et_dropdown_animation_flip.et_pb_fullwidth_menu ul li:hover>ul\";i:357;s:63:\".et_pb_fullwidth_menu.et_pb_fullwidth_menu_fullwidth .et_pb_row\";i:358;s:42:\".et_pb_column_1_3 .et_pb_slide_description\";i:359;s:42:\".et_pb_column_1_4 .et_pb_slide_description\";i:360;s:184:\".et_pb_column_1_2 .et_pb_comments_module .comment_avatar img, .et_pb_column_1_3 .et_pb_comments_module .comment_avatar img, .et_pb_column_1_4 .et_pb_comments_module .comment_avatar img\";i:361;s:166:\".et_pb_column_1_2 .et_pb_comments_module .comment-body, .et_pb_column_1_3 .et_pb_comments_module .comment-body, .et_pb_column_1_4 .et_pb_comments_module .comment-body\";i:362;s:181:\".et_pb_column_1_2 .et_pb_comments_module .comment .children, .et_pb_column_1_3 .et_pb_comments_module .comment .children, .et_pb_column_1_4 .et_pb_comments_module .comment .children\";i:363;s:184:\".et_pb_column_1_2 .et_pb_comments_module .comment-reply-link, .et_pb_column_1_3 .et_pb_comments_module .comment-reply-link, .et_pb_column_1_4 .et_pb_comments_module .comment-reply-link\";i:364;s:250:\".et_pb_column_1_2 .et_pb_comments_module #commentform [class*=comment-form-] input, .et_pb_column_1_3 .et_pb_comments_module #commentform [class*=comment-form-] input, .et_pb_column_1_4 .et_pb_comments_module #commentform [class*=comment-form-] input\";i:365;s:138:\".et_hide_fixed_logo #main-header.et-fixed-header .logo_container, .et_hide_primary_logo #main-header:not(.et-fixed-header) .logo_container\";i:366;s:534:\".et_header_style_centered.et_hide_fixed_logo #main-header.et-fixed-header .logo_container, .et_header_style_centered.et_hide_primary_logo #main-header:not(.et-fixed-header) .logo_container, .et_header_style_split.et_hide_fixed_logo #main-header.et-fixed-header .logo_container, .et_header_style_split.et_hide_primary_logo #main-header:not(.et-fixed-header) .logo_container, .et_hide_fixed_logo #main-header.et-fixed-header .centered-inline-logo-wrap, .et_hide_primary_logo #main-header:not(.et-fixed-header) .centered-inline-logo-wrap\";i:367;s:35:\".et-animated-content#page-container\";i:368;s:65:\".et_hide_nav #page-container, .et_transparent_nav #page-container\";i:369;s:176:\".et_transparent_nav.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container, .et_transparent_nav.et_non_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container\";i:370;s:28:\".et_header_style_split #logo\";i:371;s:44:\".et_vertical_nav.et_header_style_split #logo\";i:372;s:55:\".et_header_style_split .centered-inline-logo-wrap #logo\";i:373;s:58:\".et_header_style_split.ie .centered-inline-logo-wrap #logo\";i:374;s:70:\".et_header_style_split.et_hide_primary_logo .centered-inline-logo-wrap\";i:375;s:75:\".et_fullwidth_nav .et-search-form, .et_fullwidth_nav .et_close_search_field\";i:376;s:28:\"#main-header.et-fixed-header\";i:377;s:117:\".et_header_style_left .et-fixed-header #et-top-navigation, .et_header_style_split .et-fixed-header #et-top-navigation\";i:378;s:141:\".et_header_style_left .et-fixed-header #et-top-navigation nav>ul>li>a, .et_header_style_split .et-fixed-header #et-top-navigation nav>ul>li>a\";i:379;s:58:\".et_header_style_centered .et-fixed-header .et-search-form\";i:380;s:66:\".et_header_style_split .et-fixed-header .centered-inline-logo-wrap\";i:381;s:65:\".et_header_style_centered .et-fixed-header #et_search_icon:before\";i:382;s:202:\".et_hide_nav.et_fixed_nav #main-header, .et_hide_nav.et_fixed_nav #top-header, .et_hide_nav.et_non_fixed_nav.et_transparent_nav #main-header, .et_hide_nav.et_non_fixed_nav.et_transparent_nav #top-header\";i:383;s:266:\".et_hide_nav.et_fixed_nav .et-fixed-header#main-header, .et_hide_nav.et_fixed_nav .et-fixed-header#top-header, .et_hide_nav.et_non_fixed_nav.et_transparent_nav .et-fixed-header#main-header, .et_hide_nav.et_non_fixed_nav.et_transparent_nav .et-fixed-header#top-header\";i:384;s:243:\".et_hide_nav .centered-inline-logo-wrap, .et_hide_nav.et_fixed_nav #main-header, .et_hide_nav.et_fixed_nav #top-header, .et_hide_nav.et_non_fixed_nav.et_transparent_nav #main-header, .et_hide_nav.et_non_fixed_nav.et_transparent_nav #top-header\";i:385;s:28:\".et_hide_nav #page-container\";i:386;s:146:\".et_primary_nav_dropdown_animation_fade #et-top-navigation ul li:hover>ul, .et_secondary_nav_dropdown_animation_fade #et-secondary-nav li:hover>ul\";i:387;s:148:\".et_primary_nav_dropdown_animation_slide #et-top-navigation ul li:hover>ul, .et_secondary_nav_dropdown_animation_slide #et-secondary-nav li:hover>ul\";i:388;s:150:\".et_primary_nav_dropdown_animation_expand #et-top-navigation ul li:hover>ul, .et_secondary_nav_dropdown_animation_expand #et-secondary-nav li:hover>ul\";i:389;s:155:\".et_primary_nav_dropdown_animation_flip #et-top-navigation ul li ul li:hover>ul, .et_secondary_nav_dropdown_animation_flip #et-secondary-nav ul li:hover>ul\";i:390;s:146:\".et_primary_nav_dropdown_animation_flip #et-top-navigation ul li:hover>ul, .et_secondary_nav_dropdown_animation_flip #et-secondary-nav li:hover>ul\";i:391;s:60:\".et_vertical_nav #et-main-area, .et_vertical_nav #top-header\";i:392;s:28:\".et_vertical_nav #top-header\";i:393;s:45:\".et_vertical_nav #page-container #main-header\";i:394;s:40:\".et_vertical_nav #main-header .container\";i:395;s:217:\".et_vertical_nav #main-header #et-top-navigation, .et_vertical_nav #main-header #et_top_search, .et_vertical_nav #main-header #logo, .et_vertical_nav #main-header #top-menu, .et_vertical_nav #main-header #top-menu-nav\";i:396;s:35:\".et_vertical_nav #main-header #logo\";i:397;s:42:\".et_vertical_nav #main-header #top-menu li\";i:398;s:55:\".et_vertical_nav #main-header #top-menu li.mega-menu>ul\";i:399;s:45:\".et_vertical_nav #main-header #top-menu li ul\";i:400;s:48:\".et_vertical_nav #main-header #top-menu li ul ul\";i:401;s:55:\".et_vertical_nav #main-header #top-menu li.mega-menu ul\";i:402;s:58:\".et_vertical_nav #main-header #top-menu li.mega-menu ul ul\";i:403;s:44:\".et_vertical_nav #main-header #top-menu>li>a\";i:404;s:50:\".et_vertical_nav #main-header #top-menu>li>a:after\";i:405;s:61:\".et_vertical_nav.et_boxed_layout #page-container #main-header\";i:406;s:135:\".et_vertical_nav.et_header_style_centered #main-header #top-menu-nav, .et_vertical_nav.et_header_style_split #main-header #top-menu-nav\";i:407;s:96:\".et_vertical_nav.et_vertical_right #et-main-area, .et_vertical_nav.et_vertical_right #top-header\";i:408;s:63:\".et_vertical_nav.et_vertical_right #page-container #main-header\";i:409;s:73:\".et_vertical_nav.et_vertical_right #main-header #top-menu li.mega-menu>ul\";i:410;s:63:\".et_vertical_nav.et_vertical_right #main-header #top-menu li ul\";i:411;s:66:\".et_vertical_nav.et_vertical_right #main-header #top-menu li ul ul\";i:412;s:38:\".et_vertical_nav input.et-search-field\";i:413;s:39:\".et_vertical_nav #et_search_icon:before\";i:414;s:49:\".et_vertical_nav #et-top-navigation .et-cart-info\";i:415;s:52:\".et_vertical_nav .container.et_search_form_container\";i:416;s:74:\".et_vertical_nav .container.et_search_form_container .et-search-form input\";i:417;s:70:\".et_vertical_nav .container.et_search_form_container div#et_top_search\";i:418;s:210:\".et_vertical_nav .et_pb_menu_hidden #top-menu-nav>ul, .et_vertical_nav .et_pb_menu_hidden .et-cart-info, .et_vertical_nav .et_pb_menu_visible #top-menu-nav>ul, .et_vertical_nav .et_pb_menu_visible .et-cart-info\";i:419;s:34:\".et_vertical_nav div#et_top_search\";i:420;s:50:\".et_vertical_nav .et_pb_menu_hidden #et_top_search\";i:421;s:51:\".et_vertical_nav .et_pb_menu_visible #et_top_search\";i:422;s:73:\".et_vertical_nav .container.et_search_form_container.et_pb_search_visible\";i:423;s:42:\".et_vertical_nav .et_pb_search_form_hidden\";i:424;s:49:\".et_vertical_nav span.et_close_search_field:after\";i:425;s:43:\".et_vertical_nav span.et_close_search_field\";i:426;s:38:\".et_vertical_nav .et-search-form input\";i:427;s:66:\".et_vertical_nav .et_search_form_container input::-moz-placeholder\";i:428;s:75:\".et_vertical_nav .et_search_form_container input::-webkit-input-placeholder\";i:429;s:70:\".et_vertical_nav .et_search_form_container input:-ms-input-placeholder\";i:430;s:33:\".et_vertical_nav .et_search_outer\";i:431;s:70:\".et_vertical_nav.et_header_style_centered #main-header .et-search-form\";i:432;s:64:\".et_vertical_nav.et_header_style_centered #et_search_icon:before\";i:433;s:69:\".et_vertical_nav.et_header_style_centered #main-header #et_top_search\";i:434;s:87:\".et_vertical_nav.et_header_style_split #main-header .container.et_search_form_container\";i:435;s:108:\".et_vertical_nav.et_header_style_split #main-header .container.et_search_form_container.et_pb_search_visible\";i:436;s:61:\".et_vertical_nav.et_header_style_split #et_search_icon:before\";i:437;s:646:\".archive.et_left_sidebar.woocommerce-page ul.products li.product:nth-child(3n), .archive.et_right_sidebar.woocommerce-page ul.products li.product:nth-child(3n), .et_full_width_page.woocommerce-page ul.products li.product:nth-child(4n), .et_pb_row .et_full_width_page.woocommerce-page ul.products li.product:nth-child(4n), .et_pb_row .et_left_sidebar.woocommerce-page ul.products li.product:nth-child(3n), .et_pb_row .et_right_sidebar.woocommerce-page ul.products li.product:nth-child(3n), .single.et_left_sidebar.woocommerce-page ul.products li.product:nth-child(3n), .single.et_right_sidebar.woocommerce-page ul.products li.product:nth-child(3n)\";i:438;s:224:\".et_full_width_page.woocommerce-page ul.products li.product:nth-child(4n+1), .et_left_sidebar.woocommerce-page ul.products li.product:nth-child(3n+1), .et_right_sidebar.woocommerce-page ul.products li.product:nth-child(3n+1)\";i:439;s:41:\".et_fullwidth_nav #main-header .container\";i:440;s:79:\".et_non_fixed_nav.et_fullwidth_nav.et_header_style_left #main-header .container\";i:441;s:71:\".et_non_fixed_nav.et_fullwidth_nav.et_header_style_left .logo_container\";i:442;s:50:\".et_fullwidth_secondary_nav #top-header .container\";i:443;s:8:\"#sidebar\";i:444;s:10:\"#left-area\";i:445;s:31:\"#main-content .container:before\";i:446;s:30:\".et_full_width_page #left-area\";i:447;s:40:\".et_full_width_portfolio_page #left-area\";i:448;s:28:\".et_right_sidebar #left-area\";i:449;s:26:\".et_right_sidebar #sidebar\";i:450;s:49:\".et_right_sidebar #main-content .container:before\";i:451;s:27:\".et_left_sidebar #left-area\";i:452;s:25:\".et_left_sidebar #sidebar\";i:453;s:48:\".et_left_sidebar #main-content .container:before\";i:454;s:39:\".et_pb_gutter.et_pb_gutters4 #left-area\";i:455;s:39:\".et_pb_gutter.et_pb_gutters2 #left-area\";i:456;s:39:\".et_pb_gutter.et_pb_gutters1 #left-area\";i:457;s:37:\".et_pb_gutter.et_pb_gutters4 #sidebar\";i:458;s:37:\".et_pb_gutter.et_pb_gutters2 #sidebar\";i:459;s:37:\".et_pb_gutter.et_pb_gutters1 #sidebar\";i:460;s:43:\".et_pb_gutters4.et_right_sidebar #left-area\";i:461;s:42:\".et_pb_gutters4.et_left_sidebar #left-area\";i:462;s:43:\".et_pb_gutters2.et_right_sidebar #left-area\";i:463;s:42:\".et_pb_gutters2.et_left_sidebar #left-area\";i:464;s:43:\".et_pb_gutters1.et_right_sidebar #left-area\";i:465;s:42:\".et_pb_gutters1.et_left_sidebar #left-area\";i:466;s:77:\".et_pb_gutter.et_pb_gutters4.et_right_sidebar #main-content .container:before\";i:467;s:76:\".et_pb_gutter.et_pb_gutters4.et_left_sidebar #main-content .container:before\";i:468;s:77:\".et_pb_gutter.et_pb_gutters2.et_right_sidebar #main-content .container:before\";i:469;s:76:\".et_pb_gutter.et_pb_gutters2.et_left_sidebar #main-content .container:before\";i:470;s:77:\".et_pb_gutter.et_pb_gutters1.et_right_sidebar #main-content .container:before\";i:471;s:76:\".et_pb_gutter.et_pb_gutters1.et_left_sidebar #main-content .container:before\";i:472;s:63:\".et_vertical_nav.et_vertical_fixed #page-container #main-header\";i:473;s:151:\".et_vertical_nav.et_vertical_fixed.et_header_style_left #et-top-navigation, .et_vertical_nav.et_vertical_fixed.et_header_style_split #et-top-navigation\";i:474;s:89:\".et_header_style_fullscreen #et-top-navigation, .et_header_style_slide #et-top-navigation\";i:475;s:100:\".et_header_style_fullscreen .et_toggle_fullscreen_menu, .et_header_style_slide .et_toggle_slide_menu\";i:476;s:48:\".et_fixed_nav.et_header_style_slide #main-header\";i:477;s:64:\".et_fixed_nav.et_boxed_layout.et_header_style_slide #main-header\";i:478;s:39:\".et_header_style_fullscreen div#et-info\";i:479;s:158:\".et_pb_column_1_2 .et_pb_slide_content, .et_pb_column_1_3 .et_pb_slide_content, .et_pb_column_1_4 .et_pb_slide_content, .et_pb_column_2_3 .et_pb_slide_content\";i:480;s:250:\".et_pb_column_1_2 .et_pb_slide_description .et_pb_slide_title, .et_pb_column_1_3 .et_pb_slide_description .et_pb_slide_title, .et_pb_column_1_4 .et_pb_slide_description .et_pb_slide_title, .et_pb_column_2_3 .et_pb_slide_description .et_pb_slide_title\";i:481;s:11:\".et_pb_post\";i:482;s:17:\".et_quote_content\";i:483;s:35:\".et_pb_column_2_3 .et_quote_content\";i:484;s:35:\".et_pb_column_1_2 .et_quote_content\";i:485;s:145:\".et_pb_blog_grid .et_quote_content, .et_pb_column_1_3 .et_quote_content, .et_pb_column_1_4 .et_quote_content, .et_pb_column_3_8 .et_quote_content\";i:486;s:42:\".et_pb_column_4_4 .et_pb_post .et_pb_slide\";i:487;s:42:\".et_pb_column_3_4 .et_pb_post .et_pb_slide\";i:488;s:42:\".et_pb_column_2_3 .et_pb_post .et_pb_slide\";i:489;s:42:\".et_pb_column_1_2 .et_pb_post .et_pb_slide\";i:490;s:86:\".et_pb_column_1_3 .et_pb_post .et_pb_slide, .et_pb_column_3_8 .et_pb_post .et_pb_slide\";i:491;s:42:\".et_pb_column_1_4 .et_pb_post .et_pb_slide\";i:492;s:41:\".et_pb_blog_grid .et_pb_post .et_pb_slide\";i:493;s:40:\".et_pb_column_1_2 .et_pb_audio_cover_art\";i:494;s:40:\".et_pb_column_3_8 .et_pb_audio_cover_art\";i:495;s:40:\".et_pb_column_1_3 .et_pb_audio_cover_art\";i:496;s:40:\".et_pb_column_1_4 .et_pb_audio_cover_art\";i:497;s:38:\".et_pb_column_1_4 .et_pb_contact_right\";i:498;s:48:\".et_pb_column_1_4 .et_pb_number_counter .percent\";i:499;s:42:\".et_pb_column_1_4 .et_pb_number_counter h3\";i:500;s:65:\".et_vertical_nav.et_right_sidebar #main-content .container:before\";i:501;s:64:\".et_vertical_nav.et_left_sidebar #main-content .container:before\";i:502;s:42:\".et_vertical_nav #top-menu li.mega-menu>ul\";i:503;s:67:\".et_vertical_nav .et_pb_column_1_4 .et_pb_number_counter .percent p\";i:504;s:117:\".et_vertical_nav .et_pb_column_3_4 .mejs-container, .et_vertical_nav .et_pb_column_3_4 .mejs-container .mejs-controls\";i:505;s:58:\".et_vertical_nav .et_pb_column_1_4 .wp-pagenavi span.pages\";i:506;s:22:\"#sidebar .et_pb_widget\";i:507;s:39:\".et_left_sidebar #sidebar .et_pb_widget\";i:508;s:13:\".et_pb_column\";i:509;s:42:\".et_pb_column .et_pb_row_inner, .et_pb_row\";i:510;s:29:\".et_pb_gutters1 .et_pb_column\";i:511;s:100:\".et_pb_row.et-last-child .et_pb_column.et-last-child, .et_pb_row:last-child .et_pb_column:last-child\";i:512;s:42:\".et_pb_section .et_pb_column .et_pb_module\";i:513;s:43:\".et_pb_gutters1 .et_pb_column .et_pb_module\";i:514;s:153:\".et_pb_gutters1 .et_section_specialty .et_pb_row>.et_pb_column>.et_pb_module, .et_section_specialty .et_pb_gutters1.et_pb_row>.et_pb_column>.et_pb_module\";i:515;s:46:\".et_section_specialty .et_pb_row>.et_pb_column\";i:516;s:252:\".et_pb_row .et_pb_column .et_pb_module.et-last-child, .et_pb_row .et_pb_column .et_pb_module:last-child, .et_section_specialty .et_pb_row .et_pb_column .et_pb_module.et-last-child, .et_section_specialty .et_pb_row .et_pb_column .et_pb_module:last-child\";i:517;s:32:\".et_pb_column.et_pb_column_empty\";i:518;s:353:\".et_pb_section_sticky_mobile, .et_pb_section_sticky_mobile .et_pb_column_single, .et_pb_section_sticky_mobile .et_pb_row.et-last-child, .et_pb_section_sticky_mobile .et_pb_row:last-child, .et_pb_section_sticky_mobile .et_pb_specialty_column .et_pb_row_inner.et-last-child, .et_pb_section_sticky_mobile .et_pb_specialty_column .et_pb_row_inner:last-child\";i:519;s:178:\".et_pb_section_sticky .et_pb_row.et-last-child .et_pb_column.et_pb_row_sticky.et-last-child, .et_pb_section_sticky .et_pb_row:last-child .et_pb_column.et_pb_row_sticky:last-child\";i:520;s:83:\".et_pb_row_1-2_1-4_1-4, .et_pb_row_1-4_1-4, .et_pb_row_1-4_1-4_1-2, .et_pb_row_4col\";i:521;s:207:\".et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4, .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4, .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4, .et_pb_row_4col>.et_pb_column.et_pb_column_1_4\";i:522;s:540:\".et_pb_gutters1 .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4, .et_pb_gutters1 .et_pb_row_1-4_1-4 .et_pb_column.et_pb_column_1_4, .et_pb_gutters1 .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4, .et_pb_gutters1 .et_pb_row_4col>.et_pb_column.et_pb_column_1_4, .et_pb_gutters1.et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4, .et_pb_gutters1.et_pb_row_1-4_1-4 .et_pb_column.et_pb_column_1_4, .et_pb_gutters1.et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4, .et_pb_gutters1.et_pb_row_4col>.et_pb_column.et_pb_column_1_4\";i:523;s:270:\".et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4:nth-child(odd), .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4:nth-child(even), .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4:nth-child(even), .et_pb_row_4col>.et_pb_column.et_pb_column_1_4:nth-child(even)\";i:524;s:164:\".et_pb_row_1-2_1-4_1-4 .et_pb_column:nth-last-child(-n+2), .et_pb_row_1-4_1-4 .et_pb_column:nth-last-child(-n+2), .et_pb_row_4col .et_pb_column:nth-last-child(-n+2)\";i:525;s:202:\".et_pb_gutters1 .et_pb_row.et_pb_row_fullwidth, .et_pb_gutters1 .et_pb_specialty_fullwidth>.et_pb_row, .et_pb_gutters1.et_pb_row.et_pb_row_fullwidth, .et_pb_gutters1.et_pb_specialty_fullwidth>.et_pb_row\";i:526;s:27:\".et_pb_space.et-hide-mobile\";i:527;s:355:\".et_gallery_item, .et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item:nth-child(n), .et_pb_column .et_pb_grid_item:nth-child(n), .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n), .et_pb_column .woocommerce ul.products li.product:nth-child(n), .woocommerce-page ul.products li.product:nth-child(n)\";i:528;s:290:\".et_pb_gutters1 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item:nth-child(n), .et_pb_gutters1 .et_pb_grid_item:nth-child(n), .et_pb_gutters1 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n), .et_pb_gutters1 .woocommerce ul.products li.product:nth-child(n)\";i:529;s:83:\".et_pb_filterable_portfolio_grid .et_pb_portfolio_item.et_pb_grid_item:nth-child(n)\";i:530;s:95:\".et_pb_filterable_portfolio_grid .et_pb_portfolio_item.et_pb_grid_item:nth-child(n).last_in_row\";i:531;s:96:\".et_pb_filterable_portfolio_grid .et_pb_portfolio_item.et_pb_grid_item:nth-child(n).first_in_row\";i:532;s:1831:\".et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column, .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item:nth-child(n), .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n), .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_widget:nth-child(n), .et_pb_row_1-2_1-4_1-4>.et_pb_column.et_pb_column_1_4 .woocommerce ul.products li.product:nth-child(n), .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column, .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item:nth-child(n), .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n), .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .et_pb_widget:nth-child(n), .et_pb_row_1-4_1-4>.et_pb_column.et_pb_column_1_4 .woocommerce ul.products li.product:nth-child(n), .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column, .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item:nth-child(n), .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n), .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .et_pb_widget:nth-child(n), .et_pb_row_1-4_1-4_1-2>.et_pb_column.et_pb_column_1_4 .woocommerce ul.products li.product:nth-child(n), .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column, .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_grid_item:nth-child(n), .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n), .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .et_pb_widget:nth-child(n), .et_pb_row_4col>.et_pb_column.et_pb_column_1_4 .woocommerce ul.products li.product:nth-child(n)\";i:533;s:3621:\".et_pb_gutters1 .et_pb_row_1-2_1-4_1-4>.et_pb_column_1_4 .et_pb_blog_grid .column, .et_pb_gutters1 .et_pb_row_1-2_1-4_1-4>.et_pb_column_1_4 .et_pb_grid_item:nth-child(n), .et_pb_gutters1 .et_pb_row_1-2_1-4_1-4>.et_pb_column_1_4 .et_pb_widget:nth-child(n), .et_pb_gutters1 .et_pb_row_1-2_1-4_1-4>.et_pb_gutters1 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n), .et_pb_gutters1 .et_pb_row_1-2_1-4_1-4>.et_pb_gutters1 .et_pb_column_1_4 .woocommerce ul.products li.product:nth-child(n), .et_pb_gutters1 .et_pb_row_1-4_1-4>.et_pb_column_1_4 .et_pb_blog_grid .column, .et_pb_gutters1 .et_pb_row_1-4_1-4>.et_pb_column_1_4 .et_pb_grid_item:nth-child(n), .et_pb_gutters1 .et_pb_row_1-4_1-4>.et_pb_column_1_4 .et_pb_widget:nth-child(n), .et_pb_gutters1 .et_pb_row_1-4_1-4>.et_pb_gutters1 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n), .et_pb_gutters1 .et_pb_row_1-4_1-4>.et_pb_gutters1 .et_pb_column_1_4 .woocommerce ul.products li.product:nth-child(n), .et_pb_gutters1 .et_pb_row_1-4_1-4_1-2>.et_pb_column_1_4 .et_pb_blog_grid .column, .et_pb_gutters1 .et_pb_row_1-4_1-4_1-2>.et_pb_column_1_4 .et_pb_grid_item:nth-child(n), .et_pb_gutters1 .et_pb_row_1-4_1-4_1-2>.et_pb_column_1_4 .et_pb_widget:nth-child(n), .et_pb_gutters1 .et_pb_row_1-4_1-4_1-2>.et_pb_gutters1 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n), .et_pb_gutters1 .et_pb_row_1-4_1-4_1-2>.et_pb_gutters1 .et_pb_column_1_4 .woocommerce ul.products li.product:nth-child(n), .et_pb_gutters1 .et_pb_row_4col>.et_pb_column_1_4 .et_pb_blog_grid .column, .et_pb_gutters1 .et_pb_row_4col>.et_pb_column_1_4 .et_pb_grid_item:nth-child(n), .et_pb_gutters1 .et_pb_row_4col>.et_pb_column_1_4 .et_pb_widget:nth-child(n), .et_pb_gutters1 .et_pb_row_4col>.et_pb_gutters1 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n), .et_pb_gutters1 .et_pb_row_4col>.et_pb_gutters1 .et_pb_column_1_4 .woocommerce ul.products li.product:nth-child(n), .et_pb_gutters1.et_pb_row_1-2_1-4_1-4>.et_pb_column_1_4 .et_pb_blog_grid .column, .et_pb_gutters1.et_pb_row_1-2_1-4_1-4>.et_pb_column_1_4 .et_pb_grid_item:nth-child(n), .et_pb_gutters1.et_pb_row_1-2_1-4_1-4>.et_pb_column_1_4 .et_pb_widget:nth-child(n), .et_pb_gutters1.et_pb_row_1-2_1-4_1-4>.et_pb_gutters1 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n), .et_pb_gutters1.et_pb_row_1-2_1-4_1-4>.et_pb_gutters1 .et_pb_column_1_4 .woocommerce ul.products li.product:nth-child(n), .et_pb_gutters1.et_pb_row_1-4_1-4>.et_pb_column_1_4 .et_pb_blog_grid .column, .et_pb_gutters1.et_pb_row_1-4_1-4>.et_pb_column_1_4 .et_pb_grid_item:nth-child(n), .et_pb_gutters1.et_pb_row_1-4_1-4>.et_pb_column_1_4 .et_pb_widget:nth-child(n), .et_pb_gutters1.et_pb_row_1-4_1-4>.et_pb_gutters1 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n), .et_pb_gutters1.et_pb_row_1-4_1-4>.et_pb_gutters1 .et_pb_column_1_4 .woocommerce ul.products li.product:nth-child(n), .et_pb_gutters1.et_pb_row_1-4_1-4_1-2>.et_pb_column_1_4 .et_pb_blog_grid .column, .et_pb_gutters1.et_pb_row_1-4_1-4_1-2>.et_pb_column_1_4 .et_pb_grid_item:nth-child(n), .et_pb_gutters1.et_pb_row_1-4_1-4_1-2>.et_pb_column_1_4 .et_pb_widget:nth-child(n), .et_pb_gutters1.et_pb_row_1-4_1-4_1-2>.et_pb_gutters1 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n), .et_pb_gutters1.et_pb_row_1-4_1-4_1-2>.et_pb_gutters1 .et_pb_column_1_4 .woocommerce ul.products li.product:nth-child(n), .et_pb_gutters1.et_pb_row_4col>.et_pb_column_1_4 .et_pb_grid_item:nth-child(n)\";i:534;s:279:\".et_gallery_item:nth-child(3n), .et_pb_column .et_pb_grid_item:nth-child(3n), .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_column .woocommerce ul.products li.product:nth-child(3n), .woocommerce-page ul.products li.product:nth-child(3n)\";i:535;s:289:\".et_gallery_item:nth-child(3n+1), .et_pb_column .et_pb_grid_item:nth-child(3n+1), .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_column .woocommerce ul.products li.product:nth-child(3n+1), .woocommerce-page ul.products li.product:nth-child(3n+1)\";i:536;s:69:\".et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li\";i:537;s:71:\".et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li a\";i:538;s:83:\".et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a\";i:539;s:82:\".et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a\";i:540;s:90:\".et_pb_column .et_pb_blog_grid .column.size-1of2, .et_pb_column .et_pb_widget:nth-child(n)\";i:541;s:60:\".et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post\";i:542;s:40:\".et_pb_column .et_pb_widget:nth-child(n)\";i:543;s:122:\".et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1 .et_pb_column .et_pb_widget:nth-child(n)\";i:544;s:134:\".et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post, .et_pb_gutters1 .et_pb_column .et_pb_widget:nth-child(n)\";i:545;s:105:\".et_pb_column .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_column .et_pb_widget:nth-child(2n)\";i:546;s:23:\".et_pb_widget_area_left\";i:547;s:24:\".et_pb_widget_area_right\";i:548;s:18:\".et_pb_more_button\";i:549;s:93:\".et_pb_column_1_4 .et_pb_slider_fullwidth_off h2, .et_pb_slide_description .et_pb_slide_title\";i:550;s:20:\".et_pb_slide_content\";i:551;s:24:\".et_pb_slide_description\";i:552;s:48:\".et_pb_slide_with_image .et_pb_slide_description\";i:553;s:62:\".et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_container\";i:554;s:66:\".et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_content\";i:555;s:202:\".et_pb_column .et_pb_newsletter_description, .et_pb_column .et_pb_newsletter_form, .et_pb_column.et_pb_column_inner .et_pb_newsletter_description, .et_pb_column.et_pb_column_inner .et_pb_newsletter_form\";i:556;s:93:\".et_pb_column .et_pb_newsletter_form, .et_pb_column.et_pb_column_inner .et_pb_newsletter_form\";i:557;s:115:\".et_pb_column.et_pb_column_1_4 .et_pb_newsletter_description, .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_form\";i:558;s:34:\".et_pb_column .et_pb_pricing_table\";i:559;s:51:\".et_pb_column .et_pb_pricing_1 .et_pb_pricing_table\";i:560;s:50:\".et_pb_column .et_pb_pricing_table:nth-child(2n+1)\";i:561;s:49:\".et_pb_column .et_pb_pricing_table:nth-child(n+3)\";i:562;s:42:\".et_pb_fullwidth_section .et_pb_post_title\";i:563;s:61:\".et_pb_column .et_pb_map, .et_pb_fullwidth_section .et_pb_map\";i:564;s:46:\".et_full_width_portfolio_page .et_project_meta\";i:565;s:27:\".et_always_center_on_mobile\";i:566;s:15:\".fullwidth-menu\";i:567;s:19:\".et_mobile_nav_menu\";i:568;s:29:\".et_pb_countdown_timer .title\";i:569;s:33:\".et_pb_countdown_timer .section p\";i:570;s:39:\".et_pb_countdown_timer .section p.label\";i:571;s:27:\".et_pb_countdown_timer .sep\";i:572;s:70:\".et_pb_row_1-4_1-4 .et_pb_column_1_4 .et_pb_countdown_timer .section p\";i:573;s:64:\".et_pb_row_1-4_1-4 .et_pb_column_1_4 .et_pb_countdown_timer .sep\";i:574;s:76:\".et_pb_row_1-4_1-4 .et_pb_column_1_4 .et_pb_countdown_timer .section p.label\";i:575;s:41:\".et_pb_fullwidth_menu .fullwidth-menu-nav\";i:576;s:32:\".et_pb_fullwidth_menu .et_pb_row\";i:577;s:41:\".et_pb_fullwidth_menu .et_mobile_nav_menu\";i:578;s:45:\".et_pb_fullwidth_menu .mobile_menu_bar:before\";i:579;s:37:\".et_pb_fullwidth_menu .et_mobile_menu\";i:580;s:40:\".et_pb_fullwidth_menu .et_mobile_menu ul\";i:581;s:79:\".et_pb_fullwidth_menu .et_mobile_menu, .et_pb_fullwidth_menu .et_mobile_menu ul\";i:582;s:73:\".et_pb_section .et_pb_row, .et_pb_section.et_section_specialty .et_pb_row\";i:583;s:99:\".et_pb_column_3_8 .et_pb_blog_grid .et_audio_container .mejs-time.mejs-currenttime-container.custom\";i:584;s:341:\".et_pb_blog_grid .et_audio_container .mejs-container .mejs-controls .mejs-time span, .et_pb_column_1_3 .et_audio_container .mejs-container .mejs-controls .mejs-time span, .et_pb_column_1_4 .et_audio_container .mejs-container .mejs-controls .mejs-time span, .et_pb_column_3_8 .et_audio_container .mejs-container .mejs-controls .mejs-time span\";i:585;s:160:\".et_pb_section .et_pb_column .et_pb_post_slider_image_bottom .et_pb_slide_image, .et_pb_section .et_pb_column .et_pb_post_slider_image_bottom .et_pb_slide_video\";i:586;s:49:\".et_hide_mobile_logo #main-header .logo_container\";i:587;s:283:\"#page-container, .et_fixed_nav.et_show_nav #page-container, .et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container, .et_non_fixed_nav.et_transparent_nav.et_show_nav #page-container, .et_non_fixed_nav.et_transparent_nav.et_show_nav.et_secondary_nav_enabled #page-container\";i:588;s:33:\".et_non_fixed_nav #page-container\";i:589;s:366:\".et_fixed_nav.et_show_nav.et_header_style_centered #page-container, .et_fixed_nav.et_show_nav.et_secondary_nav_enabled.et_header_style_centered #page-container, .et_non_fixed_nav.et_transparent_nav.et_show_nav.et_header_style_centered #page-container, .et_non_fixed_nav.et_transparent_nav.et_show_nav.et_secondary_nav_enabled.et_header_style_centered #page-container\";i:590;s:20:\"#left-area, #sidebar\";i:591;s:112:\".et_left_sidebar #left-area, .et_left_sidebar #sidebar, .et_right_sidebar #left-area, .et_right_sidebar #sidebar\";i:592;s:129:\".et_full_width_page .et_gallery_item:nth-child(4n+1), .et_full_width_page.woocommerce-page ul.products li.product:nth-child(4n+1)\";i:593;s:27:\".footer-widget:nth-child(n)\";i:594;s:39:\"#footer-widgets .footer-widget .fwidget\";i:595;s:43:\".et_pb_gutters1 .footer-widget:nth-child(n)\";i:596;s:55:\".et_pb_gutters1 #footer-widgets .footer-widget .fwidget\";i:597;s:15:\"#footer-widgets\";i:598;s:44:\"#footer-widgets .footer-widget:nth-child(2n)\";i:599;s:51:\"#footer-widgets .footer-widget:nth-last-child(-n+2)\";i:600;s:11:\".bottom-nav\";i:601;s:71:\".woocommerce .cart-collaterals>div, .woocommerce .cart-collaterals>form\";i:602;s:19:\".shop_table .coupon\";i:603;s:55:\".checkout .col-1, .checkout .col-2, .checkout .form-row\";i:604;s:34:\".checkout .col-1, .checkout .col-2\";i:605;s:25:\"#main-header, #top-header\";i:606;s:9:\"#top-menu\";i:607;s:38:\".et_header_style_centered #main-header\";i:608;s:42:\".et_header_style_centered nav#top-menu-nav\";i:609;s:35:\".et_header_style_split #main-header\";i:610;s:101:\".et_header_style_split #et-top-navigation, .et_header_style_split .et-fixed-header #et-top-navigation\";i:611;s:18:\"#et-top-navigation\";i:612;s:154:\".et_fixed_nav #main-header, .et_fixed_nav #top-header, .et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header\";i:613;s:99:\".et_header_style_left #et-top-navigation, .et_header_style_left .et-fixed-header #et-top-navigation\";i:614;s:77:\".et_fixed_nav #main-header, .et_non_fixed_nav.et_transparent_nav #main-header\";i:615;s:89:\".et_vertical_nav.et_left_sidebar #left-area, .et_vertical_nav.et_right_sidebar #left-area\";i:616;s:37:\"#et-secondary-menu, #et-secondary-nav\";i:617;s:129:\".et_fixed_nav_temp #main-header, .et_non_fixed_nav.et_transparent_nav_temp #main-header, .et_secondary_nav_only_menu #main-header\";i:618;s:39:\".et_secondary_nav_only_menu #top-header\";i:619;s:22:\"#top-header .container\";i:620;s:8:\"#et-info\";i:621;s:48:\"#logo, #main-header, .container, .logo_container\";i:622;s:31:\".et_header_style_centered #logo\";i:623;s:60:\".et_header_style_centered header#main-header .logo_container\";i:624;s:57:\".et_header_style_split header#main-header .logo_container\";i:625;s:33:\".et_vertical_nav span.logo_helper\";i:626;s:53:\".et_vertical_nav.et_header_style_left .logo_container\";i:627;s:57:\".et_header_style_left #logo, .et_header_style_split #logo\";i:628;s:14:\"#et_top_search\";i:629;s:22:\"#et_search_icon:before\";i:630;s:111:\".et_header_style_centered #et_top_search, .et_vertical_nav.et_header_style_centered #main-header #et_top_search\";i:631;s:83:\".et_header_style_centered .et_search_outer, .et_header_style_split .et_search_outer\";i:632;s:105:\".et_header_style_split #et_top_search, .et_vertical_nav.et_header_style_split #main-header #et_top_search\";i:633;s:77:\".et_header_style_left .et-search-form, .et_header_style_split .et-search-form\";i:634;s:66:\".et_header_style_slide .et_slide_in_menu_container .et-search-form\";i:635;s:30:\"#footer-info, .et-social-icons\";i:636;s:16:\".et-social-icons\";i:637;s:28:\"#top-header .et-social-icons\";i:638;s:58:\".et_header_style_centered #et-top-navigation .et-cart-info\";i:639;s:32:\"#et-top-navigation .et-cart-info\";i:640;s:19:\"#et_mobile_nav_menu\";i:641;s:83:\".et_header_style_centered .mobile_menu_bar, .et_header_style_split .mobile_menu_bar\";i:642;s:45:\".et_header_style_centered #et_mobile_nav_menu\";i:643;s:50:\".et_header_style_centered #main-header .mobile_nav\";i:644;s:99:\".et_header_style_centered .mobile_nav .select_page, .et_header_style_split .mobile_nav .select_page\";i:645;s:42:\".et_header_style_centered .mobile_menu_bar\";i:646;s:41:\".et_header_style_centered .et_mobile_menu\";i:647;s:42:\".et_header_style_split #et_mobile_nav_menu\";i:648;s:39:\".et_header_style_split nav#top-menu-nav\";i:649;s:47:\".et_header_style_split #main-header .mobile_nav\";i:650;s:39:\".et_header_style_split .mobile_menu_bar\";i:651;s:38:\".et_header_style_split .et_mobile_menu\";i:652;s:43:\"body.admin-bar.et_vertical_nav #main-header\";i:653;s:151:\".et_fixed_nav.et_secondary_nav_only_menu.admin-bar #main-header, .et_non_fixed_nav.et_transparent_nav.et_secondary_nav_only_menu.admin-bar #main-header\";i:654;s:62:\"body.admin-bar.et_fixed_nav.et_header_style_slide #main-header\";i:655;s:80:\".et_fixed_nav.et_boxed_layout.et_header_style_slide #page-container #main-header\";i:656;s:210:\"body.admin-bar.et_fixed_nav #main-header, body.admin-bar.et_fixed_nav #top-header, body.admin-bar.et_non_fixed_nav.et_transparent_nav #main-header, body.admin-bar.et_non_fixed_nav.et_transparent_nav #top-header\";i:657;s:155:\"body.admin-bar.et_fixed_nav.et_secondary_nav_enabled #main-header, body.admin-bar.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_enabled #main-header\";i:658;s:64:\"body.admin-bar.et_header_style_slide .et_slide_in_menu_container\";i:659;s:146:\".et_pb_column_1_2 .et_pb_video_play, .et_pb_column_2_3 .et_pb_video_play, .et_pb_column_3_4 .et_pb_video_play, .et_pb_column_4_4 .et_pb_video_play\";i:660;s:256:\"#main-content table.cart td, #main-content table.cart th, #main-content table.cart tr, .woocommerce-cart #content-area table td, .woocommerce-cart #content-area table th, .woocommerce-cart #content-area table tr, table.cart td, table.cart th, table.cart tr\";i:661;s:66:\"#content-area table tr, #main-content table.cart tr, table.cart tr\";i:662;s:33:\".woocommerce .cart_item .quantity\";i:663;s:59:\".woocommerce-cart table.cart td.actions .coupon .input-text\";i:664;s:65:\".woocommerce-cart table.cart td.actions .button[name=update_cart]\";i:665;s:16:\".et_left_tabs_bg\";i:666;s:64:\".et-tabs-container .et-tabs-control, .tabs-left .et-tabs-control\";i:667;s:38:\".tabs-left ul.et_shortcodes_mobile_nav\";i:668;s:40:\".tabs-left ul.et_shortcodes_mobile_nav a\";i:669;s:27:\".tabs-left .et-tabs-content\";i:670;s:46:\".et-tabs-container ul.et_shortcodes_mobile_nav\";i:671;s:49:\".et-tabs-container ul.et_shortcodes_mobile_nav li\";i:672;s:11:\".et-pricing\";i:673;s:113:\"body.et_full_width_page .pricing-table, body.et_left_sidebar .pricing-table, body.et_right_sidebar .pricing-table\";i:674;s:12:\".pricing-big\";i:675;s:181:\"body.et_full_width_page .one_fourth, body.et_full_width_page .one_half, body.et_full_width_page .one_third, body.et_full_width_page .three_fourth, body.et_full_width_page .two_third\";i:676;s:82:\"body.et_full_width_page .et-protected, body.et_full_width_page .et-testimonial-box\";i:677;s:42:\"body.et_full_width_page .et-protected-form\";i:678;s:109:\"body.et_left_sidebar .author-shortcodes .author-inner, body.et_right_sidebar .author-shortcodes .author-inner\";i:679;s:109:\"body.et_left_sidebar .author-shortcodes .author-image, body.et_right_sidebar .author-shortcodes .author-image\";i:680;s:123:\"body.et_left_sidebar .quote-center .et_quote_additional_sign, body.et_right_sidebar .quote-center .et_quote_additional_sign\";i:681;s:91:\"body.et_left_sidebar .et_shortcodes_controls, body.et_right_sidebar .et_shortcodes_controls\";i:682;s:109:\"body.et_left_sidebar .et_shortcodes_controls_arrows a, body.et_right_sidebar .et_shortcodes_controls_arrows a\";i:683;s:78:\".et_pb_column .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before\";i:684;s:38:\".et_pb_slide_image, .et_pb_slide_video\";i:685;s:18:\".et_pb_slide_video\";i:686;s:39:\".et_pb_section_first .et_pb_slide_image\";i:687;s:84:\".et_pb_slider.et_pb_module .et_pb_slides .et_pb_slide_description .et_pb_slide_title\";i:688;s:61:\".et_pb_slider.et_pb_module .et_pb_slides .et_pb_slide_content\";i:689;s:67:\".et_pb_portfolio_item h2, .et_pb_post h2, .et_pb_title_container h1\";i:690;s:74:\".et_pb_carousel .et-pb-arrow-prev, .et_pb_carousel:hover .et-pb-arrow-prev\";i:691;s:74:\".et_pb_carousel .et-pb-arrow-next, .et_pb_carousel:hover .et-pb-arrow-next\";i:692;s:46:\".et_pb_slider_carousel:hover .et-pb-arrow-prev\";i:693;s:46:\".et_pb_slider_carousel:hover .et-pb-arrow-next\";i:694;s:288:\".et_pb_column_1_2 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_1_4 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_2_3 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_3_4 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_4_4 .et_pb_carousel_item .et_pb_video_play\";i:695;s:368:\".et_gallery_item:nth-child(n), .et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item:nth-child(n), .et_pb_column .et_pb_grid_item:nth-child(n), .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n), .et_pb_column .woocommerce ul.products li.product:nth-child(n), .woocommerce-page ul.products li.product:nth-child(n)\";i:696;s:81:\".et_pb_gutters1 .et_pb_fullwidth_portfolio_carousel .et_pb_grid_item:nth-child(n)\";i:697;s:279:\".et_gallery_item:nth-child(2n), .et_pb_column .et_pb_grid_item:nth-child(2n), .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_column .woocommerce ul.products li.product:nth-child(2n), .woocommerce-page ul.products li.product:nth-child(2n)\";i:698;s:289:\".et_gallery_item:nth-child(2n+1), .et_pb_column .et_pb_grid_item:nth-child(2n+1), .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_column .woocommerce ul.products li.product:nth-child(2n+1), .woocommerce-page ul.products li.product:nth-child(2n+1)\";i:699;s:69:\".et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters ul\";i:700;s:84:\".et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li:nth-child(2) a\";i:701;s:104:\".et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li:nth-last-child(1):nth-child(odd) a\";i:702;s:105:\".et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li:nth-last-child(1):nth-child(even) a\";i:703;s:214:\".et_pb_column .et_pb_blog_grid .column.size-1of1, .et_pb_column .et_pb_widget:nth-child(n), .et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1 .et_pb_column .et_pb_widget:nth-child(n)\";i:704;s:89:\".et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column .et_pb_widget\";i:705;s:121:\".et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1 .et_pb_column .et_pb_widget\";i:706;s:12:\".et_pb_promo\";i:707;s:74:\".et_mobile_device .et-pb-arrow-prev, .et_pb_slider:hover .et-pb-arrow-prev\";i:708;s:74:\".et_mobile_device .et-pb-arrow-next, .et_pb_slider:hover .et-pb-arrow-next\";i:709;s:18:\".et-pb-controllers\";i:710;s:34:\".format-gallery .et-pb-controllers\";i:711;s:65:\".et_transparent_nav .et_pb_section:first-child .et-pb-controllers\";i:712;s:88:\".et_pb_slide_image, .et_pb_slide_video, .et_pb_slide_with_image .et_pb_slide_description\";i:713;s:88:\".et_pb_slider_show_image .et_pb_slide_image, .et_pb_slider_show_image .et_pb_slide_video\";i:714;s:43:\".et_pb_slide_description .et_pb_slide_title\";i:715;s:22:\".et_pb_slide_image img\";i:716;s:43:\".et_pb_section_first .et_pb_slide_image img\";i:717;s:128:\".et_pb_slide_description, .et_pb_slide_with_image .et_pb_slide_description, .et_pb_slider_fullwidth_off .et_pb_slide_description\";i:718;s:20:\".et_pb_tabs_controls\";i:719;s:23:\".et_pb_tabs_controls li\";i:720;s:95:\".et_pb_column .et_pb_pricing_table.et-last-child, .et_pb_column .et_pb_pricing_table:last-child\";i:721;s:55:\".et_pb_column .et_pb_contact p.et_pb_contact_field_half\";i:722;s:44:\".et_pb_column .et_pb_testimonial_description\";i:723;s:41:\".et_pb_column .et_pb_testimonial_portrait\";i:724;s:24:\".et_pb_team_member_image\";i:725;s:30:\".et_pb_team_member_description\";i:726;s:53:\".et_pb_blog_grid .et_quote_content, .et_quote_content\";i:727;s:79:\".et_pb_blog_grid .et_quote_content blockquote p, .et_quote_content blockquote p\";i:728;s:85:\".et_pb_blog_grid .et_quote_content blockquote cite, .et_quote_content blockquote cite\";i:729;s:16:\".et_link_content\";i:730;s:41:\".et_audio_content h2, .et_link_content h2\";i:731;s:35:\".et_link_content a.et_link_main_url\";i:732;s:24:\".et_pb_post .et_pb_slide\";i:733;s:17:\".et_audio_content\";i:734;s:20:\".et_audio_content h2\";i:735;s:66:\".et_audio_container .mejs-container .mejs-controls .mejs-time span\";i:736;s:22:\".et_pb_audio_cover_art\";i:737;s:27:\".et_pb_audio_module_content\";i:738;s:30:\".et_pb_audio_module_content h2\";i:739;s:39:\".et_pb_column_1_4 .et_audio_module_meta\";i:740;s:15:\".et-hide-mobile\";i:741;s:127:\".et_pb_fullwidth_header .et_pb_fullwidth_header_container.left, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right\";i:742;s:585:\".et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content-container, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-image-container, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content-container, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-image-container, .et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.left .header-content-container, .et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.right .header-content-container\";i:743;s:159:\".et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content\";i:744;s:169:\".et_pb_slider_with_overlay .et_pb_slide_image, .et_pb_slider_with_overlay .et_pb_slide_video, .et_pb_slider_with_overlay .et_pb_slide_with_image .et_pb_slide_description\";i:745;s:45:\".et_pb_slider_with_overlay .et_pb_slide_image\";i:746;s:32:\"#comment-wrap li.comment article\";i:747;s:13:\".comment-body\";i:748;s:19:\".comment-reply-link\";i:749;s:29:\"#commentform input[type=text]\";i:750;s:18:\".comment .children\";i:751;s:78:\"#footer-widgets .footer-widget, .et_pb_gutters1 #footer-widgets .footer-widget\";i:752;s:84:\"#footer-widgets .footer-widget .fwidget, #footer-widgets .footer-widget:nth-child(n)\";i:753;s:116:\".et_pb_gutters1 #footer-widgets .footer-widget .fwidget, .et_pb_gutters1 #footer-widgets .footer-widget:nth-child(n)\";i:754;s:50:\"#footer-widgets .footer-widget .fwidget:last-child\";i:755;s:41:\"#footer-widgets .footer-widget:last-child\";i:756;s:276:\"body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li, body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li.active, body.woocommerce div.product .woocommerce-tabs ul.tabs li, body.woocommerce div.product .woocommerce-tabs ul.tabs li.active\";i:757;s:134:\"body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li a, body.woocommerce div.product .woocommerce-tabs ul.tabs li a\";i:758;s:22:\".woocommerce .form-row\";i:759;s:161:\"body.admin-bar.et_fixed_nav.et_secondary_nav_two_panels #main-header, body.admin-bar.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_two_panels #main-header\";i:760;s:25:\"#et-info .et-social-icons\";i:761;s:45:\"#et-secondary-menu .et_duplicate_social_icons\";i:762;s:141:\"body.et_fixed_nav.et_secondary_nav_two_panels #main-header, body.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_two_panels #main-header\";i:763;s:28:\"#et-info, #et-secondary-menu\";i:764;s:47:\".et_secondary_nav_two_panels #et-secondary-menu\";i:765;s:25:\"#top-header .et-cart-info\";i:766;s:38:\".et_header_style_fullscreen #et-info a\";i:767;s:62:\".et_header_style_fullscreen .et_slide_menu_top .et-search-form\";i:768;s:55:\".et_header_style_fullscreen .et_slide_in_menu_container\";i:769;s:102:\".et_header_style_fullscreen .et_slide_in_menu_container span.mobile_menu_bar.et_toggle_fullscreen_menu\";i:770;s:82:\".et_hide_search_icon.et_header_style_fullscreen .et_slide_menu_top .et-search-form\";i:771;s:63:\".et-tabs-container ul.et_shortcodes_mobile_nav a.et_sc_nav_prev\";i:772;s:67:\".et-tabs-container ul.et_shortcodes_mobile_nav .et_sc_nav_prev span\";i:773;s:63:\".et-tabs-container ul.et_shortcodes_mobile_nav a.et_sc_nav_next\";i:774;s:67:\".et-tabs-container ul.et_shortcodes_mobile_nav .et_sc_nav_next span\";i:775;s:56:\"body.et_full_width_page .author-shortcodes .author-inner\";i:776;s:56:\"body.et_full_width_page .author-shortcodes .author-image\";i:777;s:63:\"body.et_full_width_page .quote-center .et_quote_additional_sign\";i:778;s:47:\"body.et_full_width_page .et_shortcodes_controls\";i:779;s:56:\"body.et_full_width_page .et_shortcodes_controls_arrows a\";i:780;s:38:\".et-box:before, .et-testimonial:before\";i:781;s:15:\".et-box-content\";i:782;s:15:\".et-testimonial\";i:783;s:56:\".et_pb_section .et_pb_row .et_pb_column.et_pb_column_1_4\";i:784;s:115:\".et_pb_gutters1 .et_pb_row .et_pb_column.et_pb_column_1_4, .et_pb_gutters1.et_pb_row .et_pb_column.et_pb_column_1_4\";i:785;s:109:\".et_pb_row .et_pb_column.et_pb_column_1_4.et-last-child, .et_pb_row .et_pb_column.et_pb_column_1_4:last-child\";i:786;s:23:\".et_pb_text_align_right\";i:787;s:41:\".et_pb_slide_content, a.et_pb_more_button\";i:788;s:96:\".et_pb_slider_fullwidth_off .et_pb_more_button, .et_pb_slider_fullwidth_off .et_pb_slide_content\";i:789;s:21:\".et_pb_portfolio_item\";i:790;s:35:\".et_pb_blog_grid h2, .et_pb_post h2\";i:791;s:22:\".et_pb_post .post-meta\";i:792;s:210:\".et_pb_blog_grid .et_audio_content, .et_pb_blog_grid .et_main_video_container, .et_pb_blog_grid .et_pb_post .et_pb_slider, .et_pb_blog_grid .et_pb_post.format-link>*, .et_pb_blog_grid .et_pb_post.format-quote>*\";i:793;s:125:\".et_pb_blog_grid .et_pb_post>.et_pb_image_container, .et_pb_blog_grid .et_pb_post>.post-meta, .et_pb_blog_grid .et_pb_post>h2\";i:794;s:39:\".et_pb_blog_grid .et_pb_post .post-meta\";i:795;s:230:\".et_pb_column_1_2 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_1_3 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_2_3 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_3_8 .et_pb_carousel_item .et_pb_video_play\";i:796;s:107:\".et_audio_content, .et_pb_blog_grid .et_link_content, .et_pb_blog_grid .et_quote_content, .et_quote_content\";i:797;s:41:\".et_pb_blog_grid .et_main_video_container\";i:798;s:67:\".et_pb_blog_grid .et_pb_post .et_pb_slide, .et_pb_post .et_pb_slide\";i:799;s:373:\".et_gallery_item:nth-child(n), .et_pb_column .et_pb_filterable_portfolio_grid .et_pb_portfolio_item.et_pb_grid_item:nth-child(n), .et_pb_column .et_pb_grid_item:nth-child(n), .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n), .et_pb_column .woocommerce ul.products li.product:nth-child(n), .woocommerce-page ul.products li.product:nth-child(n)\";i:800;s:295:\".et_pb_gutters1 .et_pb_filterable_portfolio_grid .et_pb_portfolio_item.et_pb_grid_item:nth-child(n), .et_pb_gutters1 .et_pb_grid_item:nth-child(n), .et_pb_gutters1 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n), .et_pb_gutters1 .woocommerce ul.products li.product:nth-child(n)\";i:801;s:102:\".et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column .et_pb_widget:nth-child(n)\";i:802;s:68:\".et_pb_column .et_pb_audio_module .mejs-container .mejs-controls div\";i:803;s:49:\".et_pb_column .et_pb_audio_module .mejs-container\";i:804;s:48:\".et_pb_column .et_pb_audio_module .mejs-controls\";i:805;s:78:\".et_pb_column .et_pb_audio_module .mejs-time.mejs-currenttime-container.custom\";i:806;s:65:\".et_pb_column .et_pb_audio_module .mejs-button.mejs-volume-button\";i:807;s:65:\".et_pb_column .et_pb_audio_module a.mejs-horizontal-volume-slider\";i:808;s:63:\".et_pb_column .et_pb_audio_module .mejs-horizontal-volume-total\";i:809;s:67:\".et_pb_column .et_pb_audio_module .mejs-controls div.mejs-time-rail\";i:810;s:68:\".et_pb_column .et_pb_audio_module a.mejs-time-total.mejs-time-slider\";i:811;s:95:\".et_pb_column .et_pb_blog_grid .et_audio_container .mejs-time.mejs-currenttime-container.custom\";i:812;s:18:\".et_pb_testimonial\";i:813;s:19:\".comment_avatar img\";i:814;s:33:\"a.comment-reply-link.et_pb_button\";i:815;s:39:\"a.comment-reply-link.et_pb_button:after\";i:816;s:68:\"#footer-widgets .footer-widget:nth-child(n), .footer-widget .fwidget\";i:817;s:35:\"#footer-widgets .footer-widget.last\";i:818;s:115:\"#content table.cart td, #content table.cart th, #content table.cart tr, table.cart td, table.cart th, table.cart tr\";i:819;s:108:\".woocommerce-cart table.cart td.actions .button, .woocommerce-cart table.cart td.actions .coupon .input-text\";i:820;s:15:\"#page-container\";i:821;s:8:\"#respond\";i:822;s:60:\".et_pb_column_1_4 .et_pb_comments_module .comment_avatar img\";i:823;s:54:\".et_pb_column_1_4 .et_pb_comments_module .comment-body\";i:824;s:59:\".et_pb_column_1_4 .et_pb_comments_module .comment .children\";i:825;s:60:\".et_pb_column_1_4 .et_pb_comments_module .comment-reply-link\";i:826;s:62:\".et_pb_in_customizer.et_pb_login .et_pb_newsletter_description\";i:827;s:109:\".et_pb_column_1_3 .et_pb_video_play, .et_pb_column_1_4 .et_pb_video_play, .et_pb_column_3_8 .et_pb_video_play\";i:828;s:195:\".et_pb_row_1-2_1-4_1-4 .et_pb_testimonial_portrait, .et_pb_row_1-4_1-4 .et_pb_testimonial_portrait, .et_pb_row_1-4_1-4_1-2 .et_pb_testimonial_portrait, .et_pb_row_4col .et_pb_testimonial_portrait\";i:829;s:38:\".et_pb_column .et_pb_team_member_image\";i:830;s:44:\".et_pb_column .et_pb_team_member_description\";i:831;s:30:\".et_quote_content blockquote p\";i:832;s:33:\".et_quote_content blockquote cite\";i:833;s:34:\".et_pb_blog_grid .et_quote_content\";i:834;s:47:\".et_pb_blog_grid .et_quote_content blockquote p\";i:835;s:50:\".et_pb_blog_grid .et_quote_content blockquote cite\";i:836;s:19:\".et_link_content h2\";i:837;s:36:\".et_pb_blog_grid .et_link_content h2\";i:838;s:52:\".et_pb_blog_grid .et_link_content a.et_link_main_url\";i:839;s:37:\".et_pb_blog_grid .et_audio_content h2\";i:840;s:105:\".et_pb_countdown_timer .section p, .et_pb_row_1-4_1-4 .et_pb_column_1_4 .et_pb_countdown_timer .section p\";i:841;s:33:\".mfp-img-mobile .mfp-image-holder\";i:842;s:27:\".mfp-img-mobile img.mfp-img\";i:843;s:33:\".mfp-img-mobile .mfp-figure:after\";i:844;s:33:\".mfp-img-mobile .mfp-figure small\";i:845;s:31:\".mfp-img-mobile .mfp-bottom-bar\";i:846;s:37:\".mfp-img-mobile .mfp-bottom-bar:empty\";i:847;s:28:\".mfp-img-mobile .mfp-counter\";i:848;s:26:\".mfp-img-mobile .mfp-close\";i:849;s:10:\".mfp-arrow\";i:850;s:15:\".mfp-arrow-left\";i:851;s:16:\".mfp-arrow-right\";i:852;s:14:\".mfp-container\";i:853;s:339:\"body.et_left_sidebar .one_fourth, body.et_left_sidebar .one_half, body.et_left_sidebar .one_third, body.et_left_sidebar .three_fourth, body.et_left_sidebar .two_third, body.et_right_sidebar .one_fourth, body.et_right_sidebar .one_half, body.et_right_sidebar .one_third, body.et_right_sidebar .three_fourth, body.et_right_sidebar .two_third\";i:854;s:156:\"body.et_left_sidebar .et-protected, body.et_left_sidebar .et-testimonial-box, body.et_right_sidebar .et-protected, body.et_right_sidebar .et-testimonial-box\";i:855;s:81:\"body.et_left_sidebar .et-protected-form, body.et_right_sidebar .et-protected-form\";i:856;s:38:\"body.et_full_width_page .pricing-table\";i:857;s:294:\"a, abbr, acronym, address, applet, b, big, blockquote, body, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, tt, u, ul, var\";i:858;s:4:\"body\";i:859;s:6:\"ol, ul\";i:860;s:13:\"blockquote, q\";i:861;s:54:\"blockquote:after, blockquote:before, q:after, q:before\";i:862;s:10:\"blockquote\";i:863;s:6:\":focus\";i:864;s:3:\"ins\";i:865;s:3:\"del\";i:866;s:5:\"table\";i:867;s:52:\"article, aside, footer, header, hgroup, nav, section\";i:868;s:123:\"body.et_fixed_nav.et_boxed_layout #page-container, body.et_non_fixed_nav.et_transparent_nav.et_boxed_layout #page-container\";i:869;s:58:\"body.page-template-page-template-blank-php #page-container\";i:870;s:24:\"body.et_cover_background\";i:871;s:7:\"a:hover\";i:872;s:14:\"p:last-of-type\";i:873;s:19:\"p.et_normal_padding\";i:874;s:6:\"strong\";i:875;s:11:\"cite, em, i\";i:876;s:9:\"code, pre\";i:877;s:8:\"sub, sup\";i:878;s:3:\"sup\";i:879;s:3:\"sub\";i:880;s:2:\"dl\";i:881;s:5:\"dl dt\";i:882;s:2:\"dd\";i:883;s:12:\"blockquote p\";i:884;s:28:\"embed, iframe, object, video\";i:885;s:22:\"h1, h2, h3, h4, h5, h6\";i:886;s:34:\"h1 a, h2 a, h3 a, h4 a, h5 a, h6 a\";i:887;s:2:\"h1\";i:888;s:2:\"h2\";i:889;s:2:\"h3\";i:890;s:2:\"h4\";i:891;s:2:\"h5\";i:892;s:2:\"h6\";i:893;s:5:\"input\";i:894;s:20:\"input[type=checkbox]\";i:895;s:17:\"input[type=radio]\";i:896;s:117:\"input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea\";i:897;s:89:\"input.text:focus, input.title:focus, input[type=text]:focus, select:focus, textarea:focus\";i:898;s:59:\"input.text, input.title, input[type=text], select, textarea\";i:899;s:8:\"textarea\";i:900;s:3:\"img\";i:901;s:8:\"#ie8 img\";i:902;s:6:\".clear\";i:903;s:8:\"br.clear\";i:904;s:38:\".et_vertical_nav #page-container:after\";i:905;s:35:\"#et-secondary-menu li, #top-menu li\";i:906;s:98:\".woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message\";i:907;s:2266:\"#et_search_icon:hover, #top-menu li.current-menu-ancestor>a, #top-menu li.current-menu-item>a, .bottom-nav li.current-menu-item>a, .comment-reply-link, .entry-summary p.price ins, .et-social-icon a:hover, .et_password_protected_form .et_submit_button, .footer-widget h4, .form-submit .et_pb_button, .mobile_menu_bar:after, .mobile_menu_bar:before, .nav-single a, .posted_in a, .woocommerce #content div.product p.price, .woocommerce #content div.product span.price, .woocommerce #content input.button, .woocommerce #content input.button.alt, .woocommerce #content input.button.alt:hover, .woocommerce #content input.button:hover, .woocommerce #respond input#submit, .woocommerce #respond input#submit.alt, .woocommerce #respond input#submit.alt:hover, .woocommerce #respond input#submit:hover, .woocommerce .star-rating span:before, .woocommerce a.button, .woocommerce a.button.alt, .woocommerce a.button.alt:hover, .woocommerce a.button:hover, .woocommerce button.button, .woocommerce button.button.alt, .woocommerce button.button.alt:hover, .woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce input.button, .woocommerce input.button.alt, .woocommerce input.button.alt:hover, .woocommerce input.button:hover, .woocommerce-page #content div.product p.price, .woocommerce-page #content div.product span.price, .woocommerce-page #content input.button, .woocommerce-page #content input.button.alt, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit, .woocommerce-page #respond input#submit.alt, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page .star-rating span:before, .woocommerce-page a.button, .woocommerce-page a.button.alt, .woocommerce-page a.button.alt:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button, .woocommerce-page button.button.alt, .woocommerce-page button.button.alt:hover, .woocommerce-page button.button:hover, .woocommerce-page div.product p.price, .woocommerce-page div.product span.price, .woocommerce-page input.button, .woocommerce-page input.button.alt, .woocommerce-page input.button.alt:hover, .woocommerce-page input.button:hover, .wp-pagenavi a:hover, .wp-pagenavi span.current\";i:908;s:82:\".et-search-form, .et_mobile_menu, .footer-widget li:before, .nav li ul, blockquote\";i:909;s:36:\"#et-secondary-nav li ul, #top-header\";i:910;s:13:\"#main-content\";i:911;s:12:\"#main-header\";i:912;s:10:\".container\";i:913;s:24:\"#main-content .container\";i:914;s:114:\".et_full_width_page #main-content .container:before, .et_full_width_portfolio_page #main-content .container:before\";i:915;s:35:\".et_transparent_nav #page-container\";i:916;s:32:\".et_boxed_layout #page-container\";i:917;s:685:\".et_boxed_layout #page-container, .et_boxed_layout #page-container .container, .et_boxed_layout #page-container .et_pb_row, .et_boxed_layout.et_non_fixed_nav.et_transparent_nav #page-container #top-header, .et_boxed_layout.et_pb_pagebuilder_layout.single #page-container .et_pb_row, .et_boxed_layout.et_pb_pagebuilder_layout.single.et_full_width_page #page-container .et_pb_row, .et_boxed_layout.et_pb_pagebuilder_layout.single.et_full_width_portfolio_page #page-container .et_pb_row, .et_fixed_nav.et_boxed_layout #page-container #main-header, .et_fixed_nav.et_boxed_layout #page-container #top-header, .et_non_fixed_nav.et_transparent_nav.et_boxed_layout #page-container #main-header\";i:918;s:48:\".et_boxed_layout.et_vertical_nav #page-container\";i:919;s:60:\".et_boxed_layout.et_vertical_nav #page-container #top-header\";i:920;s:65:\".et_boxed_layout.et_vertical_right.et_vertical_fixed #main-header\";i:921;s:102:\".et_boxed_layout.et_vertical_right.et_vertical_fixed #page-container #main-header.et_vertical_menu_set\";i:922;s:32:\".et_vertical_nav #page-container\";i:923;s:11:\".main_title\";i:924;s:688:\".woocommerce #content input.button, .woocommerce #content input.button.alt, .woocommerce #respond input#submit, .woocommerce #respond input#submit.alt, .woocommerce a.button, .woocommerce a.button.alt, .woocommerce button.button, .woocommerce button.button.alt, .woocommerce input.button, .woocommerce input.button.alt, .woocommerce-page #content input.button, .woocommerce-page #content input.button.alt, .woocommerce-page #respond input#submit, .woocommerce-page #respond input#submit.alt, .woocommerce-page a.button, .woocommerce-page a.button.alt, .woocommerce-page button.button, .woocommerce-page button.button.alt, .woocommerce-page input.button, .woocommerce-page input.button.alt\";i:925;s:808:\".woocommerce #content input.button.alt:hover, .woocommerce #content input.button:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button.alt:hover, .woocommerce a.button:hover, .woocommerce button.button.alt:hover, .woocommerce button.button:hover, .woocommerce input.button.alt:hover, .woocommerce input.button:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #content input.button:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button.alt:hover, .woocommerce-page input.button:hover\";i:926;s:922:\".comment-reply-link:hover, .et_password_protected_form .et_submit_button:hover, .form-submit .et_pb_button:hover, .woocommerce #content input.button.alt:hover, .woocommerce #content input.button:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button.alt:hover, .woocommerce a.button:hover, .woocommerce button.button.alt:hover, .woocommerce button.button:hover, .woocommerce input.button.alt:hover, .woocommerce input.button:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #content input.button:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button.alt:hover, .woocommerce-page input.button:hover\";i:927;s:808:\".woocommerce #content input.button.alt:after, .woocommerce #content input.button:after, .woocommerce #respond input#submit.alt:after, .woocommerce #respond input#submit:after, .woocommerce a.button.alt:after, .woocommerce a.button:after, .woocommerce button.button.alt:after, .woocommerce button.button:after, .woocommerce input.button.alt:after, .woocommerce input.button:after, .woocommerce-page #content input.button.alt:after, .woocommerce-page #content input.button:after, .woocommerce-page #respond input#submit.alt:after, .woocommerce-page #respond input#submit:after, .woocommerce-page a.button.alt:after, .woocommerce-page a.button:after, .woocommerce-page button.button.alt:after, .woocommerce-page button.button:after, .woocommerce-page input.button.alt:after, .woocommerce-page input.button:after\";i:928;s:1187:\".et_button_icon_visible .et_pb_button, .et_button_icon_visible.woocommerce #content input.button, .et_button_icon_visible.woocommerce #content input.button.alt, .et_button_icon_visible.woocommerce #respond input#submit, .et_button_icon_visible.woocommerce #respond input#submit.alt, .et_button_icon_visible.woocommerce a.button, .et_button_icon_visible.woocommerce a.button.alt, .et_button_icon_visible.woocommerce button.button, .et_button_icon_visible.woocommerce button.button.alt, .et_button_icon_visible.woocommerce input.button, .et_button_icon_visible.woocommerce input.button.alt, .et_button_icon_visible.woocommerce-page #content input.button, .et_button_icon_visible.woocommerce-page #content input.button.alt, .et_button_icon_visible.woocommerce-page #respond input#submit, .et_button_icon_visible.woocommerce-page #respond input#submit.alt, .et_button_icon_visible.woocommerce-page a.button, .et_button_icon_visible.woocommerce-page a.button.alt, .et_button_icon_visible.woocommerce-page button.button, .et_button_icon_visible.woocommerce-page button.button.alt, .et_button_icon_visible.woocommerce-page input.button, .et_button_icon_visible.woocommerce-page input.button.alt\";i:929;s:1313:\".et_button_icon_visible .et_pb_button:after, .et_button_icon_visible.woocommerce #content input.button.alt:after, .et_button_icon_visible.woocommerce #content input.button:after, .et_button_icon_visible.woocommerce #respond input#submit.alt:after, .et_button_icon_visible.woocommerce #respond input#submit:after, .et_button_icon_visible.woocommerce a.button.alt:after, .et_button_icon_visible.woocommerce a.button:after, .et_button_icon_visible.woocommerce button.button.alt:after, .et_button_icon_visible.woocommerce button.button:after, .et_button_icon_visible.woocommerce input.button.alt:after, .et_button_icon_visible.woocommerce input.button:after, .et_button_icon_visible.woocommerce-page #content input.button.alt:after, .et_button_icon_visible.woocommerce-page #content input.button:after, .et_button_icon_visible.woocommerce-page #respond input#submit.alt:after, .et_button_icon_visible.woocommerce-page #respond input#submit:after, .et_button_icon_visible.woocommerce-page a.button.alt:after, .et_button_icon_visible.woocommerce-page a.button:after, .et_button_icon_visible.woocommerce-page button.button.alt:after, .et_button_icon_visible.woocommerce-page button.button:after, .et_button_icon_visible.woocommerce-page input.button.alt:after, .et_button_icon_visible.woocommerce-page input.button:after\";i:930;s:1431:\".et_button_icon_visible.woocommerce #content input.button.alt:hover:after, .et_button_icon_visible.woocommerce #content input.button:hover:after, .et_button_icon_visible.woocommerce #respond input#submit.alt:hover:after, .et_button_icon_visible.woocommerce #respond input#submit:hover:after, .et_button_icon_visible.woocommerce a.button.alt:hover:after, .et_button_icon_visible.woocommerce a.button:hover:after, .et_button_icon_visible.woocommerce button.button.alt:hover:after, .et_button_icon_visible.woocommerce button.button:hover:after, .et_button_icon_visible.woocommerce input.button.alt:hover:after, .et_button_icon_visible.woocommerce input.button:hover:after, .et_button_icon_visible.woocommerce-page #content input.button.alt:hover:after, .et_button_icon_visible.woocommerce-page #content input.button:hover:after, .et_button_icon_visible.woocommerce-page #respond input#submit.alt:hover:after, .et_button_icon_visible.woocommerce-page #respond input#submit:hover:after, .et_button_icon_visible.woocommerce-page a.button.alt:hover:after, .et_button_icon_visible.woocommerce-page a.button:hover:after, .et_button_icon_visible.woocommerce-page button.button.alt:hover:after, .et_button_icon_visible.woocommerce-page button.button:hover:after, .et_button_icon_visible.woocommerce-page input.button.alt:hover:after, .et_button_icon_visible.woocommerce-page input.button:hover:after, .et_button_left .et_pb_button:hover:after\";i:931;s:961:\".comment-reply-link:hover:after, .woocommerce #content input.button.alt:hover:after, .woocommerce #content input.button:hover:after, .woocommerce #respond input#submit.alt:hover:after, .woocommerce #respond input#submit:hover:after, .woocommerce a.button.alt:hover:after, .woocommerce a.button:hover:after, .woocommerce button.button.alt:hover:after, .woocommerce button.button:hover:after, .woocommerce input.button.alt:hover:after, .woocommerce input.button:hover:after, .woocommerce-page #content input.button.alt:hover:after, .woocommerce-page #content input.button:hover:after, .woocommerce-page #respond input#submit.alt:hover:after, .woocommerce-page #respond input#submit:hover:after, .woocommerce-page a.button.alt:hover:after, .woocommerce-page a.button:hover:after, .woocommerce-page button.button.alt:hover:after, .woocommerce-page button.button:hover:after, .woocommerce-page input.button.alt:hover:after, .woocommerce-page input.button:hover:after\";i:932;s:1145:\".et_button_left .et_pb_button:after, .et_button_left.woocommerce #content input.button.alt:after, .et_button_left.woocommerce #content input.button:after, .et_button_left.woocommerce #respond input#submit.alt:after, .et_button_left.woocommerce #respond input#submit:after, .et_button_left.woocommerce a.button.alt:after, .et_button_left.woocommerce a.button:after, .et_button_left.woocommerce button.button.alt:after, .et_button_left.woocommerce button.button:after, .et_button_left.woocommerce input.button.alt:after, .et_button_left.woocommerce input.button:after, .et_button_left.woocommerce-page #content input.button.alt:after, .et_button_left.woocommerce-page #content input.button:after, .et_button_left.woocommerce-page #respond input#submit.alt:after, .et_button_left.woocommerce-page #respond input#submit:after, .et_button_left.woocommerce-page a.button.alt:after, .et_button_left.woocommerce-page a.button:after, .et_button_left.woocommerce-page button.button.alt:after, .et_button_left.woocommerce-page button.button:after, .et_button_left.woocommerce-page input.button.alt:after, .et_button_left.woocommerce-page input.button:after\";i:933;s:2700:\".et_button_icon_visible.et_button_left .et_pb_button, .et_button_icon_visible.et_button_left.woocommerce #content input.button, .et_button_icon_visible.et_button_left.woocommerce #content input.button.alt, .et_button_icon_visible.et_button_left.woocommerce #respond input#submit, .et_button_icon_visible.et_button_left.woocommerce #respond input#submit.alt, .et_button_icon_visible.et_button_left.woocommerce a.button, .et_button_icon_visible.et_button_left.woocommerce a.button.alt, .et_button_icon_visible.et_button_left.woocommerce button.button, .et_button_icon_visible.et_button_left.woocommerce button.button.alt, .et_button_icon_visible.et_button_left.woocommerce input.button, .et_button_icon_visible.et_button_left.woocommerce input.button.alt, .et_button_icon_visible.et_button_left.woocommerce-page #content input.button, .et_button_icon_visible.et_button_left.woocommerce-page #content input.button.alt, .et_button_icon_visible.et_button_left.woocommerce-page #respond input#submit, .et_button_icon_visible.et_button_left.woocommerce-page #respond input#submit.alt, .et_button_icon_visible.et_button_left.woocommerce-page a.button, .et_button_icon_visible.et_button_left.woocommerce-page a.button.alt, .et_button_icon_visible.et_button_left.woocommerce-page button.button, .et_button_icon_visible.et_button_left.woocommerce-page button.button.alt, .et_button_icon_visible.et_button_left.woocommerce-page input.button, .et_button_icon_visible.et_button_left.woocommerce-page input.button.alt, .et_button_left .et_pb_button:hover, .et_button_left .et_pb_module .et_pb_button:hover, .et_button_left.woocommerce #content input.button.alt:hover, .et_button_left.woocommerce #content input.button:hover, .et_button_left.woocommerce #respond input#submit.alt:hover, .et_button_left.woocommerce #respond input#submit:hover, .et_button_left.woocommerce a.button.alt:hover, .et_button_left.woocommerce a.button:hover, .et_button_left.woocommerce button.button.alt:hover, .et_button_left.woocommerce button.button:hover, .et_button_left.woocommerce input.button.alt:hover, .et_button_left.woocommerce input.button:hover, .et_button_left.woocommerce-page #content input.button.alt:hover, .et_button_left.woocommerce-page #content input.button:hover, .et_button_left.woocommerce-page #respond input#submit.alt:hover, .et_button_left.woocommerce-page #respond input#submit:hover, .et_button_left.woocommerce-page a.button.alt:hover, .et_button_left.woocommerce-page a.button:hover, .et_button_left.woocommerce-page button.button.alt:hover, .et_button_left.woocommerce-page button.button:hover, .et_button_left.woocommerce-page input.button.alt:hover, .et_button_left.woocommerce-page input.button:hover\";i:934;s:2901:\".et_button_icon_visible.et_button_left .et_pb_button:after, .et_button_icon_visible.et_button_left.woocommerce #content input.button.alt:after, .et_button_icon_visible.et_button_left.woocommerce #content input.button:after, .et_button_icon_visible.et_button_left.woocommerce #respond input#submit.alt:after, .et_button_icon_visible.et_button_left.woocommerce #respond input#submit:after, .et_button_icon_visible.et_button_left.woocommerce a.button.alt:after, .et_button_icon_visible.et_button_left.woocommerce a.button:after, .et_button_icon_visible.et_button_left.woocommerce button.button.alt:after, .et_button_icon_visible.et_button_left.woocommerce button.button:after, .et_button_icon_visible.et_button_left.woocommerce input.button.alt:after, .et_button_icon_visible.et_button_left.woocommerce input.button:after, .et_button_icon_visible.et_button_left.woocommerce-page #content input.button.alt:after, .et_button_icon_visible.et_button_left.woocommerce-page #content input.button:after, .et_button_icon_visible.et_button_left.woocommerce-page #respond input#submit.alt:after, .et_button_icon_visible.et_button_left.woocommerce-page #respond input#submit:after, .et_button_icon_visible.et_button_left.woocommerce-page a.button.alt:after, .et_button_icon_visible.et_button_left.woocommerce-page a.button:after, .et_button_icon_visible.et_button_left.woocommerce-page button.button.alt:after, .et_button_icon_visible.et_button_left.woocommerce-page button.button:after, .et_button_icon_visible.et_button_left.woocommerce-page input.button.alt:after, .et_button_icon_visible.et_button_left.woocommerce-page input.button:after, .et_button_left .et_pb_button:hover:after, .et_button_left.woocommerce #content input.button.alt:hover:after, .et_button_left.woocommerce #content input.button:hover:after, .et_button_left.woocommerce #respond input#submit.alt:hover:after, .et_button_left.woocommerce #respond input#submit:hover:after, .et_button_left.woocommerce a.button.alt:hover:after, .et_button_left.woocommerce a.button:hover:after, .et_button_left.woocommerce button.button.alt:hover:after, .et_button_left.woocommerce button.button:hover:after, .et_button_left.woocommerce input.button.alt:hover:after, .et_button_left.woocommerce input.button:hover:after, .et_button_left.woocommerce-page #content input.button.alt:hover:after, .et_button_left.woocommerce-page #content input.button:hover:after, .et_button_left.woocommerce-page #respond input#submit.alt:hover:after, .et_button_left.woocommerce-page #respond input#submit:hover:after, .et_button_left.woocommerce-page a.button.alt:hover:after, .et_button_left.woocommerce-page a.button:hover:after, .et_button_left.woocommerce-page button.button.alt:hover:after, .et_button_left.woocommerce-page button.button:hover:after, .et_button_left.woocommerce-page input.button.alt:hover:after, .et_button_left.woocommerce-page input.button:hover:after\";i:935;s:174:\".et_password_protected_form .et_submit_button:hover, .form-submit .et_pb_button:hover, .woocommerce #respond input#submit:hover, .woocommerce-page #respond input#submit:hover\";i:936;s:1208:\".et_button_no_icon .et_pb_button:after, .et_button_no_icon.woocommerce #content input.button.alt:after, .et_button_no_icon.woocommerce #content input.button:after, .et_button_no_icon.woocommerce #respond input#submit.alt:after, .et_button_no_icon.woocommerce #respond input#submit:after, .et_button_no_icon.woocommerce a.button.alt:after, .et_button_no_icon.woocommerce a.button:after, .et_button_no_icon.woocommerce button.button.alt:after, .et_button_no_icon.woocommerce button.button:after, .et_button_no_icon.woocommerce input.button.alt:after, .et_button_no_icon.woocommerce input.button:after, .et_button_no_icon.woocommerce-page #content input.button.alt:after, .et_button_no_icon.woocommerce-page #content input.button:after, .et_button_no_icon.woocommerce-page #respond input#submit.alt:after, .et_button_no_icon.woocommerce-page #respond input#submit:after, .et_button_no_icon.woocommerce-page a.button.alt:after, .et_button_no_icon.woocommerce-page a.button:after, .et_button_no_icon.woocommerce-page button.button.alt:after, .et_button_no_icon.woocommerce-page button.button:after, .et_button_no_icon.woocommerce-page input.button.alt:after, .et_button_no_icon.woocommerce-page input.button:after\";i:937;s:5759:\".et_button_no_icon .et_pb_button, .et_button_no_icon .et_pb_button:hover, .et_button_no_icon.et_button_icon_visible.et_button_left .et_pb_button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #content input.button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #content input.button.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #respond input#submit, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #respond input#submit.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce a.button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce a.button.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce button.button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce button.button.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce input.button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce input.button.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #content input.button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #content input.button.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #respond input#submit, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #respond input#submit.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page a.button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page a.button.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page button.button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page button.button.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page input.button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page input.button.alt, .et_button_no_icon.et_button_left .et_pb_button:hover, .et_button_no_icon.et_button_left.woocommerce #content input.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce #content input.button:hover, .et_button_no_icon.et_button_left.woocommerce #respond input#submit.alt:hover, .et_button_no_icon.et_button_left.woocommerce #respond input#submit:hover, .et_button_no_icon.et_button_left.woocommerce a.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce a.button:hover, .et_button_no_icon.et_button_left.woocommerce button.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce button.button:hover, .et_button_no_icon.et_button_left.woocommerce input.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce input.button:hover, .et_button_no_icon.et_button_left.woocommerce-page #content input.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce-page #content input.button:hover, .et_button_no_icon.et_button_left.woocommerce-page #respond input#submit.alt:hover, .et_button_no_icon.et_button_left.woocommerce-page #respond input#submit:hover, .et_button_no_icon.et_button_left.woocommerce-page a.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce-page a.button:hover, .et_button_no_icon.et_button_left.woocommerce-page button.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce-page button.button:hover, .et_button_no_icon.et_button_left.woocommerce-page input.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce-page input.button:hover, .et_button_no_icon.woocommerce #content input.button, .et_button_no_icon.woocommerce #content input.button.alt, .et_button_no_icon.woocommerce #content input.button.alt:hover, .et_button_no_icon.woocommerce #content input.button:hover, .et_button_no_icon.woocommerce #respond input#submit, .et_button_no_icon.woocommerce #respond input#submit.alt, .et_button_no_icon.woocommerce #respond input#submit.alt:hover, .et_button_no_icon.woocommerce #respond input#submit:hover, .et_button_no_icon.woocommerce a.button, .et_button_no_icon.woocommerce a.button.alt, .et_button_no_icon.woocommerce a.button.alt:hover, .et_button_no_icon.woocommerce a.button:hover, .et_button_no_icon.woocommerce button.button, .et_button_no_icon.woocommerce button.button.alt, .et_button_no_icon.woocommerce button.button.alt:hover, .et_button_no_icon.woocommerce button.button:hover, .et_button_no_icon.woocommerce input.button, .et_button_no_icon.woocommerce input.button.alt, .et_button_no_icon.woocommerce input.button.alt:hover, .et_button_no_icon.woocommerce input.button:hover, .et_button_no_icon.woocommerce-page #content input.button, .et_button_no_icon.woocommerce-page #content input.button.alt, .et_button_no_icon.woocommerce-page #content input.button.alt:hover, .et_button_no_icon.woocommerce-page #content input.button:hover, .et_button_no_icon.woocommerce-page #respond input#submit, .et_button_no_icon.woocommerce-page #respond input#submit.alt, .et_button_no_icon.woocommerce-page #respond input#submit.alt:hover, .et_button_no_icon.woocommerce-page #respond input#submit:hover, .et_button_no_icon.woocommerce-page a.button, .et_button_no_icon.woocommerce-page a.button.alt, .et_button_no_icon.woocommerce-page a.button.alt:hover, .et_button_no_icon.woocommerce-page a.button:hover, .et_button_no_icon.woocommerce-page button.button, .et_button_no_icon.woocommerce-page button.button.alt, .et_button_no_icon.woocommerce-page button.button.alt:hover, .et_button_no_icon.woocommerce-page button.button:hover, .et_button_no_icon.woocommerce-page input.button, .et_button_no_icon.woocommerce-page input.button.alt, .et_button_no_icon.woocommerce-page input.button.alt:hover, .et_button_no_icon.woocommerce-page input.button:hover, .woocommerce input.button, .woocommerce input.button:hover\";i:938;s:1292:\".et_button_custom_icon .et_pb_button:after, .et_button_custom_icon.woocommerce #content input.button.alt:after, .et_button_custom_icon.woocommerce #content input.button:after, .et_button_custom_icon.woocommerce #respond input#submit.alt:after, .et_button_custom_icon.woocommerce #respond input#submit:after, .et_button_custom_icon.woocommerce a.button.alt:after, .et_button_custom_icon.woocommerce a.button:after, .et_button_custom_icon.woocommerce button.button.alt:after, .et_button_custom_icon.woocommerce button.button:after, .et_button_custom_icon.woocommerce input.button.alt:after, .et_button_custom_icon.woocommerce input.button:after, .et_button_custom_icon.woocommerce-page #content input.button.alt:after, .et_button_custom_icon.woocommerce-page #content input.button:after, .et_button_custom_icon.woocommerce-page #respond input#submit.alt:after, .et_button_custom_icon.woocommerce-page #respond input#submit:after, .et_button_custom_icon.woocommerce-page a.button.alt:after, .et_button_custom_icon.woocommerce-page a.button:after, .et_button_custom_icon.woocommerce-page button.button.alt:after, .et_button_custom_icon.woocommerce-page button.button:after, .et_button_custom_icon.woocommerce-page input.button.alt:after, .et_button_custom_icon.woocommerce-page input.button:after\";i:939;s:3188:\".et_button_custom_icon .et_pb_button:hover:after, .et_button_custom_icon.et_button_icon_visible .et_pb_button:after, .et_button_custom_icon.et_button_icon_visible.woocommerce #content input.button.alt:after, .et_button_custom_icon.et_button_icon_visible.woocommerce #content input.button:after, .et_button_custom_icon.et_button_icon_visible.woocommerce #respond input#submit.alt:after, .et_button_custom_icon.et_button_icon_visible.woocommerce #respond input#submit:after, .et_button_custom_icon.et_button_icon_visible.woocommerce a.button.alt:after, .et_button_custom_icon.et_button_icon_visible.woocommerce a.button:after, .et_button_custom_icon.et_button_icon_visible.woocommerce button.button.alt:after, .et_button_custom_icon.et_button_icon_visible.woocommerce button.button:after, .et_button_custom_icon.et_button_icon_visible.woocommerce input.button.alt:after, .et_button_custom_icon.et_button_icon_visible.woocommerce input.button:after, .et_button_custom_icon.et_button_icon_visible.woocommerce-page #content input.button.alt:after, .et_button_custom_icon.et_button_icon_visible.woocommerce-page #content input.button:after, .et_button_custom_icon.et_button_icon_visible.woocommerce-page #respond input#submit.alt:after, .et_button_custom_icon.et_button_icon_visible.woocommerce-page #respond input#submit:after, .et_button_custom_icon.et_button_icon_visible.woocommerce-page a.button.alt:after, .et_button_custom_icon.et_button_icon_visible.woocommerce-page a.button:after, .et_button_custom_icon.et_button_icon_visible.woocommerce-page button.button.alt:after, .et_button_custom_icon.et_button_icon_visible.woocommerce-page button.button:after, .et_button_custom_icon.et_button_icon_visible.woocommerce-page input.button.alt:after, .et_button_custom_icon.et_button_icon_visible.woocommerce-page input.button:after, .et_button_custom_icon.woocommerce #content input.button.alt:hover:after, .et_button_custom_icon.woocommerce #content input.button:hover:after, .et_button_custom_icon.woocommerce #respond input#submit.alt:hover:after, .et_button_custom_icon.woocommerce #respond input#submit:hover:after, .et_button_custom_icon.woocommerce a.button.alt:hover:after, .et_button_custom_icon.woocommerce a.button:hover:after, .et_button_custom_icon.woocommerce button.button.alt:hover:after, .et_button_custom_icon.woocommerce button.button:hover:after, .et_button_custom_icon.woocommerce input.button.alt:hover:after, .et_button_custom_icon.woocommerce input.button:hover:after, .et_button_custom_icon.woocommerce-page #content input.button.alt:hover:after, .et_button_custom_icon.woocommerce-page #content input.button:hover:after, .et_button_custom_icon.woocommerce-page #respond input#submit.alt:hover:after, .et_button_custom_icon.woocommerce-page a.button.alt:hover:after, .et_button_custom_icon.woocommerce-page a.button:hover:after, .et_button_custom_icon.woocommerce-page button.button.alt:hover:after, .et_button_custom_icon.woocommerce-page button.button:hover:after, .et_button_custom_icon.woocommerce-page input.button.alt:hover:after, .et_button_custom_icon.woocommerce-page input.button:hover:after, .et_button_left.woocommerce-page #respond input#submit:hover:after\";i:940;s:71:\".entry-content table, body.et-pb-preview #main-content .container table\";i:941;s:150:\".entry-content thead th, .entry-content tr th, body.et-pb-preview #main-content .container thead th, body.et-pb-preview #main-content .container tr th\";i:942;s:71:\".entry-content tr td, body.et-pb-preview #main-content .container tr td\";i:943;s:101:\"#left-area ul, .comment-content ul, .entry-content ul, body.et-pb-preview #main-content .container ul\";i:944;s:101:\"#left-area ol, .comment-content ol, .entry-content ol, body.et-pb-preview #main-content .container ol\";i:945;s:152:\"#left-area ul li ul, .comment-content ul li ol, .comment-content ul li ul, .entry-content ul li ol, body.et-pb-preview #main-content .container ul li ol\";i:946;s:152:\"#left-area ol li ul, .comment-content ol li ol, .comment-content ol li ul, .entry-content ol li ol, body.et-pb-preview #main-content .container ol li ol\";i:947;s:34:\".comment .children, ol.commentlist\";i:948;s:19:\".comment-content ul\";i:949;s:19:\".comment-content ol\";i:950;s:22:\"#left-area ul.products\";i:951;s:15:\".gallery-item a\";i:952;s:33:\".gallery-caption, .gallery-item a\";i:953;s:266:\"body.et-wp-pre-3_8.admin-bar.et_fixed_nav #main-header, body.et-wp-pre-3_8.admin-bar.et_fixed_nav #top-header, body.et-wp-pre-3_8.admin-bar.et_non_fixed_nav.et_transparent_nav #main-header, body.et-wp-pre-3_8.admin-bar.et_non_fixed_nav.et_transparent_nav #top-header\";i:954;s:135:\"body.et_fixed_nav.et_secondary_nav_enabled #main-header, body.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_enabled #main-header\";i:955;s:57:\".et_vertical_fixed.admin-bar #page-container #main-header\";i:956;s:11:\"#wpadminbar\";i:957;s:11:\"#top-header\";i:958;s:13:\"#top-header a\";i:959;s:30:\"#et-secondary-nav, #top-header\";i:960;s:26:\".et_duplicate_social_icons\";i:961;s:88:\"#top-header, #top-header #et-info, #top-header .container, #top-header .et-social-icon a\";i:962;s:107:\".et_fixed_nav.et_show_nav #page-container, .et_non_fixed_nav.et_transparent_nav.et_show_nav #page-container\";i:963;s:157:\".et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container, .et_non_fixed_nav.et_transparent_nav.et_show_nav.et_secondary_nav_enabled #page-container\";i:964;s:207:\".et_fixed_nav.et_show_nav.et_secondary_nav_enabled.et_header_style_centered #page-container, .et_non_fixed_nav.et_transparent_nav.et_show_nav.et_secondary_nav_enabled.et_header_style_centered #page-container\";i:965;s:157:\".et_fixed_nav.et_show_nav.et_header_style_centered #page-container, .et_non_fixed_nav.et_transparent_nav.et_show_nav.et_header_style_centered #page-container\";i:966;s:75:\".et_fixed_nav #top-header, .et_non_fixed_nav.et_transparent_nav #top-header\";i:967;s:99:\".et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header\";i:968;s:53:\".et_fixed_nav #main-header, .et_fixed_nav #top-header\";i:969;s:83:\".et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation\";i:970;s:107:\".et_header_style_left #et-top-navigation nav>ul>li>a, .et_header_style_split #et-top-navigation nav>ul>li>a\";i:971;s:37:\".et_header_style_left .logo_container\";i:972;s:53:\".et_header_style_split #et-top-navigation nav>ul>li>a\";i:973;s:49:\".et_header_style_split .centered-inline-logo-wrap\";i:974;s:65:\".et_header_style_split .centered-inline-logo-wrap .logo_container\";i:975;s:51:\".et_header_style_split .centered-inline-logo-wrap a\";i:976;s:38:\".et_header_style_split .logo_container\";i:977;s:36:\".et_header_style_split #top-menu-nav\";i:978;s:37:\".et_header_style_split #et_top_search\";i:979;s:53:\".et_header_style_split.et_vertical_nav #et_top_search\";i:980;s:45:\".et_header_style_split #et_search_icon:before\";i:981;s:79:\".et_header_style_left .mobile_menu_bar, .et_header_style_split .mobile_menu_bar\";i:982;s:41:\".et_header_style_split #et-top-navigation\";i:983;s:57:\".et_header_style_split.et_vertical_nav #et-top-navigation\";i:984;s:99:\".et_header_style_split #main-header .container, .et_header_style_split #main-header .logo_container\";i:985;s:39:\".et_header_style_split span.logo_helper\";i:986;s:160:\".et_header_style_split #top-menu, .et_header_style_split .fullwidth-menu, .et_header_style_split nav#top-menu-nav, .et_header_style_split nav.fullwidth-menu-nav\";i:987;s:48:\".safari.et_header_style_split #et-top-navigation\";i:988;s:49:\".et_header_style_centered #main-header .container\";i:989;s:65:\".et_header_style_centered.et_vertical_nav #main-header .container\";i:990;s:60:\".et_header_style_centered #main-header div#et-top-navigation\";i:991;s:158:\".et_header_style_centered #et-top-navigation, .et_header_style_centered #logo, .et_header_style_centered #top-menu, .et_header_style_centered nav#top-menu-nav\";i:992;s:54:\".et_header_style_centered #main-header .logo_container\";i:993;s:76:\".et_header_style_centered header#main-header.et-fixed-header .logo_container\";i:994;s:40:\".et_header_style_centered #et_top_search\";i:995;s:48:\".et_header_style_centered #et_search_icon:before\";i:996;s:40:\".et_header_style_centered #top-menu>li>a\";i:997;s:92:\".et_hide_search_icon #et_top_search, .et_hide_search_icon .et_slide_menu_top .et-search-form\";i:998;s:164:\".et_vertical_nav.et_header_style_centered #main-header .logo_container, .et_vertical_nav.et_header_style_centered header#main-header.et-fixed-header .logo_container\";i:999;s:168:\".et_vertical_nav.et_header_style_centered header#main-header #top-menu>li>a, .et_vertical_nav.et_header_style_centered header#main-header.et-fixed-header #top-menu>li>a\";i:1000;s:115:\".et_vertical_nav.et_header_style_left #et-top-navigation, .et_vertical_nav.et_header_style_split #et-top-navigation\";i:1001;s:5:\"#logo\";i:1002;s:110:\".et_pb_svg_logo #logo, .et_pb_svg_logo.et_header_style_split .et-fixed-header .centered-inline-logo-wrap #logo\";i:1003;s:15:\".logo_container\";i:1004;s:16:\"span.logo_helper\";i:1005;s:32:\".et_vertical_nav .logo_container\";i:1006;s:34:\".safari .centered-inline-logo-wrap\";i:1007;s:24:\"#et-define-logo-wrap img\";i:1008;s:36:\".gecko #et-define-logo-wrap.svg-logo\";i:1009;s:13:\".et-cart-info\";i:1010;s:119:\".et_header_style_fullscreen #et-top-navigation a.et-cart-info, .et_header_style_slide #et-top-navigation a.et-cart-info\";i:1011;s:50:\"#et-info-email, #et-info-phone, .et-cart-info span\";i:1012;s:21:\"#et-info-phone:before\";i:1013;s:14:\"#et-info-phone\";i:1014;s:21:\"#et-info-email:before\";i:1015;s:35:\"#et-secondary-menu .et-social-icons\";i:1016;s:31:\"#top-header .et-social-icons li\";i:1017;s:19:\".et-social-icons li\";i:1018;s:17:\".et-social-icon a\";i:1019;s:20:\".et-social-icon span\";i:1020;s:29:\"#top-header .et-social-icon a\";i:1021;s:24:\"#top-menu, #top-menu-nav\";i:1022;s:32:\".et_fixed_nav #et-top-navigation\";i:1023;s:18:\"#et-secondary-menu\";i:1024;s:36:\"#et-info, #et-secondary-menu>ul>li a\";i:1025;s:39:\"#et-secondary-nav, #et-secondary-nav li\";i:1026;s:19:\"#et-secondary-nav a\";i:1027;s:20:\"#et-secondary-nav li\";i:1028;s:31:\"#et-secondary-nav>li:last-child\";i:1029;s:25:\".et-cart-info span:before\";i:1030;s:68:\"#top-menu, .fullwidth-menu, nav#top-menu-nav, nav.fullwidth-menu-nav\";i:1031;s:12:\"#top-menu li\";i:1032;s:23:\"#top-menu>li:last-child\";i:1033;s:91:\".et_fullwidth_nav.et_non_fixed_nav.et_header_style_left #top-menu>li:last-child>ul.sub-menu\";i:1034;s:11:\"#top-menu a\";i:1035;s:109:\"#et-info-email:hover, #et-secondary-menu>ul>li>a:hover, #top-menu-nav>ul>li>a:hover, .et-social-icons a:hover\";i:1036;s:21:\"#et_search_icon:hover\";i:1037;s:31:\"#et_top_search.et_search_opened\";i:1038;s:31:\".et_vertical_nav #et_top_search\";i:1039;s:15:\".et-search-form\";i:1040;s:21:\".et-search-form input\";i:1041;s:43:\".et-search-form .et-search-field::-ms-clear\";i:1042;s:101:\".et_header_style_centered .et-search-form input, .et_header_style_centered span.et_close_search_field\";i:1043;s:133:\".et_vertical_nav.et_header_style_centered .et-search-form input, .et_vertical_nav.et_header_style_centered span.et_close_search_field\";i:1044;s:25:\".et_search_form_container\";i:1045;s:35:\".container.et_search_form_container\";i:1046;s:56:\".container.et_search_form_container.et_pb_search_visible\";i:1047;s:40:\".et_pb_search_visible.et_pb_no_animation\";i:1048;s:25:\".et_pb_search_form_hidden\";i:1049;s:26:\"span.et_close_search_field\";i:1050;s:32:\"span.et_close_search_field:after\";i:1051;s:28:\".container.et_menu_container\";i:1052;s:60:\".container.et_search_form_container.et_pb_search_form_hidden\";i:1053;s:16:\".et_search_outer\";i:1054;s:28:\".container.et_pb_menu_hidden\";i:1055;s:19:\"form.et-search-form\";i:1056;s:48:\"input[type=search]::-webkit-search-cancel-button\";i:1057;s:21:\"#left-area .post-meta\";i:1058;s:23:\"#left-area .post-meta a\";i:1059;s:29:\"#left-area .et_featured_image\";i:1060;s:13:\".single .post\";i:1061;s:29:\"body.single .et_audio_content\";i:1062;s:76:\".single.et_pb_pagebuilder_layout.et_full_width_page #main-content .container\";i:1063;s:73:\".single.et_pb_pagebuilder_layout.et_full_width_page .et_post_meta_wrapper\";i:1064;s:86:\".single.et_pb_pagebuilder_layout.et_full_width_page .et_post_meta_wrapper:last-of-type\";i:1065;s:64:\".et_pb_pagebuilder_layout.single-post #page-container .et_pb_row\";i:1066;s:87:\".et_pb_pagebuilder_layout.single-post #page-container .et_pb_with_background .et_pb_row\";i:1067;s:168:\".et_pb_pagebuilder_layout.single.et_full_width_page #page-container .et_pb_row, .et_pb_pagebuilder_layout.single.et_full_width_portfolio_page #page-container .et_pb_row\";i:1068;s:94:\".et_pb_pagebuilder_layout .entry-content, .et_pb_pagebuilder_layout .et_pb_post .entry-content\";i:1069;s:52:\".single-project.et_pb_pagebuilder_layout .nav-single\";i:1070;s:27:\".et_password_protected_form\";i:1071;s:35:\".et_password_protected_form p input\";i:1072;s:33:\".et_password_protected_form label\";i:1073;s:45:\".et_password_protected_form .et_submit_button\";i:1074;s:82:\".post-password-required .et_pb_row, .post-password-required p.nocomments.container\";i:1075;s:53:\".post-password-required p.nocomments.container:before\";i:1076;s:12:\"p.demo_store\";i:1077;s:101:\".comment-content address, .entry-content address, body.et-pb-preview #main-content .container address\";i:1078;s:19:\".woocommerce-info a\";i:1079;s:28:\".shop_table .actions .submit\";i:1080;s:37:\".shop_table .actions .checkout-button\";i:1081;s:19:\".col2-set.addresses\";i:1082;s:16:\"table.shop_table\";i:1083;s:40:\".woocommerce-message a.button.wc-forward\";i:1084;s:46:\".woocommerce-message a.button.wc-forward:hover\";i:1085;s:82:\".woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea\";i:1086;s:26:\"p.woocommerce-result-count\";i:1087;s:27:\".entry-summary .entry-title\";i:1088;s:24:\".et_pb_widget .buttons a\";i:1089;s:13:\".product_meta\";i:1090;s:12:\".posted_in a\";i:1091;s:20:\".product .related h2\";i:1092;s:89:\".woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img\";i:1093;s:83:\".woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3\";i:1094;s:93:\".woocommerce ul.products li.product .onsale, .woocommerce-page ul.products li.product .onsale\";i:1095;s:55:\".woocommerce span.onsale, .woocommerce-page span.onsale\";i:1096;s:190:\".woocommerce #content div.product div.images img, .woocommerce div.product div.images img, .woocommerce-page #content div.product div.images img, .woocommerce-page div.product div.images img\";i:1097;s:234:\".woocommerce #content div.product div.images div.thumbnails, .woocommerce div.product div.images div.thumbnails, .woocommerce-page #content div.product div.images div.thumbnails, .woocommerce-page div.product div.images div.thumbnails\";i:1098;s:111:\".woocommerce .woocommerce-pagination ul.page-numbers, .woocommerce-page .woocommerce-pagination ul.page-numbers\";i:1099;s:77:\".woocommerce .products .star-rating, .woocommerce-page .products .star-rating\";i:1100;s:71:\".woocommerce .star-rating:before, .woocommerce-page .star-rating:before\";i:1101;s:192:\".woocommerce ul.products li.product .price, .woocommerce ul.products li.product .price del, .woocommerce-page ul.products li.product .price, .woocommerce-page ul.products li.product .price del\";i:1102;s:27:\".entry-summary p.price span\";i:1103;s:26:\".entry-summary p.price del\";i:1104;s:26:\".cart_table_item .quantity\";i:1105;s:31:\"#main-content .cart-subtotal td\";i:1106;s:53:\".woocommerce-checkout #main-content .cart-subtotal td\";i:1107;s:202:\"#content-area table td, #content-area table th, #content-area table tr, #main-content table.cart td, #main-content table.cart th, #main-content table.cart tr, table.cart td, table.cart th, table.cart tr\";i:1108;s:82:\"#main-content table.cart td.actions .button.alt, table.cart td.actions .button.alt\";i:1109;s:38:\"table.cart td.actions .checkout-button\";i:1110;s:66:\".orderby, .woocommerce div.product form.cart .variations td select\";i:1111;s:40:\".cart_totals h2, .shipping_calculator h2\";i:1112;s:170:\".woocommerce #content div.product form.cart, .woocommerce div.product form.cart, .woocommerce-page #content div.product form.cart, .woocommerce-page div.product form.cart\";i:1113;s:222:\".woocommerce #content div.product form.cart div.quantity, .woocommerce div.product form.cart div.quantity, .woocommerce-page #content div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity\";i:1114;s:223:\".woocommerce #content .quantity input.qty, .woocommerce .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-page #content .quantity input.qty, .woocommerce-page .quantity input.qty\";i:1115;s:78:\".woocommerce-cart table.cart td.actions .coupon .input-text::input-placeholder\";i:1116;s:86:\".woocommerce-cart table.cart td.actions .coupon .input-text::-webkit-input-placeholder\";i:1117;s:76:\".woocommerce-cart table.cart td.actions .coupon .input-text:-moz-placeholder\";i:1118;s:77:\".woocommerce-cart table.cart td.actions .coupon .input-text::-moz-placeholder\";i:1119;s:81:\".woocommerce-cart table.cart td.actions .coupon .input-text:-ms-input-placeholder\";i:1120;s:298:\".woocommerce #content .quantity .minus, .woocommerce #content .quantity .plus, .woocommerce .quantity .minus, .woocommerce .quantity .plus, .woocommerce-page #content .quantity .minus, .woocommerce-page #content .quantity .plus, .woocommerce-page .quantity .minus, .woocommerce-page .quantity .plus\";i:1121;s:122:\".woocommerce #content .quantity, .woocommerce .quantity, .woocommerce-page #content .quantity, .woocommerce-page .quantity\";i:1122;s:49:\".woocommerce div.product form.cart .variations td\";i:1123;s:60:\".woocommerce div.product form.cart .variations td:last-child\";i:1124;s:148:\".woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li, .woocommerce-page ul.cart_list li, .woocommerce-page ul.product_list_widget li\";i:1125;s:262:\".woocommerce #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs:before\";i:1126;s:34:\"body.woocommerce .woocommerce-tabs\";i:1127;s:124:\"body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs, body.woocommerce div.product .woocommerce-tabs ul.tabs\";i:1128;s:78:\"body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li.active\";i:1129;s:288:\"body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li:after, body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li:before, body.woocommerce div.product .woocommerce-tabs ul.tabs li:after, body.woocommerce div.product .woocommerce-tabs ul.tabs li:before\";i:1130;s:148:\"body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li.active a, body.woocommerce div.product .woocommerce-tabs ul.tabs li.active a\";i:1131;s:122:\"body.woocommerce #content-area div.product .woocommerce-tabs .panel, body.woocommerce div.product .woocommerce-tabs .panel\";i:1132;s:21:\"#reviews .commentlist\";i:1133;s:105:\".woocommerce #reviews #comments ol.commentlist li, .woocommerce-page #reviews #comments ol.commentlist li\";i:1134;s:133:\".woocommerce #reviews #comments ol.commentlist li .comment-text, .woocommerce-page #reviews #comments ol.commentlist li .comment-text\";i:1135;s:127:\".woocommerce #reviews #comments ol.commentlist li img.avatar, .woocommerce-page #reviews #comments ol.commentlist li img.avatar\";i:1136;s:147:\".woocommerce #reviews #comments ol.commentlist li .comment-text p.meta, .woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta\";i:1137;s:47:\".woocommerce #reviews .commentlist .star-rating\";i:1138;s:75:\".woocommerce #reviews #comments h2, .woocommerce-page #reviews #comments h2\";i:1139;s:59:\".woocommerce-error, .woocommerce-info, .woocommerce-message\";i:1140;s:80:\".woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before\";i:1141;s:94:\".woocommerce-page #review_form #respond p.form-submit, .woocommerce-page #reviews #commentform\";i:1142;s:17:\"div.pp_pic_holder\";i:1143;s:14:\"div.pp_overlay\";i:1144;s:43:\"figure.woocommerce-product-gallery__wrapper\";i:1145;s:56:\".woocommerce div.product div.images .flex-control-thumbs\";i:1146;s:59:\".woocommerce div.product div.images .flex-control-thumbs li\";i:1147;s:75:\".woocommerce div.product div.images .flex-control-thumbs li:nth-of-type(4n)\";i:1148;s:63:\".woocommerce div.product div.images.woocommerce-product-gallery\";i:1149;s:63:\".woocommerce div.product div.images .flex-control-thumbs li img\";i:1150;s:26:\".single-project #left-area\";i:1151;s:14:\".et_main_title\";i:1152;s:17:\".et_main_title h1\";i:1153;s:37:\".et_main_title .et_project_categories\";i:1154;s:39:\".et_main_title .et_project_categories a\";i:1155;s:23:\".project .entry-content\";i:1156;s:22:\".et_project_meta_title\";i:1157;s:16:\".et_project_meta\";i:1158;s:18:\".et_project_meta p\";i:1159;s:20:\".et_project_meta p a\";i:1160;s:13:\".nav-single a\";i:1161;s:13:\".nav-previous\";i:1162;s:9:\".nav-next\";i:1163;s:19:\".single .et_pb_post\";i:1164;s:35:\".et_portfolio_image, .et_shop_image\";i:1165;s:23:\".et_portfolio_image img\";i:1166;s:45:\".single .et_pb_post.et_pb_no_comments_section\";i:1167;s:49:\".et_pb_pagebuilder_layout .project .entry-content\";i:1168;s:44:\".et_full_width_portfolio_page .entry-content\";i:1169;s:41:\".et_full_width_portfolio_page .nav-single\";i:1170;s:41:\".entry-content .et_pb_member_social_links\";i:1171;s:15:\"#top-menu li li\";i:1172;s:17:\"#top-menu li li a\";i:1173;s:23:\"#et-secondary-nav li ul\";i:1174;s:26:\"#et-secondary-nav li ul ul\";i:1175;s:26:\"#et-secondary-nav li ul li\";i:1176;s:32:\"#et-secondary-nav li.et-hover>ul\";i:1177;s:23:\"#et-secondary-nav li>ul\";i:1178;s:29:\"#et-secondary-nav li:hover>ul\";i:1179;s:23:\"#et-secondary-nav li li\";i:1180;s:25:\"#et-secondary-nav li li a\";i:1181;s:31:\"#et-secondary-nav ul li a:hover\";i:1182;s:26:\"#et-secondary-nav li:hover\";i:1183;s:116:\"#et-secondary-nav .menu-item-has-children>a:first-child:after, #top-menu .menu-item-has-children>a:first-child:after\";i:1184;s:104:\"#et-secondary-nav .menu-item-has-children>a:first-child, #top-menu .menu-item-has-children>a:first-child\";i:1185;s:50:\"#top-menu li .menu-item-has-children>a:first-child\";i:1186;s:56:\"#top-menu li .menu-item-has-children>a:first-child:after\";i:1187;s:61:\"#et-secondary-nav .menu-item-has-children>a:first-child:after\";i:1188;s:64:\"#et-secondary-nav li .menu-item-has-children>a:first-child:after\";i:1189;s:22:\"#top-menu li.mega-menu\";i:1190;s:25:\"#top-menu li.mega-menu>ul\";i:1191;s:28:\"#top-menu li.mega-menu ul li\";i:1192;s:44:\"#top-menu li.mega-menu>ul>li:nth-of-type(4n)\";i:1193;s:46:\"#top-menu li.mega-menu>ul>li:nth-of-type(4n+1)\";i:1194;s:31:\"#top-menu li.mega-menu ul li li\";i:1195;s:28:\"#top-menu li.mega-menu li>ul\";i:1196;s:28:\"#top-menu li.mega-menu li ul\";i:1197;s:37:\"#top-menu li.mega-menu.et-hover li ul\";i:1198;s:31:\"#top-menu li.mega-menu:hover>ul\";i:1199;s:30:\"#top-menu li.mega-menu>ul>li>a\";i:1200;s:42:\"#top-menu li.mega-menu>ul>li>a:first-child\";i:1201;s:48:\"#top-menu li.mega-menu>ul>li>a:first-child:hover\";i:1202;s:27:\"#top-menu li.mega-menu li>a\";i:1203;s:91:\"#top-menu li.mega-menu.mega-menu-parent li li, #top-menu li.mega-menu.mega-menu-parent li>a\";i:1204;s:52:\"#top-menu li.mega-menu.mega-menu-parent li>.sub-menu\";i:1205;s:28:\"#top-menu li.mega-menu>ul>li\";i:1206;s:47:\"#top-menu li.mega-menu.mega-menu-parent-3>ul>li\";i:1207;s:47:\"#top-menu li.mega-menu.mega-menu-parent-2>ul>li\";i:1208;s:47:\"#top-menu li.mega-menu.mega-menu-parent-1>ul>li\";i:1209;s:66:\"#top-menu li.mega-menu .menu-item-has-children>a:first-child:after\";i:1210;s:34:\"#top-menu li.mega-menu>ul>li>ul>li\";i:1211;s:39:\".et_vertical_nav #top-menu li.mega-menu\";i:1212;s:45:\".et_vertical_nav #top-menu li.mega-menu li>ul\";i:1213;s:44:\".et_vertical_nav #top-menu li.mega-menu li>a\";i:1214;s:45:\".et_vertical_nav #top-menu li.mega-menu>ul>li\";i:1215;s:64:\".et_vertical_nav #top-menu li.mega-menu.mega-menu-parent-1>ul>li\";i:1216;s:64:\".et_vertical_nav #top-menu li.mega-menu.mega-menu-parent-2>ul>li\";i:1217;s:60:\".et_vertical_nav #top-menu li.mega-menu>ul>li:nth-child(n+4)\";i:1218;s:59:\".et_vertical_nav #top-menu li.mega-menu>ul>li:nth-child(3n)\";i:1219;s:61:\".et_vertical_nav #top-menu li.mega-menu>ul>li:nth-child(3n+1)\";i:1220;s:63:\".et_vertical_nav #top-menu li.mega-menu>ul>li:nth-of-type(4n+1)\";i:1221;s:61:\".et_vertical_nav #top-menu li.mega-menu>ul>li:nth-of-type(4n)\";i:1222;s:16:\".mobile_menu_bar\";i:1223;s:52:\".et_toggle_slide_menu:after, .mobile_menu_bar:before\";i:1224;s:24:\".mobile_nav .select_page\";i:1225;s:12:\"#main-footer\";i:1226;s:14:\".footer-widget\";i:1227;s:5:\".last\";i:1228;s:34:\".footer-widget .fwidget:last-child\";i:1229;s:33:\"#footer-widgets .footer-widget li\";i:1230;s:40:\"#footer-widgets .footer-widget li:before\";i:1231;s:35:\"#footer-widgets .footer-widget li a\";i:1232;s:41:\"#footer-widgets .footer-widget li a:hover\";i:1233;s:40:\".footer-widget .widget_adsensewidget ins\";i:1234;s:14:\"#footer-bottom\";i:1235;s:16:\"#footer-bottom a\";i:1236;s:12:\"#footer-info\";i:1237;s:14:\"#footer-info a\";i:1238;s:20:\"#footer-info a:hover\";i:1239;s:14:\"#et-footer-nav\";i:1240;s:14:\".bottom-nav li\";i:1241;s:13:\".bottom-nav a\";i:1242;s:19:\".bottom-nav a:hover\";i:1243;s:45:\".aligncenter, div.post .new-post .aligncenter\";i:1244;s:11:\".wp-caption\";i:1245;s:21:\".wp-caption.alignleft\";i:1246;s:22:\".wp-caption.alignright\";i:1247;s:15:\".wp-caption img\";i:1248;s:29:\".wp-caption p.wp-caption-text\";i:1249;s:11:\".alignright\";i:1250;s:10:\".alignleft\";i:1251;s:13:\"img.alignleft\";i:1252;s:14:\"img.alignright\";i:1253;s:11:\".pagination\";i:1254;s:12:\".wp-pagenavi\";i:1255;s:33:\".wp-pagenavi a, .wp-pagenavi span\";i:1256;s:60:\".wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink\";i:1257;s:47:\".wp-pagenavi a:hover, .wp-pagenavi span.current\";i:1258;s:44:\".page.et_pb_pagebuilder_layout #main-content\";i:1259;s:15:\"img#about-image\";i:1260;s:34:\".widget_search .screen-reader-text\";i:1261;s:57:\".widget_search input#s, .widget_search input#searchsubmit\";i:1262;s:17:\".widget_search #s\";i:1263;s:26:\".widget_search #searchform\";i:1264;s:28:\".widget_search #searchsubmit\";i:1265;s:13:\"#searchsubmit\";i:1266;s:12:\"#wp-calendar\";i:1267;s:14:\"#wp-calendar a\";i:1268;s:20:\"#wp-calendar a:hover\";i:1269;s:20:\"#wp-calendar caption\";i:1270;s:15:\"#wp-calendar td\";i:1271;s:21:\"#wp-calendar td#today\";i:1272;s:15:\"#wp-calendar th\";i:1273;s:42:\"#wp-calendar #next a, #wp-calendar #prev a\";i:1274;s:20:\"#wp-calendar #next a\";i:1275;s:20:\"#wp-calendar #prev a\";i:1276;s:11:\".tagcloud a\";i:1277;s:17:\".tagcloud a:hover\";i:1278;s:24:\".et_color_scheme_green a\";i:1279;s:149:\".et_color_scheme_green #top-header, .et_color_scheme_green .et_pb_counter_amount, .et_color_scheme_green .et_pb_featured_table .et_pb_pricing_heading\";i:1280;s:1258:\".et_color_scheme_green .woocommerce-error, .et_color_scheme_green .woocommerce-info, .et_color_scheme_green .woocommerce-message, .et_color_scheme_green.woocommerce #content input.button, .et_color_scheme_green.woocommerce #content input.button.alt, .et_color_scheme_green.woocommerce #respond input#submit, .et_color_scheme_green.woocommerce #respond input#submit.alt, .et_color_scheme_green.woocommerce a.button, .et_color_scheme_green.woocommerce a.button.alt, .et_color_scheme_green.woocommerce button.button, .et_color_scheme_green.woocommerce button.button.alt, .et_color_scheme_green.woocommerce input.button, .et_color_scheme_green.woocommerce input.button.alt, .et_color_scheme_green.woocommerce-page #content input.button, .et_color_scheme_green.woocommerce-page #content input.button.alt, .et_color_scheme_green.woocommerce-page #respond input#submit, .et_color_scheme_green.woocommerce-page #respond input#submit.alt, .et_color_scheme_green.woocommerce-page a.button, .et_color_scheme_green.woocommerce-page a.button.alt, .et_color_scheme_green.woocommerce-page button.button, .et_color_scheme_green.woocommerce-page button.button.alt, .et_color_scheme_green.woocommerce-page input.button, .et_color_scheme_green.woocommerce-page input.button.alt\";i:1281;s:1468:\".et_color_scheme_green #et_search_icon:hover, .et_color_scheme_green #top-menu li.current-menu-ancestor>a, .et_color_scheme_green #top-menu li.current-menu-item>a, .et_color_scheme_green .bottom-nav li.current-menu-item>a, .et_color_scheme_green .comment-reply-link, .et_color_scheme_green .entry-summary p.price ins, .et_color_scheme_green .et_overlay:before, .et_color_scheme_green .et_password_protected_form .et_submit_button, .et_color_scheme_green .et_pb_bg_layout_light .et_pb_more_button, .et_color_scheme_green .et_pb_bg_layout_light .et_pb_newsletter_button, .et_color_scheme_green .et_pb_bg_layout_light .et_pb_promo_button, .et_color_scheme_green .et_pb_contact_submit, .et_color_scheme_green .et_pb_pricing li a, .et_color_scheme_green .et_pb_pricing_table_button, .et_color_scheme_green .et_pb_sum, .et_color_scheme_green .footer-widget h4, .et_color_scheme_green .form-submit .et_pb_button, .et_color_scheme_green .mobile_menu_bar:before, .et_color_scheme_green.woocommerce #content div.product p.price, .et_color_scheme_green.woocommerce #content div.product span.price, .et_color_scheme_green.woocommerce div.product p.price, .et_color_scheme_green.woocommerce div.product span.price, .et_color_scheme_green.woocommerce-page #content div.product p.price, .et_color_scheme_green.woocommerce-page #content div.product span.price, .et_color_scheme_green.woocommerce-page div.product p.price, .et_color_scheme_green.woocommerce-page div.product span.price\";i:1282;s:125:\".et_color_scheme_green.woocommerce .star-rating span:before, .et_color_scheme_green.woocommerce-page .star-rating span:before\";i:1283;s:211:\".et_color_scheme_green .et-search-form, .et_color_scheme_green .et_mobile_menu, .et_color_scheme_green .et_pb_pricing li:before, .et_color_scheme_green .footer-widget li:before, .et_color_scheme_green .nav li ul\";i:1284;s:23:\".et_color_scheme_pink a\";i:1285;s:146:\".et_color_scheme_pink #top-header, .et_color_scheme_pink .et_pb_counter_amount, .et_color_scheme_pink .et_pb_featured_table .et_pb_pricing_heading\";i:1286;s:1235:\".et_color_scheme_pink .woocommerce-error, .et_color_scheme_pink .woocommerce-info, .et_color_scheme_pink .woocommerce-message, .et_color_scheme_pink.woocommerce #content input.button, .et_color_scheme_pink.woocommerce #content input.button.alt, .et_color_scheme_pink.woocommerce #respond input#submit, .et_color_scheme_pink.woocommerce #respond input#submit.alt, .et_color_scheme_pink.woocommerce a.button, .et_color_scheme_pink.woocommerce a.button.alt, .et_color_scheme_pink.woocommerce button.button, .et_color_scheme_pink.woocommerce button.button.alt, .et_color_scheme_pink.woocommerce input.button, .et_color_scheme_pink.woocommerce input.button.alt, .et_color_scheme_pink.woocommerce-page #content input.button, .et_color_scheme_pink.woocommerce-page #content input.button.alt, .et_color_scheme_pink.woocommerce-page #respond input#submit, .et_color_scheme_pink.woocommerce-page #respond input#submit.alt, .et_color_scheme_pink.woocommerce-page a.button, .et_color_scheme_pink.woocommerce-page a.button.alt, .et_color_scheme_pink.woocommerce-page button.button, .et_color_scheme_pink.woocommerce-page button.button.alt, .et_color_scheme_pink.woocommerce-page input.button, .et_color_scheme_pink.woocommerce-page input.button.alt\";i:1287;s:1442:\".et_color_scheme_pink #et_search_icon:hover, .et_color_scheme_pink #top-menu li.current-menu-ancestor>a, .et_color_scheme_pink #top-menu li.current-menu-item>a, .et_color_scheme_pink .bottom-nav li.current-menu-item>a, .et_color_scheme_pink .comment-reply-link, .et_color_scheme_pink .entry-summary p.price ins, .et_color_scheme_pink .et_overlay:before, .et_color_scheme_pink .et_password_protected_form .et_submit_button, .et_color_scheme_pink .et_pb_bg_layout_light .et_pb_more_button, .et_color_scheme_pink .et_pb_bg_layout_light .et_pb_newsletter_button, .et_color_scheme_pink .et_pb_bg_layout_light .et_pb_promo_button, .et_color_scheme_pink .et_pb_contact_submit, .et_color_scheme_pink .et_pb_pricing li a, .et_color_scheme_pink .et_pb_pricing_table_button, .et_color_scheme_pink .et_pb_sum, .et_color_scheme_pink .footer-widget h4, .et_color_scheme_pink .form-submit .et_pb_button, .et_color_scheme_pink .mobile_menu_bar:before, .et_color_scheme_pink.woocommerce #content div.product p.price, .et_color_scheme_pink.woocommerce #content div.product span.price, .et_color_scheme_pink.woocommerce div.product p.price, .et_color_scheme_pink.woocommerce div.product span.price, .et_color_scheme_pink.woocommerce-page #content div.product p.price, .et_color_scheme_pink.woocommerce-page #content div.product span.price, .et_color_scheme_pink.woocommerce-page div.product p.price, .et_color_scheme_pink.woocommerce-page div.product span.price\";i:1288;s:123:\".et_color_scheme_pink.woocommerce .star-rating span:before, .et_color_scheme_pink.woocommerce-page .star-rating span:before\";i:1289;s:206:\".et_color_scheme_pink .et-search-form, .et_color_scheme_pink .et_mobile_menu, .et_color_scheme_pink .et_pb_pricing li:before, .et_color_scheme_pink .footer-widget li:before, .et_color_scheme_pink .nav li ul\";i:1290;s:22:\".et_color_scheme_red a\";i:1291;s:143:\".et_color_scheme_red #top-header, .et_color_scheme_red .et_pb_counter_amount, .et_color_scheme_red .et_pb_featured_table .et_pb_pricing_heading\";i:1292;s:1212:\".et_color_scheme_red .woocommerce-error, .et_color_scheme_red .woocommerce-info, .et_color_scheme_red .woocommerce-message, .et_color_scheme_red.woocommerce #content input.button, .et_color_scheme_red.woocommerce #content input.button.alt, .et_color_scheme_red.woocommerce #respond input#submit, .et_color_scheme_red.woocommerce #respond input#submit.alt, .et_color_scheme_red.woocommerce a.button, .et_color_scheme_red.woocommerce a.button.alt, .et_color_scheme_red.woocommerce button.button, .et_color_scheme_red.woocommerce button.button.alt, .et_color_scheme_red.woocommerce input.button, .et_color_scheme_red.woocommerce input.button.alt, .et_color_scheme_red.woocommerce-page #content input.button, .et_color_scheme_red.woocommerce-page #content input.button.alt, .et_color_scheme_red.woocommerce-page #respond input#submit, .et_color_scheme_red.woocommerce-page #respond input#submit.alt, .et_color_scheme_red.woocommerce-page a.button, .et_color_scheme_red.woocommerce-page a.button.alt, .et_color_scheme_red.woocommerce-page button.button, .et_color_scheme_red.woocommerce-page button.button.alt, .et_color_scheme_red.woocommerce-page input.button, .et_color_scheme_red.woocommerce-page input.button.alt\";i:1293;s:1416:\".et_color_scheme_red #et_search_icon:hover, .et_color_scheme_red #top-menu li.current-menu-ancestor>a, .et_color_scheme_red #top-menu li.current-menu-item>a, .et_color_scheme_red .bottom-nav li.current-menu-item>a, .et_color_scheme_red .comment-reply-link, .et_color_scheme_red .entry-summary p.price ins, .et_color_scheme_red .et_overlay:before, .et_color_scheme_red .et_password_protected_form .et_submit_button, .et_color_scheme_red .et_pb_bg_layout_light .et_pb_more_button, .et_color_scheme_red .et_pb_bg_layout_light .et_pb_newsletter_button, .et_color_scheme_red .et_pb_bg_layout_light .et_pb_promo_button, .et_color_scheme_red .et_pb_contact_submit, .et_color_scheme_red .et_pb_pricing li a, .et_color_scheme_red .et_pb_pricing_table_button, .et_color_scheme_red .et_pb_sum, .et_color_scheme_red .footer-widget h4, .et_color_scheme_red .form-submit .et_pb_button, .et_color_scheme_red .mobile_menu_bar:before, .et_color_scheme_red.woocommerce #content div.product p.price, .et_color_scheme_red.woocommerce #content div.product span.price, .et_color_scheme_red.woocommerce div.product p.price, .et_color_scheme_red.woocommerce div.product span.price, .et_color_scheme_red.woocommerce-page #content div.product p.price, .et_color_scheme_red.woocommerce-page #content div.product span.price, .et_color_scheme_red.woocommerce-page div.product p.price, .et_color_scheme_red.woocommerce-page div.product span.price\";i:1294;s:123:\".et_color_scheme_red .woocommerce .star-rating span:before, .et_color_scheme_red .woocommerce-page .star-rating span:before\";i:1295;s:201:\".et_color_scheme_red .et-search-form, .et_color_scheme_red .et_mobile_menu, .et_color_scheme_red .et_pb_pricing li:before, .et_color_scheme_red .footer-widget li:before, .et_color_scheme_red .nav li ul\";i:1296;s:25:\".et_color_scheme_orange a\";i:1297;s:152:\".et_color_scheme_orange #top-header, .et_color_scheme_orange .et_pb_counter_amount, .et_color_scheme_orange .et_pb_featured_table .et_pb_pricing_heading\";i:1298;s:1281:\".et_color_scheme_orange .woocommerce-error, .et_color_scheme_orange .woocommerce-info, .et_color_scheme_orange .woocommerce-message, .et_color_scheme_orange.woocommerce #content input.button, .et_color_scheme_orange.woocommerce #content input.button.alt, .et_color_scheme_orange.woocommerce #respond input#submit, .et_color_scheme_orange.woocommerce #respond input#submit.alt, .et_color_scheme_orange.woocommerce a.button, .et_color_scheme_orange.woocommerce a.button.alt, .et_color_scheme_orange.woocommerce button.button, .et_color_scheme_orange.woocommerce button.button.alt, .et_color_scheme_orange.woocommerce input.button, .et_color_scheme_orange.woocommerce input.button.alt, .et_color_scheme_orange.woocommerce-page #content input.button, .et_color_scheme_orange.woocommerce-page #content input.button.alt, .et_color_scheme_orange.woocommerce-page #respond input#submit, .et_color_scheme_orange.woocommerce-page #respond input#submit.alt, .et_color_scheme_orange.woocommerce-page a.button, .et_color_scheme_orange.woocommerce-page a.button.alt, .et_color_scheme_orange.woocommerce-page button.button, .et_color_scheme_orange.woocommerce-page button.button.alt, .et_color_scheme_orange.woocommerce-page input.button, .et_color_scheme_orange.woocommerce-page input.button.alt\";i:1299;s:1494:\".et_color_scheme_orange #et_search_icon:hover, .et_color_scheme_orange #top-menu li.current-menu-ancestor>a, .et_color_scheme_orange #top-menu li.current-menu-item>a, .et_color_scheme_orange .bottom-nav li.current-menu-item>a, .et_color_scheme_orange .comment-reply-link, .et_color_scheme_orange .entry-summary p.price ins, .et_color_scheme_orange .et_overlay:before, .et_color_scheme_orange .et_password_protected_form .et_submit_button, .et_color_scheme_orange .et_pb_bg_layout_light .et_pb_more_button, .et_color_scheme_orange .et_pb_bg_layout_light .et_pb_newsletter_button, .et_color_scheme_orange .et_pb_bg_layout_light .et_pb_promo_button, .et_color_scheme_orange .et_pb_contact_submit, .et_color_scheme_orange .et_pb_pricing li a, .et_color_scheme_orange .et_pb_pricing_table_button, .et_color_scheme_orange .et_pb_sum, .et_color_scheme_orange .footer-widget h4, .et_color_scheme_orange .form-submit .et_pb_button, .et_color_scheme_orange .mobile_menu_bar:before, .et_color_scheme_orange.woocommerce #content div.product p.price, .et_color_scheme_orange.woocommerce #content div.product span.price, .et_color_scheme_orange.woocommerce div.product p.price, .et_color_scheme_orange.woocommerce div.product span.price, .et_color_scheme_orange.woocommerce-page #content div.product p.price, .et_color_scheme_orange.woocommerce-page #content div.product span.price, .et_color_scheme_orange.woocommerce-page div.product p.price, .et_color_scheme_orange.woocommerce-page div.product span.price\";i:1300;s:129:\".et_color_scheme_orange .woocommerce .star-rating span:before, .et_color_scheme_orange .woocommerce-page .star-rating span:before\";i:1301;s:216:\".et_color_scheme_orange .et-search-form, .et_color_scheme_orange .et_mobile_menu, .et_color_scheme_orange .et_pb_pricing li:before, .et_color_scheme_orange .footer-widget li:before, .et_color_scheme_orange .nav li ul\";i:1302;s:1684:\".et_color_scheme_green .et-cart-info, .et_color_scheme_green .et-pb-slider-arrows a, .et_color_scheme_green .et-social-icon a:hover, .et_color_scheme_green .et_audio_content a, .et_color_scheme_green .et_link_content a, .et_color_scheme_green .et_pb_more_button, .et_color_scheme_green .et_pb_newsletter_button, .et_color_scheme_green .et_pb_promo_button, .et_color_scheme_green .et_pb_slide_description .et_pb_slide_title a, .et_color_scheme_orange .et-cart-info, .et_color_scheme_orange .et-pb-slider-arrows a, .et_color_scheme_orange .et-social-icon a:hover, .et_color_scheme_orange .et_audio_content a, .et_color_scheme_orange .et_link_content a, .et_color_scheme_orange .et_pb_more_button, .et_color_scheme_orange .et_pb_newsletter_button, .et_color_scheme_orange .et_pb_promo_button, .et_color_scheme_orange .et_pb_slide_description .et_pb_slide_title a, .et_color_scheme_pink .et-cart-info, .et_color_scheme_pink .et-pb-slider-arrows a, .et_color_scheme_pink .et-social-icon a:hover, .et_color_scheme_pink .et_audio_content a, .et_color_scheme_pink .et_link_content a, .et_color_scheme_pink .et_pb_more_button, .et_color_scheme_pink .et_pb_newsletter_button, .et_color_scheme_pink .et_pb_promo_button, .et_color_scheme_pink .et_pb_slide_description .et_pb_slide_title a, .et_color_scheme_red .et-cart-info, .et_color_scheme_red .et-pb-slider-arrows a, .et_color_scheme_red .et-social-icon a:hover, .et_color_scheme_red .et_audio_content a, .et_color_scheme_red .et_link_content a, .et_color_scheme_red .et_pb_more_button, .et_color_scheme_red .et_pb_newsletter_button, .et_color_scheme_red .et_pb_promo_button, .et_color_scheme_red .et_pb_slide_description .et_pb_slide_title a\";i:1303;s:17:\"ul.et_pb_side_nav\";i:1304;s:34:\"ul.et_pb_side_nav li.side_nav_item\";i:1305;s:34:\"ul.et_pb_side_nav .side_nav_item a\";i:1306;s:28:\"ul.et_pb_side_nav.et-visible\";i:1307;s:41:\"ul.et_pb_side_nav .side_nav_item a.active\";i:1308;s:28:\".et_pb_scroll_top.et-pb-icon\";i:1309;s:24:\".et_pb_scroll_top:before\";i:1310;s:28:\".et_pb_scroll_top.et-visible\";i:1311;s:27:\".et_pb_scroll_top.et-hidden\";i:1312;s:105:\".et_pb_menu_hidden #et_search_icon:before, .et_pb_menu_hidden #top-menu, .et_pb_menu_hidden .et-cart-info\";i:1313;s:108:\".et_pb_menu_visible #et_search_icon:before, .et_pb_menu_visible #top-menu, .et_pb_menu_visible .et-cart-info\";i:1314;s:108:\".et_pb_menu_hidden #et_search_icon:before, .et_pb_menu_hidden #top-menu, .et_pb_menu_hidden .mobile_menu_bar\";i:1315;s:111:\".et_pb_menu_visible #et_search_icon:before, .et_pb_menu_visible #top-menu, .et_pb_menu_visible .mobile_menu_bar\";i:1316;s:157:\".et_pb_no_animation #et_search_icon:before, .et_pb_no_animation #top-menu, .et_pb_no_animation .mobile_menu_bar, .et_pb_no_animation.et_search_form_container\";i:1317;s:429:\".et_header_style_slide .et_slide_in_menu_container, .et_header_style_slide .et_slide_in_menu_container #et-info span, .et_header_style_slide .et_slide_in_menu_container .et_mobile_menu li a, .et_header_style_slide .et_slide_in_menu_container a, .et_header_style_slide .et_slide_in_menu_container input.et-search-field, .et_header_style_slide .et_slide_menu_top span, .et_header_style_slide .et_slide_menu_top ul.et-social-icons a\";i:1318;s:85:\".et_header_style_slide .et_slide_in_menu_container .et-search-field::-moz-placeholder\";i:1319;s:94:\".et_header_style_slide .et_slide_in_menu_container .et-search-field::-webkit-input-placeholder\";i:1320;s:89:\".et_header_style_slide .et_slide_in_menu_container .et-search-field:-ms-input-placeholder\";i:1321;s:36:\".mobile_menu_bar.et_pb_header_toggle\";i:1322;s:60:\".et_header_style_slide .mobile_menu_bar.et_toggle_slide_menu\";i:1323;s:382:\".et_header_style_fullscreen #et_top_search, .et_header_style_fullscreen #top-header, .et_header_style_fullscreen .et_slide_menu_top .clear, .et_header_style_fullscreen div#et_mobile_nav_menu, .et_header_style_slide #et_top_search, .et_header_style_slide #top-header, .et_header_style_slide div#et_mobile_nav_menu, .et_slide_in_menu_container #mobile_menu_slide .et_mobile_menu li ul\";i:1324;s:216:\".et_header_style_fullscreen div#et_mobile_nav_menu, .et_header_style_fullscreen.et_fullwidth_nav .et-search-form, .et_header_style_slide div#et_mobile_nav_menu, .et_header_style_slide.et_fullwidth_nav .et-search-form\";i:1325;s:158:\".et_slide_in_menu_container #mobile_menu_slide .et_mobile_menu_arrow:before, .et_slide_menu_top button#searchsubmit_header:before, .et_toggle_slide_menu:after\";i:1326;s:57:\".et_toggle_slide_menu:after, .et_toggle_slide_menu:before\";i:1327;s:28:\".et_toggle_slide_menu:before\";i:1328;s:27:\".et_toggle_slide_menu:after\";i:1329;s:53:\".et_pb_slide_menu_active .et_toggle_slide_menu:before\";i:1330;s:52:\".et_pb_slide_menu_active .et_toggle_slide_menu:after\";i:1331;s:238:\".et_header_style_fullscreen #top-menu-nav, .et_header_style_slide #top-menu-nav, .et_header_style_slide .et_slide_in_menu_container span.mobile_menu_bar.et_toggle_fullscreen_menu, .et_slide_in_menu_container #mobile_menu_slide ul.sub-menu\";i:1332;s:50:\".et_header_style_slide .et_slide_in_menu_container\";i:1333;s:27:\".et_slide_in_menu_container\";i:1334;s:38:\".admin-bar .et_slide_in_menu_container\";i:1335;s:18:\".et_slide_menu_top\";i:1336;s:38:\".et_header_style_slide #page-container\";i:1337;s:76:\".et_slide_menu_top span#et-info-email, .et_slide_menu_top ul.et-social-icons\";i:1338;s:40:\".et_slide_menu_top ul.et-social-icons li\";i:1339;s:33:\".et_slide_menu_top a.et-cart-info\";i:1340;s:24:\".et_slide_menu_top:after\";i:1341;s:34:\".et_slide_menu_top .et-search-form\";i:1342;s:40:\".et_slide_menu_top input.et-search-field\";i:1343;s:45:\".et_slide_menu_top button#searchsubmit_header\";i:1344;s:52:\".et_slide_menu_top button#searchsubmit_header:before\";i:1345;s:23:\".et_slide_menu_top span\";i:1346;s:30:\".et_slide_menu_top div#et-info\";i:1347;s:66:\".et_slide_menu_top, .et_slide_menu_top a, .et_slide_menu_top input\";i:1348;s:48:\".et_slide_in_menu_container ul#mobile_menu_slide\";i:1349;s:122:\".et_slide_in_menu_container #mobile_menu_slide li a, .et_slide_in_menu_container #mobile_menu_slide li.current-menu-item a\";i:1350;s:70:\".et_slide_in_menu_container #mobile_menu_slide .menu-item-has-children\";i:1351;s:53:\".et_slide_in_menu_container span.et_mobile_menu_arrow\";i:1352;s:74:\".et_slide_in_menu_container span.et_mobile_menu_arrow.et_pb_submenu_opened\";i:1353;s:75:\".et_slide_in_menu_container #mobile_menu_slide .et_mobile_menu_arrow:before\";i:1354;s:69:\".et_slide_in_menu_container .et_mobile_menu .menu-item-has-children>a\";i:1355;s:69:\".et_slide_in_menu_container .et_mobile_menu>.menu-item-has-children>a\";i:1356;s:61:\".et_slide_in_menu_container #mobile_menu_slide ul.sub-menu li\";i:1357;s:89:\".et_slide_in_menu_container #mobile_menu_slide ul.sub-menu.et_pb_slide_dropdown_opened>li\";i:1358;s:54:\".et_slide_in_menu_container .et_mobile_menu li a:hover\";i:1359;s:54:\".et_slide_in_menu_container #mobile_menu_slide li li a\";i:1360;s:60:\".et_slide_in_menu_container #mobile_menu_slide li li a:hover\";i:1361;s:76:\".et_header_style_fullscreen .et_slide_in_menu_container .et_mobile_menu li a\";i:1362;s:386:\".et_header_style_fullscreen .et_slide_in_menu_container, .et_header_style_fullscreen .et_slide_in_menu_container #et-info span, .et_header_style_fullscreen .et_slide_in_menu_container a, .et_header_style_fullscreen .et_slide_in_menu_container input.et-search-field, .et_header_style_fullscreen .et_slide_menu_top span, .et_header_style_fullscreen .et_slide_menu_top ul.et-social-icons a\";i:1363;s:90:\".et_header_style_fullscreen .et_slide_in_menu_container .et-search-field::-moz-placeholder\";i:1364;s:99:\".et_header_style_fullscreen .et_slide_in_menu_container .et-search-field::-webkit-input-placeholder\";i:1365;s:94:\".et_header_style_fullscreen .et_slide_in_menu_container .et-search-field:-ms-input-placeholder\";i:1366;s:70:\".et_header_style_fullscreen .mobile_menu_bar.et_toggle_fullscreen_menu\";i:1367;s:59:\".et_header_style_fullscreen .et_pb_fullscreen_nav_container\";i:1368;s:83:\".et_header_style_fullscreen.et_pb_no_top_bar_fullscreen .et_slide_in_menu_container\";i:1369;s:84:\".et_header_style_fullscreen .et_slide_in_menu_container.et_pb_fullscreen_menu_opened\";i:1370;s:109:\".et_header_style_fullscreen .et_slide_in_menu_container span.mobile_menu_bar.et_toggle_fullscreen_menu:before\";i:1371;s:46:\".et_header_style_fullscreen .et_slide_menu_top\";i:1372;s:49:\".et_header_style_fullscreen .et_pb_top_menu_inner\";i:1373;s:289:\".et_header_style_fullscreen .et_slide_in_menu_container span.mobile_menu_bar.et_toggle_fullscreen_menu:before, .et_header_style_fullscreen .et_slide_menu_top, .et_header_style_fullscreen .et_slide_menu_top a, .et_header_style_fullscreen .et_slide_menu_top button#searchsubmit_header:before\";i:1374;s:51:\".et_header_style_fullscreen input::-moz-placeholder\";i:1375;s:60:\".et_header_style_fullscreen input::-webkit-input-placeholder\";i:1376;s:55:\".et_header_style_fullscreen input:-ms-input-placeholder\";i:1377;s:131:\".et_header_style_fullscreen a.et-cart-info, .et_header_style_fullscreen div#et-info, .et_header_style_fullscreen ul.et-social-icons\";i:1378;s:44:\".et_header_style_fullscreen div#et-info span\";i:1379;s:42:\".et_header_style_fullscreen a.et-cart-info\";i:1380;s:65:\".et_header_style_fullscreen .et_slide_menu_top ul.et-social-icons\";i:1381;s:68:\".et_header_style_fullscreen .et_slide_menu_top ul.et-social-icons li\";i:1382;s:70:\".et_header_style_fullscreen #mobile_menu_slide .menu-item-has-children\";i:1383;s:48:\".et_header_style_fullscreen ul#mobile_menu_slide\";i:1384;s:43:\".et_header_style_fullscreen .et_mobile_menu\";i:1385;s:45:\".et_pb_fullscreen_menu_opened .et_mobile_menu\";i:1386;s:46:\".et_header_style_fullscreen .et_mobile_menu li\";i:1387;s:76:\".et_header_style_fullscreen .et_slide_in_menu_container #mobile_menu_slide a\";i:1388;s:81:\".et_header_style_fullscreen .et_slide_in_menu_container span.et_mobile_menu_arrow\";i:1389;s:103:\".et_header_style_fullscreen .et_slide_in_menu_container #mobile_menu_slide .et_mobile_menu_arrow:before\";i:1390;s:50:\".et_pb_fullscreen_menu_animated .et_mobile_menu li\";i:1391;s:48:\".et_pb_fullscreen_menu_opened .et_mobile_menu li\";i:1392;s:61:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(1)\";i:1393;s:61:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(2)\";i:1394;s:61:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(3)\";i:1395;s:61:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(4)\";i:1396;s:61:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(5)\";i:1397;s:61:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(6)\";i:1398;s:61:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(7)\";i:1399;s:61:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(8)\";i:1400;s:61:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(9)\";i:1401;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(10)\";i:1402;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(11)\";i:1403;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(12)\";i:1404;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(13)\";i:1405;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(14)\";i:1406;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(15)\";i:1407;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(16)\";i:1408;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(17)\";i:1409;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(18)\";i:1410;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(19)\";i:1411;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(20)\";i:1412;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(21)\";i:1413;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(22)\";i:1414;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(23)\";i:1415;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(24)\";i:1416;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(25)\";i:1417;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(26)\";i:1418;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(27)\";i:1419;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(28)\";i:1420;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(29)\";i:1421;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(30)\";i:1422;s:123:\".et_header_style_fullscreen .et-fixed-header #et-top-navigation, .et_header_style_slide .et-fixed-header #et-top-navigation\";i:1423;s:296:\".et_left_sidebar .et_pb_column_2_3 .et_pb_countdown_timer .section p.value, .et_left_sidebar .et_pb_column_2_3 .et_pb_countdown_timer .section.sep, .et_right_sidebar .et_pb_column_2_3 .et_pb_countdown_timer .section p.value, .et_right_sidebar .et_pb_column_2_3 .et_pb_countdown_timer .section.sep\";i:1424;s:296:\".et_left_sidebar .et_pb_column_1_2 .et_pb_countdown_timer .section p.value, .et_left_sidebar .et_pb_column_1_2 .et_pb_countdown_timer .section.sep, .et_right_sidebar .et_pb_column_1_2 .et_pb_countdown_timer .section p.value, .et_right_sidebar .et_pb_column_1_2 .et_pb_countdown_timer .section.sep\";i:1425;s:296:\".et_left_sidebar .et_pb_column_3_8 .et_pb_countdown_timer .section p.value, .et_left_sidebar .et_pb_column_3_8 .et_pb_countdown_timer .section.sep, .et_right_sidebar .et_pb_column_3_8 .et_pb_countdown_timer .section p.value, .et_right_sidebar .et_pb_column_3_8 .et_pb_countdown_timer .section.sep\";i:1426;s:296:\".et_left_sidebar .et_pb_column_1_3 .et_pb_countdown_timer .section p.value, .et_left_sidebar .et_pb_column_1_3 .et_pb_countdown_timer .section.sep, .et_right_sidebar .et_pb_column_1_3 .et_pb_countdown_timer .section p.value, .et_right_sidebar .et_pb_column_1_3 .et_pb_countdown_timer .section.sep\";i:1427;s:296:\".et_left_sidebar .et_pb_column_1_4 .et_pb_countdown_timer .section p.value, .et_left_sidebar .et_pb_column_1_4 .et_pb_countdown_timer .section.sep, .et_right_sidebar .et_pb_column_1_4 .et_pb_countdown_timer .section p.value, .et_right_sidebar .et_pb_column_1_4 .et_pb_countdown_timer .section.sep\";i:1428;s:42:\".et_pb_column_1_3 h1, .et_pb_column_1_4 h1\";i:1429;s:42:\".et_pb_column_1_3 h2, .et_pb_column_1_4 h2\";i:1430;s:42:\".et_pb_column_1_3 h3, .et_pb_column_1_4 h3\";i:1431;s:42:\".et_pb_column_1_3 h4, .et_pb_column_1_4 h4\";i:1432;s:42:\".et_pb_column_1_3 h5, .et_pb_column_1_4 h5\";i:1433;s:42:\".et_pb_column_1_3 h6, .et_pb_column_1_4 h6\";i:1434;s:15:\".clearfix:after\";i:1435;s:511:\".et_pb_blurb_content, .et_pb_circle_counter, .et_pb_contact_main_title, .et_pb_countdown_timer_container, .et_pb_counter_title, .et_pb_gallery_item, .et_pb_newsletter_description, .et_pb_number_counter, .et_pb_portfolio_item, .et_pb_post, .et_pb_pricing_content, .et_pb_pricing_heading, .et_pb_promo_description, .et_pb_slide_description, .et_pb_tab, .et_pb_tabs_controls, .et_pb_team_member, .et_pb_testimonial_description_inner, .et_pb_text, .et_pb_toggle_content, .et_pb_toggle_title, .et_pb_widget, .product\";i:1436;s:593:\".et_overlay:before, .et_pb_bg_layout_light .et_pb_more_button, .et_pb_bg_layout_light .et_pb_newsletter_button, .et_pb_bg_layout_light .et_pb_promo_button, .et_pb_bg_layout_light.et_pb_module.et_pb_button, .et_pb_contact_submit, .et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active, .et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a.active, .et_pb_gallery .et_pb_gallery_pagination ul li a.active, .et_pb_member_social_links a:hover, .et_pb_pricing li a, .et_pb_pricing_table_button, .et_pb_sum, .woocommerce-page #content input.button:hover .et_pb_widget li a:hover\";i:1437;s:29:\".et_pb_pricing li span:before\";i:1438;s:123:\".et_audio_content, .et_link_content, .et_pb_counter_amount, .et_pb_featured_table .et_pb_pricing_heading, .et_quote_content\";i:1439;s:36:\".et_pb_column.et_pb_section_parallax\";i:1440;s:13:\".et_pb_button\";i:1441;s:54:\".et_pb_button:hover, .et_pb_module .et_pb_button:hover\";i:1442;s:19:\".et_pb_button:hover\";i:1443;s:177:\".et_pb_bg_layout_light .et_pb_button:hover, .et_pb_bg_layout_light.et_pb_button:hover, .et_pb_contact_reset:hover, .et_pb_contact_submit:hover, .et_pb_pricing_table_button:hover\";i:1444;s:41:\".et_pb_button:after, .et_pb_button:before\";i:1445;s:20:\".et_pb_button:before\";i:1446;s:169:\".et_pb_button:hover:after, .et_pb_more_button:hover:after, .et_pb_newsletter_button:hover:after, .et_pb_pricing_table_button:hover:after, .et_pb_promo_button:hover:after\";i:1447;s:26:\".et_pb_contact_reset:hover\";i:1448;s:20:\".et_subscribe_loader\";i:1449;s:56:\".et_pb_button_text_loading .et_pb_newsletter_button_text\";i:1450;s:16:\".et_post_gallery\";i:1451;s:23:\"p.et_pb_gallery_caption\";i:1452;s:18:\".fullwidth-menu li\";i:1453;s:29:\".fullwidth-menu>li:last-child\";i:1454;s:17:\".fullwidth-menu a\";i:1455;s:23:\".fullwidth-menu a:hover\";i:1456;s:20:\".fullwidth-menu li>a\";i:1457;s:197:\".et_pb_all_tabs, .et_pb_counters .et_pb_counter_container, .et_pb_module, .et_pb_portfolio_item, .et_pb_pricing_table, .et_pb_row, .et_pb_row_inner, .et_pb_slide, .et_pb_tab, .et_pb_with_background\";i:1458;s:12:\".et_pb_image\";i:1459;s:24:\".et_pb_image.aligncenter\";i:1460;s:53:\".et_pb_image.et_pb_has_overlay a.et_pb_lightbox_image\";i:1461;s:19:\".et_pb_image_sticky\";i:1462;s:11:\".et-pb-icon\";i:1463;s:18:\".et-pb-icon-circle\";i:1464;s:25:\".et-pb-icon-circle-border\";i:1465;s:20:\".et_pb_blurb_content\";i:1466;s:35:\".et_pb_blurb_content p:last-of-type\";i:1467;s:23:\".et_pb_main_blurb_image\";i:1468;s:15:\".et_pb_blurb h4\";i:1469;s:17:\".et_pb_blurb h4 a\";i:1470;s:103:\".et_pb_blurb_position_left .et_pb_main_blurb_image, .et_pb_blurb_position_right .et_pb_main_blurb_image\";i:1471;s:111:\".et_pb_blurb_position_left .et_pb_main_blurb_image img, .et_pb_blurb_position_right .et_pb_main_blurb_image img\";i:1472;s:79:\".et_pb_blurb_position_left .et-pb-icon, .et_pb_blurb_position_right .et-pb-icon\";i:1473;s:93:\".et_pb_blurb_position_left .et-pb-icon-circle, .et_pb_blurb_position_right .et-pb-icon-circle\";i:1474;s:107:\".et_pb_blurb_position_left .et-pb-icon-circle-border, .et_pb_blurb_position_right .et-pb-icon-circle-border\";i:1475;s:101:\".et_pb_blurb_position_left .et_pb_blurb_container, .et_pb_blurb_position_right .et_pb_blurb_container\";i:1476;s:49:\".et_pb_blurb_position_left .et_pb_blurb_container\";i:1477;s:47:\".et_pb_blurb_position_left .et_pb_blurb_content\";i:1478;s:50:\".et_pb_blurb_position_right .et_pb_blurb_container\";i:1479;s:48:\".et_pb_blurb_position_right .et_pb_blurb_content\";i:1480;s:51:\".et_pb_blurb_position_right .et_pb_main_blurb_image\";i:1481;s:39:\".et_pb_blurb_position_right .et-pb-icon\";i:1482;s:20:\".et_pb_pricing_table\";i:1483;s:21:\".et_pb_featured_table\";i:1484;s:44:\".et_pb_centered_pricing_items .et_pb_pricing\";i:1485;s:38:\".et_pb_column_4_4 .et_pb_pricing_table\";i:1486;s:55:\".et_pb_column_4_4 .et_pb_pricing_3 .et_pb_pricing_table\";i:1487;s:117:\".et_pb_column_1_2 .et_pb_pricing_table, .et_pb_column_2_3 .et_pb_pricing_table, .et_pb_pricing_2 .et_pb_pricing_table\";i:1488;s:157:\".et_pb_column_1_3 .et_pb_pricing_table, .et_pb_column_1_4 .et_pb_pricing_table, .et_pb_column_3_8 .et_pb_pricing_table, .et_pb_pricing_1 .et_pb_pricing_table\";i:1489;s:416:\".et_pb_column_1_3 .et_pb_pricing_table.et-last-child, .et_pb_column_1_3 .et_pb_pricing_table:last-child, .et_pb_column_1_4 .et_pb_pricing_table.et-last-child, .et_pb_column_1_4 .et_pb_pricing_table:last-child, .et_pb_column_3_8 .et_pb_pricing_table.et-last-child, .et_pb_column_3_8 .et_pb_pricing_table:last-child, .et_pb_pricing_1 .et_pb_pricing_table.et-last-child, .et_pb_pricing_1 .et_pb_pricing_table:last-child\";i:1490;s:386:\".et_pb_column_1_2>.et_pb_pricing>.et_pb_pricing_table_wrap>.et_pb_pricing_table:nth-child(2n+1), .et_pb_column_2_3>.et_pb_pricing>.et_pb_pricing_table_wrap>.et_pb_pricing_table:nth-child(2n+1), .et_pb_column_3_4>.et_pb_pricing>.et_pb_pricing_table_wrap>.et_pb_pricing_table:nth-child(3n+1), .et_pb_column_4_4>.et_pb_pricing>.et_pb_pricing_table_wrap>.et_pb_pricing_table:nth-child(4n+1)\";i:1491;s:382:\".et_pb_column_1_2>.et_pb_pricing>.et_pb_pricing_table_wrap>.et_pb_pricing_table:nth-child(n+3), .et_pb_column_2_3>.et_pb_pricing>.et_pb_pricing_table_wrap>.et_pb_pricing_table:nth-child(n+3), .et_pb_column_3_4>.et_pb_pricing>.et_pb_pricing_table_wrap>.et_pb_pricing_table:nth-child(n+4), .et_pb_column_4_4>.et_pb_pricing>.et_pb_pricing_table_wrap>.et_pb_pricing_table:nth-child(n+5)\";i:1492;s:406:\".et_pb_column_1_2 .et_pb_pricing_table_wrap .et_pb_pricing_table.et_pb_featured_table:nth-child(n+3), .et_pb_column_2_3 .et_pb_pricing_table_wrap .et_pb_pricing_table.et_pb_featured_table:nth-child(n+3), .et_pb_column_3_4 .et_pb_pricing_table_wrap .et_pb_pricing_table.et_pb_featured_table:nth-child(n+4), .et_pb_column_4_4 .et_pb_pricing_table_wrap .et_pb_pricing_table.et_pb_featured_table:nth-child(n+5)\";i:1493;s:22:\".et_pb_pricing_heading\";i:1494;s:25:\".et_pb_pricing_heading h2\";i:1495;s:17:\".et_pb_best_value\";i:1496;s:26:\".et_pb_pricing_content_top\";i:1497;s:15:\".et_pb_et_price\";i:1498;s:18:\".et_pb_dollar_sign\";i:1499;s:10:\".et_pb_sum\";i:1500;s:22:\".et_pb_pricing_content\";i:1501;s:44:\".et_pb_featured_table .et_pb_pricing_content\";i:1502;s:17:\".et_pb_pricing li\";i:1503;s:28:\".et_pb_pricing li:last-child\";i:1504;s:37:\".et_pb_pricing li.et_pb_not_available\";i:1505;s:49:\".et_pb_pricing li.et_pb_not_available span:before\";i:1506;s:19:\".et_pb_pricing li a\";i:1507;s:22:\".et_pb_pricing li span\";i:1508;s:47:\".et_pb_centered_pricing_items .et_pb_pricing li\";i:1509;s:27:\".et_pb_pricing_table_button\";i:1510;s:42:\".et_pb_testimonial.et_pb_testimonial_no_bg\";i:1511;s:33:\".et_pb_testimonial p:last-of-type\";i:1512;s:63:\".et_pb_testimonial_portrait, .et_pb_testimonial_portrait:before\";i:1513;s:27:\".et_pb_testimonial_portrait\";i:1514;s:34:\".et_pb_testimonial_portrait:before\";i:1515;s:139:\".et_pb_column_1_3 .et_pb_testimonial_portrait, .et_pb_column_1_4 .et_pb_testimonial_portrait, .et_pb_column_3_8 .et_pb_testimonial_portrait\";i:1516;s:68:\".et_pb_testimonial_description, .et_pb_testimonial_description_inner\";i:1517;s:54:\".et_pb_bg_layout_dark .et_pb_testimonial_description a\";i:1518;s:25:\".et_pb_testimonial_author\";i:1519;s:27:\".et_pb_testimonial_author a\";i:1520;s:25:\".et_pb_testimonial:before\";i:1521;s:49:\".et_pb_testimonial.et_pb_testimonial_no_bg:before\";i:1522;s:40:\".et_pb_testimonial.et_pb_icon_off:before\";i:1523;s:93:\".et_pb_testimonial_old_layout, .et_pb_testimonial_old_layout .et_pb_testimonial_description a\";i:1524;s:9:\".et-promo\";i:1525;s:21:\".et-promo-description\";i:1526;s:23:\".et-promo-description p\";i:1527;s:16:\".et-promo-button\";i:1528;s:20:\".et_pb_counter_title\";i:1529;s:43:\".et_pb_bg_layout_light .et_pb_counter_title\";i:1530;s:24:\".et_pb_counter_container\";i:1531;s:21:\".et_pb_counter_amount\";i:1532;s:48:\".et_pb_counters span.et_pb_counter_amount_number\";i:1533;s:38:\".et_pb_counters.et_pb_section_video>li\";i:1534;s:60:\".et_pb_counters>li.et_pb_section_video .et_pb_counter_amount\";i:1535;s:37:\".et_pb_post .entry-featured-image-url\";i:1536;s:14:\".et_pb_post h2\";i:1537;s:44:\".et_pb_portfolio_item h3 a, .et_pb_post h2 a\";i:1538;s:60:\".et_pb_portfolio_item .post-meta a, .et_pb_post .post-meta a\";i:1539;s:17:\".et_pb_post .more\";i:1540;s:24:\".et_pb_posts a.more-link\";i:1541;s:54:\".et_pb_has_overlay.et_pb_post .et_pb_image_container a\";i:1542;s:44:\".et_pb_posts.et_pb_module article .et_pb_row\";i:1543;s:67:\".et_pb_posts.et_pb_module article .et_pb_with_background .et_pb_row\";i:1544;s:356:\".et_pb_bg_layout_light .et_pb_portfolio_item .post-meta, .et_pb_bg_layout_light .et_pb_portfolio_item .post-meta a, .et_pb_bg_layout_light .et_pb_post .post-meta, .et_pb_bg_layout_light .et_pb_post .post-meta a, .et_pb_bg_layout_light .et_pb_post p, .et_pb_bg_layout_light p.et_pb_title_meta_container, .et_pb_bg_layout_light p.et_pb_title_meta_container a\";i:1545;s:349:\".et_pb_bg_layout_dark .et_pb_portfolio_item .post-meta, .et_pb_bg_layout_dark .et_pb_portfolio_item .post-meta a, .et_pb_bg_layout_dark .et_pb_post .post-meta, .et_pb_bg_layout_dark .et_pb_post .post-meta a, .et_pb_bg_layout_dark .et_pb_post p, .et_pb_bg_layout_dark p.et_pb_title_meta_container, .et_pb_bg_layout_dark p.et_pb_title_meta_container a\";i:1546;s:24:\".et_pb_blog_grid .column\";i:1547;s:98:\".et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_blog_grid .column.size-1of3:nth-child(3n)\";i:1548;s:28:\".et_pb_blog_grid .et_pb_post\";i:1549;s:39:\".et_pb_blog_grid_dropshadow .et_pb_post\";i:1550;s:39:\".et_pb_blog_grid .et_pb_image_container\";i:1551;s:145:\".et_pb_blog_grid .et_audio_content, .et_pb_blog_grid .et_main_video_container, .et_pb_blog_grid .et_pb_post .et_pb_slider, .et_pb_image_container\";i:1552;s:45:\".et_pb_image_container img, .et_pb_post a img\";i:1553;s:43:\".et_pb_blog_grid .et_pb_image_container img\";i:1554;s:35:\".et_pb_blog_grid .et_pb_no_thumb h2\";i:1555;s:34:\".et_pb_blog_grid .et_audio_content\";i:1556;s:19:\".et_pb_blog_grid h2\";i:1557;s:64:\".et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before\";i:1558;s:68:\".et_pb_blog_grid .et_pb_salvattore_content[data-columns] .et_pb_post\";i:1559;s:76:\".et_ie9 .et_pb_blog_grid .et_pb_salvattore_content[data-columns] .et_pb_post\";i:1560;s:76:\".et_pb_blog_grid .et_pb_salvattore_content[data-columns] .column .et_pb_post\";i:1561;s:36:\".et_pb_post .et_main_video_container\";i:1562;s:50:\".et_pb_post .et_pb_video_overlay .et_pb_video_play\";i:1563;s:44:\".et_pb_post .et_pb_video_overlay_hover:hover\";i:1564;s:52:\".et_pb_blog_grid .et_main_video_overlay:hover:before\";i:1565;s:12:\".et_pb_video\";i:1566;s:16:\".et_pb_video_box\";i:1567;s:22:\".et_pb_video_box video\";i:1568;s:20:\".et_pb_video_overlay\";i:1569;s:24:\".et_pb_video_play:before\";i:1570;s:17:\".et_pb_video_play\";i:1571;s:40:\".et_pb_bg_layout_light .et_pb_video_play\";i:1572;s:26:\".et_pb_video_overlay_hover\";i:1573;s:45:\".et_pb_video .et_pb_video_overlay_hover:hover\";i:1574;s:66:\".et_pb_video_slider .et_pb_slider:hover .et_pb_video_overlay_hover\";i:1575;s:80:\".et_pb_video_slider .et_pb_slider_dots.et_pb_controls_light~.et-pb-controllers a\";i:1576;s:100:\".et_pb_video_slider .et_pb_slider_dots.et_pb_controls_light~.et-pb-controllers .et-pb-active-control\";i:1577;s:79:\".et_pb_video_slider .et_pb_slider_dots.et_pb_controls_dark~.et-pb-controllers a\";i:1578;s:99:\".et_pb_video_slider .et_pb_slider_dots.et_pb_controls_dark~.et-pb-controllers .et-pb-active-control\";i:1579;s:61:\".et_pb_video_slider .et_pb_controls_dark .et-pb-slider-arrows\";i:1580;s:70:\".et_pb_video_slider .et-pb-controllers-has-video-tag.et-pb-controllers\";i:1581;s:15:\".et_pb_carousel\";i:1582;s:39:\".et_pb_carousel:hover .et-pb-arrow-prev\";i:1583;s:39:\".et_pb_carousel:hover .et-pb-arrow-next\";i:1584;s:22:\".et_pb_slider_carousel\";i:1585;s:235:\".et_pb_slider_carousel.et_pb_controls_light+.et_pb_carousel .et-pb-arrow-next, .et_pb_slider_carousel.et_pb_controls_light+.et_pb_carousel .et-pb-arrow-prev, .et_pb_slider_carousel.et_pb_controls_light+.et_pb_carousel .et_pb_video_play\";i:1586;s:356:\".et_pb_slider_carousel.et_pb_controls_dark .et-pb-arrow-next, .et_pb_slider_carousel.et_pb_controls_dark .et-pb-arrow-prev, .et_pb_slider_carousel.et_pb_controls_dark+.et_pb_carousel .et-pb-arrow-next, .et_pb_slider_carousel.et_pb_controls_dark+.et_pb_carousel .et-pb-arrow-prev, .et_pb_slider_carousel.et_pb_controls_dark+.et_pb_carousel .et_pb_video_play\";i:1587;s:21:\".et_pb_carousel_items\";i:1588;s:40:\".et_pb_carousel_items .et-carousel-group\";i:1589;s:47:\".et_pb_carousel_items .et-carousel-group.active\";i:1590;s:79:\".et_pb_carousel_items .et-carousel-group.active .et_pb_carousel_item:last-child\";i:1591;s:20:\".et_pb_carousel_item\";i:1592;s:52:\".et_pb_carousel_items.columns-6 .et_pb_carousel_item\";i:1593;s:52:\".et_pb_carousel_items.columns-5 .et_pb_carousel_item\";i:1594;s:52:\".et_pb_carousel_items.columns-4 .et_pb_carousel_item\";i:1595;s:52:\".et_pb_carousel_items.columns-3 .et_pb_carousel_item\";i:1596;s:52:\".et_pb_carousel_items.columns-2 .et_pb_carousel_item\";i:1597;s:52:\".et_pb_carousel_items.columns-1 .et_pb_carousel_item\";i:1598;s:26:\".et_pb_carousel_item:after\";i:1599;s:41:\".et_pb_carousel_item .et_pb_video_overlay\";i:1600;s:68:\".et_pb_carousel_item.et-pb-active-control .et_pb_video_overlay_hover\";i:1601;s:38:\".et_pb_carousel_item .et_pb_video_play\";i:1602;s:65:\".et_pb_carousel_item .et_pb_video_overlay:hover .et_pb_video_play\";i:1603;s:53:\".et_pb_carousel_item .et_pb_video_overlay_hover:hover\";i:1604;s:58:\".et_mobile_device .et_pb_slider_carousel .et-pb-arrow-prev\";i:1605;s:58:\".et_mobile_device .et_pb_slider_carousel .et-pb-arrow-next\";i:1606;s:51:\".et_mobile_device .et_pb_carousel .et-pb-arrow-prev\";i:1607;s:51:\".et_mobile_device .et_pb_carousel .et-pb-arrow-next\";i:1608;s:53:\".et_pb_column_1_4 .et_pb_slider_carousel .et_pb_slide\";i:1609;s:230:\".et_pb_column_1_2 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_2_3 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_3_4 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_4_4 .et_pb_carousel_item .et_pb_video_play\";i:1610;s:114:\".et_pb_column_1_3 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_3_8 .et_pb_carousel_item .et_pb_video_play\";i:1611;s:56:\".et_pb_column_1_4 .et_pb_carousel_item .et_pb_video_play\";i:1612;s:58:\".et_pb_no_sidebar_vertical_divider .et_pb_widget_area_left\";i:1613;s:59:\".et_pb_no_sidebar_vertical_divider .et_pb_widget_area_right\";i:1614;s:24:\".et_pb_sidebar_no_border\";i:1615;s:22:\".et_pb_fullwidth_image\";i:1616;s:26:\".et_pb_fullwidth_image img\";i:1617;s:24:\".et_pb_promo_description\";i:1618;s:39:\".et_pb_promo_description p:last-of-type\";i:1619;s:47:\".et_pb_module.et_pb_button, .et_pb_promo_button\";i:1620;s:57:\".et_pb_newsletter_button:hover, .et_pb_promo_button:hover\";i:1621;s:94:\".et_pb_column_1_2 .et_pb_promo, .et_pb_column_1_3 .et_pb_promo, .et_pb_column_1_4 .et_pb_promo\";i:1622;s:57:\".et_pb_button_module_wrapper.et_pb_button_alignment_right\";i:1623;s:58:\".et_pb_button_module_wrapper.et_pb_button_alignment_center\";i:1624;s:17:\".et_pb_newsletter\";i:1625;s:53:\".et_pb_newsletter_description, .et_pb_newsletter_form\";i:1626;s:29:\".et_pb_newsletter_description\";i:1627;s:44:\".et_pb_newsletter_description p:last-of-type\";i:1628;s:22:\".et_pb_newsletter_form\";i:1629;s:30:\".et_pb_newsletter_form p input\";i:1630;s:44:\".et_pb_newsletter_form p .et_pb_signup_error\";i:1631;s:24:\".et_pb_newsletter_result\";i:1632;s:24:\".et_pb_newsletter_button\";i:1633;s:91:\".et_pb_feedburner_form .et_pb_newsletter_button, .et_pb_login_form .et_pb_newsletter_button\";i:1634;s:51:\".et_pb_feedburner_form form, .et_pb_login_form form\";i:1635;s:97:\".et_pb_feedburner_form ::-webkit-input-placeholder, .et_pb_login_form ::-webkit-input-placeholder\";i:1636;s:79:\".et_pb_feedburner_form ::-moz-placeholder, .et_pb_login_form ::-moz-placeholder\";i:1637;s:87:\".et_pb_feedburner_form :-ms-input-placeholder, .et_pb_login_form :-ms-input-placeholder\";i:1638;s:12:\".et_pb_no_bg\";i:1639;s:584:\".et_pb_column_1_2 .et_pb_newsletter_description, .et_pb_column_1_2 .et_pb_newsletter_form, .et_pb_column_1_3 .et_pb_newsletter_description, .et_pb_column_1_3 .et_pb_newsletter_form, .et_pb_column_1_3.et_pb_column_inner .et_pb_newsletter_description, .et_pb_column_1_3.et_pb_column_inner .et_pb_newsletter_form, .et_pb_column_1_4 .et_pb_newsletter_description, .et_pb_column_1_4 .et_pb_newsletter_form, .et_pb_column_3_8.et_pb_column_inner .et_pb_newsletter_description, .et_pb_column_3_8.et_pb_column_inner .et_pb_newsletter_form, .logged-in .et_pb_login .et_pb_newsletter_description\";i:1640;s:124:\".et_pb_column_2_3 .et_pb_newsletter_form, .et_pb_column_3_4 .et_pb_newsletter_form, .et_pb_column_4_4 .et_pb_newsletter_form\";i:1641;s:11:\".et_pb_tabs\";i:1642;s:22:\"ul.et_pb_tabs_controls\";i:1643;s:28:\"ul.et_pb_tabs_controls:after\";i:1644;s:57:\".et_pb_tabs_controls li:not(.et_pb_tab_active):last-child\";i:1645;s:25:\".et_pb_tabs_controls li a\";i:1646;s:40:\".et_pb_tabs_controls li.et_pb_tab_active\";i:1647;s:19:\".et_pb_tab_active a\";i:1648;s:25:\".et_pb_tab p:last-of-type\";i:1649;s:15:\".et_pb_all_tabs\";i:1650;s:62:\".et_pb_all_tabs>div, .et_pb_toggle_close .et_pb_toggle_content\";i:1651;s:37:\".et_pb_all_tabs .et_pb_active_content\";i:1652;s:10:\".et_pb_tab\";i:1653;s:18:\".et_pb_tab_content\";i:1654;s:78:\".et_pb_column_1_3 .et_pb_tabs_controls, .et_pb_column_1_4 .et_pb_tabs_controls\";i:1655;s:127:\".et_pb_column_1_3 .et_pb_tabs_controls li, .et_pb_column_1_4 .et_pb_tabs_controls li, .et_pb_column_3_8 .et_pb_tabs_controls li\";i:1656;s:220:\".et_pb_column_1_3 .et_pb_tabs_vertically_stacked .et_pb_tabs_controls li, .et_pb_column_1_4 .et_pb_tabs_vertically_stacked .et_pb_tabs_controls li, .et_pb_column_3_8 .et_pb_tabs_vertically_stacked .et_pb_tabs_controls li\";i:1657;s:13:\".et_pb_toggle\";i:1658;s:19:\".et_pb_toggle_close\";i:1659;s:18:\".et_pb_toggle_open\";i:1660;s:35:\".et_pb_toggle h5.et_pb_toggle_title\";i:1661;s:41:\".et_pb_toggle_close h5.et_pb_toggle_title\";i:1662;s:40:\".et_pb_toggle_open h5.et_pb_toggle_title\";i:1663;s:26:\".et_pb_toggle_title:before\";i:1664;s:45:\".et_pb_toggle_open .et_pb_toggle_title:before\";i:1665;s:21:\".et_pb_toggle_content\";i:1666;s:36:\".et_pb_toggle_content p:last-of-type\";i:1667;s:10:\".et_pb_map\";i:1668;s:43:\"body.chrome.parallax-map-support .et_pb_map\";i:1669;s:45:\".et_pb_fullwidth_section .et_pb_map_container\";i:1670;s:24:\".et_pb_map_container img\";i:1671;s:14:\".et_pb_map_pin\";i:1672;s:28:\".et_pb_column_2_3 .et_pb_map\";i:1673;s:58:\".et_pb_column_1_2 .et_pb_map, .et_pb_column_3_8 .et_pb_map\";i:1674;s:58:\".et_pb_column_1_3 .et_pb_map, .et_pb_column_1_4 .et_pb_map\";i:1675;s:19:\".et_pb_contact_form\";i:1676;s:44:\".et_pb_contact_form [data-conditional-logic]\";i:1677;s:21:\"p.et_pb_contact_field\";i:1678;s:138:\"p.et_pb_contact_field:not(.et_pb_contact_field_last), p.et_pb_contact_field_half+p.et_pb_contact_field_last:not(.et_pb_contact_field_half)\";i:1679;s:93:\"p.et_pb_contact_field.et_pb_contact_field_last+p.et_pb_contact_field.et_pb_contact_field_last\";i:1680;s:25:\".et_pb_contact_main_title\";i:1681;s:88:\".et_pb_column_1_3 .et_pb_contact_main_title, .et_pb_column_1_4 .et_pb_contact_main_title\";i:1682;s:25:\".et_pb_contact_form_label\";i:1683;s:20:\".et_pb_contact_right\";i:1684;s:40:\".et_pb_contact .et_pb_contact_field_half\";i:1685;s:49:\".et_pb_contact p input, .et_pb_contact p textarea\";i:1686;s:25:\".et_pb_contact p textarea\";i:1687;s:85:\".et_pb_contact p input::-moz-placeholder, .et_pb_contact p textarea::-moz-placeholder\";i:1688;s:83:\".et_pb_contact p input:-moz-placeholder, .et_pb_contact p textarea:-moz-placeholder\";i:1689;s:28:\".et_pb_contact_right p input\";i:1690;s:73:\".et_pb_contact p input[type=checkbox], .et_pb_contact p input[type=radio]\";i:1691;s:85:\".et_pb_contact p input[type=checkbox]+label, .et_pb_contact p input[type=radio]+label\";i:1692;s:89:\".et_pb_contact p input[type=checkbox]+label i, .et_pb_contact p input[type=radio]+label i\";i:1693;s:99:\".rtl .et_pb_contact p input[type=checkbox]+label i, .rtl .et_pb_contact p input[type=radio]+label i\";i:1694;s:42:\".et_pb_contact p input[type=radio]+label i\";i:1695;s:119:\".et_pb_contact p input[type=checkbox]:checked+label i:before, .et_pb_contact p input[type=radio]:checked+label i:before\";i:1696;s:60:\".et_pb_contact p input[type=checkbox]:checked+label i:before\";i:1697;s:57:\".et_pb_contact p input[type=radio]:checked+label i:before\";i:1698;s:54:\".et_pb_contact p input[type=checkbox]~input[type=text]\";i:1699;s:38:\".et_pb_contact_field[data-type=select]\";i:1700;s:44:\".et_pb_contact_field[data-type=select]:after\";i:1701;s:21:\".et_pb_contact_select\";i:1702;s:33:\".et_pb_contact_select::-ms-expand\";i:1703;s:26:\".rtl .et_pb_contact_select\";i:1704;s:49:\".rtl .et_pb_contact_field[data-type=select]:after\";i:1705;s:36:\".et_pb_contact_field_options_wrapper\";i:1706;s:71:\".et_pb_contact_field_options_wrapper .et_pb_contact_field_options_title\";i:1707;s:70:\".et_pb_contact_field_options_wrapper .et_pb_contact_field_options_list\";i:1708;s:153:\".rtl .et_pb_contact_field_options_wrapper .et_pb_contact_field_options_list, .rtl .et_pb_contact_field_options_wrapper .et_pb_contact_field_options_title\";i:1709;s:76:\".rtl .et_pb_contact_field_options_wrapper .et_pb_contact_field_options_title\";i:1710;s:128:\".et_pb_contact_field_checkbox, .et_pb_contact_field_options_title, .et_pb_contact_field_radio, .et_pb_contact_field_select_title\";i:1711;s:67:\".et_pb_contact_field_radio_title, .et_pb_contact_field_select_title\";i:1712;s:22:\".et_pb_contact_message\";i:1713;s:43:\".et_pb_contact_reset, .et_pb_contact_submit\";i:1714;s:34:\".et_pb_contact p .et_contact_error\";i:1715;s:256:\".et_pb_contact .et_pb_contact_form p.et_contact_error .et_pb_contact_field_radio label, .et_pb_contact .et_pb_contact_form p.et_contact_error .et_pb_contact_field_radio_title, .et_pb_contact .et_pb_contact_form p.et_contact_error input[type=checkbox]+label\";i:1716;s:28:\".et_contact_bottom_container\";i:1717;s:53:\".et_pb_contact_form .et_pb_contactform_validate_field\";i:1718;s:33:\".et_pb_contactform_validate_field\";i:1719;s:22:\".et_pb_countdown_timer\";i:1720;s:55:\".et_pb_countdown_timer .et_pb_countdown_timer_container\";i:1721;s:31:\".et_pb_countdown_timer .section\";i:1722;s:38:\".et_pb_countdown_timer .section.values\";i:1723;s:38:\".et_pb_countdown_timer .section.zero p\";i:1724;s:51:\".et_pb_column_1_2 .et_pb_countdown_timer .section p\";i:1725;s:57:\".et_pb_column_1_2 .et_pb_countdown_timer .section p.label\";i:1726;s:186:\".et_pb_column_1_2 .et_pb_countdown_timer .sep, .et_pb_column_1_3 .et_pb_countdown_timer .sep, .et_pb_column_1_4 .et_pb_countdown_timer .sep, .et_pb_column_3_8 .et_pb_countdown_timer .sep\";i:1727;s:96:\".et_pb_column_1_3 .et_pb_countdown_timer .title, .et_pb_column_1_4 .et_pb_countdown_timer .title\";i:1728;s:104:\".et_pb_column_1_3 .et_pb_countdown_timer .section p, .et_pb_column_3_8 .et_pb_countdown_timer .section p\";i:1729;s:51:\".et_pb_column_1_4 .et_pb_countdown_timer .section p\";i:1730;s:175:\".et_pb_column_1_3 .et_pb_countdown_timer .section p.label, .et_pb_column_1_4 .et_pb_countdown_timer .section p.label, .et_pb_column_3_8 .et_pb_countdown_timer .section p.label\";i:1731;s:424:\".et_vertical_nav .et_pb_column_1_3 .et_pb_countdown_timer .section p.value, .et_vertical_nav .et_pb_column_1_3 .et_pb_countdown_timer .sep p, .et_vertical_nav .et_pb_column_1_4 .et_pb_countdown_timer .section p.value, .et_vertical_nav .et_pb_column_1_4 .et_pb_countdown_timer .sep p, .et_vertical_nav .et_pb_column_3_8 .et_pb_countdown_timer .section p.value, .et_vertical_nav .et_pb_column_3_8 .et_pb_countdown_timer .sep p\";i:1732;s:44:\".et_pb_circle_counter, .et_pb_number_counter\";i:1733;s:21:\".et_pb_circle_counter\";i:1734;s:28:\".et_pb_circle_counter canvas\";i:1735;s:30:\".et_pb_circle_counter .percent\";i:1736;s:62:\".et_pb_circle_counter .percent, .et_pb_number_counter .percent\";i:1737;s:32:\".et_pb_circle_counter .percent p\";i:1738;s:100:\".et_pb_circle_counter .percent p, .et_pb_slide_content .et_pb_circle_counter .percent p:last-of-type\";i:1739;s:50:\".et_pb_circle_counter h3, .et_pb_number_counter h3\";i:1740;s:21:\".et_pb_number_counter\";i:1741;s:28:\".et_pb_number_counter.active\";i:1742;s:28:\".et_pb_number_counter canvas\";i:1743;s:30:\".et_pb_number_counter .percent\";i:1744;s:32:\".et_pb_number_counter .percent p\";i:1745;s:26:\".et_pb_post .entry-content\";i:1746;s:68:\".et_pb_gallery_grid .et_pb_gallery_item h3, .et_pb_portfolio_item h2\";i:1747;s:63:\".et_overlay.et_pb_inline_icon:before, .et_pb_inline_icon:before\";i:1748;s:11:\".et_overlay\";i:1749;s:18:\".et_overlay:before\";i:1750;s:24:\".et_overlay:hover:before\";i:1751;s:281:\".et_pb_fullwidth_portfolio .et_pb_portfolio_image:hover .et_overlay, .et_pb_fullwidth_portfolio .et_pb_portfolio_image:hover .meta, .et_pb_gallery_image:hover .et_overlay, .et_pb_has_overlay:hover .et_overlay, .et_portfolio_image:hover .et_overlay, .et_shop_image:hover .et_overlay\";i:1752;s:53:\".et_pb_slider.et_pb_gallery_fullwidth span.et_overlay\";i:1753;s:34:\"#ie7 .et_overlay, #ie8 .et_overlay\";i:1754;s:21:\".et_pb_fullwidth_menu\";i:1755;s:87:\".et_pb_fullwidth_menu .fullwidth-menu-nav, .et_pb_fullwidth_menu .fullwidth-menu-nav>ul\";i:1756;s:44:\".et_pb_fullwidth_menu .fullwidth-menu-nav>ul\";i:1757;s:60:\".et_pb_fullwidth_menu .fullwidth-menu-nav>ul>li.mega-menu>ul\";i:1758;s:47:\".et_pb_fullwidth_menu .fullwidth-menu-nav>ul ul\";i:1759;s:50:\".et_pb_bg_layout_dark.et_pb_fullwidth_menu ul li a\";i:1760;s:56:\".et_pb_bg_layout_dark.et_pb_fullwidth_menu ul li a:hover\";i:1761;s:64:\".fullwidth-menu li li.menu-item-has-children>a:first-child:after\";i:1762;s:52:\".et_pb_fullwidth_menu .fullwidth-menu-nav>ul.upwards\";i:1763;s:55:\".et_pb_fullwidth_menu .fullwidth-menu-nav>ul.upwards>li\";i:1764;s:57:\".et_pb_fullwidth_menu .fullwidth-menu-nav>ul.upwards>li>a\";i:1765;s:58:\".et_pb_fullwidth_menu .fullwidth-menu-nav>ul.upwards li ul\";i:1766;s:64:\".et_pb_fullwidth_menu .fullwidth-menu-nav>ul.upwards li ul li ul\";i:1767;s:71:\".et_pb_fullwidth_menu .fullwidth-menu-nav>ul.upwards li.mega-menu ul ul\";i:1768;s:68:\".et_pb_fullwidth_menu .fullwidth-menu-nav>ul.upwards li.mega-menu>ul\";i:1769;s:22:\".et_pb_forgot_password\";i:1770;s:24:\".et_pb_forgot_password a\";i:1771;s:47:\".et_pb_bg_layout_light .et_pb_forgot_password a\";i:1772;s:58:\".et_pb_team_member_no_image .et_pb_team_member_description\";i:1773;s:33:\".et_pb_team_member_description h4\";i:1774;s:22:\".et_pb_member_position\";i:1775;s:174:\".et_pb_column_1_2 .et_pb_team_member_image, .et_pb_column_1_3 .et_pb_team_member_image, .et_pb_column_1_4 .et_pb_team_member_image, .et_pb_column_3_8 .et_pb_team_member_image\";i:1776;s:198:\".et_pb_column_1_2 .et_pb_team_member_description, .et_pb_column_1_3 .et_pb_team_member_description, .et_pb_column_3_4 .et_pb_team_member_description, .et_pb_column_3_8 .et_pb_team_member_description\";i:1777;s:29:\".et_pb_member_social_links li\";i:1778;s:28:\".et_pb_member_social_links a\";i:1779;s:27:\".et_pb_facebook_icon:before\";i:1780;s:26:\".et_pb_twitter_icon:before\";i:1781;s:25:\".et_pb_google_icon:before\";i:1782;s:27:\".et_pb_linkedin_icon:before\";i:1783;s:31:\".et_pb_member_social_links span\";i:1784;s:83:\".et_audio_content, .et_link_content, .et_pb_audio_module_content, .et_quote_content\";i:1785;s:177:\".et_audio_content h2, .et_link_content a.et_link_main_url, .et_link_content h2, .et_pb_audio_module_content h2, .et_quote_content blockquote cite, .et_quote_content blockquote p\";i:1786;s:361:\".et_pb_text_color_dark .et_audio_content h2, .et_pb_text_color_dark .et_audio_module_meta, .et_pb_text_color_dark .et_link_content a.et_link_main_url, .et_pb_text_color_dark .et_link_content h2, .et_pb_text_color_dark .et_pb_audio_module_content h2, .et_pb_text_color_dark .et_quote_content blockquote cite, .et_pb_text_color_dark .et_quote_content blockquote p\";i:1787;s:309:\".et_pb_text_color_dark.et_audio_content h2, .et_pb_text_color_dark.et_link_content a.et_link_main_url, .et_pb_text_color_dark.et_link_content h2, .et_pb_text_color_dark.et_pb_audio_module_content h2, .et_pb_text_color_dark.et_quote_content blockquote cite, .et_pb_text_color_dark.et_quote_content blockquote p\";i:1788;s:120:\".et_pb_text_color_dark.et_audio_content, .et_pb_text_color_dark.et_link_content, .et_pb_text_color_dark.et_quote_content\";i:1789;s:19:\".et_quote_main_link\";i:1790;s:28:\".et_quote_content blockquote\";i:1791;s:105:\".et_audio_content h2, .et_link_content h2, .et_pb_audio_module_content h2, .et_quote_content blockquote p\";i:1792;s:73:\".et_audio_content h2, .et_link_content h2, .et_quote_content blockquote p\";i:1793;s:70:\".et_link_content a.et_link_main_url, .et_quote_content blockquote cite\";i:1794;s:197:\".et_pb_blog_grid .et_audio_content h2, .et_pb_column_1_2 .et_audio_content h2, .et_pb_column_1_3 .et_audio_content h2, .et_pb_column_1_4 .et_audio_content h2, .et_pb_column_3_8 .et_audio_content h2\";i:1795;s:118:\".et_pb_column_2_3 .et_audio_content, .et_pb_column_2_3 .et_link_content, .et_pb_column_2_3 .et_pb_audio_module_content\";i:1796;s:71:\".et_pb_column_1_2 .et_audio_content, .et_pb_column_1_2 .et_link_content\";i:1797;s:45:\".et_pb_column_1_2 .et_pb_audio_module_content\";i:1798;s:48:\".et_pb_column_1_2 .et_quote_content blockquote p\";i:1799;s:127:\".et_pb_column_1_2 .et_audio_content h2, .et_pb_column_1_2 .et_link_content h2, .et_pb_column_1_2 .et_quote_content blockquote p\";i:1800;s:106:\".et_pb_column_1_2 .et_link_content a.et_link_main_url, .et_pb_column_1_2 .et_quote_content blockquote cite\";i:1801;s:511:\".et_pb_blog_grid .et_audio_content h2, .et_pb_blog_grid .et_link_content h2, .et_pb_blog_grid .et_quote_content blockquote p, .et_pb_column_1_3 .et_audio_content h2, .et_pb_column_1_3 .et_link_content h2, .et_pb_column_1_3 .et_quote_content blockquote p, .et_pb_column_1_4 .et_audio_content h2, .et_pb_column_1_4 .et_link_content h2, .et_pb_column_1_4 .et_quote_content blockquote p, .et_pb_column_3_8 .et_audio_content h2, .et_pb_column_3_8 .et_link_content h2, .et_pb_column_3_8 .et_quote_content blockquote p\";i:1802;s:428:\".et_pb_blog_grid .et_link_content a.et_link_main_url, .et_pb_blog_grid .et_quote_content blockquote cite, .et_pb_column_1_3 .et_link_content a.et_link_main_url, .et_pb_column_1_3 .et_quote_content blockquote cite, .et_pb_column_1_4 .et_link_content a.et_link_main_url, .et_pb_column_1_4 .et_quote_content blockquote cite, .et_pb_column_3_8 .et_link_content a.et_link_main_url, .et_pb_column_3_8 .et_quote_content blockquote cite\";i:1803;s:69:\".et_pb_blog_grid .et_link_content, .et_pb_blog_grid .et_quote_content\";i:1804;s:288:\".et_pb_blog_grid .et_audio_content, .et_pb_blog_grid .et_link_content, .et_pb_column_1_3 .et_audio_content, .et_pb_column_1_3 .et_link_content, .et_pb_column_1_4 .et_audio_content, .et_pb_column_1_4 .et_link_content, .et_pb_column_3_8 .et_audio_content, .et_pb_column_3_8 .et_link_content\";i:1805;s:139:\".et_pb_column_1_3 .et_pb_audio_module_content, .et_pb_column_1_4 .et_pb_audio_module_content, .et_pb_column_3_8 .et_pb_audio_module_content\";i:1806;s:158:\".et_audio_container .mejs-container, .et_audio_container .mejs-container .mejs-controls, .et_audio_container .mejs-embed, .et_audio_container .mejs-embed body\";i:1807;s:127:\".et_audio_container .mejs-controls .mejs-time-rail .mejs-time-loaded, .et_audio_container .mejs-time.mejs-currenttime-container\";i:1808;s:64:\".et_audio_container .mejs-time.mejs-currenttime-container.custom\";i:1809;s:164:\".et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-total\";i:1810;s:210:\".et_pb_text_color_dark .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .et_pb_text_color_dark .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-total\";i:1811;s:38:\".et_audio_container .mejs-controls>div\";i:1812;s:53:\".et_audio_container .mejs-controls div.mejs-time-rail\";i:1813;s:57:\".et_audio_container span.mejs-time-total.mejs-time-slider\";i:1814;s:51:\".et_audio_container .mejs-button.mejs-volume-button\";i:1815;s:168:\".et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-current\";i:1816;s:214:\".et_pb_text_color_dark .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .et_pb_text_color_dark .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-current\";i:1817;s:97:\".et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current\";i:1818;s:166:\".et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle, .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-handle\";i:1819;s:96:\".et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle\";i:1820;s:66:\".et_audio_container .mejs-controls a.mejs-horizontal-volume-slider\";i:1821;s:68:\".et_audio_container .mejs-controls div.mejs-horizontal-volume-slider\";i:1822;s:97:\".et_audio_container .mejs-playpause-button button, .et_audio_container .mejs-volume-button button\";i:1823;s:56:\".et_audio_container .mejs-playpause-button button:before\";i:1824;s:111:\".et_audio_container .mejs-playpause-button button:before, .et_audio_container .mejs-volume-button button:before\";i:1825;s:157:\".et_pb_text_color_dark .et_audio_container .mejs-playpause-button button:before, .et_pb_text_color_dark .et_audio_container .mejs-volume-button button:before\";i:1826;s:192:\".et_pb_text_color_dark .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle, .et_pb_text_color_dark .mejs-controls .mejs-time-rail .mejs-time-handle\";i:1827;s:69:\".et_pb_text_color_dark .mejs-container .mejs-controls .mejs-time span\";i:1828;s:42:\".et_audio_container .mejs-playpause-button\";i:1829;s:60:\".et_audio_container .mejs-controls .mejs-button button:focus\";i:1830;s:67:\".et_audio_container .mejs-playpause-button.mejs-pause button:before\";i:1831;s:53:\".et_audio_container .mejs-volume-button button:before\";i:1832;s:49:\".et_pb_post .et_pb_gallery_post_type .et_pb_slide\";i:1833;s:52:\".et_pb_row .et_pb_blog_grid .et_pb_post .et_pb_slide\";i:1834;s:16:\".et_gallery_item\";i:1835;s:30:\".et_gallery_item:nth-child(3n)\";i:1836;s:32:\".et_gallery_item:nth-child(3n+1)\";i:1837;s:36:\".et_full_width_page .et_gallery_item\";i:1838;s:50:\".et_full_width_page .et_gallery_item:nth-child(3n)\";i:1839;s:52:\".et_full_width_page .et_gallery_item:nth-child(3n+1)\";i:1840;s:50:\".et_full_width_page .et_gallery_item:nth-child(4n)\";i:1841;s:52:\".et_full_width_page .et_gallery_item:nth-child(4n+1)\";i:1842;s:19:\".et_pb_audio_module\";i:1843;s:21:\".et_audio_module_meta\";i:1844;s:49:\".et_pb_audio_no_image .et_pb_audio_module_content\";i:1845;s:40:\".et_pb_column_2_3 .et_pb_audio_cover_art\";i:1846;s:166:\".et_pb_column_1_2 .et_pb_audio_cover_art, .et_pb_column_1_3 .et_pb_audio_cover_art, .et_pb_column_1_4 .et_pb_audio_cover_art, .et_pb_column_3_8 .et_pb_audio_cover_art\";i:1847;s:186:\".et_pb_column_1_2 .et_pb_audio_module_content, .et_pb_column_1_3 .et_pb_audio_module_content, .et_pb_column_1_4 .et_pb_audio_module_content, .et_pb_column_3_8 .et_pb_audio_module_content\";i:1848;s:1599:\"#et-info-email:before, #et-info-phone:before, #et_search_icon:before, .comment-reply-link:after, .et-cart-info span:before, .et-pb-arrow-next:before, .et-pb-arrow-prev:before, .et-social-icon a:before, .et_audio_container .mejs-playpause-button button:before, .et_audio_container .mejs-volume-button button:before, .et_overlay:before, .et_password_protected_form .et_submit_button:after, .et_pb_button:after, .et_pb_contact_reset:after, .et_pb_contact_submit:after, .et_pb_font_icon:before, .et_pb_newsletter_button:after, .et_pb_pricing_table_button:after, .et_pb_promo_button:after, .et_pb_social_icon a.icon:before, .et_pb_testimonial:before, .et_pb_toggle_title:before, .form-submit .et_pb_button:after, .mobile_menu_bar:before, .woocommerce #content input.button.alt:after, .woocommerce #content input.button:after, .woocommerce #respond input#submit.alt:after, .woocommerce #respond input#submit:after, .woocommerce a.button.alt:after, .woocommerce button.button.alt:after, .woocommerce button.button:after, .woocommerce button.single_add_to_cart_button.button:after, .woocommerce input.button.alt:after, .woocommerce input.button:after, .woocommerce-page #content input.button.alt:after, .woocommerce-page #content input.button:after, .woocommerce-page #respond input#submit.alt:after, .woocommerce-page #respond input#submit:after, .woocommerce-page a.button.alt:after, .woocommerce-page a.button:after, .woocommerce-page button.button.alt:after, .woocommerce-page button.button:after, .woocommerce-page input.button.alt:after, .woocommerce-page input.button:after, a.et_pb_more_button:after\";i:1849;s:103:\".et_pb_custom_button_icon.et_pb_button:after, .et_pb_login .et_pb_custom_button_icon.et_pb_button:after\";i:1850;s:10:\".nav li li\";i:1851;s:23:\".fullwidth-menu li li a\";i:1852;s:7:\".nav li\";i:1853;s:10:\".nav li ul\";i:1854;s:19:\".nav li.et-hover>ul\";i:1855;s:16:\".nav li:hover>ul\";i:1856;s:13:\".nav li li ul\";i:1857;s:38:\".nav li.et-reverse-direction-nav li ul\";i:1858;s:13:\".nav li:hover\";i:1859;s:34:\".et_mobile_menu li a, .nav li li a\";i:1860;s:46:\".et_mobile_menu li a:hover, .nav ul li a:hover\";i:1861;s:24:\".et-dropdown-removing>ul\";i:1862;s:35:\".mega-menu .et-dropdown-removing>ul\";i:1863;s:59:\".fullwidth-menu .menu-item-has-children>a:first-child:after\";i:1864;s:53:\".fullwidth-menu .menu-item-has-children>a:first-child\";i:1865;s:32:\".fullwidth-menu-nav li.mega-menu\";i:1866;s:35:\".fullwidth-menu-nav li.mega-menu>ul\";i:1867;s:38:\".fullwidth-menu-nav li.mega-menu ul li\";i:1868;s:38:\".fullwidth-menu-nav li.mega-menu li>ul\";i:1869;s:38:\".fullwidth-menu-nav li.mega-menu li ul\";i:1870;s:47:\".fullwidth-menu-nav li.mega-menu.et-hover li ul\";i:1871;s:41:\".fullwidth-menu-nav li.mega-menu:hover>ul\";i:1872;s:52:\".fullwidth-menu-nav li.mega-menu>ul>li>a:first-child\";i:1873;s:58:\".fullwidth-menu-nav li.mega-menu>ul>li>a:first-child:hover\";i:1874;s:37:\".fullwidth-menu-nav li.mega-menu li>a\";i:1875;s:111:\".fullwidth-menu-nav li.mega-menu.mega-menu-parent li li, .fullwidth-menu-nav li.mega-menu.mega-menu-parent li>a\";i:1876;s:62:\".fullwidth-menu-nav li.mega-menu.mega-menu-parent li>.sub-menu\";i:1877;s:38:\".fullwidth-menu-nav li.mega-menu>ul>li\";i:1878;s:57:\".fullwidth-menu-nav li.mega-menu.mega-menu-parent-3>ul>li\";i:1879;s:57:\".fullwidth-menu-nav li.mega-menu.mega-menu-parent-2>ul>li\";i:1880;s:57:\".fullwidth-menu-nav li.mega-menu.mega-menu-parent-1>ul>li\";i:1881;s:78:\".et_pb_fullwidth_menu li.mega-menu .menu-item-has-children>a:first-child:after\";i:1882;s:43:\".et_fullwidth_nav #top-menu li.mega-menu>ul\";i:1883;s:15:\".et_mobile_menu\";i:1884;s:79:\"#main-header .et_mobile_menu li ul, .et_pb_fullwidth_menu .et_mobile_menu li ul\";i:1885;s:21:\".et_mobile_menu li li\";i:1886;s:20:\".et_mobile_menu li a\";i:1887;s:41:\".et_mobile_menu .menu-item-has-children>a\";i:1888;s:44:\".et_mobile_menu li .menu-item-has-children>a\";i:1889;s:23:\".mobile_menu_bar:before\";i:1890;s:13:\".et_pb_slider\";i:1891;s:61:\".et_pb_row:after, .et_pb_row_inner:after, .et_pb_slides:after\";i:1892;s:26:\".et_pb_slider .et_pb_slide\";i:1893;s:80:\".et_pb_slider_no_shadow .et_pb_slide, .format-gallery .et_pb_slider .et_pb_slide\";i:1894;s:60:\".format-gallery .et_pb_slider.gallery-not-found .et_pb_slide\";i:1895;s:107:\".et_pb_slider.gallery-not-found .et_pb_slide, .et_pb_slider.gallery-not-found .et_pb_slide .et_pb_container\";i:1896;s:42:\".et_pb_section, .et_pb_slider .et_pb_slide\";i:1897;s:38:\".et_pb_slider .et_pb_slide:first-child\";i:1898;s:25:\".et_pb_post .et_pb_slider\";i:1899;s:30:\".et_pb_slider .et_pb_container\";i:1900;s:12:\".et_pb_slide\";i:1901;s:32:\".et_pb_video_slider .et_pb_slide\";i:1902;s:44:\".et_pb_slider_fullwidth_off .et_pb_container\";i:1903;s:36:\".et-pb-arrow-next, .et-pb-arrow-prev\";i:1904;s:82:\".et_pb_bg_layout_light .et-pb-arrow-next, .et_pb_bg_layout_light .et-pb-arrow-prev\";i:1905;s:63:\".et_pb_bg_layout_light .et-pb-controllers .et-pb-active-control\";i:1906;s:43:\".et_pb_bg_layout_light .et-pb-controllers a\";i:1907;s:40:\".et-pb-controllers .et-pb-active-control\";i:1908;s:48:\".et-pb-arrow-next:hover, .et-pb-arrow-prev:hover\";i:1909;s:46:\".et-pb-arrow-next span, .et-pb-arrow-prev span\";i:1910;s:17:\".et-pb-arrow-prev\";i:1911;s:17:\".et-pb-arrow-next\";i:1912;s:24:\".et-pb-arrow-prev:before\";i:1913;s:24:\".et-pb-arrow-next:before\";i:1914;s:68:\".format-gallery .et-pb-arrow-next, .format-gallery .et-pb-arrow-prev\";i:1915;s:36:\".format-gallery .et-pb-controllers a\";i:1916;s:53:\".format-gallery .et_pb_slider:hover .et-pb-arrow-prev\";i:1917;s:53:\".format-gallery .et_pb_slider:hover .et-pb-arrow-next\";i:1918;s:112:\".et_pb_column_1_3 .et_pb_slider:hover .et-pb-arrow-prev, .et_pb_column_1_4 .et_pb_slider:hover .et-pb-arrow-prev\";i:1919;s:112:\".et_pb_column_1_3 .et_pb_slider:hover .et-pb-arrow-next, .et_pb_column_1_4 .et_pb_slider:hover .et-pb-arrow-prev\";i:1920;s:44:\".et_pb_column_1_4 .et_pb_slider .et_pb_slide\";i:1921;s:55:\".et_pb_column_1_4 .et_pb_slider:hover .et-pb-arrow-next\";i:1922;s:20:\".et-pb-controllers a\";i:1923;s:32:\".et_pb_post .et-pb-controllers a\";i:1924;s:31:\".et-pb-controllers a:last-child\";i:1925;s:18:\".et_pb_slide_image\";i:1926;s:47:\".et_pb_slide:first-child .et_pb_slide_image img\";i:1927;s:54:\".et_pb_slide:first-child .et_pb_slide_image img.active\";i:1928;s:48:\".et_pb_media_alignment_center .et_pb_slide_image\";i:1929;s:78:\".et-pb-active-slide .et_pb_slide_image, .et-pb-active-slide .et_pb_slide_video\";i:1930;s:38:\".et-pb-active-slide .et_pb_slide_image\";i:1931;s:44:\".et-pb-active-slide .et_pb_slide_description\";i:1932;s:46:\".et_pb_bg_layout_dark .et_pb_slide_description\";i:1933;s:42:\".et_pb_bg_layout_dark .et_pb_slide_content\";i:1934;s:78:\".et_pb_slide_description, .et_pb_slider_fullwidth_off .et_pb_slide_description\";i:1935;s:35:\".et_pb_slide_content p:last-of-type\";i:1936;s:30:\".et_pb_slides .et_pb_container\";i:1937;s:43:\".et_pb_slides .et_pb_slider_container_inner\";i:1938;s:112:\".et_pb_slides .et_pb_empty_slide .et_pb_slider_container_inner, .et_pb_slides .et_pb_empty_slide.et_pb_container\";i:1939;s:31:\".et_pb_slides .et_pb_temp_slide\";i:1940;s:15:\".et_parallax_bg\";i:1941;s:74:\".et_pb_section_parallax:not(.et_pb_fullwidth_menu), .et_pb_slider_parallax\";i:1942;s:71:\".et_pb_module.et_pb_section_parallax, .et_pb_tab.et_pb_section_parallax\";i:1943;s:93:\".et_pb_section_parallax .et_pb_parallax_css, .et_pb_slides .et_parallax_bg.et_pb_parallax_css\";i:1944;s:148:\".et_pb_section_parallax.et_pb_column .et_pb_module, .et_pb_section_parallax.et_pb_row .et_pb_column, .et_pb_section_parallax.et_pb_row .et_pb_module\";i:1945;s:184:\".et_mobile_device .et_pb_section_parallax .et_pb_parallax_css, .et_mobile_device .et_pb_slider_parallax .et_pb_slide, .et_mobile_device .et_pb_slides .et_parallax_bg.et_pb_parallax_css\";i:1946;s:214:\".et_pb_column_1_2 .et_pb_slider_fullwidth_off .et_pb_slide_description, .et_pb_column_1_3 .et_pb_slider_fullwidth_off .et_pb_slide_description, .et_pb_column_3_8 .et_pb_slider_fullwidth_off .et_pb_slide_description\";i:1947;s:198:\".et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_content, .et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_image, .et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_video\";i:1948;s:166:\".et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_description, .et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_description\";i:1949;s:578:\".et_pb_column_1_2 .et_pb_slider_fullwidth_off .et_pb_slide_image, .et_pb_column_1_2 .et_pb_slider_fullwidth_off .et_pb_slide_video, .et_pb_column_1_3 .et_pb_slider_fullwidth_off .et_pb_slide_image, .et_pb_column_1_3 .et_pb_slider_fullwidth_off .et_pb_slide_video, .et_pb_column_1_3 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_content, .et_pb_column_3_8 .et_pb_slider_fullwidth_off .et_pb_slide_image, .et_pb_column_3_8 .et_pb_slider_fullwidth_off .et_pb_slide_video, .et_pb_column_3_8 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_content\";i:1950;s:176:\".et_pb_column_1_2 .et_pb_slide_content, .et_pb_column_1_3 .et_pb_slide_content, .et_pb_column_1_4 .et_pb_slide_content, .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_slide_content\";i:1951;s:274:\".et_pb_column .et_pb_slider_fullwidth_off .et_pb_slide_content, .et_pb_column .et_pb_slider_fullwidth_off .et_pb_slide_image, .et_pb_column .et_pb_slider_fullwidth_off .et_pb_slide_video, .et_pb_column .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_content\";i:1952;s:142:\".et_pb_column_1_2 .et_pb_slide_description .et_pb_slide_title, .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_slide_description .et_pb_slide_title\";i:1953;s:124:\".et_pb_column_1_3 .et_pb_slide_description .et_pb_slide_title, .et_pb_column_1_4 .et_pb_slide_description .et_pb_slide_title\";i:1954;s:58:\".et_pb_preload .et_pb_section_video_bg, .et_pb_preload>div\";i:1955;s:64:\".et_pb_preload, .et_pb_section.et_pb_section_video.et_pb_preload\";i:1956;s:21:\".et_pb_preload:before\";i:1957;s:30:\".et_pb_text ol, .et_pb_text ul\";i:1958;s:23:\".et_pb_text>:last-child\";i:1959;s:17:\".et_pb_text_inner\";i:1960;s:177:\".et_pb_bg_layout_dark, .et_pb_bg_layout_dark h1, .et_pb_bg_layout_dark h2, .et_pb_bg_layout_dark h3, .et_pb_bg_layout_dark h4, .et_pb_bg_layout_dark h5, .et_pb_bg_layout_dark h6\";i:1961;s:22:\".et_pb_text_align_left\";i:1962;s:24:\".et_pb_text_align_center\";i:1963;s:27:\".et_pb_text_align_justified\";i:1964;s:28:\"ul.et_pb_social_media_follow\";i:1965;s:29:\".et_pb_social_media_follow li\";i:1966;s:31:\".et_pb_social_media_follow li a\";i:1967;s:45:\".et_pb_social_media_follow li a.follow_button\";i:1968;s:51:\".et_pb_social_media_follow li a.follow_button:hover\";i:1969;s:66:\".et_pb_social_media_follow.et_pb_bg_layout_dark li a.follow_button\";i:1970;s:72:\".et_pb_social_media_follow.et_pb_bg_layout_dark li a.follow_button:hover\";i:1971;s:36:\".et_pb_social_media_follow li a.icon\";i:1972;s:44:\".et_pb_social_media_follow li a.icon::before\";i:1973;s:50:\".et_pb_social_media_follow li a.icon:hover::before\";i:1974;s:54:\".et_pb_social_media_follow li a.icon.rounded_rectangle\";i:1975;s:43:\".et_pb_social_media_follow li a.icon.circle\";i:1976;s:27:\"li.et_pb_social_icon a span\";i:1977;s:33:\".et-social-facebook a.icon:before\";i:1978;s:32:\".et-social-twitter a.icon:before\";i:1979;s:36:\".et-social-google-plus a.icon:before\";i:1980;s:34:\".et-social-pinterest a.icon:before\";i:1981;s:33:\".et-social-linkedin a.icon:before\";i:1982;s:31:\".et-social-tumblr a.icon:before\";i:1983;s:34:\".et-social-instagram a.icon:before\";i:1984;s:30:\".et-social-skype a.icon:before\";i:1985;s:30:\".et-social-flikr a.icon:before\";i:1986;s:32:\".et-social-myspace a.icon:before\";i:1987;s:33:\".et-social-dribbble a.icon:before\";i:1988;s:32:\".et-social-youtube a.icon:before\";i:1989;s:30:\".et-social-vimeo a.icon:before\";i:1990;s:28:\".et-social-rss a.icon:before\";i:1991;s:37:\".et_pb_section.et_section_transparent\";i:1992;s:35:\".et_pb_fullwidth_section .et_pb_row\";i:1993;s:19:\".et_pb_inner_shadow\";i:1994;s:47:\".et_pb_section_video:not(.et_pb_fullwidth_menu)\";i:1995;s:23:\".et_pb_section_video_bg\";i:1996;s:82:\".et_pb_section_video_bg .mejs-controls, .et_pb_section_video_bg .mejs-overlay-play\";i:1997;s:124:\".et_pb_section_video_bg embed, .et_pb_section_video_bg iframe, .et_pb_section_video_bg object, .et_pb_section_video_bg video\";i:1998;s:35:\".et_pb_section_video_bg .mejs-video\";i:1999;s:45:\".et_pb_section_video_bg .mejs-overlay-loading\";i:2000;s:87:\"body.iphone .et_pb_section_video_bg video::-webkit-media-controls-start-playback-button\";i:2001;s:77:\".et_pb_row.et_pb_row_empty, .et_pb_row_inner:nth-of-type(n+2).et_pb_row_empty\";i:2002;s:12:\".et_pb_space\";i:2003;s:21:\".et_pb_divider_hidden\";i:2004;s:23:\".et_pb_divider_internal\";i:2005;s:14:\".et_pb_divider\";i:2006;s:21:\".et_pb_divider:before\";i:2007;s:40:\".et_pb_divider:after, .et_pb_space:after\";i:2008;s:37:\".et_pb_divider_position_bottom:before\";i:2009;s:37:\".et_pb_divider_position_center:before\";i:2010;s:22:\"body.ie .et_pb_divider\";i:2011;s:23:\".et_pb_fullwidth_header\";i:2012;s:25:\".et_pb_fullwidth_header p\";i:2013;s:31:\".et_pb_fullwidth_header_subhead\";i:2014;s:17:\".et_pb_fullscreen\";i:2015;s:57:\".et_pb_fullwidth_header .et_pb_fullwidth_header_container\";i:2016;s:51:\".et_pb_fullscreen .et_pb_fullwidth_header_container\";i:2017;s:64:\".et_pb_fullwidth_header .et_pb_fullwidth_header_container.center\";i:2018;s:72:\".et_pb_fullscreen .et_pb_fullwidth_header_container.center.bottom-bottom\";i:2019;s:72:\".et_pb_fullscreen .et_pb_fullwidth_header_container.center.center-center\";i:2020;s:98:\".et_pb_fullscreen .et_pb_fullwidth_header_container.center.center-bottom .header-content-container\";i:2021;s:114:\".et_pb_fullscreen .et_pb_fullwidth_header_container.center.center-bottom .header-content-container .header-content\";i:2022;s:103:\".et_pb_fullscreen .et_pb_fullwidth_header_container.center.bottom-center .header-image-container.center\";i:2023;s:180:\".et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content-container, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-image-container\";i:2024;s:194:\".et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content-container.center, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-image-container.center\";i:2025;s:182:\".et_pb_fullscreen .et_pb_fullwidth_header_container.center .header-content-container.bottom, .et_pb_fullscreen .et_pb_fullwidth_header_container.center .header-image-container.bottom\";i:2026;s:62:\".et_pb_fullwidth_header .et_pb_fullwidth_header_container.left\";i:2027;s:63:\".et_pb_fullwidth_header .et_pb_fullwidth_header_container.right\";i:2028;s:179:\".et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content-container, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content-container\";i:2029;s:404:\".et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-image-container, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-image-container, .et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.left .header-content-container, .et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.right .header-content-container\";i:2030;s:384:\".et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content-container.center, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-image-container.center, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content-container.center, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-image-container.center\";i:2031;s:360:\".et_pb_fullscreen .et_pb_fullwidth_header_container.left .header-content-container.bottom, .et_pb_fullscreen .et_pb_fullwidth_header_container.left .header-image-container.bottom, .et_pb_fullscreen .et_pb_fullwidth_header_container.right .header-content-container.bottom, .et_pb_fullscreen .et_pb_fullwidth_header_container.right .header-image-container.bottom\";i:2032;s:78:\".et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content\";i:2033;s:79:\".et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content\";i:2034;s:181:\".et_pb_fullscreen .et_pb_fullwidth_header_container.left .header-content-container.bottom, .et_pb_fullscreen .et_pb_fullwidth_header_container.right .header-content-container.bottom\";i:2035;s:39:\".et_pb_fullwidth_header .header-content\";i:2036;s:80:\".et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content\";i:2037;s:37:\".et_pb_fullwidth_header .header-image\";i:2038;s:88:\".et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content a.et_pb_button\";i:2039;s:75:\".et_pb_fullwidth_header .et_pb_fullwidth_header_container .et_pb_button_two\";i:2040;s:55:\".et_pb_fullwidth_header .et_pb_fullwidth_header_overlay\";i:2041;s:43:\".et_pb_fullwidth_header .et_pb_parallax_css\";i:2042;s:54:\".et_pb_fullwidth_header .et_pb_fullwidth_header_scroll\";i:2043;s:56:\".et_pb_fullwidth_header .et_pb_fullwidth_header_scroll a\";i:2044;s:68:\".et_pb_fullwidth_header .et_pb_fullwidth_header_scroll a .et-pb-icon\";i:2045;s:78:\".ie .et_pb_fullwidth_header.et_pb_fullscreen .et_pb_fullwidth_header_container\";i:2046;s:154:\".ie .et_pb_fullwidth_header.et_pb_fullscreen .header-content-container.center, .ie .et_pb_fullwidth_header.et_pb_fullscreen .header-image-container.center\";i:2047;s:30:\".et_pb_accordion .et_pb_toggle\";i:2048;s:41:\".et_pb_accordion .et_pb_toggle:last-child\";i:2049;s:62:\".et_pb_accordion .et_pb_toggle_open .et_pb_toggle_title:before\";i:2050;s:76:\".et_pb_counters, .et_pb_pricing, .et_pb_tabs_controls, .et_pb_widget_area ul\";i:2051;s:35:\".et_pb_gallery .et_pb_gallery_items\";i:2052;s:40:\".et_pb_gallery_grid .et_pb_gallery_items\";i:2053;s:40:\".et_pb_gallery_grid .et_pb_gallery_image\";i:2054;s:48:\".safari .et_pb_gallery_grid .et_pb_gallery_image\";i:2055;s:20:\".et_pb_gallery_image\";i:2056;s:95:\".et_pb_filterable_portfolio_grid .et_pb_portfolio_item, .et_pb_gallery_grid .et_pb_gallery_item\";i:2057;s:49:\".et_pb_portfolio_grid .et_pb_portfolio_grid_items\";i:2058;s:38:\".et_pb_portfolio .et_pb_portfolio_item\";i:2059;s:44:\".et_pb_gallery_fullwidth .et_pb_gallery_item\";i:2060;s:95:\".et_pb_gallery_fullwidth .et_pb_gallery_image img, .et_pb_gallery_fullwidth .et_pb_gallery_item\";i:2061;s:56:\".et_pb_gallery_fullwidth .et_pb_gallery_item:first-child\";i:2062;s:434:\".et_pb_portfolio.et_pb_section_parallax .pagination, .et_pb_portfolio.et_pb_section_parallax .wp-pagenavi, .et_pb_portfolio.et_pb_section_video .pagination, .et_pb_portfolio.et_pb_section_video .wp-pagenavi, .et_pb_portfolio_grid.et_pb_section_parallax .pagination, .et_pb_portfolio_grid.et_pb_section_parallax .wp-pagenavi, .et_pb_portfolio_grid.et_pb_section_video .pagination, .et_pb_portfolio_grid.et_pb_section_video .wp-pagenavi\";i:2063;s:52:\".et_pb_filterable_portfolio .et_pb_portfolio_filters\";i:2064;s:149:\".et_pb_filterable_portfolio.et_pb_section_parallax .et_pb_portfolio_filters, .et_pb_filterable_portfolio.et_pb_section_video .et_pb_portfolio_filters\";i:2065;s:55:\".et_pb_filterable_portfolio .et_pb_portfolio_filters ul\";i:2066;s:55:\".et_pb_filterable_portfolio .et_pb_portfolio_filters li\";i:2067;s:57:\".et_pb_filterable_portfolio .et_pb_portfolio_filters li a\";i:2068;s:69:\".et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a\";i:2069;s:68:\".et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a\";i:2070;s:63:\".et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover\";i:2071;s:64:\".et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active\";i:2072;s:110:\".et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper\";i:2073;s:97:\".et_pb_filterable_portfolio .et_pb_portfolio_item.active, .et_pb_gallery_grid .et_pb_gallery_item\";i:2074;s:223:\".et_pb_column_1_3 .et_pb_filterable_portfolio .et_pb_portfolio_filters li, .et_pb_column_1_4 .et_pb_filterable_portfolio .et_pb_portfolio_filters li, .et_pb_column_3_8 .et_pb_filterable_portfolio .et_pb_portfolio_filters li\";i:2075;s:265:\".et_pb_column_1_3 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a, .et_pb_column_1_4 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a, .et_pb_column_3_8 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a\";i:2076;s:262:\".et_pb_column_1_3 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a, .et_pb_column_1_4 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a, .et_pb_column_3_8 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a\";i:2077;s:98:\".et_pb_filterable_portfolio .et_pb_portofolio_pagination, .et_pb_gallery .et_pb_gallery_pagination\";i:2078;s:157:\".et_pb_filterable_portfolio.et_pb_section_parallax .et_pb_portofolio_pagination, .et_pb_filterable_portfolio.et_pb_section_video .et_pb_portofolio_pagination\";i:2079;s:104:\".et_pb_filterable_portfolio .et_pb_portofolio_pagination ul, .et_pb_gallery .et_pb_gallery_pagination ul\";i:2080;s:110:\".et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li, .et_pb_gallery .et_pb_gallery_pagination ul li\";i:2081;s:114:\".et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a, .et_pb_gallery .et_pb_gallery_pagination ul li a\";i:2082;s:128:\".et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a.active, .et_pb_gallery .et_pb_gallery_pagination ul li a.active\";i:2083;s:156:\".et_pb_filterable_portfolio.et_pb_bg_layout_dark .et_pb_portofolio_pagination ul li a, .et_pb_gallery.et_pb_bg_layout_dark .et_pb_gallery_pagination ul li a\";i:2084;s:44:\".et_pb_portfolio_items_wrapper.no_pagination\";i:2085;s:13:\".et_pb_widget\";i:2086;s:15:\".et_pb_widget a\";i:2087;s:24:\".et_pb_widget li a:hover\";i:2088;s:19:\".et_pb_widget ul li\";i:2089;s:25:\".et_pb_widget ul li ul li\";i:2090;s:20:\".et_pb_widget select\";i:2091;s:34:\".et_pb_widget_area .et_pb_widget a\";i:2092;s:41:\".et_pb_bg_layout_light .et_pb_widget li a\";i:2093;s:40:\".et_pb_bg_layout_dark .et_pb_widget li a\";i:2094;s:13:\".et_pb_module\";i:2095;s:26:\".et_pb_fullwidth_portfolio\";i:2096;s:38:\".et_pb_fullwidth_portfolio .et_overlay\";i:2097;s:48:\".et_pb_fullwidth_portfolio .et_pb_carousel_group\";i:2098;s:55:\".et_pb_fullwidth_portfolio .et_pb_carousel_group.active\";i:2099;s:79:\".et_pb_fullwidth_portfolio.et_pb_fullwidth_portfolio_grid .et_pb_carousel_group\";i:2100;s:49:\".et_pb_fullwidth_portfolio .et_pb_portfolio_items\";i:2101;s:48:\".et_pb_fullwidth_portfolio .et_pb_portfolio_item\";i:2102;s:49:\".et_pb_fullwidth_portfolio .et_pb_portfolio_image\";i:2103;s:53:\".et_pb_fullwidth_portfolio .et_pb_portfolio_image img\";i:2104;s:63:\".et_pb_fullwidth_portfolio .et_pb_portfolio_image.landscape img\";i:2105;s:62:\".et_pb_fullwidth_portfolio .et_pb_portfolio_image.portrait img\";i:2106;s:68:\".et_pb_fullwidth_portfolio .et_pb_portfolio_image .et_overlay:before\";i:2107;s:74:\".et_pb_fullwidth_portfolio .et_pb_portfolio_image:hover .et_overlay:before\";i:2108;s:82:\".et_pb_fullwidth_portfolio.et_pb_bg_layout_dark .et_pb_portfolio_image .et_overlay\";i:2109;s:55:\".et_pb_fullwidth_portfolio.et_pb_bg_layout_dark .meta p\";i:2110;s:55:\".et_pb_fullwidth_portfolio .et_pb_portfolio_image .meta\";i:2111;s:29:\".et_pb_fullwidth_portfolio h2\";i:2112;s:105:\".et_pb_fullwidth_portfolio .et_pb_portfolio_image h3, .et_pb_fullwidth_portfolio .et_pb_portfolio_image p\";i:2113;s:52:\".et_pb_fullwidth_portfolio .et_pb_portfolio_image h3\";i:2114;s:73:\".et_pb_fullwidth_portfolio .et_pb_portfolio_image .et_overlay+p.post-meta\";i:2115;s:58:\".et_pb_fullwidth_portfolio .et_pb_portfolio_image:hover h3\";i:2116;s:50:\".et_pb_fullwidth_portfolio:hover .et-pb-arrow-prev\";i:2117;s:50:\".et_pb_fullwidth_portfolio:hover .et-pb-arrow-next\";i:2118;s:25:\".et_pb_title_container h1\";i:2119;s:88:\".et_pb_column_1_3 .et_pb_title_container h1, .et_pb_column_1_4 .et_pb_title_container h1\";i:2120;s:35:\".et_pb_post_title.et_pb_featured_bg\";i:2121;s:37:\".et_pb_post_title .et_pb_parallax_css\";i:2122;s:35:\".et_pb_title_featured_container img\";i:2123;s:58:\".et_pb_post_title.et_pb_featured_bg .et_pb_title_container\";i:2124;s:22:\".et_pb_title_container\";i:2125;s:31:\".et_pb_title_featured_container\";i:2126;s:28:\"p.et_pb_title_meta_container\";i:2127;s:63:\".et_pb_post_title.et_pb_featured_bg .et_pb_title_meta_container\";i:2128;s:60:\".et_pb_fullwidth_section .et_pb_post_title.et_pb_image_above\";i:2129;s:60:\".et_pb_fullwidth_section .et_pb_post_title.et_pb_image_below\";i:2130;s:145:\".single-post.et_left_sidebar .et_pb_fullwidth_section .et_pb_post_title, .single-post.et_right_sidebar .et_pb_fullwidth_section .et_pb_post_title\";i:2131;s:90:\".single-post.et_right_sidebar .et_pb_fullwidth_section .et_pb_post_title.et_pb_featured_bg\";i:2132;s:83:\".et_pb_fullwidth_section .et_pb_post_title.et_pb_featured_bg .et_pb_title_container\";i:2133;s:105:\".et_pb_fullwidth_section .et_pb_title_container, .et_pb_fullwidth_section .et_pb_title_featured_container\";i:2134;s:72:\".single.et_right_sidebar .et_pb_fullwidth_section .et_pb_title_container\";i:2135;s:64:\".single .et_pb_fullwidth_section .et_pb_title_featured_container\";i:2136;s:34:\".et_pb_fullwidth_code.et_pb_module\";i:2137;s:86:\".et_pb_module.et_pb_has_overlay, article.et_pb_has_overlay .et_pb_blog_image_container\";i:2138;s:70:\".et_pb_module.et_pb_has_overlay .et_overlay, article.et_pb_has_overlay\";i:2139;s:31:\".et_pb_slider.et_pb_post_slider\";i:2140;s:31:\".et_pb_post_slider .et_pb_slide\";i:2141;s:50:\".et_pb_post_slider_image_bottom .et_pb_slide_image\";i:2142;s:56:\".et_pb_post_slider_image_bottom .et_pb_slide_description\";i:2143;s:47:\".et_pb_post_slider_image_top .et_pb_slide_image\";i:2144;s:53:\".et_pb_post_slider_image_top .et_pb_slide_description\";i:2145;s:55:\".et_pb_post_slider_image_right .et_pb_slide_description\";i:2146;s:49:\".et_pb_post_slider_image_right .et_pb_slide_image\";i:2147;s:52:\".et_pb_slider_with_text_overlay h2.et_pb_slide_title\";i:2148;s:52:\".et_pb_slider_with_text_overlay .et_pb_slide_content\";i:2149;s:57:\".et_pb_slider_with_overlay .et_pb_slide_overlay_container\";i:2150;s:66:\".et_pb_slide_content .post-meta, .et_pb_slide_content .post-meta a\";i:2151;s:31:\".et_pb_slide_content .post-meta\";i:2152;s:229:\".et_pb_bg_layout_light.et_pb_slider_with_overlay .et_pb_slide_overlay_container, .et_pb_bg_layout_light.et_pb_slider_with_text_overlay .et_pb_slide_content, .et_pb_bg_layout_light.et_pb_slider_with_text_overlay .et_pb_slide_title\";i:2153;s:226:\".et_pb_bg_layout_dark.et_pb_slider_with_overlay .et_pb_slide_overlay_container, .et_pb_bg_layout_dark.et_pb_slider_with_text_overlay .et_pb_slide_content, .et_pb_bg_layout_dark.et_pb_slider_with_text_overlay .et_pb_slide_title\";i:2154;s:104:\".et_pb_post_slider.et_pb_bg_layout_dark .post-meta, .et_pb_post_slider.et_pb_bg_layout_dark .post-meta a\";i:2155;s:106:\".et_pb_post_slider.et_pb_bg_layout_light .post-meta, .et_pb_post_slider.et_pb_bg_layout_light .post-meta a\";i:2156;s:39:\".et_pb_post_slider.et_pb_bg_layout_dark\";i:2157;s:40:\".et_pb_post_slider.et_pb_bg_layout_light\";i:2158;s:146:\".et_pb_post_slider .et_pb_slide.et-pb-active-slide .et_pb_slide_description, .et_pb_post_slider .et_pb_slide.et-pb-active-slide .et_pb_slide_image\";i:2159;s:254:\".et_pb_column_1_2 .et_pb_post_slider_image_bottom .et_pb_slide, .et_pb_column_1_3 .et_pb_post_slider_image_bottom .et_pb_slide, .et_pb_column_1_4 .et_pb_post_slider_image_bottom .et_pb_slide, .et_pb_column_3_8 .et_pb_post_slider_image_bottom .et_pb_slide\";i:2160;s:130:\".et_pb_column .et_pb_post_slider_image_bottom .et_pb_slide_image, .et_pb_column .et_pb_post_slider_image_bottom .et_pb_slide_video\";i:2161;s:278:\".et_pb_column_3_4 .et_pb_post_slider_image_bottom .et_pb_slide_image, .et_pb_column_3_4 .et_pb_post_slider_image_bottom .et_pb_slide_video, .et_pb_column_4_4 .et_pb_post_slider_image_bottom .et_pb_slide_image, .et_pb_column_4_4 .et_pb_post_slider_image_bottom .et_pb_slide_video\";i:2162;s:138:\".et_pb_column_2_3 .et_pb_post_slider_image_bottom .et_pb_slide_image, .et_pb_column_2_3 .et_pb_post_slider_image_bottom .et_pb_slide_video\";i:2163;s:278:\".et_pb_column_1_3 .et_pb_post_slider_image_bottom .et_pb_slide_image, .et_pb_column_1_3 .et_pb_post_slider_image_bottom .et_pb_slide_video, .et_pb_column_3_8 .et_pb_post_slider_image_bottom .et_pb_slide_image, .et_pb_column_3_8 .et_pb_post_slider_image_bottom .et_pb_slide_video\";i:2164;s:138:\".et_pb_column_1_4 .et_pb_post_slider_image_bottom .et_pb_slide_image, .et_pb_column_1_4 .et_pb_post_slider_image_bottom .et_pb_slide_video\";i:2165;s:42:\".et_pb_post_slider.et_pb_module .et_pb_row\";i:2166;s:65:\".et_pb_post_slider.et_pb_module .et_pb_with_background .et_pb_row\";i:2167;s:46:\".et_pb_post_slider.et_pb_module .et_pb_section\";i:2168;s:33:\".et_pb_search .screen-reader-text\";i:2169;s:67:\".et_pb_search input.et_pb_s, .et_pb_search input.et_pb_searchsubmit\";i:2170;s:54:\".et_pb_search input.et_pb_s::-webkit-input-placeholder\";i:2171;s:45:\".et_pb_search input.et_pb_s::-moz-placeholder\";i:2172;s:49:\".et_pb_search input.et_pb_s:-ms-input-placeholder\";i:2173;s:27:\".et_pb_search input.et_pb_s\";i:2174;s:31:\".et_pb_search .et_pb_searchform\";i:2175;s:38:\".et_pb_search input.et_pb_searchsubmit\";i:2176;s:114:\".et_pb_search.et_pb_text_align_center .et_pb_searchsubmit, .et_pb_search.et_pb_text_align_left .et_pb_searchsubmit\";i:2177;s:56:\".et_pb_search.et_pb_text_align_right .et_pb_searchsubmit\";i:2178;s:50:\".et_pb_search.et_pb_text_align_right input.et_pb_s\";i:2179;s:51:\".et_pb_search.et_pb_text_align_center input.et_pb_s\";i:2180;s:63:\".et_pb_search.et_pb_hide_search_button input.et_pb_searchsubmit\";i:2181;s:52:\".et_pb_search.et_pb_hide_search_button input.et_pb_s\";i:2182;s:48:\".et_pb_search.et_pb_bg_layout_dark input.et_pb_s\";i:2183;s:75:\".et_pb_search.et_pb_bg_layout_dark input.et_pb_s::-webkit-input-placeholder\";i:2184;s:66:\".et_pb_search.et_pb_bg_layout_dark input.et_pb_s::-moz-placeholder\";i:2185;s:70:\".et_pb_search.et_pb_bg_layout_dark input.et_pb_s:-ms-input-placeholder\";i:2186;s:59:\".et_pb_search.et_pb_bg_layout_dark input.et_pb_searchsubmit\";i:2187;s:13:\"#comment-wrap\";i:2188;s:36:\".et_pb_comments_module #comment-wrap\";i:2189;s:29:\".single-project #comment-wrap\";i:2190;s:15:\".comment_avatar\";i:2191;s:17:\".comment_postinfo\";i:2192;s:18:\"span.fn, span.fn a\";i:2193;s:17:\"span.comment_date\";i:2194;s:33:\".comment_area .comment-reply-link\";i:2195;s:45:\".comment-reply-link:hover, .form-submit:hover\";i:2196;s:40:\"#comment-wrap li.comment.depth-5 article\";i:2197;s:54:\".et_pb_comments_module.et_pb_no_avatar .comment_avatar\";i:2198;s:52:\".et_pb_comments_module.et_pb_no_avatar .comment-body\";i:2199;s:74:\".et_pb_comments_module.et_pb_no_avatar.et_pb_no_reply_button .comment-body\";i:2200;s:65:\".et_pb_comments_module.et_pb_no_reply_button span.reply-container\";i:2201;s:58:\".et_pb_comments_module.et_pb_no_reply_button .comment-body\";i:2202;s:58:\".et_pb_comments_module.et_pb_no_comments_count h1#comments\";i:2203;s:87:\".et_pb_bg_layout_dark .comment_postinfo a, .et_pb_bg_layout_dark .comment_postinfo span\";i:2204;s:17:\".comment #respond\";i:2205;s:12:\"#commentform\";i:2206;s:91:\"#commentform input[type=email], #commentform input[type=text], #commentform input[type=url]\";i:2207;s:21:\"#commentform textarea\";i:2208;s:114:\"#commentform input[type=email], #commentform input[type=text], #commentform input[type=url], #commentform textarea\";i:2209;s:12:\".form-submit\";i:2210;s:26:\".form-submit .et_pb_button\";i:2211;s:18:\"#reply-title small\";i:2212;s:33:\".et_pb_posts_nav.nav-single:after\";i:2213;s:18:\".et_pb_posts_nav a\";i:2214;s:12:\".et-waypoint\";i:2215;s:15:\".et_pb_counters\";i:2216;s:20:\".et_pb_animation_off\";i:2217;s:42:\".et-animated li span .et_pb_counter_amount\";i:2218;s:33:\".et_pb_animation_left.et-animated\";i:2219;s:34:\".et_pb_animation_right.et-animated\";i:2220;s:32:\".et_pb_animation_top.et-animated\";i:2221;s:35:\".et_pb_animation_bottom.et-animated\";i:2222;s:36:\".et_pb_animation_fade_in.et-animated\";i:2223;s:20:\".et_animated_wrapper\";i:2224;s:12:\".et_animated\";i:2225;s:21:\".et_animated.infinite\";i:2226;s:2:\"to\";i:2227;s:17:\".et_animated.fade\";i:2228;s:4:\"from\";i:2229;s:20:\".et_animated.fadeTop\";i:2230;s:22:\".et_animated.fadeRight\";i:2231;s:23:\".et_animated.fadeBottom\";i:2232;s:21:\".et_animated.fadeLeft\";i:2233;s:18:\".et_animated.slide\";i:2234;s:21:\".et_animated.slideTop\";i:2235;s:23:\".et_animated.slideRight\";i:2236;s:24:\".et_animated.slideBottom\";i:2237;s:22:\".et_animated.slideLeft\";i:2238;s:19:\".et_animated.bounce\";i:2239;s:22:\".et_animated.bounceTop\";i:2240;s:24:\".et_animated.bounceRight\";i:2241;s:25:\".et_animated.bounceBottom\";i:2242;s:23:\".et_animated.bounceLeft\";i:2243;s:17:\".et_animated.zoom\";i:2244;s:20:\".et_animated.zoomTop\";i:2245;s:22:\".et_animated.zoomRight\";i:2246;s:23:\".et_animated.zoomBottom\";i:2247;s:21:\".et_animated.zoomLeft\";i:2248;s:17:\".et_animated.flip\";i:2249;s:20:\".et_animated.flipTop\";i:2250;s:22:\".et_animated.flipRight\";i:2251;s:23:\".et_animated.flipBottom\";i:2252;s:21:\".et_animated.flipLeft\";i:2253;s:17:\".et_animated.fold\";i:2254;s:20:\".et_animated.foldTop\";i:2255;s:22:\".et_animated.foldRight\";i:2256;s:23:\".et_animated.foldBottom\";i:2257;s:21:\".et_animated.foldLeft\";i:2258;s:17:\".et_animated.roll\";i:2259;s:20:\".et_animated.rollTop\";i:2260;s:22:\".et_animated.rollRight\";i:2261;s:23:\".et_animated.rollBottom\";i:2262;s:21:\".et_animated.rollLeft\";i:2263;s:44:\"#wp-admin-bar-et-use-visual-builder a:before\";i:2264;s:50:\"#wp-admin-bar-et-use-visual-builder:hover a:before\";i:2265;s:88:\"#wp-admin-bar-et-use-visual-builder a:hover, #wp-admin-bar-et-use-visual-builder:hover a\";i:2266;s:37:\".mfp-wrap .mfp-container button:hover\";i:2267;s:27:\".mfp-wrap .mfp-arrow:active\";i:2268;s:27:\".mfp-wrap .mfp-close:active\";i:2269;s:94:\".mfp-arrow-left .mfp-a, .mfp-arrow-left:after, .mfp-arrow-right .mfp-a, .mfp-arrow-right:after\";i:2270;s:16:\".mfp-fade.mfp-bg\";i:2271;s:26:\".mfp-fade.mfp-bg.mfp-ready\";i:2272;s:29:\".mfp-fade.mfp-bg.mfp-removing\";i:2273;s:31:\".mfp-fade.mfp-wrap .mfp-content\";i:2274;s:41:\".mfp-fade.mfp-wrap.mfp-ready .mfp-content\";i:2275;s:44:\".mfp-fade.mfp-wrap.mfp-removing .mfp-content\";i:2276;s:7:\".mfp-bg\";i:2277;s:9:\".mfp-wrap\";i:2278;s:21:\".mfp-container:before\";i:2279;s:36:\".mfp-align-top .mfp-container:before\";i:2280;s:12:\".mfp-content\";i:2281;s:62:\".mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content\";i:2282;s:13:\".mfp-ajax-cur\";i:2283;s:65:\".mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close\";i:2284;s:9:\".mfp-zoom\";i:2285;s:29:\".mfp-auto-cursor .mfp-content\";i:2286;s:52:\".mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader\";i:2287;s:23:\".mfp-loading.mfp-figure\";i:2288;s:9:\".mfp-hide\";i:2289;s:14:\".mfp-preloader\";i:2290;s:16:\".mfp-preloader a\";i:2291;s:22:\".mfp-preloader a:hover\";i:2292;s:27:\".mfp-s-ready .mfp-preloader\";i:2293;s:25:\".mfp-s-error .mfp-content\";i:2294;s:34:\"button.mfp-arrow, button.mfp-close\";i:2295;s:24:\"button::-moz-focus-inner\";i:2296;s:10:\".mfp-close\";i:2297;s:34:\".mfp-close:focus, .mfp-close:hover\";i:2298;s:17:\".mfp-close:active\";i:2299;s:28:\".mfp-close-btn-in .mfp-close\";i:2300;s:59:\".mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close\";i:2301;s:12:\".mfp-counter\";i:2302;s:16:\".mfp-arrow:hover\";i:2303;s:18:\".mfp-iframe-holder\";i:2304;s:31:\".mfp-iframe-holder .mfp-content\";i:2305;s:29:\".mfp-iframe-holder .mfp-close\";i:2306;s:18:\".mfp-iframe-scaler\";i:2307;s:25:\".mfp-iframe-scaler iframe\";i:2308;s:47:\".mfp-arrow-left:before, .mfp-arrow-right:before\";i:2309;s:45:\".mfp-arrow-left .mfp-a, .mfp-arrow-left:after\";i:2310;s:47:\".mfp-arrow-right .mfp-a, .mfp-arrow-right:after\";i:2311;s:71:\".mfp-iframe-holder .mfp-close:hover, .mfp-image-holder .mfp-close:hover\";i:2312;s:16:\".mfp-arrow:after\";i:2313;s:11:\"img.mfp-img\";i:2314;s:11:\".mfp-figure\";i:2315;s:17:\".mfp-figure:after\";i:2316;s:17:\".mfp-figure small\";i:2317;s:18:\".mfp-figure figure\";i:2318;s:15:\".mfp-bottom-bar\";i:2319;s:10:\".mfp-title\";i:2320;s:30:\".mfp-image-holder .mfp-content\";i:2321;s:42:\".mfp-gallery .mfp-image-holder .mfp-figure\";i:2322;s:17:\".mfp-ie7 .mfp-img\";i:2323;s:24:\".mfp-ie7 .mfp-bottom-bar\";i:2324;s:23:\".mfp-ie7 .mfp-container\";i:2325;s:21:\".mfp-ie7 .mfp-content\";i:2326;s:19:\".mfp-ie7 .mfp-close\";i:2327;s:7:\".et-box\";i:2328;s:22:\".et-box-content strong\";i:2329;s:91:\".et-bio:before, .et-download:before, .et-info:before, .et-shadow:before, .et-warning:before\";i:2330;s:8:\".et-info\";i:2331;s:15:\".et-info:before\";i:2332;s:24:\".et-info .et-box-content\";i:2333;s:172:\".et-info .et-box-content h1, .et-info .et-box-content h2, .et-info .et-box-content h3, .et-info .et-box-content h4, .et-info .et-box-content h5, .et-info .et-box-content h6\";i:2334;s:11:\".et-warning\";i:2335;s:18:\".et-warning:before\";i:2336;s:27:\".et-warning .et-box-content\";i:2337;s:190:\".et-warning .et-box-content h1, .et-warning .et-box-content h2, .et-warning .et-box-content h3, .et-warning .et-box-content h4, .et-warning .et-box-content h5, .et-warning .et-box-content h6\";i:2338;s:12:\".et-download\";i:2339;s:19:\".et-download:before\";i:2340;s:28:\".et-download .et-box-content\";i:2341;s:196:\".et-download .et-box-content h1, .et-download .et-box-content h2, .et-download .et-box-content h3, .et-download .et-box-content h4, .et-download .et-box-content h5, .et-download .et-box-content h6\";i:2342;s:7:\".et-bio\";i:2343;s:14:\".et-bio:before\";i:2344;s:23:\".et-bio .et-box-content\";i:2345;s:166:\".et-bio .et-box-content h1, .et-bio .et-box-content h2, .et-bio .et-box-content h3, .et-bio .et-box-content h4, .et-bio .et-box-content h5, .et-bio .et-box-content h6\";i:2346;s:10:\".et-shadow\";i:2347;s:26:\".et-shadow .et-box-content\";i:2348;s:184:\".et-shadow .et-box-content h1, .et-shadow .et-box-content h2, .et-shadow .et-box-content h3, .et-shadow .et-box-content h4, .et-shadow .et-box-content h5, .et-shadow .et-box-content h6\";i:2349;s:11:\".et-tooltip\";i:2350;s:15:\".et-tooltip-box\";i:2351;s:17:\".et-tooltip-arrow\";i:2352;s:14:\".et-learn-more\";i:2353;s:30:\".et-learn-more h3.heading-more\";i:2354;s:54:\".et-learn-more h3.heading-more span.et_learnmore_arrow\";i:2355;s:43:\".et-learn-more span.et_learnmore_arrow span\";i:2356;s:49:\".et-learn-more .open span.et_learnmore_arrow span\";i:2357;s:34:\".et-learn-more .learn-more-content\";i:2358;s:51:\".et_slidecontent .et-learn-more .learn-more-content\";i:2359;s:28:\".et-open .learn-more-content\";i:2360;s:29:\".et_shortcodes_controller_nav\";i:2361;s:55:\".et_shortcodes_controls, .et_shortcodes_controls_arrows\";i:2362;s:23:\".et_shortcodes_controls\";i:2363;s:26:\".et_shortcodes_controls li\";i:2364;s:25:\".et_shortcodes_controls a\";i:2365;s:55:\".et_shortcodes_controls .et_shortcodes_active_control a\";i:2366;s:32:\".et_shortcodes_controls_arrows a\";i:2367;s:38:\".et_shortcodes_controls_arrows a:hover\";i:2368;s:46:\".et_shortcodes_controls_arrows .et_sc_nav_prev\";i:2369;s:46:\".et_shortcodes_controls_arrows .et_sc_nav_next\";i:2370;s:104:\".et_shortcodes_controls_arrows .et_sc_nav_next span, .et_shortcodes_controls_arrows .et_sc_nav_prev span\";i:2371;s:51:\".et_shortcodes_controls_arrows .et_sc_nav_next span\";i:2372;s:51:\".et_shortcodes_controls_arrows .et_sc_nav_prev span\";i:2373;s:17:\".et-simple-slider\";i:2374;s:130:\".et-simple-slider h1, .et-simple-slider h2, .et-simple-slider h3, .et-simple-slider h4, .et-simple-slider h5, .et-simple-slider h6\";i:2375;s:17:\".et-simple-slides\";i:2376;s:30:\".et-simple-slider div.et-slide\";i:2377;s:61:\".one_fourth, .one_half, .one_third, .three_fourth, .two_third\";i:2378;s:9:\".one_half\";i:2379;s:10:\".one_third\";i:2380;s:10:\".two_third\";i:2381;s:11:\".one_fourth\";i:2382;s:13:\".three_fourth\";i:2383;s:43:\"a.big-button, a.icon-button, a.small-button\";i:2384;s:29:\"a.icon-button, a.small-button\";i:2385;s:61:\"a.big-button:hover, a.icon-button:hover, a.small-button:hover\";i:2386;s:22:\"a.bigblue, a.smallblue\";i:2387;s:34:\"a.bigblue:hover, a.smallblue:hover\";i:2388;s:16:\"a.smalllightblue\";i:2389;s:22:\"a.smalllightblue:hover\";i:2390;s:38:\"a.bigteal, a.bigturquoise, a.smallteal\";i:2391;s:56:\"a.bigteal:hover, a.bigturquoise:hover, a.smallteal:hover\";i:2392;s:24:\"a.biggreen, a.smallgreen\";i:2393;s:36:\"a.biggreen:hover, a.smallgreen:hover\";i:2394;s:26:\"a.bigorange, a.smallorange\";i:2395;s:38:\"a.bigorange:hover, a.smallorange:hover\";i:2396;s:13:\"a.smallsilver\";i:2397;s:19:\"a.smallsilver:hover\";i:2398;s:12:\"a.smallblack\";i:2399;s:18:\"a.smallblack:hover\";i:2400;s:20:\"a.bigred, a.smallred\";i:2401;s:32:\"a.bigred:hover, a.smallred:hover\";i:2402;s:11:\"a.smallpink\";i:2403;s:17:\"a.smallpink:hover\";i:2404;s:26:\"a.bigpurple, a.smallpurple\";i:2405;s:38:\"a.bigpurple:hover, a.smallpurple:hover\";i:2406;s:12:\"a.big-button\";i:2407;s:18:\"a.big-button:hover\";i:2408;s:13:\"a.icon-button\";i:2409;s:19:\"a.icon-button:hover\";i:2410;s:26:\"a.icon-button span.et-icon\";i:2411;s:28:\"a.download-icon span.et-icon\";i:2412;s:26:\"a.search-icon span.et-icon\";i:2413;s:27:\"a.refresh-icon span.et-icon\";i:2414;s:28:\"a.question-icon span.et-icon\";i:2415;s:26:\"a.people-icon span.et-icon\";i:2416;s:27:\"a.warning-icon span.et-icon\";i:2417;s:24:\"a.mail-icon span.et-icon\";i:2418;s:25:\"a.heart-icon span.et-icon\";i:2419;s:25:\"a.paper-icon span.et-icon\";i:2420;s:26:\"a.notice-icon span.et-icon\";i:2421;s:25:\"a.stats-icon span.et-icon\";i:2422;s:23:\"a.rss-icon span.et-icon\";i:2423;s:27:\"ul.et_shortcodes_mobile_nav\";i:2424;s:29:\"ul.et_shortcodes_mobile_nav a\";i:2425;s:69:\".et_shortcodes_controls_arrows span, ul.et_shortcodes_mobile_nav span\";i:2426;s:101:\".et_shortcodes_controls_arrows .et_sc_nav_prev span, ul.et_shortcodes_mobile_nav .et_sc_nav_prev span\";i:2427;s:101:\".et_shortcodes_controls_arrows .et_sc_nav_next span, ul.et_shortcodes_mobile_nav .et_sc_nav_next span\";i:2428;s:18:\".et-tabs-container\";i:2429;s:239:\".et-learn-more h3.heading-more, .et-protected-title, .et-tabs-container .et-tabs-control, .et-tabs-container ul.et_shortcodes_mobile_nav, .et-testimonial-author-info, .et_shortcodes_controller_nav, .pricing-content-bottom, .pricing-heading\";i:2430;s:83:\".et-tabs-container .et-tabs-control, .et-tabs-container ul.et_shortcodes_mobile_nav\";i:2431;s:42:\".et-tabs-container .et-tabs-control:before\";i:2432;s:38:\".et-tabs-container .et-tabs-control li\";i:2433;s:50:\".et-tabs-container .et-tabs-control li:first-child\";i:2434;s:40:\".et-tabs-container .et-tabs-control li a\";i:2435;s:46:\".et-tabs-container .et-tabs-control li a:hover\";i:2436;s:52:\".et-tabs-container .et-tabs-control li.active:before\";i:2437;s:47:\".et-tabs-container .et-tabs-control li.active a\";i:2438;s:28:\".et-tabs-content-wrapper>div\";i:2439;s:43:\".et_sliderfx_slide .et-tabs-content-wrapper\";i:2440;s:47:\".et_sliderfx_slide .et-tabs-content-wrapper>div\";i:2441;s:83:\".et_sliderfx_fade .et_slidecontent, .et_sliderfx_slide .et-tabs-content-wrapper>div\";i:2442;s:45:\".et_sliderfx_slide .et_shortcode_slide_active\";i:2443;s:35:\".et-tabs-container .et-tabs-content\";i:2444;s:48:\".et-tabs-container ul.et_shortcodes_mobile_nav a\";i:2445;s:54:\".et-tabs-container ul.et_shortcodes_mobile_nav a:hover\";i:2446;s:69:\".et-tabs-container ul.et_shortcodes_mobile_nav .et_sc_nav_next:before\";i:2447;s:123:\".author-shortcodes, .et-image-slider, .et-protected, .et-simple-slider, .et-tabs-container, .et-testimonial-box, .tabs-left\";i:2448;s:10:\".tabs-left\";i:2449;s:67:\".tabs-left .et-tabs-control, .tabs-left ul.et_shortcodes_mobile_nav\";i:2450;s:73:\".tabs-left .et-tabs-control li, .tabs-left ul.et_shortcodes_mobile_nav li\";i:2451;s:32:\".tabs-left .et-tabs-control li a\";i:2452;s:39:\".tabs-left .et-tabs-control li.active a\";i:2453;s:79:\".tabs-left .et-tabs-control li a:hover, .tabs-left .et-tabs-control li.active a\";i:2454;s:55:\".tabs-left.et_sliderfx_slide .et-tabs-content-main-wrap\";i:2455;s:30:\".tabs-left .et-tabs-content h3\";i:2456;s:45:\".tabs-left ul.et_shortcodes_mobile_nav a span\";i:2457;s:59:\".tabs-left ul.et_shortcodes_mobile_nav .et_sc_nav_next span\";i:2458;s:59:\".tabs-left ul.et_shortcodes_mobile_nav .et_sc_nav_prev span\";i:2459;s:18:\".author-shortcodes\";i:2460;s:32:\".author-shortcodes .author-inner\";i:2461;s:32:\".author-shortcodes .author-image\";i:2462;s:36:\".author-shortcodes .author-image img\";i:2463;s:48:\".author-shortcodes .author-image .author-overlay\";i:2464;s:13:\".et-protected\";i:2465;s:19:\".et-protected-title\";i:2466;s:26:\".et-protected-title:before\";i:2467;s:18:\".et-protected-form\";i:2468;s:20:\".et-protected-form p\";i:2469;s:26:\".et-protected-form p label\";i:2470;s:39:\".et-protected-form p .et_protected_icon\";i:2471;s:43:\".et-protected-form p .et_protected_password\";i:2472;s:29:\".et-protected-form label span\";i:2473;s:26:\".et-protected-form p input\";i:2474;s:39:\".et-protected-form input.etlogin-button\";i:2475;s:34:\".et-simple-slides .et_slidecontent\";i:2476;s:16:\".et-image-slides\";i:2477;s:16:\".et-image-slider\";i:2478;s:15:\".et-image-slide\";i:2479;s:20:\".et-image-slider img\";i:2480;s:17:\".et-image-overlay\";i:2481;s:102:\".author-shortcodes, .et-learn-more, .et-simple-slider, .et-tabs-container, .et-tooltip-box, .tabs-left\";i:2482;s:114:\".author-shortcodes a, .et-learn-more a, .et-simple-slider a, .et-tabs-container a, .et-tooltip-box a, .tabs-left a\";i:2483;s:18:\".et-custom-list ul\";i:2484;s:21:\".et-custom-list ul li\";i:2485;s:28:\".et-custom-list ul li:before\";i:2486;s:22:\".etlist-x ul li:before\";i:2487;s:17:\".etlist-dot ul li\";i:2488;s:24:\".etlist-dot ul li:before\";i:2489;s:24:\".et-custom-list ul li ul\";i:2490;s:14:\".pricing-table\";i:2491;s:19:\".pricing-table-wrap\";i:2492;s:16:\".pricing-heading\";i:2493;s:14:\".pricing-title\";i:2494;s:18:\".pricing-heading p\";i:2495;s:25:\".pricing-table ul.pricing\";i:2496;s:28:\".pricing-table ul.pricing li\";i:2497;s:46:\".pricing-table ul.pricing li span.pricing-mark\";i:2498;s:53:\".pricing-table ul.pricing li.x-mark span.pricing-mark\";i:2499;s:23:\".pricing-content-bottom\";i:2500;s:13:\"span.et-price\";i:2501;s:17:\"span.et-price sup\";i:2502;s:30:\"span.et-price span.dollar-sign\";i:2503;s:28:\".pricing-table a.icon-button\";i:2504;s:32:\".pricing-big .pricing-table-wrap\";i:2505;s:29:\".pricing-big .pricing-heading\";i:2506;s:36:\".pricing-big .pricing-content-bottom\";i:2507;s:19:\".et-testimonial-box\";i:2508;s:27:\".et-testimonial-author-info\";i:2509;s:6:\".t-img\";i:2510;s:10:\".t-img img\";i:2511;s:10:\".t-overlay\";i:2512;s:22:\".t-author, .t-position\";i:2513;s:9:\".t-author\";i:2514;s:11:\".t-position\";i:2515;s:28:\".et-testimonial, .t-position\";i:2516;s:22:\".et-testimonial:before\";i:2517;s:15:\".t-bottom-arrow\";i:2518;s:11:\".et-dropcap\";i:2519;s:9:\".et_quote\";i:2520;s:24:\".et_quote .et_quote_sign\";i:2521;s:28:\".quote-center .et_quote_sign\";i:2522;s:39:\".quote-center .et_quote_additional_sign\";i:2523;s:15:\".et_right_quote\";i:2524;s:13:\".quote-center\";i:2525;s:29:\".quote-center .et_right_quote\";i:2526;s:35:\".et-tabs-container .et-tabs-control\";i:2527;s:27:\".tabs-left .et-tabs-control\";i:2528;s:100:\".author-info h1, .author-info h2, .author-info h3, .author-info h4, .author-info h5, .author-info h6\";i:2529;s:74:\".et-tabs-container .et-tabs-control li a, .tabs-left .et-tabs-control li a\";i:2530;s:15:\".et_column_last\";i:2531;s:73:\"body.et_left_sidebar .pricing-table, body.et_right_sidebar .pricing-table\";}","no");
INSERT INTO `pcab_options` VALUES("279","chld_thm_cfg_options_dict_query","a:21:{i:1;s:34:\"@media all and (min-width: 1405px)\";i:2;s:58:\"@media all and (min-width: 1100px) and (max-width: 1405px)\";i:3;s:57:\"@media all and (min-width: 981px) and (max-width: 1405px)\";i:4;s:33:\"@media all and (min-width: 981px)\";i:5;s:57:\"@media all and (min-width: 981px) and (max-width: 1100px)\";i:6;s:33:\"@media all and (max-width: 980px)\";i:7;s:36:\"@media screen and (max-width: 782px)\";i:8;s:33:\"@media all and (max-width: 768px)\";i:9;s:33:\"@media all and (max-width: 767px)\";i:10;s:33:\"@media all and (max-width: 479px)\";i:11;s:12:\"@media print\";i:12;s:33:\"@media all and (min-width: 480px)\";i:13;s:33:\"@media all and (min-width: 768px)\";i:14;s:56:\"@media all and (min-width: 768px) and (max-width: 980px)\";i:15;s:56:\"@media all and (min-width: 768px) and (max-width: 800px)\";i:16;s:33:\"@media all and (max-width: 380px)\";i:17;s:96:\"@media screen and (max-width: 800px) and (orientation: landscape),screen and (max-height: 300px)\";i:18;s:33:\"@media all and (max-width: 900px)\";i:19;s:33:\"@media all and (max-width: 959px)\";i:20;s:56:\"@media all and (min-width: 768px) and (max-width: 959px)\";i:21;s:4:\"base\";}","no");
INSERT INTO `pcab_options` VALUES("280","chld_thm_cfg_options_dict_rule","a:156:{i:1;s:5:\"width\";i:2;s:5:\"clear\";i:3;s:12:\"margin-right\";i:4;s:9:\"max-width\";i:5;s:8:\"position\";i:6;s:6:\"height\";i:7;s:7:\"z-index\";i:8;s:3:\"top\";i:9;s:4:\"left\";i:10;s:5:\"right\";i:11;s:7:\"display\";i:12;s:12:\"padding-left\";i:13;s:11:\"margin-left\";i:14;s:10:\"margin-top\";i:15;s:13:\"margin-bottom\";i:16;s:9:\"font-size\";i:17;s:14:\"padding-bottom\";i:18;s:11:\"padding-top\";i:19;s:13:\"padding-right\";i:20;s:8:\"overflow\";i:21;s:9:\"direction\";i:22;s:5:\"float\";i:23;s:9:\"word-wrap\";i:24;s:11:\"line-height\";i:25;s:6:\"bottom\";i:26;s:7:\"content\";i:27;s:10:\"transition\";i:28;s:17:\"-webkit-animation\";i:29;s:14:\"-moz-animation\";i:30;s:12:\"-o-animation\";i:31;s:9:\"animation\";i:32;s:16:\"transform-origin\";i:33;s:27:\"-webkit-backface-visibility\";i:34;s:19:\"backface-visibility\";i:35;s:10:\"box-sizing\";i:36;s:7:\"opacity\";i:37;s:10:\"box-shadow\";i:38;s:9:\"transform\";i:39;s:19:\"transition-duration\";i:40;s:10:\"max-height\";i:41;s:10:\"border-top\";i:42;s:17:\"border-left-width\";i:43;s:17:\"border-left-style\";i:44;s:18:\"border-right-width\";i:45;s:18:\"border-right-style\";i:46;s:11:\"border-left\";i:47;s:10:\"font-style\";i:48;s:15:\"text-decoration\";i:49;s:16:\"background-color\";i:50;s:10:\"min-height\";i:51;s:17:\"-webkit-flex-wrap\";i:52;s:13:\"-ms-flex-wrap\";i:53;s:9:\"flex-wrap\";i:54;s:13:\"border-radius\";i:55;s:12:\"border-right\";i:56;s:11:\"font-weight\";i:57;s:10:\"text-align\";i:58;s:10:\"list-style\";i:59;s:5:\"color\";i:60;s:11:\"text-indent\";i:61;s:13:\"border-bottom\";i:62;s:17:\"-webkit-flex-flow\";i:63;s:14:\"-moz-flex-flow\";i:64;s:13:\"-ms-flex-flow\";i:65;s:9:\"flex-flow\";i:66;s:23:\"-webkit-justify-content\";i:67;s:20:\"-moz-justify-content\";i:68;s:19:\"-ms-justify-content\";i:69;s:15:\"justify-content\";i:70;s:6:\"border\";i:71;s:7:\"outline\";i:72;s:19:\"background-position\";i:73;s:14:\"vertical-align\";i:74;s:6:\"quotes\";i:75;s:14:\"border-spacing\";i:76;s:15:\"border-collapse\";i:77;s:11:\"font-family\";i:78;s:14:\"font-smoothing\";i:79;s:23:\"-moz-osx-font-smoothing\";i:80;s:17:\"background-repeat\";i:81;s:21:\"background-attachment\";i:82;s:23:\"-webkit-background-size\";i:83;s:20:\"-moz-background-size\";i:84;s:15:\"background-size\";i:85;s:18:\"-webkit-appearance\";i:86;s:12:\"border-color\";i:87;s:10:\"visibility\";i:88;s:15:\"list-style-type\";i:89;s:19:\"list-style-position\";i:90;s:6:\"cursor\";i:91;s:12:\"font-variant\";i:92;s:14:\"text-transform\";i:93;s:5:\"speak\";i:94;s:9:\"min-width\";i:95;s:11:\"text-shadow\";i:96;s:22:\"border-top-left-radius\";i:97;s:25:\"border-bottom-left-radius\";i:98;s:19:\"border-bottom-color\";i:99;s:12:\"border-width\";i:100;s:12:\"border-style\";i:101;s:23:\"border-top-right-radius\";i:102;s:22:\"border-radius-topright\";i:103;s:26:\"border-bottom-right-radius\";i:104;s:25:\"border-radius-bottomright\";i:105;s:11:\"empty-cells\";i:106;s:21:\"border-radius-topleft\";i:107;s:24:\"border-radius-bottomleft\";i:108;s:16:\"transition-delay\";i:109;s:10:\"overflow-x\";i:110;s:16:\"background-image\";i:111;s:14:\"pointer-events\";i:112;s:15:\"-moz-appearance\";i:113;s:10:\"appearance\";i:114;s:24:\"-moz-backface-visibility\";i:115;s:22:\"-o-backface-visibility\";i:116;s:19:\"border-bottom-width\";i:117;s:19:\"border-bottom-style\";i:118;s:22:\"-webkit-animation-name\";i:119;s:19:\"-moz-animation-name\";i:120;s:18:\"-ms-animation-name\";i:121;s:17:\"-o-animation-name\";i:122;s:14:\"animation-name\";i:123;s:26:\"-webkit-animation-duration\";i:124;s:23:\"-moz-animation-duration\";i:125;s:22:\"-ms-animation-duration\";i:126;s:21:\"-o-animation-duration\";i:127;s:18:\"animation-duration\";i:128;s:33:\"-webkit-animation-timing-function\";i:129;s:30:\"-moz-animation-timing-function\";i:130;s:29:\"-ms-animation-timing-function\";i:131;s:28:\"-o-animation-timing-function\";i:132;s:25:\"animation-timing-function\";i:133;s:23:\"-webkit-animation-delay\";i:134;s:20:\"-moz-animation-delay\";i:135;s:19:\"-ms-animation-delay\";i:136;s:18:\"-o-animation-delay\";i:137;s:15:\"animation-delay\";i:138;s:27:\"-webkit-animation-fill-mode\";i:139;s:24:\"-moz-animation-fill-mode\";i:140;s:23:\"-ms-animation-fill-mode\";i:141;s:22:\"-o-animation-fill-mode\";i:142;s:19:\"animation-fill-mode\";i:143;s:16:\"border-top-width\";i:144;s:16:\"border-top-style\";i:145;s:16:\"border-top-color\";i:146;s:18:\"-webkit-align-self\";i:147;s:15:\"-moz-align-self\";i:148;s:14:\"-ms-align-self\";i:149;s:10:\"align-self\";i:150;s:25:\"animation-iteration-count\";i:151;s:19:\"-webkit-user-select\";i:152;s:16:\"-moz-user-select\";i:153;s:11:\"user-select\";i:154;s:27:\"-webkit-tap-highlight-color\";i:155;s:14:\"letter-spacing\";i:156;s:16:\"list-style-image\";}","no");
INSERT INTO `pcab_options` VALUES("281","chld_thm_cfg_options_dict_val","a:918:{i:1;s:5:\"315px\";i:2;s:4:\"both\";i:3;s:4:\"60px\";i:4;s:1:\"0\";i:5;s:4:\"none\";i:6;s:5:\"193px\";i:7;s:4:\"50px\";i:8;s:5:\"250px\";i:9;s:4:\"100%\";i:10;s:8:\"absolute\";i:11;s:4:\"80px\";i:12;s:2:\"99\";i:13;s:4:\"30px\";i:14;s:3:\"7px\";i:15;s:4:\"26px\";i:16;s:5:\"block\";i:17;s:8:\"relative\";i:18;s:7:\"33.333%\";i:19;s:3:\"50%\";i:20;s:4:\"40px\";i:21;s:4:\"20px\";i:22;s:4:\"5.5%\";i:23;s:5:\"2.75%\";i:24;s:7:\"73.625%\";i:25;s:6:\"3.735%\";i:26;s:7:\"64.833%\";i:27;s:6:\"4.242%\";i:28;s:6:\"47.25%\";i:29;s:5:\"5.82%\";i:30;s:7:\"29.666%\";i:31;s:5:\"9.27%\";i:32;s:7:\"20.875%\";i:33;s:7:\"13.174%\";i:34;s:7:\"46.265%\";i:35;s:5:\"7.47%\";i:36;s:7:\"28.353%\";i:37;s:7:\"45.758%\";i:38;s:6:\"8.483%\";i:39;s:6:\"44.18%\";i:40;s:6:\"11.64%\";i:41;s:6:\"18.54%\";i:42;s:7:\"26.348%\";i:43;s:6:\"14.94%\";i:44;s:6:\"8.484%\";i:45;s:2:\"8%\";i:46;s:2:\"4%\";i:47;s:3:\"73%\";i:48;s:6:\"5.479%\";i:49;s:3:\"64%\";i:50;s:5:\"6.25%\";i:51;s:3:\"46%\";i:52;s:6:\"8.696%\";i:53;s:3:\"28%\";i:54;s:7:\"14.286%\";i:55;s:3:\"19%\";i:56;s:7:\"21.053%\";i:57;s:6:\"44.52%\";i:58;s:7:\"10.959%\";i:59;s:7:\"26.027%\";i:60;s:6:\"43.75%\";i:61;s:5:\"12.5%\";i:62;s:7:\"41.305%\";i:63;s:7:\"17.391%\";i:64;s:7:\"28.572%\";i:65;s:7:\"42.106%\";i:66;s:7:\"21.918%\";i:67;s:7:\"17.392%\";i:68;s:7:\"10.958%\";i:69;s:2:\"3%\";i:70;s:4:\"1.5%\";i:71;s:6:\"74.25%\";i:72;s:5:\"2.02%\";i:73;s:7:\"65.666%\";i:74;s:6:\"2.284%\";i:75;s:5:\"48.5%\";i:76;s:6:\"3.093%\";i:77;s:7:\"31.333%\";i:78;s:6:\"4.787%\";i:79;s:6:\"22.75%\";i:80;s:6:\"6.593%\";i:81;s:6:\"47.98%\";i:82;s:5:\"4.04%\";i:83;s:6:\"30.64%\";i:84;s:7:\"47.715%\";i:85;s:6:\"4.569%\";i:86;s:7:\"46.907%\";i:87;s:6:\"6.186%\";i:88;s:6:\"9.574%\";i:89;s:7:\"13.186%\";i:90;s:5:\"8.08%\";i:91;s:6:\"4.568%\";i:92;s:3:\"75%\";i:93;s:7:\"66.666%\";i:94;s:3:\"25%\";i:95;s:2:\"2%\";i:96;s:7:\"4.2415%\";i:97;s:6:\"2.855%\";i:98;s:3:\"89%\";i:99;s:3:\"86%\";i:100;s:3:\"94%\";i:101;s:11:\"-webkit-box\";i:102;s:8:\"-moz-box\";i:103;s:11:\"-ms-flexbox\";i:104;s:12:\"-webkit-flex\";i:105;s:4:\"flex\";i:106;s:6:\"hidden\";i:107;s:3:\"ltr\";i:108;s:4:\"left\";i:109;s:4:\"10px\";i:110;s:4:\"18px\";i:111;s:10:\"break-word\";i:112;s:6:\"normal\";i:113;s:4:\".4em\";i:114;s:4:\"14px\";i:115;s:3:\"10%\";i:116;s:4:\"auto\";i:117;s:4:\"65px\";i:118;s:21:\"\"3 .column.size-1of3\"\";i:119;s:21:\"\"2 .column.size-1of2\"\";i:120;s:21:\"\"1 .column.size-1of1\"\";i:121;s:19:\"all .2s ease-in-out\";i:122;s:24:\"fadeLeft .4s ease-in-out\";i:123;s:3:\"0 0\";i:124;s:20:\"Grow .4s ease-in-out\";i:125;s:20:\"Grow .8s ease-in-out\";i:126;s:7:\"visible\";i:127;s:23:\"flipInX .6s ease-in-out\";i:128;s:23:\"flipInY .6s ease-in-out\";i:129;s:3:\"26%\";i:130;s:3:\"34%\";i:131;s:4:\"25px\";i:132;s:5:\"right\";i:133;s:5:\"-10px\";i:134;s:10:\"border-box\";i:135;s:19:\"all .4s ease-in-out\";i:136;s:26:\"margin-top .4s ease-in-out\";i:137;s:7:\"initial\";i:138;s:38:\"fadeIn 1s 1 cubic-bezier(.77,0,.175,1)\";i:139;s:6:\"inline\";i:140;s:22:\"0 0 7px rgba(0,0,0,.1)\";i:141;s:4:\"21px\";i:142;s:4:\"54px\";i:143;s:5:\"-20px\";i:144;s:1:\"1\";i:145;s:13:\"translateY(0)\";i:146;s:3:\".7s\";i:147;s:5:\"225px\";i:148;s:4:\"9999\";i:149;s:4:\"28px\";i:150;s:5:\"190px\";i:151;s:5:\"185px\";i:152;s:5:\"-32px\";i:153;s:3:\"3px\";i:154;s:5:\"solid\";i:155;s:5:\"237px\";i:156;s:5:\"-40px\";i:157;s:4:\"19px\";i:158;s:4:\"-3px\";i:159;s:44:\"fadeOutRight 1s 1 cubic-bezier(.77,0,.175,1)\";i:160;s:43:\"fadeInRight 1s 1 cubic-bezier(.77,0,.175,1)\";i:161;s:42:\"fadeInLeft 1s 1 cubic-bezier(.77,0,.175,1)\";i:162;s:43:\"fadeOutLeft 1s 1 cubic-bezier(.77,0,.175,1)\";i:163;s:5:\"-45px\";i:164;s:4:\"16px\";i:165;s:4:\"13px\";i:166;s:3:\"90%\";i:167;s:4:\"-5px\";i:168;s:3:\"999\";i:169;s:7:\"79.125%\";i:170;s:4:\"23px\";i:171;s:3:\"1px\";i:172;s:7:\"#e2e2e2\";i:173;s:2:\"\"\"\";i:174;s:3:\"70%\";i:175;s:2:\"9%\";i:176;s:3:\"81%\";i:177;s:6:\"77.25%\";i:178;s:5:\"fixed\";i:179;s:4:\"33px\";i:180;s:4:\"24px\";i:181;s:127:\"left .8s cubic-bezier(.77,0,.175,1),background .4s ease-in-out,opacity .4s cubic-bezier(.77,0,.175,1),transform .4s ease-in-out\";i:182;s:142:\"left .8s cubic-bezier(.77,0,.175,1),background .4s cubic-bezier(.77,0,.175,1),opacity .4s cubic-bezier(.77,0,.175,1),transform .4s ease-in-out\";i:183;s:4:\"42px\";i:184;s:4:\"70px\";i:185;s:4:\"45px\";i:186;s:4:\"35px\";i:187;s:4:\"47px\";i:188;s:4:\"32px\";i:189;s:5:\"534px\";i:190;s:5:\"392px\";i:191;s:5:\"345px\";i:192;s:5:\"155px\";i:193;s:5:\"108px\";i:194;s:5:\"340px\";i:195;s:5:\"242px\";i:196;s:5:\"210px\";i:197;s:5:\"145px\";i:198;s:3:\"5px\";i:199;s:4:\"55px\";i:200;s:5:\"195px\";i:201;s:5:\"675px\";i:202;s:5:\"215px\";i:203;s:5:\"119px\";i:204;s:4:\"wrap\";i:205;s:3:\"80%\";i:206;s:7:\"28.333%\";i:207;s:4:\"7.5%\";i:208;s:5:\"11.5%\";i:209;s:11:\"3px 0 0 3px\";i:210;s:11:\"0 3px 3px 0\";i:211;s:6:\"46.25%\";i:212;s:6:\"16.21%\";i:213;s:12:\"inline-block\";i:214;s:3:\"500\";i:215;s:3:\"400\";i:216;s:6:\"center\";i:217;s:5:\"350px\";i:218;s:4:\"22px\";i:219;s:4:\"64px\";i:220;s:5:\"-28px\";i:221;s:5:\"-27px\";i:222;s:4:\"81px\";i:223;s:2:\"5%\";i:224;s:6:\"1080px\";i:225;s:5:\"136px\";i:226;s:5:\".75em\";i:227;s:5:\"100px\";i:228;s:5:\"-38px\";i:229;s:15:\"rgba(0,0,0,.05)\";i:230;s:4:\"#666\";i:231;s:3:\"2px\";i:232;s:4:\"53px\";i:233;s:3:\"9px\";i:234;s:4:\"46px\";i:235;s:7:\"-1.5rem\";i:236;s:4:\"3rem\";i:237;s:4:\"51px\";i:238;s:4:\"49px\";i:239;s:4:\"75px\";i:240;s:4:\"15px\";i:241;s:4:\"27px\";i:242;s:4:\"17px\";i:243;s:5:\"-13px\";i:244;s:7:\"-9999px\";i:245;s:2:\"6%\";i:246;s:4:\"-8px\";i:247;s:5:\"-1rem\";i:248;s:4:\"2rem\";i:249;s:6:\"45.25%\";i:250;s:4:\"9.5%\";i:251;s:9:\"3px 0 0 0\";i:252;s:9:\"0 3px 0 0\";i:253;s:11:\"0 0 3px 3px\";i:254;s:7:\"0 0 3px\";i:255;s:2:\"10\";i:256;s:9:\"table-row\";i:257;s:4:\"12px\";i:258;s:5:\"300px\";i:259;s:17:\"1px solid #d9d9d9\";i:260;s:5:\"220px\";i:261;s:5:\"-21px\";i:262;s:5:\"222px\";i:263;s:6:\"column\";i:264;s:17:\"1px solid #e0dadf\";i:265;s:5:\"104px\";i:266;s:4:\"58px\";i:267;s:5:\"140px\";i:268;s:7:\"-.75rem\";i:269;s:6:\"1.5rem\";i:270;s:5:\"156px\";i:271;s:5:\"200px\";i:272;s:3:\"16%\";i:273;s:5:\"-25px\";i:274;s:3:\"12%\";i:275;s:6:\".857em\";i:276;s:6:\".287em\";i:277;s:5:\"-3rem\";i:278;s:4:\"6rem\";i:279;s:5:\"280px\";i:280;s:10:\"table-cell\";i:281;s:4:\"43px\";i:282;s:4:\"44px\";i:283;s:5:\"384px\";i:284;s:5:\"182px\";i:285;s:5:\"400px\";i:286;s:4:\"36px\";i:287;s:5:\"-24px\";i:288;s:14:\"rgba(0,0,0,.6)\";i:289;s:10:\"scale(.75)\";i:290;s:3:\"6px\";i:291;s:8:\"baseline\";i:292;s:9:\"5px solid\";i:293;s:12:\"line-through\";i:294;s:8:\"collapse\";i:295;s:4:\"#fff\";i:296;s:28:\"\"Open Sans\",Arial,sans-serif\";i:297;s:11:\"antialiased\";i:298;s:9:\"grayscale\";i:299;s:5:\"1.7em\";i:300;s:9:\"no-repeat\";i:301;s:10:\"top center\";i:302;s:5:\"cover\";i:303;s:3:\"1em\";i:304;s:3:\"700\";i:305;s:6:\"italic\";i:306;s:21:\"Courier New,monospace\";i:307;s:4:\".8em\";i:308;s:4:\".3em\";i:309;s:5:\"1.5em\";i:310;s:4:\"#333\";i:311;s:7:\"inherit\";i:312;s:8:\"checkbox\";i:313;s:5:\"radio\";i:314;s:14:\"1px solid #bbb\";i:315;s:7:\"#4e4e4e\";i:316;s:7:\"#2d3940\";i:317;s:7:\"#3e3e3e\";i:318;s:3:\"4px\";i:319;s:3:\"\" \"\";i:320;s:7:\"#2ea3f2\";i:321;s:68:\"background-color .4s,color .4s,transform .4s,opacity .4s ease-in-out\";i:322;s:25:\"0 0 10px 0 rgba(0,0,0,.2)\";i:323;s:6:\"1200px\";i:324;s:6:\"1425px\";i:325;s:23:\"opacity .4s ease-in-out\";i:326;s:9:\"2px solid\";i:327;s:7:\"all .2s\";i:328;s:3:\"2em\";i:329;s:21:\"2px solid transparent\";i:330;s:4:\"-1em\";i:331;s:9:\"ETmodules\";i:332;s:5:\"\"\\35\"\";i:333;s:4:\".7em\";i:334;s:5:\".15em\";i:335;s:14:\"1px solid #eee\";i:336;s:4:\"#555\";i:337;s:4:\"disc\";i:338;s:6:\"inside\";i:339;s:7:\"decimal\";i:340;s:3:\"1.7\";i:341;s:4:\"63px\";i:342;s:6:\"100001\";i:343;s:6:\"100000\";i:344;s:58:\"background-color .4s,transform .4s,opacity .4s ease-in-out\";i:345;s:3:\"600\";i:346;s:5:\"99999\";i:347;s:22:\"0 1px 0 rgba(0,0,0,.1)\";i:348;s:5:\"111px\";i:349;s:5:\"177px\";i:350;s:5:\"147px\";i:351;s:1:\"3\";i:352;s:4:\"66px\";i:353;s:5:\"-33px\";i:354;s:4:\"-9px\";i:355;s:6:\"middle\";i:356;s:1:\"2\";i:357;s:18:\"translate3d(0,0,0)\";i:358;s:3:\"54%\";i:359;s:4:\"-2px\";i:360;s:7:\"\"\\e090\"\";i:361;s:7:\"\"\\e076\"\";i:362;s:17:\"color .3s ease 0s\";i:363;s:42:\"background-color .4s,color .4s ease-in-out\";i:364;s:7:\"\"\\e07a\"\";i:365;s:2:\".7\";i:366;s:5:\"\"\\55\"\";i:367;s:7:\"pointer\";i:368;s:4:\"1000\";i:369;s:3:\"60%\";i:370;s:41:\"fadeInTop 1s 1 cubic-bezier(.77,0,.175,1)\";i:371;s:42:\"fadeOutTop 1s 1 cubic-bezier(.77,0,.175,1)\";i:372;s:5:\"\"\\4d\"\";i:373;s:2:\"-1\";i:374;s:13:\"rgba(0,0,0,0)\";i:375;s:4:\"-6px\";i:376;s:5:\"550px\";i:377;s:4:\"68vh\";i:378;s:4:\"#999\";i:379;s:4:\"#eee\";i:380;s:3:\"8px\";i:381;s:17:\"1px solid #dadada\";i:382;s:7:\"#82c0c7\";i:383;s:7:\"#ef8f61\";i:384;s:4:\"#ccc\";i:385;s:17:\"\"\\53\\53\\53\\53\\53\"\";i:386;s:6:\".587em\";i:387;s:7:\"#ececec\";i:388;s:4:\"39px\";i:389;s:14:\"rgba(0,0,0,.2)\";i:390;s:5:\"150px\";i:391;s:17:\"1px solid #bcc8c9\";i:392;s:7:\"#bcc8c9\";i:393;s:3:\"300\";i:394;s:5:\"1.3em\";i:395;s:7:\"#d9d9d9\";i:396;s:7:\"#f4f4f4\";i:397;s:4:\"#000\";i:398;s:7:\"6.6666%\";i:399;s:3:\"20%\";i:400;s:16:\"opacity .5s ease\";i:401;s:17:\"1px solid #e2e2e2\";i:402;s:6:\"bottom\";i:403;s:3:\"21%\";i:404;s:6:\"999999\";i:405;s:24:\"0 2px 5px rgba(0,0,0,.1)\";i:406;s:15:\"rgba(0,0,0,.03)\";i:407;s:3:\"800\";i:408;s:3:\"\"3\"\";i:409;s:5:\".67em\";i:410;s:5:\"2.3em\";i:411;s:25:\"1px solid rgba(0,0,0,.03)\";i:412;s:11:\"transparent\";i:413;s:6:\"33.33%\";i:414;s:4:\"62px\";i:415;s:5:\"790px\";i:416;s:5:\"\"\\61\"\";i:417;s:4:\"#222\";i:418;s:20:\"rgba(255,255,255,.7)\";i:419;s:5:\"160px\";i:420;s:7:\"#1f1f1f\";i:421;s:15:\"rgba(0,0,0,.32)\";i:422;s:21:\"rgba(255,255,255,.05)\";i:423;s:4:\"#bbb\";i:424;s:3:\"96%\";i:425;s:14:\"1px solid #ddd\";i:426;s:7:\"#f3f3f3\";i:427;s:6:\"0 none\";i:428;s:4:\"#ddd\";i:429;s:4:\"show\";i:430;s:9:\"underline\";i:431;s:4:\"bold\";i:432;s:16:\"Arial,Sans-Serif\";i:433;s:7:\"#9f9f9f\";i:434;s:10:\"capitalize\";i:435;s:3:\"9pt\";i:436;s:15:\"rgba(0,0,0,.15)\";i:437;s:7:\"#7cc68d\";i:438;s:7:\"#c37cc6\";i:439;s:7:\"#cd5c5c\";i:440;s:7:\"#edb059\";i:441;s:14:\"rgba(0,0,0,.4)\";i:442;s:20:\"rgba(255,255,255,.5)\";i:443;s:45:\"fadeInRight 1.5s 1 cubic-bezier(.77,0,.175,1)\";i:444;s:5:\"125px\";i:445;s:3:\"\"2\"\";i:446;s:45:\"fadeOutBottom 1s 1 cubic-bezier(.77,0,.175,1)\";i:447;s:44:\"fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1)\";i:448;s:20:\"rgba(255,255,255,.6)\";i:449;s:7:\"all .7s\";i:450;s:13:\"rotate(45deg)\";i:451;s:9:\"rotate(0)\";i:452;s:3:\".3s\";i:453;s:5:\"320px\";i:454;s:5:\"-100%\";i:455;s:36:\"right .8s cubic-bezier(.77,0,.175,1)\";i:456;s:14:\"rgba(0,0,0,.1)\";i:457;s:62:\"left .8s cubic-bezier(.77,0,.175,1),margin-top .4s ease-in-out\";i:458;s:4:\"11px\";i:459;s:2:\".6\";i:460;s:7:\"all .5s\";i:461;s:14:\"rotate(180deg)\";i:462;s:30:\".5s cubic-bezier(.77,0,.175,1)\";i:463;s:33:\"1s .1s cubic-bezier(.77,0,.175,1)\";i:464;s:2:\".4\";i:465;s:5:\"table\";i:466;s:14:\"1s ease-in-out\";i:467;s:3:\".95\";i:468;s:4:\"34px\";i:469;s:14:\"1px solid #fff\";i:470;s:5:\"-31px\";i:471;s:15:\".3s ease-in-out\";i:472;s:2:\"0s\";i:473;s:10:\"scale(1.3)\";i:474;s:8:\"scale(1)\";i:475;s:3:\".1s\";i:476;s:3:\".2s\";i:477;s:3:\".4s\";i:478;s:3:\".5s\";i:479;s:3:\".6s\";i:480;s:3:\".8s\";i:481;s:3:\".9s\";i:482;s:2:\"1s\";i:483;s:4:\"1.1s\";i:484;s:4:\"1.2s\";i:485;s:4:\"1.3s\";i:486;s:4:\"1.4s\";i:487;s:4:\"1.5s\";i:488;s:4:\"1.6s\";i:489;s:4:\"1.7s\";i:490;s:4:\"1.8s\";i:491;s:4:\"1.9s\";i:492;s:2:\"2s\";i:493;s:4:\"2.1s\";i:494;s:4:\"2.2s\";i:495;s:4:\"2.3s\";i:496;s:4:\"2.4s\";i:497;s:4:\"2.5s\";i:498;s:4:\"2.6s\";i:499;s:4:\"2.7s\";i:500;s:4:\"2.8s\";i:501;s:4:\"2.9s\";i:502;s:2:\"3s\";i:503;s:20:\"rgba(255,255,255,.2)\";i:504;s:58:\"url(./includes/builder/styles/images/subscribe-loader.gif)\";i:505;s:4:\"29px\";i:506;s:4:\"96px\";i:507;s:15:\"attr(data-icon)\";i:508;s:4:\"48px\";i:509;s:9:\"3px solid\";i:510;s:3:\"top\";i:511;s:4:\"52px\";i:512;s:4:\"-1px\";i:513;s:17:\"1px solid #bebebe\";i:514;s:7:\"#fcfcfc\";i:515;s:23:\"0 0 12px rgba(0,0,0,.1)\";i:516;s:7:\"#bebebe\";i:517;s:5:\"-.5em\";i:518;s:6:\"1.03em\";i:519;s:5:\"1.6em\";i:520;s:5:\"-14px\";i:521;s:3:\"1.5\";i:522;s:4:\"90px\";i:523;s:28:\"inset 0 0 3px rgba(0,0,0,.3)\";i:524;s:5:\"-16px\";i:525;s:4:\"31px\";i:526;s:7:\"#f5f5f5\";i:527;s:5:\"\"\\7c\"\";i:528;s:7:\"#1f6581\";i:529;s:5:\"754px\";i:530;s:15:\"rgba(0,0,0,.35)\";i:531;s:17:\"1px solid #d8d8d8\";i:532;s:24:\"0 1px 5px rgba(0,0,0,.1)\";i:533;s:42:\"gridFadeIn 1s 1 cubic-bezier(.77,0,.175,1)\";i:534;s:5:\"\"\\49\"\";i:535;s:3:\"100\";i:536;s:19:\"all .5s ease-in-out\";i:537;s:17:\"rgba(51,51,51,.5)\";i:538;s:15:\"rgba(0,0,0,.25)\";i:539;s:3:\"15%\";i:540;s:5:\"18.4%\";i:541;s:5:\"23.5%\";i:542;s:3:\"32%\";i:543;s:3:\"49%\";i:544;s:8:\"-1.39rem\";i:545;s:7:\"2.78rem\";i:546;s:24:\"1px solid rgba(0,0,0,.1)\";i:547;s:13:\"1px solid red\";i:548;s:1:\"9\";i:549;s:2:\"11\";i:550;s:7:\"\"\\e050\"\";i:551;s:7:\"\"\\e04f\"\";i:552;s:5:\"440px\";i:553;s:5:\"230px\";i:554;s:3:\"-3%\";i:555;s:5:\"105px\";i:556;s:20:\"translate(-50%,-50%)\";i:557;s:9:\"dashicons\";i:558;s:7:\"\"\\f147\"\";i:559;s:9:\"6px solid\";i:560;s:40:\"#666 transparent transparent transparent\";i:561;s:16:\"translateY(-50%)\";i:562;s:3:\"red\";i:563;s:5:\"-1.5%\";i:564;s:3:\"17%\";i:565;s:4:\"38px\";i:566;s:5:\"-22px\";i:567;s:4:\".1em\";i:568;s:10:\"opacity 1s\";i:569;s:4:\"72px\";i:570;s:17:\"1px solid #e5e5e5\";i:571;s:20:\"rgba(255,255,255,.9)\";i:572;s:7:\"all .3s\";i:573;s:3:\"55%\";i:574;s:7:\"all .4s\";i:575;s:4:\"76px\";i:576;s:20:\"rgba(255,255,255,.8)\";i:577;s:27:\"2px -2px 5px rgba(0,0,0,.1)\";i:578;s:5:\"-23px\";i:579;s:4:\"#aaa\";i:580;s:7:\"#b2b2b2\";i:581;s:7:\"\"\\e093\"\";i:582;s:7:\"\"\\e094\"\";i:583;s:7:\"\"\\e096\"\";i:584;s:7:\"\"\\e09d\"\";i:585;s:7:\"#e8e8e8\";i:586;s:3:\"200\";i:587;s:20:\"rgba(153,153,153,.5)\";i:588;s:5:\"\"\\45\"\";i:589;s:4:\"-7px\";i:590;s:5:\"\"\\60\"\";i:591;s:7:\"\"\\e068\"\";i:592;s:5:\"500px\";i:593;s:5:\"180px\";i:594;s:5:\"442px\";i:595;s:5:\"390px\";i:596;s:5:\"284px\";i:597;s:5:\"380px\";i:598;s:5:\"275px\";i:599;s:5:\"240px\";i:600;s:5:\"170px\";i:601;s:17:\"3px solid #2ea3f2\";i:602;s:3:\"\".\"\";i:603;s:29:\"inset 0 0 10px rgba(0,0,0,.1)\";i:604;s:9:\"list-item\";i:605;s:14:\"rgba(0,0,0,.3)\";i:606;s:5:\"\"\\34\"\";i:607;s:8:\"fadeLeft\";i:608;s:11:\"ease-in-out\";i:609;s:10:\"fadeBottom\";i:610;s:24:\"0 1px 3px rgba(0,0,0,.3)\";i:611;s:6:\"scroll\";i:612;s:7:\"#464646\";i:613;s:51:\"url(./includes/builder/styles/images/preloader.gif)\";i:614;s:7:\"justify\";i:615;s:14:\"rgba(0,0,0,.5)\";i:616;s:14:\"rgba(0,0,0,.7)\";i:617;s:9:\"color .3s\";i:618;s:7:\"\"\\e095\"\";i:619;s:7:\"\"\\e097\"\";i:620;s:7:\"\"\\e09a\"\";i:621;s:7:\"\"\\e0a2\"\";i:622;s:7:\"\"\\e0a6\"\";i:623;s:7:\"\"\\e0a1\"\";i:624;s:7:\"\"\\e09b\"\";i:625;s:7:\"\"\\e0a3\"\";i:626;s:7:\"\"\\e09c\"\";i:627;s:7:\"\"\\e09e\"\";i:628;s:29:\"inset 0 0 7px rgba(0,0,0,.07)\";i:629;s:13:\"center center\";i:630;s:5:\"100vh\";i:631;s:9:\"-moz-flex\";i:632;s:8:\"-ms-flex\";i:633;s:8:\"row wrap\";i:634;s:11:\"column wrap\";i:635;s:8:\"flex-end\";i:636;s:13:\"column nowrap\";i:637;s:10:\"flex-start\";i:638;s:3:\"row\";i:639;s:11:\"row-reverse\";i:640;s:5:\"800px\";i:641;s:5:\"3.5em\";i:642;s:22:\"height .2s ease-in-out\";i:643;s:7:\"#f9f9f9\";i:644;s:40:\"fadeLeft 1s 1 cubic-bezier(.77,0,.175,1)\";i:645;s:11:\"3px 3px 0 0\";i:646;s:4:\".5em\";i:647;s:6:\"linear\";i:648;s:3:\"45%\";i:649;s:3:\"33%\";i:650;s:1:\"5\";i:651;s:3:\"40%\";i:652;s:3:\"35%\";i:653;s:2:\"98\";i:654;s:2:\"7%\";i:655;s:14:\"2px solid #fff\";i:656;s:4:\"87px\";i:657;s:5:\"110px\";i:658;s:5:\"-30px\";i:659;s:3:\"47%\";i:660;s:42:\"slideWidth 1s 1 cubic-bezier(.77,0,.175,1)\";i:661;s:41:\"fadeRight 1s 1 cubic-bezier(.77,0,.175,1)\";i:662;s:39:\"fadeTop 1s 1 cubic-bezier(.77,0,.175,1)\";i:663;s:42:\"fadeBottom 1s 1 cubic-bezier(.77,0,.175,1)\";i:664;s:8:\"infinite\";i:665;s:10:\"et_pb_fade\";i:666;s:22:\"translate3d(0,-100%,0)\";i:667;s:13:\"et_pb_fadeTop\";i:668;s:21:\"translate3d(100%,0,0)\";i:669;s:15:\"et_pb_fadeRight\";i:670;s:21:\"translate3d(0,100%,0)\";i:671;s:16:\"et_pb_fadeBottom\";i:672;s:22:\"translate3d(-100%,0,0)\";i:673;s:14:\"et_pb_fadeLeft\";i:674;s:11:\"et_pb_slide\";i:675;s:14:\"et_pb_slideTop\";i:676;s:16:\"et_pb_slideRight\";i:677;s:17:\"et_pb_slideBottom\";i:678;s:15:\"et_pb_slideLeft\";i:679;s:12:\"et_pb_bounce\";i:680;s:15:\"et_pb_bounceTop\";i:681;s:22:\"translate3d(200px,0,0)\";i:682;s:17:\"et_pb_bounceRight\";i:683;s:22:\"translate3d(0,200px,0)\";i:684;s:18:\"et_pb_bounceBottom\";i:685;s:16:\"et_pb_bounceLeft\";i:686;s:10:\"et_pb_zoom\";i:687;s:13:\"et_pb_zoomTop\";i:688;s:15:\"et_pb_zoomRight\";i:689;s:16:\"et_pb_zoomBottom\";i:690;s:14:\"et_pb_zoomLeft\";i:691;s:10:\"rotateY(0)\";i:692;s:10:\"et_pb_flip\";i:693;s:10:\"rotateX(0)\";i:694;s:13:\"et_pb_flipTop\";i:695;s:15:\"et_pb_flipRight\";i:696;s:16:\"et_pb_flipBottom\";i:697;s:14:\"et_pb_flipLeft\";i:698;s:10:\"et_pb_fold\";i:699;s:13:\"et_pb_foldTop\";i:700;s:15:\"et_pb_foldRight\";i:701;s:16:\"et_pb_foldBottom\";i:702;s:14:\"et_pb_foldLeft\";i:703;s:10:\"et_pb_roll\";i:704;s:13:\"et_pb_rollTop\";i:705;s:15:\"et_pb_rollRight\";i:706;s:16:\"et_pb_rollBottom\";i:707;s:14:\"et_pb_rollLeft\";i:708;s:7:\"#974df3\";i:709;s:7:\"\"\\e625\"\";i:710;s:7:\"#7e3bd0\";i:711;s:25:\"background-color .5s ease\";i:712;s:4:\".001\";i:713;s:16:\"all .5s ease-out\";i:714;s:2:\".8\";i:715;s:7:\"1000000\";i:716;s:7:\"#0b0b0b\";i:717;s:7:\"1000001\";i:718;s:2:\"\'\'\";i:719;s:4:\"1045\";i:720;s:8:\"progress\";i:721;s:13:\"-moz-zoom-out\";i:722;s:16:\"-webkit-zoom-out\";i:723;s:8:\"zoom-out\";i:724;s:15:\"-webkit-zoom-in\";i:725;s:12:\"-moz-zoom-in\";i:726;s:7:\"zoom-in\";i:727;s:5:\"-.8em\";i:728;s:4:\"1044\";i:729;s:4:\"1046\";i:730;s:3:\".65\";i:731;s:27:\"Arial,Baskerville,monospace\";i:732;s:3:\".55\";i:733;s:5:\"900px\";i:734;s:6:\"56.25%\";i:735;s:22:\"0 0 8px rgba(0,0,0,.6)\";i:736;s:28:\"\'Open Sans\',Arial,sans-serif\";i:737;s:2:\".2\";i:738;s:4:\"#444\";i:739;s:7:\"#bdbdbd\";i:740;s:5:\"-36px\";i:741;s:5:\"600px\";i:742;s:6:\"-300px\";i:743;s:24:\"0 1px 1px rgba(0,0,0,.1)\";i:744;s:16:\"1px 1px 1px #fff\";i:745;s:17:\"1px solid #e2e2ba\";i:746;s:33:\"url(images/shortcodes-sprite.png)\";i:747;s:10:\"-97px -2px\";i:748;s:7:\"#ada771\";i:749;s:7:\"#f9f9dc\";i:750;s:17:\"1px solid #fbfbef\";i:751;s:22:\"inset 0 0 45px #efefc0\";i:752;s:17:\"1px solid #e0b1b1\";i:753;s:11:\"-75px -41px\";i:754;s:7:\"#ad7676\";i:755;s:7:\"#ffd9d5\";i:756;s:17:\"1px solid #fceeec\";i:757;s:22:\"inset 0 0 45px #f0bfba\";i:758;s:17:\"1px solid #b9dbb6\";i:759;s:11:\"-23px -19px\";i:760;s:7:\"#7ea57b\";i:761;s:7:\"#dff7dd\";i:762;s:17:\"1px solid #f1f9f0\";i:763;s:22:\"inset 0 0 45px #cbe5c9\";i:764;s:17:\"1px solid #b3d8d3\";i:765;s:10:\"-23px -2px\";i:766;s:7:\"#80acb0\";i:767;s:7:\"#ddf5f7\";i:768;s:17:\"1px solid #f1fafb\";i:769;s:22:\"inset 0 0 45px #c6edf0\";i:770;s:7:\"#737373\";i:771;s:7:\"#fafafa\";i:772;s:17:\"1px solid #fafafa\";i:773;s:22:\"inset 0 0 45px #e7e7e7\";i:774;s:7:\"#6d6e6e\";i:775;s:17:\"1px solid #dbdbdb\";i:776;s:5:\"-94px\";i:777;s:5:\"235px\";i:778;s:30:\"1px 1px 5px 1px rgba(0,0,0,.1)\";i:779;s:11:\"-120px -2px\";i:780;s:5:\"129px\";i:781;s:17:\"1px solid #e7e7e7\";i:782;s:17:\"1px -1px 0 0 #fff\";i:783;s:14:\"1px 1px 0 #fff\";i:784;s:18:\"-1px 0 0 0 #e7e7e7\";i:785;s:10:\"-58px -2px\";i:786;s:11:\"-58px -14px\";i:787;s:22:\"inset 1px 1px 0 0 #fff\";i:788;s:10:\"-45px -1px\";i:789;s:11:\"-45px -14px\";i:790;s:7:\"#4c4c4c\";i:791;s:14:\"1px 0 0 0 #fff\";i:792;s:31:\"Century Gothic,Arial,sans-serif\";i:793;s:3:\"48%\";i:794;s:6:\"30.66%\";i:795;s:6:\"65.32%\";i:796;s:3:\"22%\";i:797;s:3:\"74%\";i:798;s:30:\"1px 1px 0 rgba(255,255,255,.3)\";i:799;s:63:\"inset 0 1px 0 0 rgba(255,255,255,.4),1px 1px 1px rgba(0,0,0,.1)\";i:800;s:7:\"#2b63a8\";i:801;s:7:\"#88bdff\";i:802;s:26:\"top:#88bdff:0:#60a7ff:100%\";i:803;s:17:\"1px solid #3e8ff4\";i:804;s:7:\"#23528c\";i:805;s:7:\"#348db6\";i:806;s:7:\"#8edbff\";i:807;s:26:\"top:#8edbff:0:#60cdff:100%\";i:808;s:17:\"1px solid #51b5e4\";i:809;s:7:\"#287295\";i:810;s:7:\"#3da7a9\";i:811;s:7:\"#61eef0\";i:812;s:26:\"top:#61eef0:0:#59dcde:100%\";i:813;s:17:\"1px solid #48bec0\";i:814;s:7:\"#309192\";i:815;s:7:\"#569d51\";i:816;s:7:\"#94e48d\";i:817;s:26:\"top:#94e48d:0:#82cf7c:100%\";i:818;s:17:\"1px solid #4dab46\";i:819;s:7:\"#478542\";i:820;s:7:\"#c7822f\";i:821;s:7:\"#ffcb8c\";i:822;s:26:\"top:#ffcb8c:0:#ffb660:100%\";i:823;s:17:\"1px solid #db9c51\";i:824;s:7:\"#a96c23\";i:825;s:7:\"#595a5a\";i:826;s:26:\"top:#f5f5f5:0:#e2e2e2:100%\";i:827;s:17:\"1px solid #c3c3c3\";i:828;s:63:\"inset 0 1px 0 0 rgba(255,255,255,.9),1px 1px 1px rgba(0,0,0,.1)\";i:829;s:7:\"#454545\";i:830;s:7:\"#5b5b5b\";i:831;s:26:\"top:#5b5b5b:0:#383838:100%\";i:832;s:17:\"1px solid #0e0e0e\";i:833;s:63:\"inset 0 1px 0 0 rgba(255,255,255,.2),1px 1px 1px rgba(0,0,0,.1)\";i:834;s:16:\"-1px -1px 0 #000\";i:835;s:7:\"#f7f7f7\";i:836;s:7:\"#9a3e3e\";i:837;s:7:\"#ff7979\";i:838;s:26:\"top:#ff7979:0:#ff5f5f:100%\";i:839;s:17:\"1px solid #d85353\";i:840;s:7:\"#803030\";i:841;s:7:\"#914d97\";i:842;s:7:\"#e782f1\";i:843;s:26:\"top:#e782f1:0:#d271da:100%\";i:844;s:17:\"1px solid #b15cb9\";i:845;s:7:\"#753b7a\";i:846;s:7:\"#653e9a\";i:847;s:7:\"#b279ff\";i:848;s:26:\"top:#b279ff:0:#a35fff:100%\";i:849;s:17:\"1px solid #8b53d8\";i:850;s:7:\"#563386\";i:851;s:26:\"top:#f5f5f5:0:#e1e1e1:100%\";i:852;s:7:\"#404040\";i:853;s:9:\"-3px -2px\";i:854;s:11:\"-206px -2px\";i:855;s:12:\"-169px -19px\";i:856;s:11:\"-164px -2px\";i:857;s:12:\"-151px -33px\";i:858;s:12:\"-188px -19px\";i:859;s:12:\"-131px -33px\";i:860;s:12:\"-131px -18px\";i:861;s:12:\"-147px -17px\";i:862;s:11:\"-147px -2px\";i:863;s:11:\"-184px -2px\";i:864;s:12:\"-171px -36px\";i:865;s:17:\"none outside none\";i:866;s:10:\"-3px -24px\";i:867;s:10:\"-3px -40px\";i:868;s:26:\"top:#f9f9f9:0:#f5f5f5:100%\";i:869;s:7:\"#e7e7e7\";i:870;s:13:\"-1px 0 0 #fff\";i:871;s:5:\"1200%\";i:872;s:12:\"1px 0 0 #fff\";i:873;s:24:\"0 1px 2px rgba(0,0,0,.1)\";i:874;s:5:\"149px\";i:875;s:14:\"0 1px 0 0 #fff\";i:876;s:5:\"148px\";i:877;s:27:\"left:#f9f9f9:0:#f5f5f5:100%\";i:878;s:4:\"-4px\";i:879;s:7:\"#363636\";i:880;s:5:\"117px\";i:881;s:28:\"inset 0 0 4px rgba(0,0,0,.5)\";i:882;s:12:\"0 1px 0 #fff\";i:883;s:11:\"-23px -36px\";i:884;s:4:\"37px\";i:885;s:12:\"-190px -37px\";i:886;s:11:\"-275px -2px\";i:887;s:27:\"top:#f3f3f3:1%:#fefefe:100%\";i:888;s:28:\"inset 0 0 1px rgba(0,0,0,.1)\";i:889;s:28:\"inset 0 0 5px rgba(0,0,0,.6)\";i:890;s:7:\"#201f1f\";i:891;s:10:\"-74px -2px\";i:892;s:11:\"-75px -21px\";i:893;s:11:\"-230px -3px\";i:894;s:9:\"uppercase\";i:895;s:7:\"#53b4c7\";i:896;s:56:\"-moz-linear-gradient(top,#f5f5f5 0,#fefefe 7%,#fff 100%)\";i:897;s:59:\"-webkit-linear-gradient(top,#f5f5f5 0,#fefefe 7%,#fff 100%)\";i:898;s:54:\"-o-linear-gradient(top,#f5f5f5 0,#fefefe 7%,#fff 100%)\";i:899;s:55:\"-ms-linear-gradient(top,#f5f5f5 0,#fefefe 7%,#fff 100%)\";i:900;s:57:\"linear-gradient(to bottom,#f5f5f5 0,#fefefe 7%,#fff 100%)\";i:901;s:11:\"-74px -20px\";i:902;s:20:\"inset 1px 0 0 0 #fff\";i:903;s:7:\"#94c65c\";i:904;s:13:\"Georgia,serif\";i:905;s:23:\"0 0 18px rgba(0,0,0,.2)\";i:906;s:7:\"#d6d5d5\";i:907;s:17:\"1px solid #d6d5d5\";i:908;s:28:\"inset 0 0 4px rgba(0,0,0,.4)\";i:909;s:7:\"#595959\";i:910;s:4:\"77px\";i:911;s:11:\"-45px -35px\";i:912;s:11:\"-97px -25px\";i:913;s:4:\"57px\";i:914;s:12:\"-206px -20px\";i:915;s:11:\"-251px -2px\";i:916;s:12:\"-251px -22px\";i:917;s:3:\"1.2\";i:918;s:3:\"95%\";}","no");
INSERT INTO `pcab_options` VALUES("282","chld_thm_cfg_options_dict_seq","a:0:{}","no");
INSERT INTO `pcab_options` VALUES("283","chld_thm_cfg_options_dict_token","a:0:{}","no");
INSERT INTO `pcab_options` VALUES("284","chld_thm_cfg_options_val_ndx","a:2728:{i:1;s:13:\"VE=hT?GUatlBA\";i:2;s:13:\"EH=hT?GUqtlBA\";i:3;s:13:\">J=hT?GU6tlBA\";i:4;s:13:\">J=hT?GU:tlBA\";i:5;s:13:\"EH=hT?GU\"tlBA\";i:6;s:13:\"VE=hT?GUOBlBA\";i:7;s:13:\">J=hT?GUfulBA\";i:8;s:13:\"VE=hT?GUvulBA\";i:9;s:13:\">J=hT?GU:tlBA\";i:10;s:13:\"EH=hT?GU\"tlBA\";i:11;s:24:\"FH=hT?GUqtlBjL.4Fxs@$ABA\";i:12;s:13:\"9M=hT?GU!BlBA\";i:13;s:13:\"sP=hT?GU>BlBA\";i:14;s:13:\"bS=hT?GUEvlBA\";i:15;s:13:\"bS=hT?GU#ulBA\";i:16;s:34:\"MV=hT?GUTClB3L.4Fx}MBAeZ=hT?GU/A$A\";i:17;s:24:\"`X=hT?GUjClB7L.4Fx~5DABA\";i:18;s:24:\"`X=hT?GU(ClB#L.4Fxs@AABA\";i:19;s:46:\"kg=hT?GU_vlBrL.4Fx~5&AvW=hT?GU(ClB#L.4Fx}MBABA\";i:20;s:35:\"jg=hT?GU^ClBrL.4Fxrj)A;C=hT?GU#ulBA\";i:21;s:24:\"WE=hT?GU#ulB,L.4Fxrj(ABA\";i:22;s:34:\"uP=hT?GUJwlBbL.4Fxrj&A1k=hT?GU/A$A\";i:23;s:13:\"VE=hT?GUYDlBA\";i:24;s:13:\"VE=hT?GUoDlBA\";i:25;s:56:\"ZE=hT?GU!BlB?L.4Fx}MBApI=hT?GU/A$A~CSOYMj<BtaS_Q3nE3kAgA\";i:26;s:12:\"4r=hT?GU/A$A\";i:27;s:13:\"EH=hT?GU~AlBA\";i:28;s:12:\"EH=hT?GUpA$A\";i:29;s:13:\"/o=hT?GUeBlBA\";i:30;s:13:\"/o=hT?GUjClBA\";i:31;s:13:\"nu=hT?GU4DlBA\";i:32;s:13:\"Wx=hT?GU.DlBA\";i:33;s:13:\"VE=hT?GU!BlBA\";i:34;s:13:\">J=hT?GU:tlBA\";i:35;s:24:\"FH=hT?GUqtlBjL.4Fxs@$ABA\";i:36;s:13:\"EH=hT?GU\"tlBA\";i:37;s:13:\"Wx=hT?GU4DlBA\";i:38;s:13:\"sP=hT?GU>BlBA\";i:39;s:13:\"bS=hT?GUEvlBA\";i:40;s:13:\"bS=hT?GU#ulBA\";i:41;s:34:\"MV=hT?GUTClB3L.4Fx}MBAeZ=hT?GU/A$A\";i:42;s:24:\"`X=hT?GUjClB7L.4Fx~5DABA\";i:43;s:24:\"`X=hT?GU(ClB#L.4Fxs@AABA\";i:44;s:46:\"kg=hT?GU_vlBrL.4Fx~5&AvW=hT?GU(ClB#L.4Fx}MBABA\";i:45;s:35:\"jg=hT?GU^ClBrL.4Fxrj)A;C=hT?GU#ulBA\";i:46;s:24:\"WE=hT?GU#ulB,L.4Fxrj(ABA\";i:47;s:34:\"uP=hT?GUJwlBbL.4Fxrj&A1k=hT?GU/A$A\";i:48;s:13:\">J=hT?GU}DlBA\";i:49;s:13:\"VE=hT?GU!BlBA\";i:50;s:13:\"4r=hT?GUNElBA\";i:51;s:13:\"VE=hT?GUdElBA\";i:52;s:13:\"4r=hT?GUtElBA\";i:53;s:13:\"VE=hT?GU9ElBA\";i:54;s:13:\"4r=hT?GU=ElBA\";i:55;s:13:\"VE=hT?GUCFlBA\";i:56;s:13:\"4r=hT?GUSFlBA\";i:57;s:13:\"VE=hT?GUiFlBA\";i:58;s:13:\"4r=hT?GUyFlBA\";i:59;s:13:\"VE=hT?GU&FlBA\";i:60;s:13:\"4r=hT?GU]FlBA\";i:61;s:24:\"WE=hT?GUHGlBjL.4Fxs@IABA\";i:62;s:13:\"4r=hT?GUXGlBA\";i:63;s:13:\"4r=hT?GU]FlBA\";i:64;s:13:\"4r=hT?GUyFlBA\";i:65;s:13:\"4r=hT?GUSFlBA\";i:66;s:56:\"ZE=hT?GU&FlB?L.4Fx}MBApI=hT?GU}DlB^L.4Fx~5FA1k=hT?GU/A$A\";i:67;s:24:\"WE=hT?GUnGlBjL.4Fxs@IABA\";i:68;s:24:\"WE=hT?GU3GlBjL.4Fx~5JABA\";i:69;s:24:\"WE=hT?GU|GlBjL.4Fx}MKABA\";i:70;s:13:\"4r=hT?GUXGlBA\";i:71;s:13:\"4r=hT?GU,GlBA\";i:72;s:13:\"4r=hT?GUMHlBA\";i:73;s:13:\"4r=hT?GUcHlBA\";i:74;s:13:\"4r=hT?GUsHlBA\";i:75;s:13:\"4r=hT?GU8HlBA\";i:76;s:24:\"WE=hT?GUiFlBjL.4Fx~5FABA\";i:77;s:13:\"4r=hT?GUcHlBA\";i:78;s:24:\"WE=hT?GUHGlBjL.4Fxs@IABA\";i:79;s:13:\"4r=hT?GU8HlBA\";i:80;s:24:\"WE=hT?GU3GlBjL.4Fx~5JABA\";i:81;s:13:\"4r=hT?GUcHlBA\";i:82;s:13:\"4r=hT?GUMHlBA\";i:83;s:13:\"4r=hT?GUcHlBA\";i:84;s:13:\"4r=hT?GUsHlBA\";i:85;s:13:\"4r=hT?GU8HlBA\";i:86;s:45:\"<o=hT?GU/A$A=CSOYMAlCtJV_Q3nE3~B$A|CSOYM)ZBtA\";i:87;s:13:\"VE=hT?GU&FlBA\";i:88;s:13:\"4r=hT?GUsHlBA\";i:89;s:12:\">J=hT?GU/A$A\";i:90;s:13:\"VE=hT?GUiFlBA\";i:91;s:12:\">J=hT?GU/A$A\";i:92;s:13:\"4r=hT?GUcHlBA\";i:93;s:13:\"VE=hT?GU!BlBA\";i:94;s:13:\"4r=hT?GU}DlBA\";i:95;s:13:\"VE=hT?GUCFlBA\";i:96;s:12:\">J=hT?GU/A$A\";i:97;s:13:\"4r=hT?GUMHlBA\";i:98;s:24:\"WE=hT?GU!BlBjL.4Fx}MBABA\";i:99;s:13:\"4r=hT?GU}DlBA\";i:100;s:23:\"FH=hT?GUpA$A;CSOYMXwCtA\";i:101;s:13:\"4r=hT?GUXGlBA\";i:102;s:24:\"WE=hT?GU&FlBjL.4Fx}MBABA\";i:103;s:13:\"4r=hT?GUsHlBA\";i:104;s:23:\"FH=hT?GUpA$A;CSOYMWDDtA\";i:105;s:13:\"4r=hT?GUsHlBA\";i:106;s:24:\"WE=hT?GUdElBjL.4Fx}MBABA\";i:107;s:13:\"4r=hT?GUXGlBA\";i:108;s:23:\"FH=hT?GUpA$A;CSOYMu7CtA\";i:109;s:13:\"4r=hT?GU<HlBA\";i:110;s:24:\"WE=hT?GUiFlBjL.4Fx}MBABA\";i:111;s:13:\"4r=hT?GUcHlBA\";i:112;s:23:\"FH=hT?GUpA$A;CSOYMB]CtA\";i:113;s:13:\"4r=hT?GUcHlBA\";i:114;s:24:\"WE=hT?GU9ElBjL.4Fx}MBABA\";i:115;s:13:\"4r=hT?GU<HlBA\";i:116;s:13:\"VE=hT?GU&FlBA\";i:117;s:13:\"4r=hT?GUsHlBA\";i:118;s:24:\"WE=hT?GUCFlBjL.4Fx}MBABA\";i:119;s:13:\"4r=hT?GUMHlBA\";i:120;s:13:\"VE=hT?GU!BlBA\";i:121;s:13:\"4r=hT?GU}DlBA\";i:122;s:13:\"VE=hT?GUCFlBA\";i:123;s:13:\"4r=hT?GUMHlBA\";i:124;s:13:\"VE=hT?GU&FlBA\";i:125;s:13:\"4r=hT?GUsHlBA\";i:126;s:12:\">J=hT?GU/A$A\";i:127;s:13:\"VE=hT?GU!BlBA\";i:128;s:13:\"4r=hT?GU}DlBA\";i:129;s:13:\">J=hT?GUBIlBA\";i:130;s:13:\"VE=hT?GU!BlBA\";i:131;s:13:\"4r=hT?GURIlBA\";i:132;s:13:\"VE=hT?GUhIlBA\";i:133;s:13:\"4r=hT?GUxIlBA\";i:134;s:13:\"VE=hT?GU%IlBA\";i:135;s:13:\"4r=hT?GU[IlBA\";i:136;s:13:\"VE=hT?GUGJlBA\";i:137;s:13:\"4r=hT?GUWJlBA\";i:138;s:13:\"VE=hT?GUmJlBA\";i:139;s:13:\"4r=hT?GU2JlBA\";i:140;s:13:\"VE=hT?GU+JlBA\";i:141;s:13:\"4r=hT?GU{JlBA\";i:142;s:24:\"WE=hT?GULKlBjL.4Fx~5OABA\";i:143;s:13:\"4r=hT?GUbKlBA\";i:144;s:13:\"4r=hT?GU{JlBA\";i:145;s:13:\"4r=hT?GU2JlBA\";i:146;s:13:\"4r=hT?GUWJlBA\";i:147;s:56:\"ZE=hT?GU+JlB?L.4Fx}MBApI=hT?GUBIlB^L.4FxrjLA1k=hT?GU/A$A\";i:148;s:24:\"WE=hT?GUrKlBjL.4Fx~5OABA\";i:149;s:24:\"WE=hT?GU7KlBjL.4FxrjPABA\";i:150;s:24:\"WE=hT?GUALlBjL.4Fxs@PABA\";i:151;s:13:\"4r=hT?GUbKlBA\";i:152;s:13:\"4r=hT?GU;KlBA\";i:153;s:13:\"4r=hT?GUQLlBA\";i:154;s:13:\"4r=hT?GUgLlBA\";i:155;s:13:\"4r=hT?GUwLlBA\";i:156;s:13:\"4r=hT?GU$LlBA\";i:157;s:24:\"WE=hT?GUmJlBjL.4FxrjLABA\";i:158;s:13:\"4r=hT?GUgLlBA\";i:159;s:24:\"WE=hT?GULKlBjL.4Fx~5OABA\";i:160;s:13:\"4r=hT?GU$LlBA\";i:161;s:24:\"WE=hT?GU7KlBjL.4FxrjPABA\";i:162;s:13:\"4r=hT?GUgLlBA\";i:163;s:13:\"4r=hT?GU@LlBA\";i:164;s:13:\"4r=hT?GUgLlBA\";i:165;s:13:\"4r=hT?GUwLlBA\";i:166;s:13:\"4r=hT?GU$LlBA\";i:167;s:12:\">J=hT?GU/A$A\";i:168;s:45:\"<o=hT?GU/A$A=CSOYMj<DtJV_Q3nE3AE$A|CSOYM)ZBtA\";i:169;s:13:\"VE=hT?GU+JlBA\";i:170;s:13:\"4r=hT?GUwLlBA\";i:171;s:12:\">J=hT?GU/A$A\";i:172;s:13:\"VE=hT?GUmJlBA\";i:173;s:12:\">J=hT?GU/A$A\";i:174;s:13:\"4r=hT?GUgLlBA\";i:175;s:13:\"VE=hT?GU!BlBA\";i:176;s:13:\"4r=hT?GUBIlBA\";i:177;s:13:\"VE=hT?GUGJlBA\";i:178;s:12:\">J=hT?GU/A$A\";i:179;s:13:\"4r=hT?GU@LlBA\";i:180;s:24:\"WE=hT?GU!BlBjL.4Fx}MBABA\";i:181;s:13:\"4r=hT?GUBIlBA\";i:182;s:23:\"FH=hT?GUpA$A;CSOYM6|DtA\";i:183;s:13:\"4r=hT?GUFMlBA\";i:184;s:24:\"WE=hT?GU+JlBjL.4Fx}MBABA\";i:185;s:13:\"4r=hT?GUwLlBA\";i:186;s:23:\"FH=hT?GUpA$A;CSOYM5qEtA\";i:187;s:13:\"4r=hT?GUwLlBA\";i:188;s:24:\"WE=hT?GUhIlBjL.4Fx}MBABA\";i:189;s:13:\"4r=hT?GUFMlBA\";i:190;s:23:\"FH=hT?GUpA$A;CSOYM?IEtA\";i:191;s:13:\"4r=hT?GU;KlBA\";i:192;s:24:\"WE=hT?GUmJlBjL.4Fx}MBABA\";i:193;s:13:\"4r=hT?GUgLlBA\";i:194;s:23:\"FH=hT?GUpA$A;CSOYMifEtA\";i:195;s:13:\"4r=hT?GUgLlBA\";i:196;s:24:\"WE=hT?GU%IlBjL.4Fx}MBABA\";i:197;s:13:\"4r=hT?GU;KlBA\";i:198;s:13:\"VE=hT?GU+JlBA\";i:199;s:13:\"4r=hT?GUwLlBA\";i:200;s:24:\"WE=hT?GUGJlBjL.4Fx}MBABA\";i:201;s:13:\"4r=hT?GU@LlBA\";i:202;s:13:\"VE=hT?GU!BlBA\";i:203;s:13:\"4r=hT?GUBIlBA\";i:204;s:13:\"VE=hT?GUGJlBA\";i:205;s:13:\"4r=hT?GU@LlBA\";i:206;s:13:\"VE=hT?GU+JlBA\";i:207;s:13:\"4r=hT?GUwLlBA\";i:208;s:12:\">J=hT?GU/A$A\";i:209;s:13:\"VE=hT?GU!BlBA\";i:210;s:13:\"4r=hT?GUBIlBA\";i:211;s:13:\">J=hT?GUVMlBA\";i:212;s:13:\"VE=hT?GU!BlBA\";i:213;s:13:\"4r=hT?GUlMlBA\";i:214;s:13:\"VE=hT?GU1MlBA\";i:215;s:13:\"4r=hT?GU*MlBA\";i:216;s:13:\"VE=hT?GU`MlBA\";i:217;s:13:\"4r=hT?GUKNlBA\";i:218;s:13:\"VE=hT?GUaNlBA\";i:219;s:13:\"4r=hT?GUqNlBA\";i:220;s:13:\"VE=hT?GU6NlBA\";i:221;s:13:\"4r=hT?GU:NlBA\";i:222;s:13:\"VE=hT?GU\"NlBA\";i:223;s:13:\"4r=hT?GUPOlBA\";i:224;s:24:\"WE=hT?GUfOlBjL.4Fx~5UABA\";i:225;s:13:\"4r=hT?GUvOlBA\";i:226;s:13:\"4r=hT?GUPOlBA\";i:227;s:13:\"4r=hT?GU:NlBA\";i:228;s:13:\"4r=hT?GUqNlBA\";i:229;s:56:\"ZE=hT?GU\"NlB?L.4Fx}MBApI=hT?GUVMlB^L.4FxrjRA1k=hT?GU/A$A\";i:230;s:24:\"WE=hT?GU#OlBjL.4Fx~5UABA\";i:231;s:24:\"WE=hT?GU?OlBjL.4FxrjVABA\";i:232;s:24:\"WE=hT?GUUPlBjL.4Fxs@VABA\";i:233;s:13:\"4r=hT?GUvOlBA\";i:234;s:13:\"4r=hT?GUEPlBA\";i:235;s:13:\"4r=hT?GUkPlBA\";i:236;s:13:\"4r=hT?GU0PlBA\";i:237;s:13:\"4r=hT?GU)PlBA\";i:238;s:13:\"4r=hT?GU_PlBA\";i:239;s:24:\"WE=hT?GU6NlBjL.4FxrjRABA\";i:240;s:13:\"4r=hT?GU0PlBA\";i:241;s:24:\"WE=hT?GUfOlBjL.4Fx~5UABA\";i:242;s:13:\"4r=hT?GU_PlBA\";i:243;s:24:\"WE=hT?GU?OlBjL.4FxrjVABA\";i:244;s:13:\"4r=hT?GU0PlBA\";i:245;s:13:\"4r=hT?GUkPlBA\";i:246;s:13:\"4r=hT?GU0PlBA\";i:247;s:13:\"4r=hT?GU)PlBA\";i:248;s:13:\"4r=hT?GU_PlBA\";i:249;s:12:\">J=hT?GU/A$A\";i:250;s:45:\"<o=hT?GU/A$A=CSOYMifFtJV_Q3nE3KG$A|CSOYM)ZBtA\";i:251;s:13:\"VE=hT?GU\"NlBA\";i:252;s:13:\"4r=hT?GU)PlBA\";i:253;s:12:\">J=hT?GU/A$A\";i:254;s:13:\"VE=hT?GU6NlBA\";i:255;s:12:\">J=hT?GU/A$A\";i:256;s:13:\"4r=hT?GU0PlBA\";i:257;s:13:\"VE=hT?GU!BlBA\";i:258;s:13:\"4r=hT?GUVMlBA\";i:259;s:13:\"VE=hT?GUaNlBA\";i:260;s:12:\">J=hT?GU/A$A\";i:261;s:13:\"4r=hT?GUkPlBA\";i:262;s:24:\"WE=hT?GU!BlBjL.4Fx}MBABA\";i:263;s:13:\"4r=hT?GUVMlBA\";i:264;s:23:\"FH=hT?GUpA$A;CSOYM5qFtA\";i:265;s:13:\"4r=hT?GUvOlBA\";i:266;s:24:\"WE=hT?GU\"NlBjL.4Fx}MBABA\";i:267;s:13:\"4r=hT?GU)PlBA\";i:268;s:23:\"FH=hT?GUpA$A;CSOYM6|FtA\";i:269;s:13:\"4r=hT?GU)PlBA\";i:270;s:24:\"WE=hT?GU1MlBjL.4Fx}MBABA\";i:271;s:13:\"4r=hT?GUvOlBA\";i:272;s:23:\"FH=hT?GUpA$A;CSOYM@1FtA\";i:273;s:13:\"4r=hT?GUJQlBA\";i:274;s:24:\"WE=hT?GU6NlBjL.4Fx}MBABA\";i:275;s:13:\"4r=hT?GU0PlBA\";i:276;s:23:\"FH=hT?GUpA$A;CSOYMj<FtA\";i:277;s:13:\"4r=hT?GU0PlBA\";i:278;s:24:\"WE=hT?GU`MlBjL.4Fx}MBABA\";i:279;s:13:\"4r=hT?GUJQlBA\";i:280;s:13:\"VE=hT?GU\"NlBA\";i:281;s:13:\"4r=hT?GU)PlBA\";i:282;s:24:\"WE=hT?GUaNlBjL.4Fx}MBABA\";i:283;s:13:\"4r=hT?GUkPlBA\";i:284;s:13:\"VE=hT?GU!BlBA\";i:285;s:13:\"4r=hT?GUVMlBA\";i:286;s:13:\"VE=hT?GUaNlBA\";i:287;s:13:\"4r=hT?GUkPlBA\";i:288;s:13:\"VE=hT?GU\"NlBA\";i:289;s:13:\"4r=hT?GU)PlBA\";i:290;s:12:\">J=hT?GU/A$A\";i:291;s:13:\"VE=hT?GU!BlBA\";i:292;s:13:\"4r=hT?GUVMlBA\";i:293;s:45:\"<o=hT?GU/A$A=CSOYM)ZBtJV_Q3nE3kAi\"rBJHNz?MuWA\";i:294;s:13:\"VE=hT?GU!BlBA\";i:295;s:13:\"VE=hT?GUZQlBA\";i:296;s:13:\"VE=hT?GUpQlBA\";i:297;s:13:\"VE=hT?GUoDlBA\";i:298;s:13:\"VE=hT?GUYDlBA\";i:299;s:13:\"VE=hT?GU5QlBA\";i:300;s:12:\"EH=hT?GUpA$A\";i:301;s:46:\"I0=hT?GURIlBIM.4Fx}MBA<v=hT?GURIlB,L.4Fx}MBABA\";i:302;s:45:\"I0=hT?GU/A$ACDSOYM)ZBt^X_Q3nE3kAgArBJHNz?MuWA\";i:303;s:46:\"I0=hT?GU/QlBIM.4Fx}MBA<v=hT?GU/QlB,L.4Fx}MBABA\";i:304;s:46:\"I0=hT?GUtElBIM.4Fx}MBA<v=hT?GUtElB,L.4Fx}MBABA\";i:305;s:46:\"I0=hT?GU~QlBIM.4Fx}MBA<v=hT?GU~QlB,L.4Fx}MBABA\";i:306;s:46:\"I0=hT?GUSFlBIM.4Fx}MBA<v=hT?GUSFlB,L.4Fx}MBABA\";i:307;s:46:\"I0=hT?GUORlBIM.4Fx}MBA<v=hT?GUORlB,L.4Fx}MBABA\";i:308;s:12:\"/o=hT?GU/A$A\";i:309;s:12:\"4r=hT?GU/A$A\";i:310;s:12:\"4r=hT?GU/A$A\";i:311;s:45:\"I0=hT?GU/A$ACDSOYM)ZBt^X_Q3nE3kAgArBJHNz?MuWA\";i:312;s:13:\"VE=hT?GU!BlBA\";i:313;s:13:\">J=hT?GU:tlBA\";i:314;s:24:\"WE=hT?GUf!lBnL.4Fx~5}ABA\";i:315;s:24:\"WE=hT?GUv!lBnL.4Fxs@}ABA\";i:316;s:24:\"WE=hT?GU#!lBnL.4Fx}M~ACA\";i:317;s:24:\"WE=hT?GU#ulBnL.4Fxrj&ABA\";i:318;s:54:\"jg=hT?OU>RlB~/MA(ayEFBLYF\"#zOBq\"jt,ub@{:5F$wLvSQ[zQBIA\";i:319;s:13:\"hg=hT?GU~AlBA\";i:320;s:24:\"d#=hT?GUITlBrL.4FxrjEABA\";i:321;s:13:\"VE=hT?GU!BlBA\";i:322;s:13:\"EH=hT?GU~AlBA\";i:323;s:12:\">J=hT?GU/A$A\";i:324;s:12:\"EH=hT?GUpA$A\";i:325;s:13:\"EH=hT?GU~AlBA\";i:326;s:13:\"EH=hT?GU~AlBA\";i:327;s:24:\"WE=hT?GU#ulBjL.4Fx}MBABA\";i:328;s:13:\"EH=hT?GU\"tlBA\";i:329;s:13:\">J=hT?GU:tlBA\";i:330;s:13:\"EH=hT?GUqtlBA\";i:331;s:78:\"?o=hT?GUYTlBjL.4Fx}MBATq=hT?GU/A$A|CSOYM)ZBt^X_Q3nE3kAgAtBJHNzApxWQQqI:$vb]EgA\";i:332;s:13:\"`)=hT?GU.TlBA\";i:333;s:56:\"=o=hT?GU}TlBjL.4Fx}MBATq=hT?GU/A$A|CSOYM)ZBtuW_Q3nE3GK$A\";i:334;s:12:\">J=hT?GU/A$A\";i:335;s:12:\"EH=hT?GUpA$A\";i:336;s:24:\"WE=hT?GU#ulBjL.4Fx}MBABA\";i:337;s:13:\"VE=hT?GU#ulBA\";i:338;s:89:\"@o=hT?GUe%lBjL.4Fx}M%ATq=hT?GU:tlB;L.4Fx}M%A7y=hT?GU/A$ACDSOYM)ZBt^X_Q3nE3kAgArBJHNz?MuWA\";i:339;s:35:\"uP=hT?GUIDlB3L.4Fx}MdAf+=hT?GUtUlBA\";i:340;s:13:\"sP=hT?GU>BlBA\";i:341;s:13:\"bS=hT?GUfulBA\";i:342;s:13:\"bS=hT?GU!BlBA\";i:343;s:13:\"_X=hT?GUjClBA\";i:344;s:24:\"`X=hT?GUjClB#L.4FxrjdABA\";i:345;s:46:\"kg=hT?GU^ClBrL.4Fx~5CAvW=hT?GUjClB#L.4Fx}MBABA\";i:346;s:35:\"jg=hT?GU^ClBrL.4FxrjEA;C=hT?GU!BlBA\";i:347;s:24:\"WE=hT?GU#ulB,L.4FxrjDABA\";i:348;s:34:\"uP=hT?GUIDlBbL.4Fxrj&A1k=hT?GU/A$A\";i:349;s:13:\"z:=hT?GU=UlBA\";i:350;s:13:\"z:=hT?GUCVlBA\";i:351;s:13:\"z:=hT?GUSVlBA\";i:352;s:13:\"Wx=hT?GU:tlBA\";i:353;s:13:\"i==hT?GUiVlBA\";i:354;s:46:\"U@=hT?GUyVlBwM.4Fx~5eAl_=hT?GUyVlB4M.4Fx~5eABA\";i:355;s:79:\"sB>hT?GU&VlBsM.4Fx}MfA2[=hT?GUHWlB0M.4Fx}MfAU|=hT?GU]VlB$M.4Fx~5EBZL%(k)Nous;CA\";i:356;s:68:\"W@=hT?GUnWlBwM.4Fxs@fAl_=hT?GUnWlB4M.4Fxs@fA;C>hT?GUY(lB)M.4Fx~5EBCA\";i:357;s:72:\"W@=hT?GU}j$AP/$(k)No`,lBJt/\",ub@=1;CRt0BJHNzijdL$AQDSOYMB]Yt;v_Q3nE35h$A\";i:358;s:68:\"aE=hT?GU!BlBnL.4FxrjCA7y=hT?GU:tlBIM.4Fxrj(A<v=hT?GU:tlB,L.4Fxrj(ABA\";i:359;s:14:\"Wx=hT?GU~@$ACA\";i:360;s:14:\"Wx=hT?GU}jLCEA\";i:361;s:13:\"9M=hT?GUoDlBA\";i:362;s:45:\"I0=hT?GU/A$ACDSOYM)ZBt^X_Q3nE3kAgArBJHNzcVuWA\";i:363;s:14:\"\"l=hT?GU~@%ACA\";i:364;s:48:\"f#=hT?GU}j&AOc#(k)NoQG;CTXzXJI{ZECbLkt,ub@=1`CQA\";i:365;s:25:\"?J>hT?GU}j(A7F#(k)NohD:CA\";i:366;s:36:\"dS=hT?GU/A$ATDSOYM)ZBt~l_Q3nE3t`hABA\";i:367;s:67:\"gS=hT?GU/A$ABDSOYM)ZBt&a_Q3nE3kAi\"tBJHNz?MuWoIqI:$vbSAQA;\",ub@TD5FA\";i:368;s:14:\"i==hT?GU}j)ACA\";i:369;s:13:\"i==hT?GU~AlBA\";i:370;s:12:\"F0=hT?GU/A$A\";i:371;s:13:\"EH=hT?GU~AlBA\";i:372;s:12:\">J=hT?GU5A$A\";i:373;s:12:\">J=hT?GU/A$A\";i:374;s:12:\"EH=hT?GUpA$A\";i:375;s:13:\"hg=hT?GU~AlBA\";i:376;s:13:\"hg=hT?GU^ClBA\";i:377;s:62:\"lg=hT?GU~@)Ax($(k)No`,vB2W/\",ub@=1EDS\"/\",ub@=1EDRt0BJHNzijSM$A\";i:378;s:14:\"hg=hT?GU~@*ACA\";i:379;s:12:\"VE=hT?GU/A$A\";i:380;s:13:\"yd=hT?GUjClBA\";i:381;s:14:\"sP>hT?GU}jQCEA\";i:382;s:13:\"F0=hT?GU.DlBA\";i:383;s:13:\"Wx=hT?GU.DlBA\";i:384;s:14:\"_X=hT?GU~@+ACA\";i:385;s:72:\"aE=hT?GU}j,A,h#(k)No`,zBJt*\",ub@=1ODRtmBJHNz?MuWyKqI:$vb*|T\"aS_Q3nE3kAgA\";i:386;s:12:\"/o=hT?GU/A$A\";i:387;s:12:\"9M>hT?GU/A$A\";i:388;s:26:\"!M>hT?GU}j.A,h%(k)No`,lEIA\";i:389;s:14:\"KV>hT?GU}j/ACA\";i:390;s:13:\"F0=hT?GU:tlBA\";i:391;s:13:\"i==hT?GUiVlBA\";i:392;s:46:\"U@=hT?GUyVlBwM.4Fx~5eAl_=hT?GUyVlB4M.4Fx~5eABA\";i:393;s:79:\"sB>hT?GU&VlBsM.4Fx}MfA2[=hT?GUHWlB0M.4Fx}MfAU|=hT?GU]VlB$M.4Fx~5EBZL%(k)Nous;CA\";i:394;s:68:\"W@=hT?GUnWlBwM.4Fxs@fAl_=hT?GUnWlB4M.4Fxs@fA;C>hT?GUY(lB)M.4Fx~5EBCA\";i:395;s:72:\"W@=hT?GU}j$AP/$(k)No`,lBJt/\",ub@=1;CRt0BJHNzijdL$AQDSOYMB]Yt;v_Q3nE35h$A\";i:396;s:25:\"tP=hT?GUIDlB;L.4Fx}M_N8FA\";i:397;s:14:\"KV=hT?GU}j:ACA\";i:398;s:81:\"yP=hT?GU>BlB3L.4Fx}MBAeZ=hT?GU/A$A;CSOYM*+~ZlBvL.4FxrjCA7y=hT?GU4DlB@M.4Fx}MAJ6FA\";i:399;s:57:\"ZE=hT?GUtUlB?L.4Fx}MBApI=hT?GU4DlB^L.4Fx}MBA1k=hT?GU4DlBA\";i:400;s:24:\"d#=hT?GU~AlBoM.4FxrjBABA\";i:401;s:69:\"~X>hT?GU~AlB^L.4Fx}MeP6FQwLvSQ[zEA/hjt,ub@TD5FAwLvSQ[zEAFtit,ub@TD5FA\";i:402;s:24:\"ig=hT?GU^ClBIM.4Fx}MBABA\";i:403;s:26:\"`X=hT?GU}j;A8y#(k)No`,rEIA\";i:404;s:61:\"}X=hT?GU}j<A8y#(k)No`,8B2W<\",ub@^D5Fk0LvSQ[z0.yWWeqI:$vbtfV\"A\";i:405;s:37:\"{X=hT?GU~@,A8y#(k)No`,$BJt<\",ub@TD5FA\";i:406;s:25:\"`X=hT?GU}j<A8y#(k)No\"o:CA\";i:407;s:13:\"_X=hT?GUtUlBA\";i:408;s:37:\"@J=hT?GU}j>A]Q$(k)NoVH:CAYzXJI{Z^pZLA\";i:409;s:13:\"yd=hT?GU.DlBA\";i:410;s:24:\")a=hT?GUtUlBoM.4FxrjBABA\";i:411;s:13:\"VE=hT?GU!BlBA\";i:412;s:25:\"?J=hT?GU~@/AP/#(k)No3B;CA\";i:413;s:23:\"zd=hT?GU/A$A^CSOYM)ZYtA\";i:414;s:25:\"zd=hT?GU~@VCbLit,ub@~[7FA\";i:415;s:60:\"2d=hT?GU~@;A8y#(k)No\"o:CiazXJI{ZakZL;PVElg*N*8Kt$$_Q3nE3kAgA\";i:416;s:12:\"Qj>hT?GU/A$A\";i:417;s:13:\"(a=hT?GU:tlBA\";i:418;s:14:\"_X=hT?GU}j?ACA\";i:419;s:24:\"ig=hT?GU^ClBUM.4FxrjBABA\";i:420;s:47:\"vP=hT?GUIDlB#L.4Fx}M%A[Q=hT?GU5wlB?L.4Fx}MQZ8FA\";i:421;s:35:\"pu=hT?GUO%lBdN.4Fx}MBBE\">hT?GU\"tlBA\";i:422;s:13:\"bS=hT?GUjClBA\";i:423;s:47:\"$M>hT?GU}jSCFtkt,ub@^D7FKyLvSQ[z?C3(/\",ub@^D7FA\";i:424;s:35:\"XE=hT?GU!BlBvL.4FxrjDAkn=hT?GU.DlBA\";i:425;s:61:\"%M>hT?GU/A$ALDSOYM*+IclBwM.4Fx}MhW6FayLvSQ[zp~yW/VqI:$vb*|V\"A\";i:426;s:62:\"%M>hT?GU}j.Ax($(k)No`,*B2W/\",ub@=1wDS\"/\",ub@=1wDRt0BJHNzijMO$A\";i:427;s:74:\"3d=hT?GU/A$ATDSOYM*+pZlBsM.4Fx}M+X6FKyLvSQ[zFFzWJVqI:$vbWUW\"3r_Q3nE3sooABA\";i:428;s:61:\"%M>hT?GU/A$ALDSOYM*+4clBwM.4Fx}MrY6FayLvSQ[z?HzW/VqI:$vbtfW\"A\";i:429;s:14:\"nu=hT?GU}j]ACA\";i:430;s:25:\"WE=hT?GU~@]A,h#(k)No@m:CA\";i:431;s:14:\"VE=hT?GU}j^ACA\";i:432;s:24:\"5r>hT?GU/$lBhN.4Fxrj%ABA\";i:433;s:24:\"5r>hT?GU/$lBhN.4Fxrj%ABA\";i:434;s:24:\"5r>hT?GU/$lBhN.4Fxrj%ABA\";i:435;s:24:\"#5=hT?GUXWlBrL.4FxrjEABA\";i:436;s:12:\"(a=hT?GU/A$A\";i:437;s:25:\")a=hT?GUoDlB;L.4Fx}M\"b6FA\";i:438;s:58:\"lg=hT?GU_vlB?L.4Fx}M@Z6FxtLvSQ[zZB3(*\",ub@TD5FbvLvSQ[zZBIA\";i:439;s:14:\"KV=hT?GU}j.ACA\";i:440;s:14:\"KV=hT?GU}j_ACA\";i:441;s:12:\"/o=hT?GU/A$A\";i:442;s:12:\">J=hT?GU/A$A\";i:443;s:12:\"EH=hT?GUpA$A\";i:444;s:46:\"YE=hT?GU!BlBnL.4FxrjCAq1=hT?GUjClB,L.4FxrjDABA\";i:445;s:12:\"Qj=hT?GU/A$A\";i:446;s:13:\"Qj=hT?GUjClBA\";i:447;s:46:\"YE=hT?GU!BlBnL.4FxrjCAq1=hT?GUjClB,L.4FxrjDABA\";i:448;s:24:\"d#=hT?GUITlBbL.4Fx}MIABA\";i:449;s:26:\"WE=hT?GU~@_A7F$(k)No`,?BIA\";i:450;s:71:\"xP=hT?GU>BlB3L.4Fx}MBA;C=hT?GU~@`A,h#(k)NohD:C:azXJI{ZB#ZLNJVElg*N6=LtA\";i:451;s:24:\"d#=hT?GU~AlBbL.4Fxrj&ABA\";i:452;s:37:\"e#=hT?GUITlBbL.4Fx}M^g8FxtLvSQ[zoszWA\";i:453;s:24:\"d#=hT?GUITlBIM.4Fx~5FABA\";i:454;s:13:\"Qj=hT?GUjClBA\";i:455;s:13:\"yd=hT?GU(ylBA\";i:456;s:25:\"d#=hT?GU}j&Ax(#(k)No`H:CA\";i:457;s:13:\"?2=hT?GUjClBA\";i:458;s:13:\"(a=hT?GU(ylBA\";i:459;s:14:\"VE=hT?GU}j}ACA\";i:460;s:14:\"VE=hT?GU~@}ACA\";i:461;s:13:\"VE=hT?GUZQlBA\";i:462;s:13:\"VE=hT?GU+JlBA\";i:463;s:13:\"VE=hT?GU\"NlBA\";i:464;s:13:\"VE=hT?GU5QlBA\";i:465;s:13:\"?2=hT?GUBIlBA\";i:466;s:13:\"Qj=hT?GUBIlBA\";i:467;s:13:\"?2=hT?GUVMlBA\";i:468;s:13:\"Qj=hT?GUVMlBA\";i:469;s:12:\"?2=hT?GU/A$A\";i:470;s:12:\"Qj=hT?GU/A$A\";i:471;s:13:\"yd=hT?GU,2lBA\";i:472;s:13:\"(a=hT?GU,2lBA\";i:473;s:13:\"yd=hT?GUA7lBA\";i:474;s:13:\"(a=hT?GUA7lBA\";i:475;s:13:\"yd=hT?GU69lBA\";i:476;s:13:\"(a=hT?GU69lBA\";i:477;s:14:\"sP=hT?GU}j~AEA\";i:478;s:14:\"F0=hT?GU~@~AEA\";i:479;s:48:\"I0=hT?GU}jkC/hjt,ub@TD7FAwLvSQ[zu67WoIqI:$vbpLgA\";i:480;s:12:\"Wx=hT?GU/A$A\";i:481;s:31:\")a=hT?GU/A$AKDSO}M*+|flBrzZ$5FA\";i:482;s:13:\"(a=hT?GUtUlBA\";i:483;s:12:\"/o=hT?GU/A$A\";i:484;s:13:\"nu=hT?GUNUlBA\";i:485;s:13:\"nu=hT?GUoTlBA\";i:486;s:14:\"4r=hT?GU~@ABEA\";i:487;s:49:\"I0=hT?GUeBlBIM.4Fx}M{n6FAwLvSQ[z0.zWoIqI:$vb\"IZ\"A\";i:488;s:47:\"I0=hT?GUeBlBIM.4Fxs@BA<v=hT?GU~@BBFtit,ub@dF5FA\";i:489;s:49:\"I0=hT?GU}jCB/hjt,ub@=1LERttBJHNzRmuWoIqI:$vb)qZ\"A\";i:490;s:51:\"I0=hT?GU}jCB/hjt,ub@=1[CRttBJHNzij2Q$A{CSOYM*+PXlBA\";i:491;s:14:\"F0>hT?GU~@DBEA\";i:492;s:14:\"F0>hT?GU}jEBEA\";i:493;s:14:\"F0>hT?GU~@EBEA\";i:494;s:13:\"F0>hT?GUuBlBA\";i:495;s:14:\"F0>hT?GU}jFBEA\";i:496;s:14:\"F0>hT?GU~@FBEA\";i:497;s:14:\"F0>hT?GU}jFBEA\";i:498;s:14:\"bS=hT?GU}jGBEA\";i:499;s:14:\"bS=hT?GU~@GBEA\";i:500;s:14:\"bS=hT?GU}jHBEA\";i:501;s:14:\"bS=hT?GU~@HBEA\";i:502;s:14:\">J=hT?GU}jIBEA\";i:503;s:14:\"bS=hT?GU~@IBEA\";i:504;s:45:\"I0=hT?GUYTlBIM.4Fx}MBA<v=hT?GU/A$A{CSOYM)ZBtA\";i:505;s:14:\"yd=hT?GU}jJBEA\";i:506;s:14:\"(a=hT?GU}jJBEA\";i:507;s:14:\"VE=hT?GU~@uCEA\";i:508;s:36:\"ou=hT?IU9UlBrzX+5F4YzX&N|+6A]Q~@IBIA\";i:509;s:13:\"bS=hT?GU6tlBA\";i:510;s:14:\"VE=hT?GU}jvCEA\";i:511;s:25:\"ig=hT?GU^ClBbL.4Fx}Mc18FA\";i:512;s:12:\"\"l=hT?GU/A$A\";i:513;s:12:\">J=hT?GU/A$A\";i:514;s:24:\"WE=hT?GU#ulB^L.4FxrjDABA\";i:515;s:46:\"I0=hT?GUeBlBIM.4Fx}MBA<v=hT?GUeBlB,L.4Fx}MBABA\";i:516;s:45:\"I0=hT?GU/A$ACDSOYM)ZBt^X_Q3nE3kAgArBJHNz?MuWA\";i:517;s:46:\"I0=hT?GUjClBIM.4Fx}MBA<v=hT?GUjClB,L.4Fx}MBABA\";i:518;s:45:\"I0=hT?GU/A$ACDSOYM)ZBt^X_Q3nE3kAgArBJHNz?MuWA\";i:519;s:12:\"4r=hT?GU/A$A\";i:520;s:12:\"4r=hT?GU/A$A\";i:521;s:13:\"4r=hT?GUjClBA\";i:522;s:12:\"4r=hT?GU/A$A\";i:523;s:45:\"<o=hT?GU/A$A=CSOYM)ZBtJV_Q3nE3kAi\"rBJHNz?MuWA\";i:524;s:12:\"Wx=hT?GU/A$A\";i:525;s:12:\"4r=hT?GU/A$A\";i:526;s:13:\"hg=hT?GU~AlBA\";i:527;s:13:\"Wx=hT?GU:tlBA\";i:528;s:12:\"4r=hT?GU/A$A\";i:529;s:80:\"lg=hT?OU>RlB~/MA(ayEFBLYF\"#zOBq\"jt,ub@{:5F~1LvSQ[zAk0W0kqI:$vbA2b\"y:_Q3nE3~RzABA\";i:530;s:24:\"WE=hT?GUDylBjL.4Fx~5FABA\";i:531;s:24:\"WE=hT?GUpwlBjL.4Fx}MBABA\";i:532;s:12:\">J=hT?GU/A$A\";i:533;s:12:\"4r=hT?GU/A$A\";i:534;s:26:\"WE=hT?GU~@wCFtht,ub@=1NKQA\";i:535;s:24:\"WE=hT?GU#ulBnL.4Fxrj&ABA\";i:536;s:13:\"hg=hT?GU~AlBA\";i:537;s:82:\"i#=hT?GUITlBfL.4FxrjBA;C=hT?GU}jxCz(it,ub@TD7FxtLvSQ[zos8WyKqI:$vb*|7\"aS_Q3nE3]W$A\";i:538;s:57:\"ZE=hT?GUZwlB?L.4Fx}M%ApI=hT?GU:tlB^L.4Fx}M%A1k=hT?GU:tlBA\";i:539;s:13:\"EH=hT?GU\"tlBA\";i:540;s:13:\">J=hT?GU:tlBA\";i:541;s:13:\"EH=hT?GUqtlBA\";i:542;s:58:\"ZE=hT?GU#ulB?L.4Fx}M%ApI=hT?GU:tlB^L.4Fx}M;48FbvLvSQ[z>CIA\";i:543;s:46:\"<o=hT?GU:tlBjL.4Fx}M%ATq=hT?GU:tlB;L.4Fx}M%ABA\";i:544;s:13:\">J=hT?GU:tlBA\";i:545;s:12:\"EH=hT?GUpA$A\";i:546;s:13:\"VE=hT?GUtUlBA\";i:547;s:24:\"WE=hT?GUtUlB5N.4Fx}MBABA\";i:548;s:14:\"c#>hT?GU~@NBEA\";i:549;s:14:\"c#>hT?GU}jOBEA\";i:550;s:60:\"ZE=hT?GU~@zCz(it,ub@TD7FxtLvSQ[zos8WyKqI:$vb*|7\"aS_Q3nE3]W$A\";i:551;s:14:\"4r=hT?GU}jPBEA\";i:552;s:14:\"4r=hT?GU~@MBEA\";i:553;s:57:\"ZE=hT?GUpwlB?L.4Fx}M%ApI=hT?GU:tlB^L.4Fx}M%A1k=hT?GU:tlBA\";i:554;s:12:\"4r=hT?GU/A$A\";i:555;s:13:\">J=hT?GU:tlBA\";i:556;s:23:\"@2=hT?GU/A$AmDSOYMifBtA\";i:557;s:23:\"Rj=hT?GU/A$AdDSOYMifBtA\";i:558;s:14:\"hg=hT?GU~@0CEA\";i:559;s:25:\"ou=hT?GU(ClB%N.4Fx}ME98FA\";i:560;s:26:\"ou=hT?GU~@]ADt&(k)No`,hCIA\";i:561;s:14:\"),>hT?GU}jRBEA\";i:562;s:13:\"),>hT?GUITlBA\";i:563;s:13:\"F0>hT?GUtUlBA\";i:564;s:13:\"hg=hT?GU^ClBA\";i:565;s:14:\"4r=hT?GU~@ABEA\";i:566;s:56:\"ZE=hT?GUoDlBEM.4Fx}MBAq1=hT?GU/A$AADSOYM)ZBt@Q_Q3nE3kAgA\";i:567;s:13:\"Qj=hT?GU4DlBA\";i:568;s:56:\"ZE=hT?GU!BlBEM.4Fx}MBAq1=hT?GU/A$AADSOYM)ZBt@Q_Q3nE3kAgA\";i:569;s:13:\"VE=hT?GUpwlBA\";i:570;s:13:\"VE=hT?GU#ulBA\";i:571;s:12:\"EH=hT?GUpA$A\";i:572;s:13:\"/o=hT?GUeBlBA\";i:573;s:46:\"I0=hT?GUDClBIM.4Fx}MBA<v=hT?GUDClB,L.4Fx}MBABA\";i:574;s:14:\"bS=hT?GU~@RBEA\";i:575;s:36:\"e#=hT?GU~AlBbL.4FxrjCAkn=hT?GU~@,ACA\";i:576;s:36:\"@J=hT?GUu%lB;L.4Fx}MCB8y&(k)No`,RFIA\";i:577;s:13:\"hg=hT?GU~AlBA\";i:578;s:13:\"hg=hT?GU^ClBA\";i:579;s:14:\"nu=hT?GU}j3CEA\";i:580;s:26:\"ou=hT?GU~@3CG\"$(k)No`,UFIA\";i:581;s:25:\"ou=hT?GUO%lBcM.4Fx}M9C8FA\";i:582;s:14:\"_X=hT?GU}j4CEA\";i:583;s:26:\"ou=hT?GU}joCG\"$(k)No`,@EIA\";i:584;s:14:\"_X=hT?GU~@4CEA\";i:585;s:25:\"ou=hT?GUO%lBcM.4Fx}M9C8FA\";i:586;s:13:\"hg=hT?GU~AlBA\";i:587;s:14:\"F0>hT?GU}jUBEA\";i:588;s:13:\"c#=hT?GU~AlBA\";i:589;s:13:\"_X=hT?GU(ClBA\";i:590;s:63:\"}X=hT?GU}jUByWjt,ub@=1^ERtuBJHNzij9T$AADSOYM*+fnlB,L.4Fx}Mi(6FA\";i:591;s:45:\"I0=hT?GU/A$ACDSOYM)ZBt^X_Q3nE3kAgArBJHNz?MuWA\";i:592;s:24:\"*,>hT?GUITlB/N.4Fxrj%ABA\";i:593;s:14:\"9M=hT?GU}j6CEA\";i:594;s:12:\"\"l=hT?GU/A$A\";i:595;s:13:\"nu=hT?GUoTlBA\";i:596;s:14:\"4r=hT?GU~@5CEA\";i:597;s:36:\"jg=hT?GU~AlB<M.4Fx}MBA};=hT?GU~@(ACA\";i:598;s:13:\"F0=hT?GUDClBA\";i:599;s:12:\"F0=hT?GU/A$A\";i:600;s:14:\"F0=hT?GU~@VBEA\";i:601;s:13:\"VE=hT?GU#ulBA\";i:602;s:45:\"f#=hT?GU~AlBbL.4Fx}MdAq1=hT?GU/A$A{CSOYM)ZBtA\";i:603;s:12:\">J=hT?GU/A$A\";i:604;s:23:\"Am=hT?GU/A$AdDSOYMifBtA\";i:605;s:12:\"\"l=hT?GU/A$A\";i:606;s:23:\"?J=hT?GU/A$AmDSOYMifBtA\";i:607;s:13:\"hg=hT?GU\"tlBA\";i:608;s:13:\"EH=hT?GU~AlBA\";i:609;s:60:\"ZE=hT?GU~@zCz(it,ub@TD7FxtLvSQ[zos8WyKqI:$vb*|7\"aS_Q3nE3]W$A\";i:610;s:14:\"4r=hT?GU}jPBEA\";i:611;s:57:\"ZE=hT?GUpwlB?L.4Fx}M%ApI=hT?GU:tlB^L.4Fx}M%A1k=hT?GU:tlBA\";i:612;s:12:\"4r=hT?GU/A$A\";i:613;s:46:\"I0=hT?GUBIlBIM.4Fx}MBA<v=hT?GUBIlB,L.4Fx}MBABA\";i:614;s:13:\">J=hT?GU:tlBA\";i:615;s:13:\"4r=hT?GU:tlBA\";i:616;s:14:\"),>hT?GU}jRBEA\";i:617;s:24:\"d#=hT?GU\"tlBbL.4Fxrj&ABA\";i:618;s:14:\"4r=hT?GU~@LCEA\";i:619;s:24:\"d#=hT?GU\"tlBbL.4Fx}MCBCA\";i:620;s:14:\"4r=hT?GU~@LCEA\";i:621;s:13:\"i==hT?GU~AlBA\";i:622;s:13:\"hg=hT?GU~AlBA\";i:623;s:26:\"!M>hT?GU}j.A,h%(k)No`,lEIA\";i:624;s:46:\"I0=hT?GU.DlBIM.4Fx}MBA<v=hT?GU.DlB,L.4Fx}MBABA\";i:625;s:13:\"hg=hT?GU~AlBA\";i:626;s:46:\"I0=hT?GU.DlBIM.4Fx}MBA<v=hT?GU.DlB,L.4Fx}MBABA\";i:627;s:24:\"ig=hT?GU^ClBEM.4Fx}MBABA\";i:628;s:23:\"?J=hT?GU/A$AKDSOYMifBtA\";i:629;s:13:\"sP=hT?GU>BlBA\";i:630;s:25:\"ig=hT?GU^ClBEM.4Fx}MMl6FA\";i:631;s:13:\"i==hT?GU~AlBA\";i:632;s:13:\"VE=hT?GUtUlBA\";i:633;s:13:\"hg=hT?GU\"tlBA\";i:634;s:13:\"_X=hT?GU:tlBA\";i:635;s:13:\"hg=hT?GU~AlBA\";i:636;s:12:\"F0=hT?GU/A$A\";i:637;s:14:\"F0=hT?GU}jWBEA\";i:638;s:13:\"i==hT?GU~AlBA\";i:639;s:12:\"_X>hT?GU5A$A\";i:640;s:69:\"gS=hT?GUtUlBBN.4Fx}MR+6FQwLvSQ[zEA/hjt,ub@TD5FAwLvSQ[zEAFtit,ub@TD5FA\";i:641;s:69:\"gS=hT?GUtUlBBN.4Fx}MR+6FQwLvSQ[zEA/hjt,ub@TD5FAwLvSQ[zEAFtit,ub@TD5FA\";i:642;s:12:\"_X>hT?GU5A$A\";i:643;s:14:\"hg=hT?GU~@PBEA\";i:644;s:24:\"tP=hT?GU>BlBvL.4FxrjCABA\";i:645;s:13:\"9M=hT?GUoDlBA\";i:646;s:58:\"g#=hT?GUITlB?L.4Fx}MBApI=hT?GU}jCB:>it,ub@TD5FbvLvSQ[zEAEA\";i:647;s:13:\"_X=hT?GUzClBA\";i:648;s:13:\"hg=hT?GU\"tlBA\";i:649;s:13:\"hg=hT?GU~AlBA\";i:650;s:13:\"hg=hT?GU\"tlBA\";i:651;s:24:\"WE=hT?GUpwlBnL.4Fxs@)ABA\";i:652;s:24:\"WE=hT?GU#ulBnL.4Fxrj&ABA\";i:653;s:25:\"d#=hT?GU~AlB*N.4Fx}Mp!6FA\";i:654;s:46:\"<o=hT?GU/A$A=CSOYM)ZBtJV_Q3nE3\"!xA1k=hT?GU/A$A\";i:655;s:12:\"4r=hT?GU/A$A\";i:656;s:13:\"hg=hT?GU~AlBA\";i:657;s:14:\"/o=hT?GU}jIBEA\";i:658;s:14:\"\"l=hT?GU}jXBEA\";i:659;s:13:\"hg=hT?GU^ClBA\";i:660;s:14:\"9M>hT?GU}j.ACA\";i:661;s:35:\"e#=hT?GU~AlBrL.4FxrjEAkn=hT?GU.DlBA\";i:662;s:94:\"og=hT?GU^ClBEM.4Fx}M.x6FgwLvSQ[zSB2W+\",ub@=1hEQA*\",ub@F=5Fu2LvSQ[zLT0WqiqI:$vbX%e\"Q@_Q3nE3xJ$A\";i:663;s:37:\"jg=hT?GU~@PB/hot,ub@=1GFQA+\",ub@0@5FA\";i:664;s:37:\"uP=hT?GU>BlB3L.4Fx}MA/6F+uLvSQ[zLT0WA\";i:665;s:14:\"_X=hT?GU}jZBEA\";i:666;s:46:\"kg=hT?GU^ClBUM.4FxrjBAHO=hT?GUIDlB?L.4FxrjFABA\";i:667;s:13:\"hg=hT?GU~AlBA\";i:668;s:94:\"og=hT?GU^ClBEM.4Fx}Ml:6FgwLvSQ[zSB2W+\",ub@=1MFQA*\",ub@F=5Fu2LvSQ[zLT0WqiqI:$vbX%e\"Q@_Q3nE3xJ$A\";i:669;s:37:\"uP=hT?GU>BlB3L.4Fx}MA/6F+uLvSQ[zLT0WA\";i:670;s:14:\"_X=hT?GU}jZBEA\";i:671;s:13:\"_X=hT?GU:tlBA\";i:672;s:14:\"_X=hT?GU}joCEA\";i:673;s:13:\"_X=hT?GU:tlBA\";i:674;s:13:\"(a=hT?GU:tlBA\";i:675;s:13:\"VE=hT?GU!BlBA\";i:676;s:14:\"_X=hT?GU}jaBEA\";i:677;s:14:\"_X=hT?GU}j#CEA\";i:678;s:13:\"_X=hT?GUDClBA\";i:679;s:14:\"_X=hT?GU}jaBEA\";i:680;s:50:\"<o=hT?GU~@aBc4it,ub@=1QFQA+\",ub@=1SFQA.\",ub@=1SFQA\";i:681;s:13:\"9M=hT?GU!BlBA\";i:682;s:45:\"I0=hT?GU/A$ACDSOYM)ZBt^X_Q3nE3kAgArBJHNz?MuWA\";i:683;s:13:\"VE=hT?GUtUlBA\";i:684;s:24:\"WE=hT?GUoDlBjL.4Fx}MBABA\";i:685;s:13:\"VE=hT?GU!BlBA\";i:686;s:13:\"VE=hT?GUeBlBA\";i:687;s:13:\"hg=hT?GU~AlBA\";i:688;s:25:\"ig=hT?GU^ClBbL.4Fx}MU=6FA\";i:689;s:36:\"jg=hT?GU^ClBvL.4Fx}M_=6FRtLvSQ[zJAEA\";i:690;s:14:\"\"l=hT?GU~@cBEA\";i:691;s:13:\"hg=hT?GU^ClBA\";i:692;s:13:\"VE=hT?GUoDlBA\";i:693;s:12:\"/o=hT?GU/A$A\";i:694;s:25:\"WE=hT?GU!BlB^L.4Fx}Mgp6FA\";i:695;s:12:\"_X=hT?GU/A$A\";i:696;s:46:\"f#=hT?GU~AlBjL.4Fx}MBA;C=hT?GUtUlB^L.4FxrjbABA\";i:697;s:13:\"VE=hT?GUu%lBA\";i:698;s:51:\"I0=hT?GU}j&C/hjt,ub@=1^KRttBJHNzij9r$A{CSOYM*+f|lBA\";i:699;s:51:\"I0=hT?GU~@dB/hjt,ub@=1cFRttBJHNzijfV$A{CSOYM*+uqlBA\";i:700;s:45:\"vP=hT?GUIDlB3L.4Fx}MBAeZ=hT?GU/A$A~CSOYMj<HtA\";i:701;s:14:\"yd=hT?GU~@eBEA\";i:702;s:13:\"hg=hT?GU~AlBA\";i:703;s:14:\"R@>hT?GU}jfBEA\";i:704;s:13:\"z:=hT?GUSVlBA\";i:705;s:118:\"]o=hT?IU~@)C/h8C5FrXzXJI|+nBc4ht,ub@gM5FxtLvSQ[zZB3(*\",ub@TD5FbvLvSQ[zZBJt+\",ub@TD5FgwLvSQ[zEAbLjt,ub@TD5FLvLvSQ[zEAEA\";i:706;s:13:\"c#=hT?GU~AlBA\";i:707;s:57:\"}X=hT?GU.DlB?L.4Fx}M%ApI=hT?GU:tlB^L.4Fx}M%A1k=hT?GU:tlBA\";i:708;s:13:\"nu=hT?GU.DlBA\";i:709;s:13:\"nu=hT?GUNUlBA\";i:710;s:36:\"e#=hT?GU~AlBbL.4FxrjCAf+>hT?GU}jRBEA\";i:711;s:14:\"4r=hT?GU~@ABEA\";i:712;s:13:\"nu=hT?GUoTlBA\";i:713;s:26:\")a=hT?GU}jgBFtlt,ub@=1QDQA\";i:714;s:26:\"zd=hT?GU}jgBFtlt,ub@=1QDQA\";i:715;s:13:\"9M>hT?GU:tlBA\";i:716;s:13:\"9M>hT?GU:tlBA\";i:717;s:50:\"<o=hT?GU~@gBc4it,ub@=1oFQA+\",ub@=1qFQA.\",ub@=1qFQA\";i:718;s:71:\"JH=hT?GU~AlBbL.4Fx}M8`8FrvLvSQ[z>C3(&\",ub@=1MLRtsBJHNzijys$A|CSOYM)ZRtA\";i:719;s:57:\"ZE=hT?GUpwlB?L.4Fx}M%ApI=hT?GU:tlB^L.4Fx}M%A1k=hT?GU:tlBA\";i:720;s:13:\"VE=hT?GU#ulBA\";i:721;s:13:\">J=hT?GU:tlBA\";i:722;s:12:\"EH=hT?GUpA$A\";i:723;s:13:\"EH=hT?GU\"tlBA\";i:724;s:13:\">J=hT?GU:tlBA\";i:725;s:13:\"EH=hT?GUqtlBA\";i:726;s:13:\"VE=hT?GU!BlBA\";i:727;s:13:\"VE=hT?GUoDlBA\";i:728;s:14:\"c#>hT?GU~@iBEA\";i:729;s:14:\"c#>hT?GU}jjBEA\";i:730;s:14:\"c#>hT?GU~@jBEA\";i:731;s:14:\"c#>hT?GU}jkBEA\";i:732;s:24:\"WE=hT?GU#ulBjL.4Fx}M%ABA\";i:733;s:14:\"4r=hT?GU}j,CEA\";i:734;s:13:\"4r=hT?GU:tlBA\";i:735;s:46:\"I0=hT?GU4DlBIM.4Fx}MFA<v=hT?GU4DlB,L.4Fx}MFABA\";i:736;s:56:\"ZE=hT?GU!BlBEM.4Fx}MBAq1=hT?GU/A$AADSOYM)ZBt@Q_Q3nE3kAgA\";i:737;s:25:\")a=hT?GU/A$ATDSOYM*+pZlBA\";i:738;s:25:\"zd=hT?GU/A$ATDSOYM*+pZlBA\";i:739;s:82:\"yP=hT?GU>BlBzL.4Fx}M@~6FlxLvSQ[zp~0WeGqI:$vbSARtlBJHNz`auWUEqI:$vbDFi\"%BJHNzijFT$A\";i:740;s:13:\"bS=hT?GUtUlBA\";i:741;s:13:\"),=hT?GUoTlBA\";i:742;s:14:\"hg=hT?GU~@0CEA\";i:743;s:13:\"VE=hT?GU!BlBA\";i:744;s:15:\"hg=hT?GUO[AA7FA\";i:745;s:14:\"nu=hT?GU}j\"AEA\";i:746;s:15:\"nu=hT?GUO[lBXLA\";i:747;s:15:\"_X>hT?GUO[:CXLA\";i:748;s:15:\"_X>hT?GUO[:CbLA\";i:749;s:14:\"),>hT?GU}jRBEA\";i:750;s:24:\"cS=hT?GUu%lB`N.4FxrjBABA\";i:751;s:48:\"kg=hT?GU^ClBUM.4FxrjBA%$>hT?GU~AlB`N.4FxrjYBGAIA\";i:752;s:57:\"ZE=hT?GU#ulB?L.4Fx}M%ApI=hT?GU:tlB^L.4Fxrj(A1k=hT?GU:tlBA\";i:753;s:12:\"4r=hT?GU/A$A\";i:754;s:24:\"WE=hT?GU!BlBjL.4Fx}MBABA\";i:755;s:15:\"bS=hT?GUO[5FXLA\";i:756;s:25:\"5r=hT?GU/wlB|L.4Fx}M>#8FA\";i:757;s:26:\"ou=hT?GU}joCG\"$(k)No`,@EIA\";i:758;s:25:\"ou=hT?GUO%lBcM.4Fx}M9C8FA\";i:759;s:14:\"_X=hT?GU}j4CEA\";i:760;s:26:\"ou=hT?GU}jcCG\"$(k)No`,4EIA\";i:761;s:15:\"_X=hT?GUO[DHbLA\";i:762;s:25:\"ou=hT?GUO%lBcM.4Fx}M9C8FA\";i:763;s:24:\"ig=hT?GU^ClBbL.4FxrjCABA\";i:764;s:67:\"mg=hT?GU^ClBUM.4FxrjBAkn=hT?GU/A$A=CSOYM)ZItJV_Q3nE3[B$A|CSOYM)ZItA\";i:765;s:93:\"og=hT?GU^ClBUM.4FxrjBA;C=hT?GUtUlB?L.4Fx}MBApI=hT?GU/A$A~CSOYMj<dtAAP/#(k)No3B:CvbzXJI{Z@iaLA\";i:766;s:13:\"hg=hT?GU^ClBA\";i:767;s:48:\"I0=hT?GU}jnC/hjt,ub@xJ7FAwLvSQ[zj;7WoIqI:$vb=LgA\";i:768;s:24:\"ou=hT?GU/wlBcM.4Fxs@(ABA\";i:769;s:13:\"nu=hT?GUO%lBA\";i:770;s:48:\"I0=hT?GU}jCB/hjt,ub@PP5FAwLvSQ[zj;zWoIqI:$vb{AQA\";i:771;s:24:\"ou=hT?GU/wlBcM.4Fxs@(ABA\";i:772;s:13:\"nu=hT?GUO%lBA\";i:773;s:15:\"F0>hT?GUO[oIbLA\";i:774;s:15:\"F0>hT?GUO[oIbLA\";i:775;s:48:\"I0=hT?GU}jnC/hjt,ub@PP7FAwLvSQ[zj;7WoIqI:$vbSMgA\";i:776;s:14:\"4r=hT?GU~@!CEA\";i:777;s:13:\"nu=hT?GUO%lBA\";i:778;s:48:\"f#=hT?GU\"tlBrL.4FxrjEA;C=hT?GU#ulBvL.4FxrjYB9FQA\";i:779;s:57:\"Dm=hT?GU:tlBEM.4Fxrj(Aq1=hT?GUkvlBAM.4Fxrj(A+h=hT?GUkvlBA\";i:780;s:13:\"nu=hT?GU)vlBA\";i:781;s:13:\"nu=hT?GUO%lBA\";i:782;s:13:\"hg=hT?GU\"tlBA\";i:783;s:104:\"[`>hT?GUO[=JXLOWVElg*NNKVBlBGO.4FxrjYBOA2W]\",ub@y2mnBt:C`Q3nE3~R2ApI?hT?GU}jRBFtpt,ub@=1*ERt,BJHNzijFT$A\";i:784;s:13:\"VE=hT?GU!BlBA\";i:785;s:46:\"<o=hT?GU.DlBjL.4Fxs@XATq=hT?GU.DlB;L.4Fxs@XABA\";i:786;s:13:\"VE=hT?GU!BlBA\";i:787;s:25:\":o=hT?GU:tlBEM.4Fx}M=]6FA\";i:788;s:13:\"4r=hT?GUe%lBA\";i:789;s:12:\"?2=hT?GU/A$A\";i:790;s:46:\"I0=hT?GU/A$ACDSOYM)ZBt^X_Q3nE3kAgArBJHNzijCU$A\";i:791;s:54:\"f#=hT?GU}j&AOc#(k)NoQG;CTXzXJI{ZECbLkt,uj@=1`CRt!R[G$A\";i:792;s:25:\"?J>hT?GU}j(A7F#(k)NohD:CA\";i:793;s:17:\"\"l=hT?IUeBlBrzAAB\";i:794;s:24:\"WE=hT?GU#ulBjL.4Fx}M%ABA\";i:795;s:14:\"4r=hT?GU}j,CEA\";i:796;s:13:\"4r=hT?GU:tlBA\";i:797;s:46:\"I0=hT?GUdUlBIM.4Fx}MBA<v=hT?GUdUlB,L.4Fx}MBABA\";i:798;s:13:\"4r=hT?GU:tlBA\";i:799;s:13:\"4r=hT?GU:tlBA\";i:800;s:26:\"ig=hT?GU_vlB`N.4FxrjYB/FQA\";i:801;s:13:\"hg=hT?GU_vlBA\";i:802;s:24:\"d#=hT?GU\"tlBbL.4Fx}MCBCA\";i:803;s:14:\"_X=hT?GU}jaBEA\";i:804;s:15:\"_X=hT?GUO[8MXLA\";i:805;s:13:\"hg=hT?GU~AlBA\";i:806;s:14:\"hg=hT?GU~@PBEA\";i:807;s:12:\">J=hT?GU/A$A\";i:808;s:15:\"_X=hT?GUO[GOXLA\";i:809;s:36:\"jg=hT?GU^ClBUM.4FxrjBAf+>hT?GU}jRBEA\";i:810;s:15:\"/o=hT?GUO[lBXLA\";i:811;s:12:\"\"l=hT?GU/A$A\";i:812;s:36:\"e#=hT?GU\"tlBrL.4FxrjEAkn=hT?GU}jdBEA\";i:813;s:25:\"ig=hT?GU~@PBG\"$(k)No3B:CA\";i:814;s:57:\"lg=hT?GU_vlBbL.4Fxrj&AYL=hT?GU#ulB?L.4FxrjABm_#(k)Nowm;CA\";i:815;s:15:\"F0=hT?GUO[rPXLA\";i:816;s:14:\"_X=hT?GU~@:ACA\";i:817;s:13:\"hg=hT?GU\"tlBA\";i:818;s:13:\"Qj=hT?GU(ClBA\";i:819;s:13:\"(a=hT?GUYTlBA\";i:820;s:13:\"?2=hT?GU(ClBA\";i:821;s:13:\"yd=hT?GUYTlBA\";i:822;s:51:\"I0=hT?GU~@dB/hjt,ub@=1cFRttBJHNzijfV$A{CSOYM*+uqlBA\";i:823;s:45:\"vP=hT?GUIDlB3L.4Fx}MBAeZ=hT?GU/A$A~CSOYMj<HtA\";i:824;s:14:\"yd=hT?GU~@eBEA\";i:825;s:13:\"hg=hT?GU~AlBA\";i:826;s:14:\"R@>hT?GU}jfBEA\";i:827;s:13:\"hg=hT?GU~AlBA\";i:828;s:51:\"I0=hT?GU~@dB/hjt,ub@=1cFRttBJHNzijfV$A{CSOYM*+uqlBA\";i:829;s:50:\"I0=hT?GU~@%A]Q$(k)No`,oB2W+\",ub@=1[CQA*\",ub@=1[CQA\";i:830;s:56:\"ZE=hT?GU#ulB?L.4Fx}MBApI=hT?GU/A$A~CSOYMj<BtaS_Q3nE3kAgA\";i:831;s:12:\"4r=hT?GU/A$A\";i:832;s:12:\"4r=hT?GU/A$A\";i:833;s:13:\"),>hT?GUITlBA\";i:834;s:13:\"nu=hT?GU.DlBA\";i:835;s:25:\"ou=hT?GUYTlB%N.4Fx}M)96FA\";i:836;s:13:\"hg=hT?GU^ClBA\";i:837;s:13:\"hg=hT?GU~AlBA\";i:838;s:14:\"4r=hT?GU}jSBEA\";i:839;s:14:\"4r=hT?GU~@ABEA\";i:840;s:25:\"Xx=hT?GU/A$A\"CSOYM*+}clBA\";i:841;s:25:\"j=>hT?GU}jYBEA$(k)Noao:CA\";i:842;s:13:\"hg=hT?GU^ClBA\";i:843;s:13:\"hg=hT?GU^ClBA\";i:844;s:56:\"lg=hT?GU_vlBEM.4Fx}MBAq1=hT?GU/A$AADSOYM)ZBt@Q_Q3nE3kAgA\";i:845;s:55:\"<o=hT?GUO[@QXL0EVElg*NNKKClB|L.4FxrjYBaAIAkt,ub@y2Q/BtA\";i:846;s:48:\"I0=hT?GU}jnC/hjt,ub@PP7FAwLvSQ[zj;7WoIqI:$vbSMgA\";i:847;s:23:\"?J=hT?GU/A$A|CSOYM)ZBtA\";i:848;s:15:\"F0>hT?GUO[#TbLA\";i:849;s:36:\"e#=hT?GU\"tlBbL.4Fxrj&A[Q=hT?GU}jsCEA\";i:850;s:13:\"nu=hT?GU/wlBA\";i:851;s:13:\"nu=hT?GUO%lBA\";i:852;s:58:\"ZE=hT?GU#ulB?L.4Fx}M%ApI=hT?GU:tlB^L.4Fx}M;48FbvLvSQ[z>CIA\";i:853;s:46:\"<o=hT?GU:tlBjL.4Fx}M%ATq=hT?GU:tlB;L.4Fx}M%ABA\";i:854;s:13:\"EH=hT?GU\"tlBA\";i:855;s:13:\">J=hT?GU:tlBA\";i:856;s:13:\"EH=hT?GUqtlBA\";i:857;s:14:\"4r=hT?GU}jyCEA\";i:858;s:13:\"4r=hT?GU:tlBA\";i:859;s:46:\"I0=hT?GU4DlBIM.4Fx}MFA<v=hT?GU4DlB,L.4Fx}MFABA\";i:860;s:15:\"bS=hT?GUO[JVXLA\";i:861;s:13:\"A^>hT?GU~AlBA\";i:862;s:37:\"e#=hT?GU~AlB9N.4FxrjBA2[>hT?GUO[UEXLA\";i:863;s:13:\"sP=hT?GU>BlBA\";i:864;s:13:\"bS=hT?GUfulBA\";i:865;s:13:\"bS=hT?GU!BlBA\";i:866;s:13:\"_X=hT?GUjClBA\";i:867;s:24:\"`X=hT?GUjClB#L.4FxrjdABA\";i:868;s:46:\"kg=hT?GU^ClBrL.4Fx~5CAvW=hT?GUjClB#L.4Fx}MBABA\";i:869;s:35:\"jg=hT?GU^ClBrL.4FxrjEA;C=hT?GU!BlBA\";i:870;s:24:\"WE=hT?GU#ulB,L.4FxrjDABA\";i:871;s:34:\"uP=hT?GUIDlBbL.4FxrjCA1k=hT?GU/A$A\";i:872;s:12:\"\"l=hT?GU/A$A\";i:873;s:13:\"F0=hT?GUdUlBA\";i:874;s:13:\"9M=hT?GUoDlBA\";i:875;s:45:\"I0=hT?GU/A$ACDSOYM)ZBt^X_Q3nE3kAgArBJHNzcVuWA\";i:876;s:14:\"\"l=hT?GU~@%ACA\";i:877;s:14:\"nu=hT?GU}jdBEA\";i:878;s:14:\"nu=hT?GU~@%ACA\";i:879;s:15:\"4r=hT?GUO[uWbLA\";i:880;s:26:\"ou=hT?GU}joCG\"$(k)No`,@EIA\";i:881;s:15:\"_X=hT?GUO[^XbLA\";i:882;s:12:\">J=hT?GU/A$A\";i:883;s:14:\"4r=hT?GU}jyCEA\";i:884;s:13:\"4r=hT?GU:tlBA\";i:885;s:13:\"4r=hT?GU:tlBA\";i:886;s:50:\"I0=hT?GUO[dZXL!GVElg*NJA2W+\",ub@y2aLCt@Q_Q3nE3kAgA\";i:887;s:55:\"I0=hT?GUO[&abL!GVElg*NNKwwlBAM.4FxrjYBEGQA*\",ub@y2xWStA\";i:888;s:13:\"4r=hT?GUYTlBA\";i:889;s:13:\"VE=hT?GU!BlBA\";i:890;s:57:\"wP=hT?GUJwlB3L.4Fx}MCBa4#(k)No\"o;C$YzXJI{ZECbLit,ub@~[7FA\";i:891;s:13:\"F0=hT?GU:tlBA\";i:892;s:13:\"hg=hT?GU~AlBA\";i:893;s:14:\"Wx=hT?GU~@$ACA\";i:894;s:13:\"9M=hT?GUoDlBA\";i:895;s:45:\"I0=hT?GU/A$ACDSOYM)ZBt^X_Q3nE3kAgArBJHNzcVuWA\";i:896;s:12:\"\"l=hT?GU/A$A\";i:897;s:48:\"f#=hT?GU}j&AOc#(k)NoQG;CTXzXJI{ZECbLkt,ub@=1`CQA\";i:898;s:13:\"VE=hT?GUoDlBA\";i:899;s:55:\"<o=hT?GUO[xdXL0EVElg*NNK#DlB|L.4FxrjYBsAIAkt,ub@y2.hCtA\";i:900;s:35:\"jg=hT?GU^ClBUM.4Fx}MbApI=hT?GUjClBA\";i:901;s:13:\"hg=hT?GU^ClBA\";i:902;s:67:\"mg=hT?GU^ClBUM.4FxrjBAkn=hT?GU/A$A=CSOYM)ZItJV_Q3nE3[B$A|CSOYM)ZItA\";i:903;s:81:\"i#=hT?GUJ$lBbL.4FxrjYBMGS\"*\",ub@TD7FxtLvSQ[z|C3(*\",ub@TD7FbvLvSQ[z>C2W@\",ub@g<7FA\";i:904;s:15:\"hg=hT?GUO[*hXLA\";i:905;s:52:\"I0=hT?GUfulBIM.4FxrjYBQGRttBJHNzij<m$A{CSOYMj<dtxBEA\";i:906;s:26:\"ou=hT?GU)vlBcM.4FxrjYBSGQA\";i:907;s:13:\"nu=hT?GUp$lBA\";i:908;s:48:\"I0=hT?GU}jnC/hjt,ub@xJ7FAwLvSQ[zj;7WoIqI:$vb=LgA\";i:909;s:24:\"ou=hT?GU/wlBcM.4Fxs@(ABA\";i:910;s:13:\"nu=hT?GUO%lBA\";i:911;s:47:\"I0=hT?GU4DlBIM.4Fx}MFA<v=hT?GU~@BBFtit,ub@qO5FA\";i:912;s:26:\"ou=hT?GU)vlBcM.4FxrjYBSGQA\";i:913;s:13:\"nu=hT?GUp$lBA\";i:914;s:24:\"ou=hT?GU/wlBcM.4Fxs@(ABA\";i:915;s:13:\"nu=hT?GUO%lBA\";i:916;s:15:\"F0>hT?GUO[~lbLA\";i:917;s:15:\"F0>hT?GUO[jnbLA\";i:918;s:38:\"6r=hT?GU}jkCEA$(k)NorF;C4YzXJI|+wCkMgA\";i:919;s:24:\"ou=hT?GU/wlBcM.4Fxs@(ABA\";i:920;s:48:\"f#=hT?GU\"tlBrL.4FxrjEA;C=hT?GU#ulBvL.4FxrjYBYGQA\";i:921;s:59:\"Dm=hT?GU:tlBEM.4Fx}Mty8FgwLvSQ[z=C2W+\",ub@=1BKQA*\",ub@uC7FA\";i:922;s:15:\"nu=hT?GUO[SqbLA\";i:923;s:13:\"nu=hT?GUO%lBA\";i:924;s:13:\"z:=hT?GUCVlBA\";i:925;s:24:\"ou=hT?GUfulBcM.4Fxs@%ABA\";i:926;s:26:\"ou=hT?GU~@LCG\"$(k)No`,XEIA\";i:927;s:15:\"_X=hT?GUO[^XbLA\";i:928;s:26:\"ou=hT?GU}jkCG\"$(k)No`,.EIA\";i:929;s:27:\"ou=hT?GUO[lBbLoIVElg*NiVZtA\";i:930;s:15:\"_X=hT?GUO[3rbLA\";i:931;s:23:\"Rj=hT?GU/A$ACDSOYM)ZBtA\";i:932;s:45:\"I0=hT?GU/A$ACDSOYM)ZBt^X_Q3nE3kAgArBJHNz?MuWA\";i:933;s:23:\"`X=hT?GU/A$AIDSOYM)ZBtA\";i:934;s:26:\"ig=hT?GU~@*AP/#(k)No`,QCIA\";i:935;s:154:\"ix>hT?GUO[BtXL.IVElg*NJAJt*\",ub@TD5FxtLvSQ[zEA:>it,ub@TD5FbvLvSQ[zEAG\"#(k)No\"o:CIYzXJI{ZakZL!GVElg*NXmNt^X_Q3nE3somA+h=hT?GU}jIBc4ht,ub@=1_DRt2BJHNzij=L$A\";i:936;s:45:\"I0=hT?GU/A$ACDSOYM)ZBt^X_Q3nE3kAgArBJHNz?MuWA\";i:937;s:26:\"zd=hT?GU}jIBG\"#(k)No`,!BIA\";i:938;s:141:\"EY=hT?GU/A$A_CSOYM)ZBtlB_Q3nE3\"!uA[Q=hT?GU}jCBG\"$(k)No`,EC2W>\",ub@y2DAvWvDqI:$vbtfY\"Q@_Q3nE3~R2A7y=hT?GU/A$ACDSOYM)ZBt^X_Q3nE3kAgArBJHNz?MuWA\";i:939;s:15:\"bS>hT?GUO[muXLA\";i:940;s:12:\"mB>hT?GU/A$A\";i:941;s:13:\"mB>hT?GU!BlBA\";i:942;s:29:\"Rj=hT?GUO[;vXL!GVElg*NNK~FlBA\";i:943;s:46:\"f#=hT?GU~AlBjL.4Fx}MBA;C=hT?GUtUlB^L.4FxrjbABA\";i:944;s:13:\"VE=hT?GUu%lBA\";i:945;s:51:\"I0=hT?GU}j&C/hjt,ub@=1^KRttBJHNzij9r$A{CSOYM*+f|lBA\";i:946;s:13:\"VE=hT?GUoDlBA\";i:947;s:146:\"`o=hT?GU/A$A=CSOYM)ZBtJV_Q3nE3kAi\"rBJHNz?MuW8MqI:$vbSARtuBJHNz?MuW|LqI:$vbSAQA*\",ub@TD5Fd5LvSQ[zEA:>pt,ub@TD5F95LvSQ[zgBIAjt,ub@&G5F=5LvSQ[zGFHD$A\";i:948;s:111:\"B*=hT?IU}j.A]QO[s8uW)UVElg*NXmPt_)_Q3nE30onb5Fy6LvSQ[zGFvD$A\"CSOYMtOIt+>_Q3nE3\"!1Akn?hT?GUO[95XL,bVElg*NNKjHlBA\";i:949;s:13:\"z:>hT?GU~AlBA\";i:950;s:13:\"yd?hT?GU~AlBA\";i:951;s:19:\"z:=hT?IU~@{A]Q~A:CA\";i:952;s:70:\">o=hT?GU.DlBjL.4Fx}MBATq=hT?GUjClB;L.4Fx}MBA+h=hT?GU.DlBZN.4FxrjYB.AIA\";i:953;s:12:\"KV?hT?GU/A$A\";i:954;s:13:\"nu>hT?GU~AlBA\";i:955;s:15:\"nu>hT?GUO[E0XLA\";i:956;s:26:\"ig?hT?GU/A$A7DSOYMj<e\"JABA\";i:957;s:13:\"hg=hT?GU^ClBA\";i:958;s:13:\"F0=hT?GUDClBA\";i:959;s:13:\"F0=hT?GU:tlBA\";i:960;s:81:\"su?hT?GUO[[9bLscVElg*N)PMtXL`Q3nE30o7f7Fn7LvSQ[zGFya$A&DSOYMj<e\";AZ4?hT?GUO[$$bLA\";i:961;s:13:\"nu>hT?GU~AlBA\";i:962;s:12:\"Wx=hT?GU/A$A\";i:963;s:15:\"Wx=hT?GUO[K&XLA\";i:964;s:15:\"`)>hT?GUO[v(XLA\";i:965;s:15:\"4r>hT?GUO[_)XLA\";i:966;s:26:\"5r=hT?GUYTlB6O.4FxrjYBJBQA\";i:967;s:49:\"vP=hT?GUIDlBvL.4Fx}MBAw(=hT?GU}j.A8y((k)Noa.pIvWA\";i:968;s:15:\"),=hT?GUO[(,XLA\";i:969;s:15:\"_X=hT?GUO[N/XLA\";i:970;s:48:\"<o=hT?GU/A$A=CSOYM)ZBtJV_Q3nE30oZl5FbvLvSQ[zEAEA\";i:971;s:15:\"`)>hT?GUO[v(XLA\";i:972;s:15:\"\"l=hT?GUO[y:XLA\";i:973;s:12:\"Wx=hT?GU/A$A\";i:974;s:13:\"9M=hT?GU!BlBA\";i:975;s:51:\"Zx=hT?GUYTlB=N.4FxrjYBRBQA@\",ub@=1%EQA.\",ub@y2n_DtA\";i:976;s:15:\"i=>hT?GUO[h=XLA\";i:977;s:13:\"nu=hT?GUjClBA\";i:978;s:13:\"nu=hT?GU(ClBA\";i:979;s:14:\"nu=hT?GU}jSBEA\";i:980;s:13:\"nu=hT?GUoTlBA\";i:981;s:14:\"nu=hT?GU}j]ACA\";i:982;s:13:\"nu=hT?GUNUlBA\";i:983;s:13:\"t8?hT?GU~AlBA\";i:984;s:15:\"t8?hT?GUO[+>XLA\";i:985;s:15:\"t8?hT?GUO[Q@XLA\";i:986;s:91:\"L0=hT?GU~@YB/hjt,ub@=1IFRttBJHNzijiU$A{CSOYM*+)olBeO.4FxrjYBZBRt&BJHNzRm9(OA<v>hT?GUO[>2XLA\";i:987;s:29:\"d#?hT?GUO[k_XL)UVElg*NNK&KlBA\";i:988;s:45:\"<o=hT?GU/A$A=CSOYM)ZBtJV_Q3nE3kAi\"rBJHNz?MuWA\";i:989;s:55:\"I0=hT?GUO[T|XL!GVElg*NNK]KlBAM.4FxrjYBhBQA*\",ub@y2/>EtA\";i:990;s:24:\"!M=hT?GU!BlBvL.4Fx}MdABA\";i:991;s:13:\"VE=hT?GUtUlBA\";i:992;s:12:\"EH=hT?GUpA$A\";i:993;s:89:\"@o=hT?GU/A$A=CSOYM)ZBtJV_Q3nE3kAi\"rBJHNz?MuW8MqI:$vbSARtuBJHNz?MuW|LqI:$vbSAQA*\",ub@TD5FA\";i:994;s:70:\"mg=hT?GU^ClBHP.4Fx~5aA6F=hT?GUpA$A@CSOYM)ZBtuW_Q3nE3kAgAyBJHNzRm9(PABA\";i:995;s:13:\"L&=hT?GU4TlBA\";i:996;s:15:\"Wx>hT?GUO[C\"5FA\";i:997;s:15:\"i=>hT?GUO[C\"5FA\";i:998;s:15:\"c#?hT?GUO[C\"5FA\";i:999;s:15:\"Wx>hT?GUO[C\"5FA\";i:1000;s:15:\"Wx>hT?GUO[>2XLA\";i:1001;s:113:\"q==hT?GUO[lBYL*BVElg*NjA3((\",ub@y2b4GtXL_Q3nE3kAi\"lBJHNz`auWqiqI:$vbaU%N:C*ZzXJI|+wCAEgA%BJHNzij@S$AHDSOYM*+CelBA\";i:1002;s:92:\"zP=hT?GUIDlBbL.4Fx}M%26F%tLvSQ[zWC1W=JqI:$vbLFi\"mBJHNz@5xWyKqI:$vbLFi\"rBJHNz@5xWIoqI:$vb+EgA\";i:1003;s:15:\"F0=hT?GUO[GOXLA\";i:1004;s:13:\"hg=hT?GU~AlBA\";i:1005;s:13:\"F0=hT?GU:tlBA\";i:1006;s:15:\"sP>hT?GUO[:CYLA\";i:1007;s:71:\"aE=hT?GU}j^AwW#(k)Noa.pIwW=JqI:$vbLFi\"mBJHNz@5xWyKqI:$vbLFi\"rBJHNz@5xWA\";i:1008;s:15:\"9M=hT?GUO[5FYLA\";i:1009;s:24:\"WE=hT?GUtUlBnL.4FxrjBABA\";i:1010;s:12:\"9M>hT?GU/A$A\";i:1011;s:27:\"!M>hT?GU}j.A^9$(k)Noa.HOwWA\";i:1012;s:24:\"tP=hT?GUIDlBEM.4Fx}M%ABA\";i:1013;s:13:\"4r=hT?GU.DlBA\";i:1014;s:153:\"3P=hT?GUIDlBEM.4FxrjYBNBRtuBJHNzRm9(LA<v=hT?GUO[N/XLUEVElg*NNKYIlBeO.4FxrjYBxBS\"?\",ub@=1iDQA_\",ub@]{5F;vLvSQ[zVAG\"&(k)No`,gCIAkt,ub@y2_9Tt~l_Q3nE30o`x5FA\";i:1015;s:69:\"J0=hT?GUO[N/XL!GVElg*NNK8MlBAM.4FxrjYBNBQA*\",ub@y2n_DtoI`Q3nE30ofz5FA\";i:1016;s:14:\"Wx>hT?GU~@XBEA\";i:1017;s:103:\"zP=hT?GU>BlB;L.4FxrjYB5BQA;\",ub@TD5Fy6LvSQ[zGF2G$A\"CSOYM*+RhlBcM.4FxrjYBDBS\".\",ub@y2y(Ft~l_Q3nE30o`x5FA\";i:1018;s:29:\"@2=hT?GUO[XLYLUEVElg*NNKxNlBA\";i:1019;s:25:\"Am=hT?GU/A$ATDSOYM*+pZlBA\";i:1020;s:15:\"(a=hT?GUO[#TYLA\";i:1021;s:25:\"Am=hT?GU/A$ATDSOYM*+pZlBA\";i:1022;s:26:\")a=hT?GUO[K&XL0EVElg*NJAIA\";i:1023;s:29:\"@2=hT?GUO[aSYLUEVElg*NNK8MlBA\";i:1024;s:15:\"(a=hT?GUO[#TYLA\";i:1025;s:55:\"I0=hT?GUO[N/XL!GVElg*NNKYIlBAM.4FxrjYBNBQA*\",ub@y2n_DtA\";i:1026;s:13:\"hg=hT?GU~AlBA\";i:1027;s:55:\"I0=hT?GUO[N/bL!GVElg*NNKZ1lBAM.4FxrjYB+GQA*\",ub@y2n_TtA\";i:1028;s:15:\"`)=hT?GUO[s8XLA\";i:1029;s:15:\"\"l=hT?GUO[N/XLA\";i:1030;s:82:\"bE=hT?GU!BlB?L.4Fx}MBApI=hT?GU/A$A~CSOYM*+eqlB;L.4Fx}MBA[Q?hT?GUO[JVYLEUVElg*NjCQA\";i:1031;s:77:\"K0=hT?GU~@ZB/hjt,ub@=1}DRttBJHNzijyU$A{CSOYM*+,flB=N.4FxrjYB*BQA@\",ub@y2F\"vWA\";i:1032;s:67:\"J0=hT?GUO[;vXL!GVElg*NAbMt^X_Q3nE30o^X5FLvLvSQ[zu6zW<cqI:$vbaU,b:CA\";i:1033;s:73:\"K0=hT?GU/A$ACDSOYM)ZBt^X_Q3nE3\"!qA+h=hT?GUO[K&XLoIVElg*NfAIAst,ub@y28FGtA\";i:1034;s:84:\"L0=hT?GU/A$ACDSOYM)ZBt^X_Q3nE3\"!qA+h=hT?GU/A$AHDSOYM6|BtPj`Q3nE30o955Fs8LvSQ[zGFbH$A\";i:1035;s:48:\"I0=hT?GU~@YB/hjt,ub@TD5FAwLvSQ[z`V1WoIqI:$vb{AQA\";i:1036;s:49:\"I0=hT?GU~@YB/hjt,ub@TD5FAwLvSQ[z`V1WoIqI:$vbtfZ\"A\";i:1037;s:70:\"K0=hT?GU:tlBIM.4Fx}M%A<v=hT?GU:tlB,L.4Fx}M%Aw(=hT?GUO[s8bLkUVElg*N)FQA\";i:1038;s:59:\"J0=hT?GU:tlBIM.4Fx}M%A<v=hT?GU}jfCFtit,ub@=1WJQA.\",ub@{K7FA\";i:1039;s:13:\"`)=hT?GU)vlBA\";i:1040;s:70:\"K0=hT?GU:tlBIM.4Fx}M%A<v=hT?GU:tlB,L.4Fx}M%Aw(=hT?GUO[MccLkUVElg*N)FQA\";i:1041;s:13:\"hg=hT?GU^ClBA\";i:1042;s:14:\"VE=hT?GU}j^ACA\";i:1043;s:14:\"_X=hT?GU}jDBEA\";i:1044;s:14:\"_X=hT?GU~@:ACA\";i:1045;s:13:\"_X=hT?GUjClBA\";i:1046;s:15:\"_X=hT?GUO[xdYLA\";i:1047;s:14:\"_X=hT?GU}jDBEA\";i:1048;s:15:\"KV=hT?GUO[{eYLA\";i:1049;s:54:\"NV=hT?GUO[ggYL)UVElg*NNK>GlB|L.4FxrjYBCAIAkt,ub@=16DQA\";i:1050;s:15:\"i=>hT?GUO[>2XLA\";i:1051;s:15:\"i==hT?GUO[*hYLA\";i:1052;s:27:\"G0=hT?GU}jWBG\"&(k)Noa.f+wWA\";i:1053;s:13:\"hg=hT?GU~AlBA\";i:1054;s:15:\"`)=hT?GUO[K&XLA\";i:1055;s:13:\"F0=hT?GUDClBA\";i:1056;s:15:\"F0=hT?GUO[jnYLA\";i:1057;s:15:\"F0=hT?GUO[.oYLA\";i:1058;s:15:\"F0=hT?GUO[SqYLA\";i:1059;s:34:\"{X=hT?GU/A$A_CSOYM)ZBt8M_Q3nE3kAgA\";i:1060;s:13:\"sP=hT?GU>BlBA\";i:1061;s:14:\"sP=hT?GU}j~AEA\";i:1062;s:14:\"F0=hT?GU~@~AEA\";i:1063;s:14:\"Wx=hT?GU~@~AEA\";i:1064;s:35:\"uP=hT?GU>BlBbL.4FxrjCA[Q=hT?GU!BlBA\";i:1065;s:15:\"KV=hT?GUO[3rYLA\";i:1066;s:76:\"gS=hT?GUO[BtYL_EVElg*NNKFRlBjL.4Fx}MBATq=hT?GUO[muYL0EVElg*NJA3(.\",ub@=1~CQA\";i:1067;s:13:\"bS=hT?GU!BlBA\";i:1068;s:13:\"bS=hT?GU!BlBA\";i:1069;s:14:\"sP=hT?GU~@)ACA\";i:1070;s:14:\"hg=hT?GU~@PBEA\";i:1071;s:25:\"ig=hT?GU~@PBz(jt,ub@^D5FA\";i:1072;s:13:\"hg=hT?GU^ClBA\";i:1073;s:15:\"/o=hT?GUO[;vYLA\";i:1074;s:14:\"Wx=hT?GU}j\"AEA\";i:1075;s:85:\"ng=hT?GU~@PBz(jt,ub@^D5F[tLvSQ[zRAbLht,ub@&G5FVxLvSQ[zXvyWIoqI:$vb\"Id\"8M`Q3nE30o5*5FA\";i:1076;s:24:\"ig=hT?GU^ClB*N.4Fx}MbABA\";i:1077;s:27:\"LV=hT?GUO[6yYLEUVElg*NuxOtA\";i:1078;s:13:\"hg=hT?GU~AlBA\";i:1079;s:13:\"c#=hT?GU~AlBA\";i:1080;s:15:\"bS>hT?GUO[E0YLA\";i:1081;s:27:\"cS=hT?GUO[h=XLEUVElg*NuxOtA\";i:1082;s:13:\"bS=hT?GUtUlBA\";i:1083;s:35:\"uP=hT?GUIDlBgM.4Fx}MBA;C=hT?GU!BlBA\";i:1084;s:13:\"c#=hT?GU~AlBA\";i:1085;s:13:\"_X>hT?GU%IlBA\";i:1086;s:58:\"fS=hT?GU~@WByWjt,ub@TD5FgwLvSQ[zEAbLjt,ub@TD5FLvLvSQ[zEAEA\";i:1087;s:14:\"bS=hT?GU}jBBEA\";i:1088;s:25:\"ig=hT?GU~@0Cz(jt,ub@^D5FA\";i:1089;s:26:\"`X=hT?GU~@eBbLit,ub@=1iDQA\";i:1090;s:14:\"hg=hT?GU~@PBEA\";i:1091;s:15:\"Wx=hT?GUO[XLYLA\";i:1092;s:13:\"c#=hT?GU~AlBA\";i:1093;s:13:\"hg=hT?GU\"tlBA\";i:1094;s:13:\"bS=hT?GUtUlBA\";i:1095;s:14:\"Wx=hT?GU~@>ACA\";i:1096;s:12:\"F0=hT?GU/A$A\";i:1097;s:89:\"ng=hT?GU~@PBz(jt,ub@^D5FE0LvSQ[zGF}I$A~CSOYM)ZBt8M`Q3nE30o5*5F*xLvSQ[z`VyW&aqI:$vbaUvj:CA\";i:1098;s:15:\"bS=hT?GUO[p1YLA\";i:1099;s:14:\"i==hT?GU~@(ACA\";i:1100;s:49:\"kg=hT?GU~@PBbLht,ub@TD5FGuLvSQ[zJAbLqt,ub@y2^QHtA\";i:1101;s:67:\"xP=hT?GUIDlBvL.4Fx}MdA7y=hT?GU/A$ACDSOYM)ZBt^X_Q3nE3kAgArBJHNz?MuWA\";i:1102;s:13:\"hg=hT?GU~AlBA\";i:1103;s:27:\"j==hT?GU~@(A,h%(k)Noa.HOxWA\";i:1104;s:13:\"VE=hT?GU!BlBA\";i:1105;s:13:\"sP=hT?GUJwlBA\";i:1106;s:15:\"i=>hT?GUO[h=XLA\";i:1107;s:14:\"\"l=hT?GU}jdBEA\";i:1108;s:73:\"h#=hT?GUITlB?L.4FxrjYBYCRtmBJHNz?MuWyKqI:$vbSARtrBJHNzijVT$A\"CSOYM*+}clBA\";i:1109;s:12:\"\"l=hT?GU/A$A\";i:1110;s:13:\"hg=hT?GU~AlBA\";i:1111;s:13:\"c#=hT?GUITlBA\";i:1112;s:13:\"sP=hT?GUIDlBA\";i:1113;s:51:\"vP=hT?GUIDlB3L.4Fx}MA/6FxtLvSQ[z`V1WaSqI:$vbaU0k:CA\";i:1114;s:14:\">J=hT?GU~@]ACA\";i:1115;s:29:\"?J=hT?GUO[T|XLNJVElg*NNKqSlBA\";i:1116;s:25:\"ig=hT?GU~@PBz(jt,ub@^D5FA\";i:1117;s:13:\">J=hT?GU.DlBA\";i:1118;s:28:\":o=hT?GUO[>2YL0EVElg*NNKQA$A\";i:1119;s:14:\"c#=hT?GU}j&ACA\";i:1120;s:25:\"ig=hT?GU~@PBc4it,ub@PP5FA\";i:1121;s:86:\"ng=hT?GU~@PBc4ht,ub@gM5Fj3LvSQ[zLT1WXLqI:$vbA2Y\"Q@_Q3nE3~R2ACt>hT?GU~AlBoM.4FxrjYBeCQA\";i:1122;s:13:\"hg=hT?GU~AlBA\";i:1123;s:13:\"nu=hT?GUNUlBA\";i:1124;s:12:\"`)=hT?GU/A$A\";i:1125;s:27:\"{)>hT?GUO[PjYL(HVElg*NAbJtA\";i:1126;s:14:\"i==hT?GU~@(ACA\";i:1127;s:14:\"c#=hT?GU}j&ACA\";i:1128;s:25:\"ig=hT?GU^ClBAM.4Fx}Ms*6FA\";i:1129;s:14:\"hg=hT?GU~@PBEA\";i:1130;s:15:\"i==hT?GUO[s8YLA\";i:1131;s:37:\"@J=hT?GU}jdBc4ht,ub@gM5FD3LvSQ[ztNyWA\";i:1132;s:12:\">J=hT?GU/A$A\";i:1133;s:26:\"?J=hT?GUYTlBkM.4FxrjYBiCQA\";i:1134;s:13:\"c#=hT?GUITlBA\";i:1135;s:37:\"jg=hT?GU~@PB/hjt,ub@=1/EQA+\",ub@0@5FA\";i:1136;s:12:\"?2=hT?GU/A$A\";i:1137;s:12:\"yd=hT?GU/A$A\";i:1138;s:60:\"lg=hT?GU^ClBrL.4FxrjEA};>hT?GUO[BtXL@QVElg*NLA3(.\",ub@=1~CQA\";i:1139;s:27:\"!M>hT?GUO[b#YLtJVElg*N@rJtA\";i:1140;s:61:\"wP=hT?GU>BlB3L.4Fx}M8V6F2uLvSQ[zEAEA$(k)No`,8CJt.\",ub@y2/>HtA\";i:1141;s:15:\"z:?hT?GUO[K&YLA\";i:1142;s:93:\"og=hT?GU^ClBUM.4Fx}MiD6F[tLvSQ[zRAbLht,ub@*=5FrvLvSQ[z0.yWKCqI:$vbSARtsBJHNz?MuWNJqI:$vbtfd\"A\";i:1143;s:24:\"tP=hT?GU>BlBbL.4FxrjCABA\";i:1144;s:12:\"\"l=hT?GU/A$A\";i:1145;s:70:\"xP=hT?GU>BlBzL.4FxrjYBqCQA)\",ub@TD5F+uLvSQ[zEAbLkt,ub@TD5FRtLvSQ[zJAEA\";i:1146;s:137:\"3P=hT?GU>BlB3L.4Fx}MBANc=hT?GUjClBgM.4Fx}MBA;C=hT?GU}j^A.>#(k)No\"o:C+WzXJI{Z6Am_#(k)No\"o:C7XzXJI{Z6A,h((k)No|B:C#bzXJI|+wCiCgA/BJHNz0=xWA\";i:1147;s:34:\"jg=hT?GU~AlBbL.4Fx}MBA[Q=hT?GU/A$A\";i:1148;s:15:\"_X=hT?GUO[_)YLA\";i:1149;s:12:\"_X=hT?GU/A$A\";i:1150;s:46:\"U@=hT?GU~AlBwM.4FxrjBAl_=hT?GU~AlB4M.4FxrjBABA\";i:1151;s:36:\"uP=hT?GUIDlBvL.4Fx}M/e6FfzLvSQ[zEAEA\";i:1152;s:68:\"OV=hT?GU}j_Ax($(k)Noa.7yxWkUqI:$vbaUIo:CNZzXJI|+wCBFi\"0BJHNzRmPtcABA\";i:1153;s:14:\"9M>hT?GU}j.ACA\";i:1154;s:56:\"U@=hT?GUO[(,YLSKVElg*NNKUUlB0M.4FxrjYBwCRt0BJHNzRm9(cABA\";i:1155;s:149:\"tg=hT?GU^ClBrL.4Fx~5CA$T=hT?GUO[0kYL:CVElg*NJAJt)\",ub@TD5FlxLvSQ[zEAbLht,ub@xJ5FGuLvSQ[zNAz(it,ub@~[5FxtLvSQ[zZB3(*\",ub@~[5FbvLvSQ[zZBJt}\",ub@y2n_HtA\";i:1156;s:136:\"rg=hT?GU~@PB/hlt,ub@=1|CRt;BJHNzRm9(SACt=hT?GU}jDBG\"&(k)No`,hC3(}\",ub@P?5F&6LvSQ[zGF3D$AHDSOYM*+pZlBbP.4FxrjBAO/=hT?GUO[N/YL$gVElg*NLAIA\";i:1157;s:13:\"KV=hT?GUTClBA\";i:1158;s:14:\"KV=hT?GU}jSCEA\";i:1159;s:45:\"%5=hT?GU(SlBrL.4Fx~5CAvW=hT?GU/A$A;CSOYM@1BtA\";i:1160;s:15:\"KV=hT?GUO[y:YLA\";i:1161;s:15:\"Wx>hT?GUO[|;cLA\";i:1162;s:13:\"t8?hT?GU~AlBA\";i:1163;s:25:\"Xx=hT?GU}jdBEA$(k)Noao:CA\";i:1164;s:25:\"j=>hT?GU}jYBEA&(k)No|B:CA\";i:1165;s:13:\"Wx=hT?GUzClBA\";i:1166;s:14:\"Wx=hT?GU~@%ACA\";i:1167;s:15:\"4r=hT?GUO[h=YLA\";i:1168;s:34:\"XE=hT?GU!BlBnL.4FxrjCA7y=hT?GU/A$A\";i:1169;s:82:\"bE=hT?GU~@LBFtht,ub@=1`ES\"*\",ub@~[5FxtLvSQ[zZB3(*\",ub@~[5FbvLvSQ[zZBJt+\",ub@=1kFQA\";i:1170;s:12:\"F0=hT?GU/A$A\";i:1171;s:13:\"VE=hT?GU!BlBA\";i:1172;s:14:\"VE=hT?GU~@LBEA\";i:1173;s:14:\"VE=hT?GU~@LBEA\";i:1174;s:24:\"5r=hT?GU:tlBEM.4Fx}MBABA\";i:1175;s:70:\"aE=hT?GU~@LBFtht,ub@=1`ES\"*\",ub@F=5FxtLvSQ[zZB3(*\",ub@F=5FbvLvSQ[zZBIA\";i:1176;s:23:\"F0>hT?IUO[+>YL#zGF6KlBA\";i:1177;s:134:\"}J>hT?GU}j(A7F#(k)NohD;CIYzXJI{Z*zdL!GVElg*NAbbt^X_Q3nE3~ROBx(#(k)No`,4EJt^\",ub@^D7Fu2LvSQ[z>C3(@\",ub@y2b4Yt_)_Q3nE30ou{5F;vLvSQ[zXBIA\";i:1178;s:13:\"hg=hT?GU~AlBA\";i:1179;s:98:\"og=hT?GU^ClBUM.4Fx}MiD6FrvLvSQ[zGF]K$A=CSOYM)ZItJV_Q3nE3kAi\"rBJHNz@5xWO2qI:$vbaUfT:CmezXJI|+wC@EgA\";i:1180;s:13:\"9M=hT?GU!BlBA\";i:1181;s:13:\"hg=hT?GU~AlBA\";i:1182;s:49:\"vP=hT?GU}jjC:>ht,ub@y2mnGtXL_Q3nE3)g$AIDSOYM)ZRtA\";i:1183;s:27:\"5r=hT?GUO[lBXLoIVElg*NAbMtA\";i:1184;s:15:\"i=>hT?GUO[>2bLA\";i:1185;s:14:\"c#=hT?GU}j&ACA\";i:1186;s:12:\"EH=hT?GUpA$A\";i:1187;s:13:\"/o=hT?GU.DlBA\";i:1188;s:13:\"4r=hT?GUkvlBA\";i:1189;s:26:\"cS?hT?GU~AlBlN.4FxrjYB>AIA\";i:1190;s:26:\"cS?hT?GU~AlBlN.4FxrjYB>AIA\";i:1191;s:74:\"K0=hT?GU}jdB/hjt,ub@=1aFRttBJHNzijPV$A{CSOYM*+eqlB5N.4Fx}MNS6F;vLvSQ[zXBIA\";i:1192;s:49:\"Zx=hT?GU4DlB=N.4FxrjYB!CQA+\",ub@0@5F>2LvSQ[zM$0WA\";i:1193;s:13:\"Wx=hT?GUO%lBA\";i:1194;s:13:\"/o=hT?GUZ$lBA\";i:1195;s:52:\"I0=hT?GUO[;vXLmOVElg*NNK~VlB=N.4Fx}Mb.6F;vLvSQ[zXBIA\";i:1196;s:38:\"k=>hT?GUO[T|YL#TVElg*NXmOtv(_Q3nE3sAgA\";i:1197;s:25:\"Xx=hT?GU}j]AE\"=hT?GU)vlBA\";i:1198;s:58:\"=o=hT?GU:tlBjL.4Fx}M%ATq=hT?GU~@!Cc4it,ub@TD7FvzLvSQ[z?CIA\";i:1199;s:50:\"I0=hT?GUO[N/XL!GVElg*NJA2W+\",ub@y2xWEt@Q_Q3nE3kAgA\";i:1200;s:68:\"3d=hT?GUu%lB7L.4FxrjAB.>#(k)No3B;C+WzXJI{ZnB:>it,ub@TD7FbvLvSQ[z>CIA\";i:1201;s:263:\"oCoY(\",ub@nH5FWuLvSQ[zGF.I$A]CSOYMj<Xt8M_Q3nE3Mg$A=DSOYM)ZRte+_Q3nE3]W$A}CSOYM)ZRtUE_Q3nE3]W$A~CSOYM)ZRtaS_Q3nE3]W$ABDSOYMj<e\".Aq1=hT?GUp$lBAM.4FxrjYBiGQA*\",ub@*=7Fu2LvSQ[z0.6WtpqI:$vbaU%N:C:azXJI|+wC<Qi\"3BJHNz!P2W:&qI:$vbtLgAtBJHNz#8uWjnqI:$vbu<8\"*h_Q3nE30o!m7FA\";i:1202;s:13:\"sP>hT?GU\"tlBA\";i:1203;s:13:\"F0=hT?GU/wlBA\";i:1204;s:57:\"J0=hT?GU:tlBIM.4Fx}M%A<v=hT?GU:tlB,L.4Fx}M%AO/>hT?GU\"tlBA\";i:1205;s:50:\"<o=hT?GUO[T|bLFBVElg*N&FRtsBJHNzRmQ\"o\"aS_Q3nE3]W$A\";i:1206;s:28:\"j=>hT?GUO[AA8F1xLvSQ[zGF=h$A\";i:1207;s:69:\">o=hT?GU:tlBjL.4Fx}M%ATq=hT?GU:tlB;L.4Fx}M%A};>hT?GU}j9CEA$(k)Noao:CA\";i:1208;s:13:\"nu=hT?GU)vlBA\";i:1209;s:26:\"?J=hT?GUYTlB=N.4FxrjYB!CQA\";i:1210;s:58:\"ZE=hT?GU~@7Cz(it,ub@TD7FxtLvSQ[z>C3(*\",ub@TD7FbvLvSQ[z>CIA\";i:1211;s:13:\"(a>hT?GU~AlBA\";i:1212;s:15:\"(a>hT?GUO[JVYLA\";i:1213;s:66:\"%M=hT?GU!BlBEM.4FxrjYBmA3(+\",ub@y2aLJt^X_Q3nE30ohN5FLvLvSQ[zGFnL$A\";i:1214;s:48:\"<o=hT?GU~@>A]Q#(k)No3B:C;XzXJI{Z.6aL0EVElg*NJAIA\";i:1215;s:46:\"<o=hT?GU:tlBjL.4Fx}M%ATq=hT?GU:tlB;L.4Fx}M%ABA\";i:1216;s:143:\"P0=hT?GUO[T|XL!GVElg*NNK/VlBAM.4FxrjYBhBQA*\",ub@y2y(ItoI`Q3nE3sAgA$BJHNzijrR$AqDSOYM*+1`lBlN.4FxrjYB@CRt;BJHNzRmOAH\"uW_Q3nE30o$A:CnbzXJI{ZGgaLA\";i:1217;s:13:\"4r=hT?GUYTlBA\";i:1218;s:49:\"<o=hT?GU}jkC/hht,ub@TD7F7vLvSQ[zGFKi$A|CSOYM)ZRtA\";i:1219;s:80:\")5=hT?GU(SlBbL.4Fx}MdAkn=hT?GU:tlBjL.4Fxrj*ATq=hT?GU:tlB;L.4Fx}M%A]9>hT?GU~@WCEA\";i:1220;s:98:\"iS=hT?GU}jcBz(pt,ub@^D7Fu2LvSQ[z0.yWtpqI:$vbaU%N;C:azXJI|+wCJRi\"3BJHNz!P2WXLqI:$vbSMgA%BJHNzijjp$A\";i:1221;s:80:\"aE=hT?GUO[oIZLFBVElg*NlCS\"+\",ub@y2aLDt&a_Q3nE30o$A:CAYzXJI|+wCtBgArBJHNzRm8WAABA\";i:1222;s:15:\"i=>hT?GUO[>2XLA\";i:1223;s:15:\"i=>hT?GUO[>2XLA\";i:1224;s:15:\"i=>hT?GUO[>2XLA\";i:1225;s:15:\"i=>hT?GUO[>2XLA\";i:1226;s:15:\"i=>hT?GUO[>2XLA\";i:1227;s:145:\"gE=hT?GUkvlBvL.4Fx}MMl8Fd5LvSQ[zGFii$A?DSOYM)ZRtmu`Q3nE3]W$AqDSOYMj<cAHB7F&(k)Noa.$T3WCaqI:$vbtLi\"_BJHNz!P2WXLqI:$vbSMgA%BJHNzRm8WHBE\">hT?GU\"tlBA\";i:1228;s:58:\"ZE=hT?GU~@WBz(it,ub@TD5FxtLvSQ[zEA:>it,ub@TD5FbvLvSQ[zEAEA\";i:1229;s:70:\"&M=hT?GU\"tlBEM.4Fx}M%Aq1=hT?GU/wlBAM.4Fxrj*A+h=hT?GU:tlBcM.4FxrjYBDDQA\";i:1230;s:13:\"?2=hT?GU:tlBA\";i:1231;s:50:\"I0=hT?GUO[;vXL!GVElg*NJA2W+\",ub@y2aLDt@Q_Q3nE3kAgA\";i:1232;s:15:\"EH@hT?GUO[rPZLA\";i:1233;s:27:\"5r=hT?GU~@BBz(pt,ub@y2^QBtA\";i:1234;s:103:\"[o=hT?GU:tlBjL.4Fx}M%ATq=hT?GU:tlB;L.4Fx}M%A7y=hT?GU:tlBIM.4Fx}M%A<v=hT?GU:tlB,L.4Fx}M%A<v>hT?GUO[@QZLA\";i:1235;s:164:\"{o=hT?GU/A$A=CSOYMj<dtzAm_#(k)No3B:C7XzXJI|+wCwEgAuBJHNz?MuWhNqI:$vbSARttBJHNz?MuWoIqI:$vbSAS\"^\",ub@^D5F!2LvSQ[zGFYAgA$BJHNz?MuW6yqI:$vbnFi\"9BJHNzRmQ\"T\"E0_Q3nE3sAgA\";i:1236;s:15:\"Wx>hT?GUO[>2bLA\";i:1237;s:65:\"J0=hT?GUO[T|bL!GVElg*N*8et^X_Q3nE30o3r7FLvLvSQ[zj;8WtpqI:$vbu<!\"A\";i:1238;s:13:\"hg=hT?GU~AlBA\";i:1239;s:15:\"i=>hT?GUO[aSdLA\";i:1240;s:89:\"@o=hT?GU/A$A=CSOYM)ZBtJV_Q3nE3kAi\"rBJHNz?MuW8MqI:$vb2ARtuBJHNzRmuW|LqI:$vb2AQA*\",ub@xJ5FA\";i:1241;s:13:\"Wx=hT?GU:tlBA\";i:1242;s:13:\"4r=hT?GU5wlBA\";i:1243;s:102:\"[o=hT?GU:tlBjL.4Fx}M%ATq=hT?GU:tlB;L.4Fx}MR+8FQwLvSQ[z>C3(+\",ub@TD7FAwLvSQ[z>CK\"it,ub@TD7Fd5LvSQ[z?CIA\";i:1244;s:68:\"aE=hT?GUu%lBEM.4Fx}M%Aq1=hT?GU:tlBAM.4Fx}M%A+h=hT?GU:tlBeO.4Fxrj%ABA\";i:1245;s:104:\"[o=hT?GU:tlBjL.4Fx}M%ATq=hT?GU~@9Cc4it,ub@TD7FQwLvSQ[z>C3(+\",ub@TD7FAwLvSQ[z>CK\"it,ub@TD7F;vLvSQ[zGFfb$A\";i:1246;s:26:\"d#=hT?GU\"tlB^L.4FxrjYBiGQA\";i:1247;s:13:\"4r=hT?GUkvlBA\";i:1248;s:108:\"N0=hT?GU}j&C/hjt,ub@=1^KRttBJHNzij9r$A{CSOYM*+f|lBeO.4Fxrj%A};>hT?GUO[>2bLBNVElg*N)FRt_BJHNz!P2WXLqI:$vbKQgA\";i:1249;s:26:\"ig=hT?GU\"tlB=N.4FxrjYBsGQA\";i:1250;s:23:\"5r=hT?GU/A$AADSOYM)ZBtA\";i:1251;s:15:\"KV=hT?GUO[{eYLA\";i:1252;s:15:\"KV=hT?GUO[ggYLA\";i:1253;s:45:\"<o=hT?GU/A$A=CSOYM)ZBtJV_Q3nE3kAi\"rBJHNz?MuWA\";i:1254;s:15:\"/o=hT?GUO[#TZLA\";i:1255;s:42:\"XE=hT?GUO[JVZLFBVElg*NNK}YlB^L.4FxrjYBLDQA\";i:1256;s:12:\">J=hT?GU/A$A\";i:1257;s:12:\"4r=hT?GU/A$A\";i:1258;s:15:\"i==hT?GUO[uWZLA\";i:1259;s:13:\"Wx=hT?GUeBlBA\";i:1260;s:15:\"Wx=hT?GUO[lBXLA\";i:1261;s:26:\"ig=hT?GU~@PB/hjt,ub@=1IFQA\";i:1262;s:13:\"nu=hT?GUNUlBA\";i:1263;s:25:\"j=>hT?GU}jYBEA&(k)No|B:CA\";i:1264;s:13:\"F0=hT?GUjClBA\";i:1265;s:39:\"jg=hT?GU^ClB=N.4FxrjYBRBQA@\",ub@y2F\"vWA\";i:1266;s:121:\"]o=hT?GU}j`A]Q#(k)No3B:C;XzXJI{Z5AP/#(k)No3B:CIYzXJI{Z6)aL!GVElg*NJA2W+\",ub@y2xWJt@Q_Q3nE3kAi\"5BJHNzRm8WkA2[>hT?GUO[^XZLA\";i:1267;s:14:\"Wx=hT?GU}jdBEA\";i:1268;s:25:\"j=>hT?GU}jYBEA&(k)No|B:CA\";i:1269;s:49:\"l=>hT?GUO[T|YL5FVElg*NvCQA@\",ub@=1(EQA>\",ub@^D5FA\";i:1270;s:13:\"c#=hT?GUITlBA\";i:1271;s:14:\"c#=hT?GU}j&ACA\";i:1272;s:14:\"4r=hT?GU~@dBEA\";i:1273;s:24:\"ig=hT?GU^ClBrL.4FxrjEABA\";i:1274;s:26:\"5r=hT?GU/A$A4DSOYMj<e\"kABA\";i:1275;s:23:\"5r=hT?GU/A$AADSOYM)ZBtA\";i:1276;s:12:\"F0=hT?GU/A$A\";i:1277;s:59:\"8r=hT?GU/A$AFDSOYM*+HtlB_Q3nE30ohN6FrvLvSQ[zEAc4ot,ub@^D5FA\";i:1278;s:15:\"4r=hT?GUO[PjXLA\";i:1279;s:27:\"G0=hT?GU~@]A8y%(k)Noa.<vyWA\";i:1280;s:67:\">o=hT?GU.DlBEM.4Fx}MBAq1=hT?GU/A$AADSOYM)ZBt@Q_Q3nE3kAgA[BJHNz!P2WA\";i:1281;s:89:\"@o=hT?GU/A$A=CSOYM)ZBtJV_Q3nE3kAi\"rBJHNz?MuW8MqI:$vbSARtuBJHNz#8uW|LqI:$vbSAQA*\",ub@PP5FA\";i:1282;s:64:\"ZE=hT?GUO[JVXLeGVElg*NNK~FlBIM.4FxrjFA<v=hT?GUO[;vXLUEVElg*NrAIA\";i:1283;s:135:\"2P=hT?GU>BlB#L.4Fx}MBA7y=hT?GUO[K&XL!GVElg*NJA2W+\",ub@y2n_Dt@Q_Q3nE3kAi\"@BJHNz)dxW_EqI:$vbaUE0:C9ZzXJI{ZCAOc%(k)Noa.I7yW&aqI:$vbaUvj:CA\";i:1284;s:39:\"{X=hT?GU/A$A_CSOYMj<cABAkn=hT?GUO[GOYLA\";i:1285;s:13:\"hg=hT?GU^ClBA\";i:1286;s:13:\"L&?hT?GUXWlBA\";i:1287;s:15:\"VE=hT?GUO[5FXLA\";i:1288;s:25:\"M&?hT?GUXWlB<M.4Fx}M:L6FA\";i:1289;s:93:\"@o=hT?GU/A$A=CSOYM)ZBtJV_Q3nE3kAi\"rBJHNz?MuW8MqI:$vbSARtuBJHNzRmOAL\"^X_Q3nE3kAgArBJHNzRmOAL\"A\";i:1290;s:126:\"qg=hT?GU^ClBbL.4FxrjCApI=hT?GU/A$ABDSOYMj<dtXA]Q$(k)Noa.TqvW|LqI:$vbaUwQ:CzXzXJI|+wCGCgAtBJHNzRm8WAAw(=hT?GUO[K&XLtJVElg*N9CQA\";i:1291;s:15:\"Wx>hT?GUO[{eZLA\";i:1292;s:15:\"L&?hT?GUO[h=XLA\";i:1293;s:87:\"yP=hT?GU>BlB3L.4Fx}MBANc=hT?GU/A$A8DSOYMj<dtlAE\"=hT?GU}j]ADt&(k)Noa.%$yWaSqI:$vbaUp1:CA\";i:1294;s:13:\"?2=hT?GU.DlBA\";i:1295;s:13:\"?2=hT?GU4DlBA\";i:1296;s:26:\"`X=hT?GUO[;vXLvDVElg*NrAIA\";i:1297;s:12:\"_X=hT?GU/A$A\";i:1298;s:40:\"{X=hT?GUO[PjZLvDVElg*NzCRtpBJHNzRmPtmABA\";i:1299;s:15:\"sP=hT?GUO[h=XLA\";i:1300;s:79:\"yP=hT?GU?ulB7L.4Fx}M%A;C=hT?GU!BlBEM.4FxrjDAq1=hT?GU.DlBAM.4FxrjDA+h=hT?GU.DlBA\";i:1301;s:112:\"qg=hT?GU_vlBUM.4Fx}MAB.>#(k)No3B:C+WzXJI{ZCAm_#(k)No3B:C7XzXJI{ZCAZL$(k)No3B;CQYzXJI{ZnBbLjt,ub@TD7FLvLvSQ[z>CIA\";i:1302;s:14:\"EH=hT?GU}j&ACA\";i:1303;s:13:\"EH=hT?GUITlBA\";i:1304;s:13:\"VE=hT?GU!BlBA\";i:1305;s:157:\"5P=hT?GUIDlB3L.4Fx}MdAeZ=hT?GUtUlBbL.4Fx}Mab8FQwLvSQ[zEA/hjt,ub@TD5FAwLvSQ[zEAFtit,ub@TD5Fd5LvSQ[zFAc4lt,ub@^D5F`xLvSQ[z?C2W/\",ub@^D7FayLvSQ[z?C3(/\",ub@^D7FA\";i:1306;s:36:\"jg=hT?GU~AlBHP.4Fx~5fAYL>hT?GU}j.ACA\";i:1307;s:13:\"hg=hT?GU^ClBA\";i:1308;s:25:\"M&?hT?GUY(lB<M.4Fx}M:L8FA\";i:1309;s:58:\"ZE=hT?GU}j^AZL$(k)No3B:CQYzXJI|+KA7F$(k)Nowm:CzXzXJI|+KACA\";i:1310;s:39:\"H0=hT?GU:tlB`N.4FxrjYBlDQA@\",ub@y2F\"vWA\";i:1311;s:15:\"Wx>hT?GUO[jndLA\";i:1312;s:13:\"VE=hT?GU!BlBA\";i:1313;s:13:\"VE=hT?GU#ulBA\";i:1314;s:24:\"d#=hT?GUITlBbL.4Fxrj&ABA\";i:1315;s:56:\"ZE=hT?GU5QlB?L.4Fx}MBApI=hT?GU/A$A~CSOYM)ZBtaS_Q3nE3kAgA\";i:1316;s:15:\"VE=hT?GUO[.oZLA\";i:1317;s:13:\"VE=hT?GUoDlBA\";i:1318;s:13:\"VE=hT?GU!BlBA\";i:1319;s:13:\"hg=hT?GU~AlBA\";i:1320;s:56:\"ZE=hT?GU!BlB?L.4Fx}MBApI=hT?GU/A$A~CSOYM)ZBtaS_Q3nE3kAgA\";i:1321;s:13:\"sP=hT?GUIDlBA\";i:1322;s:13:\"VE=hT?GU#ulBA\";i:1323;s:13:\"VE=hT?GU#ulBA\";i:1324;s:95:\"zP=hT?GU?ulB3L.4FxrjYBrDRtpBJHNz?M2W$AVElg*NNK}.lBEM.4FxrjDAq1=hT?GU.DlBAM.4FxrjDA+h=hT?GU.DlBA\";i:1325;s:13:\"VE=hT?GUYDlBA\";i:1326;s:13:\"VE=hT?GU!BlBA\";i:1327;s:13:\"VE=hT?GUoDlBA\";i:1328;s:13:\"/o=hT?GUjClBA\";i:1329;s:14:\"EH=hT?GU}j&ACA\";i:1330;s:13:\"EH=hT?GUITlBA\";i:1331;s:13:\"EH=hT?GU~AlBA\";i:1332;s:13:\"EH=hT?GU~AlBA\";i:1333;s:25:\"ig=hT?GU~AlBUM.4Fx}MiD6FA\";i:1334;s:34:\"jg=hT?GU^ClBrL.4FxrjEAw(=hT?GU/A$A\";i:1335;s:73:\"xP=hT?GUIDlB3L.4Fx}MBAeZ=hT?GU/A$A\"CSOYM*+RhlBkM.4FxrjYBvDS\"}\",ub@y2n_HtA\";i:1336;s:13:\"hg=hT?GU~AlBA\";i:1337;s:15:\"Wx>hT?GUO[muZLA\";i:1338;s:47:\"I0=hT?GU~@fB/hjt,ub@TD5FAwLvSQ[zEAFtit,ub@TD5FA\";i:1339;s:26:\"d#=hT?GUITlB=N.4FxrjYB>AIA\";i:1340;s:12:\">J=hT?GU/A$A\";i:1341;s:13:\"4r=hT?GU:tlBA\";i:1342;s:24:\"tP=hT?GUIDlB,L.4Fx~5cABA\";i:1343;s:85:\"yP=hT?GU>BlB3L.4Fx}Ml:6F2uLvSQ[zEA/htt,ub@=1iDQA~AyD1+!R/GgA$BJHNzijvN$AJDSOYM*+yelBA\";i:1344;s:26:\"j=>hT?GUO[>2XL@QVElg*NLAIA\";i:1345;s:15:\"i=>hT?GUO[;vZLA\";i:1346;s:15:\":`?hT?GUO[VxZLA\";i:1347;s:69:\"J0=hT?GU}jdB/hjt,ub@TD5FAwLvSQ[zLT0WoIqI:$vbSARt9BJHtzRmQ\"W\"&aaUC65FA\";i:1348;s:14:\"i==hT?GU~@(ACA\";i:1349;s:47:\"f#=hT?GUITlBAM.4FxrjbA};>hT?GU}jYBbLot,ub@g<5FA\";i:1350;s:27:\"j=>hT?GU}jYBG\"&(k)Noa.CtvWA\";i:1351;s:15:\"9M>hT?GUO[b#YLA\";i:1352;s:15:\"Wx>hT?GUO[p1ZLA\";i:1353;s:48:\"I0=hT?GU}jdB/hjt,ub@TD5FAwLvSQ[zXv1WoIqI:$vbSAQA\";i:1354;s:50:\"kg=hT?GU~@PB/hjt,ub@=1/EQA+\",ub@0@5F>2LvSQ[zGF;H$A\";i:1355;s:27:\"j=>hT?GUO[>2ZLtJVElg*N@rJtA\";i:1356;s:15:\"9M>hT?GUO[b#YLA\";i:1357;s:35:\"jg=hT?GU^ClBjL.4Fx}MdA1k=hT?GUtUlBA\";i:1358;s:126:\"*M=hT?GUO[Y4ZLZFVElg*NlCS\"+\",uj@y2y(It&aaU/V5FQYzXJI|+wCpFi\"tBJHNzRmQ\"R\"@Q_Q3nE30oT|5Fd5LvSQ[zGF>O$AgDSOYMj<e\"qAf+>hT?GU}jRBEA\";i:1359;s:45:\"<o=hT?GU/A$A=CSOYMj<BtJV_Q3nE3[B$A|CSOYM)ZBtA\";i:1360;s:45:\"<o=hT?GU/A$A=CSOYM)ZBtJV_Q3nE3[B$A|CSOYMj<BtA\";i:1361;s:102:\"[o=hT?GU/A$A=CSOYM)ZBtJV_Q3nE3kAi\"rBJHNz?MuW8MqI:$vbSARtuBJHNz?MuW|LqI:$vbSAQA*\",ub@TD5Fd5LvSQ[zGFDP$A\";i:1362;s:109:\"[o=hT?GU/A$A=CSOYM)ZBtJV_Q3nE3kAi\"rBJHNz?MuW8MqI:$vbSARtuBJHNzRmPtPA<v=hT?GU}jIBFtit,ub@y2/>EtuW_Q3nE30o$A:CA\";i:1363;s:14:\"c#=hT?GU}j&ACA\";i:1364;s:13:\"c#=hT?GUITlBA\";i:1365;s:37:\"jg=hT?GU~@*A,h$(k)NoQm:C+WzXJI{Z6)aLA\";i:1366;s:38:\"jg=hT?GU~@*A,h$(k)No`,pB2W*\",ub@=1aFQA\";i:1367;s:12:\"EH=hT?GUpA$A\";i:1368;s:61:\"IH=hT?GUpA$A~CSOYMj<BtdZ_Q3nE3sopAeZ>hT?GUO[^XZLEUVElg*NAbJtA\";i:1369;s:105:\"[o=hT?GU/A$A=CSOYM*+{ilB^L.4Fx}MBA1k=hT?GU}jIBz(pt,ub@^D7Fj3LvSQ[zLT1WXLqI:$vbaQgA%BJHNzijrp$AfDSOYMifBtA\";i:1370;s:15:\"i=>hT?GUO[1[cLA\";i:1371;s:15:\"i=>hT?GUO[T|cLA\";i:1372;s:15:\"Wx>hT?GUO[jnZLA\";i:1373;s:14:\"Wx=hT?GU~@:ACA\";i:1374;s:35:\"e#=hT?GU~AlBbL.4FxrjCATq=hT?GUjClBA\";i:1375;s:62:\"g#=hT?GUITlB?L.4Fx}MNS6FxtLvSQ[zGF]K$A~CSOYMj<cAfA1k=hT?GU/A$A\";i:1376;s:13:\"hg=hT?GU~AlBA\";i:1377;s:158:\"nS=hT?GU5wlB?L.4Fx}MBApI=hT?GU/A$A~CSOYM)ZBtaS_Q3nE3kAgAuBJHNzRm8WTAq1=hT?GUO[aSYL~FVElg*NNKxNlB,L.4FxrjYB#BS\"^\",ub@y29yLt\"]_Q3nE3\"!5ACt=hT?GUNUlBcM.4Fx}MBBCA\";i:1378;s:25:\"WE=hT?GU!BlB5N.4Fx}MNS6FA\";i:1379;s:13:\"sP=hT?GUIDlBA\";i:1380;s:109:\"0P=hT?GU>BlB3L.4Fx}MBANc=hT?GU/A$A;CSOYM*+sglB#P.4Fx}MNS6F{!LvSQ[z0.yWo.qI:$vbWUV\"Y4`Q3nE3somA<v>hT?GUO[[9ZLA\";i:1381;s:15:\"z:?hT?GUO[K&YLA\";i:1382;s:70:\"aE=hT?GU!BlB?L.4FxrjbApI=hT?GUtUlB^L.4Fx}MBA1k=hT?GUtUlB?P.4FxrjYB/DQA\";i:1383;s:37:\"jg=hT?GU^ClB%N.4FxrjYBFBQA>\",ub@^D5FA\";i:1384;s:15:\"nu>hT?GUO[$$ZLA\";i:1385;s:52:\"})>hT?GUO[K&ZL5FVElg*N5gLtaS`Q3nE30o*h6Fp1LvSQ[zFAEA\";i:1386;s:64:\"J0=hT?GU~@<A]Q$(k)No`,QC2W+\",ub@=1iDQA*\",ub@=1hERt&BJHNzRm8WsABA\";i:1387;s:15:\"`)>hT?GUO[v(XLA\";i:1388;s:75:\"K0=hT?GU~@<A]Q$(k)No`,QC2W+\",ub@=1iDQA*\",ub@=1hERt8BJHNz5uxW$$qI:$vbaU2!:CA\";i:1389;s:15:\"nu=hT?GUO[(,ZLA\";i:1390;s:25:\"@2=hT?GUYTlB*N.4Fx}MiD6FA\";i:1391;s:24:\"Rj=hT?GUYTlB*N.4Fx}MbABA\";i:1392;s:128:\"qg=hT?GU~@PB:>it,ub@y2/>EtdZ_Q3nE3t`5Aq1=hT?GUO[k_YL~FVElg*N@rPt@Q_Q3nE30oT|5Fu2LvSQ[z0.yWqiqI:$vbX%e\"uW_Q3nE30o$A;C@YzXJI|+8ACA\";i:1393;s:15:\"Wx>hT?GUO[N/ZLA\";i:1394;s:15:\"i=>hT?GUO[y:ZLA\";i:1395;s:15:\"Wx>hT?GUO[y:dLA\";i:1396;s:15:\"Wx>hT?GUO[y:dLA\";i:1397;s:15:\"i=>hT?GUO[y:ZLA\";i:1398;s:15:\"i=>hT?GUO[y:dLA\";i:1399;s:15:\"c#?hT?GUO[y:dLA\";i:1400;s:15:\"i=>hT?GUO[|;ZLA\";i:1401;s:15:\"Wx>hT?GUO[|;dLA\";i:1402;s:15:\"Wx>hT?GUO[|;dLA\";i:1403;s:15:\"i=>hT?GUO[|;ZLA\";i:1404;s:15:\"i=>hT?GUO[|;dLA\";i:1405;s:15:\"c#?hT?GUO[|;dLA\";i:1406;s:15:\"i=>hT?GUO[h=ZLA\";i:1407;s:15:\"Wx>hT?GUO[h=dLA\";i:1408;s:15:\"Wx>hT?GUO[h=dLA\";i:1409;s:15:\"i=>hT?GUO[h=ZLA\";i:1410;s:15:\"i=>hT?GUO[h=dLA\";i:1411;s:15:\"c#?hT?GUO[h=ZLA\";i:1412;s:15:\"i=>hT?GUO[+>ZLA\";i:1413;s:15:\"Wx>hT?GUO[+>dLA\";i:1414;s:15:\"Wx>hT?GUO[+>dLA\";i:1415;s:15:\"i=>hT?GUO[+>ZLA\";i:1416;s:15:\"i=>hT?GUO[+>dLA\";i:1417;s:15:\"c#?hT?GUO[+>ZLA\";i:1418;s:15:\"i=>hT?GUO[h=bLA\";i:1419;s:191:\"oC_))\",ub@7L5F[tLvSQ[z@0zW_EqI:$vbaU7f:CTXzXJI|+JAa4#(k)No3B:C2WzXJI{ZKAZL$(k)Nowm:CQYzXJI|+2A7F$(k)Nowm:CzXzXJI|+2ACA@hT?GU}jIByWut,ub@=1hERt`BJHNzijrR$A\"DSOYM*+{ilB<M.4Fx}MBA<v>hT?GUO[Q@ZLA\";i:1420;s:46:\"I0=hT?GUzClBIM.4Fx~5DA<v=hT?GUzClB,L.4Fx~5DABA\";i:1421;s:82:\"ng=hT?GU^ClBbL.4Fx~5DA[Q=hT?GUzClBjL.4FxrjbA]9>hT?GUzClBlN.4FxrjYBIEQA[\",ub@=1iFQA\";i:1422;s:68:\"%M>hT?GU}j.Ax($(k)Noa.};zWkUqI:$vbaU*%:CNZzXJI|+wCUIi\"0BJHNzRm9(uABA\";i:1423;s:15:\"Wx>hT?GUO[>2bLA\";i:1424;s:237:\"oCR*)\",ub@^D5F[tLvSQ[z@0zW_EqI:$vbaU7f:CjXzXJI{ZCA8y$(k)Noa.,>zW8MqI:$vbu<a\"&a_Q3nE3\"!xA<v=hT?GU}jIBFtit,ub@=1hEQA\"\",ub@=1hES\"\"AyD1+!R(Ii\"`BJHNzijrR$A\"DSOYM*+{ilB=N.4FxrjYB>A2W>\",ub@y29yMtuW_Q3nE3RB$AoDSOYM*+KmlBhN.4FxrjBAO/?hT?GUO[K&YLA\";i:1425;s:15:\"z:=hT?GUO[/`ZLA\";i:1426;s:62:\"%M>hT?GU}j.Ax($(k)No`,*B2W/\",ub@=1wDS\"/\",ub@=1wDRt0BJHNzijMO$A\";i:1427;s:61:\"%M>hT?GU/A$ALDSOYM*+IclBwM.4Fx}MhW6FayLvSQ[zp~yW/VqI:$vb*|V\"A\";i:1428;s:66:\"%M>hT?GU/A$ALDSOYMj<e\"vA2[=hT?GUO[T|ZLyKVElg*NNKlhlB4M.4FxrjYBQEQA\";i:1429;s:79:\"PV=hT?GUTClB<M.4Fx}M:L6F`xLvSQ[zGF.Q$AMDSOYMj<dtEBz(kt,ub@y2n_Mt3r_Q3nE30ocs6FA\";i:1430;s:66:\"%M>hT?GU/A$ALDSOYMj<e\"vA2[=hT?GUO[T|ZLyKVElg*NNKlhlB4M.4FxrjYBQEQA\";i:1431;s:79:\"PV=hT?GUTClB<M.4Fx}M:L6F`xLvSQ[zGF.Q$AMDSOYMj<dtEBz(kt,ub@y2n_Mt3r_Q3nE30ocs6FA\";i:1432;s:46:\"U@=hT?GU\"tlBwM.4Fxrj%Al_=hT?GU\"tlB4M.4Fxrj%ABA\";i:1433;s:13:\"nu=hT?GUNUlBA\";i:1434;s:26:\"j=>hT?GUO[C\"6F;vLvSQ[zXBIA\";i:1435;s:26:\"j=>hT?GUO[C\"6F;vLvSQ[zXBIA\";i:1436;s:26:\"j=>hT?GUO[C\"6F;vLvSQ[zXBIA\";i:1437;s:38:\"jg=hT?GU~AlBbL.4Fx}M*q6F<8LvSQ[zGF*J$A\";i:1438;s:13:\"hg=hT?GU^ClBA\";i:1439;s:13:\"hg=hT?GU\"tlBA\";i:1440;s:13:\"yd=hT?GU:tlBA\";i:1441;s:86:\"Fm?hT?GUO[rPYL#TVElg*N@rOt~l`Q3nE3[J$A9DSOYMj<dtUADt$(k)No`,1BK\"st,ub@^D5Fh9LvSQ[zFAEA\";i:1442;s:15:\"i==hT?GUO[lBaLA\";i:1443;s:14:\"9M>hT?GU}j.ACA\";i:1444;s:52:\"+a=hT?GU}j<AwW%(k)No3B:C.YzXJI|+wCJFgA4BJHNzRmPtwABA\";i:1445;s:12:\"9M>hT?GU/A$A\";i:1446;s:41:\"#M>hT?GU}j.A,h%(k)Noa.pI0W|;qI:$vbaU_):CA\";i:1447;s:13:\"hg=hT?GU~AlBA\";i:1448;s:37:\"XE=hT?GUO[DHaLlBVElg*NDCS\"+\",ub@TD7FA\";i:1449;s:101:\"*5=hT?GUtUlBrL.4Fx}M&j6FWuLvSQ[zGFBN$A]CSOYM)ZBtGO_Q3nE30oVx6FGuLvSQ[zJAbLnt,ub@y2DAwW\"SqI:$vbaU~*:CA\";i:1450;s:14:\"_X=hT?GU}jDBEA\";i:1451;s:59:\"J0=hT?GU4DlBIM.4Fx}MFA<v=hT?GU4DlB,L.4Fx}MFA<v>hT?GUO[XLaLA\";i:1452;s:37:\"uP=hT?GUIDlB7L.4Fx}MBA};=hT?GUO[8MeLA\";i:1453;s:13:\"c#=hT?GUITlBA\";i:1454;s:24:\"?J=hT?GUYTlB;L.4Fx}MBABA\";i:1455;s:14:\"c#=hT?GU}j&ACA\";i:1456;s:36:\"jg=hT?GU^ClBfL.4Fx~5AAO/=hT?GU~@{ACA\";i:1457;s:178:\"SH=hT?GUpA$A?CSOYM?ICtlB_Q3nE3fX$A>CSOYM@1RtoI_Q3nE3\"!uAkn=hT?GU}jdB/hht,ub@TD5F7vLvSQ[zEAc4it,ub@TD5FQwLvSQ[zLT8WhNqI:$vbu<6\"^X_Q3nE3\"!WBx(#(k)No`,\"EJt?\",ub@=1hERt9BJHNzRm8WGBCA\";i:1458;s:14:\"(a=hT?GU}jIBEA\";i:1459;s:93:\"zP=hT?GU>BlB3L.4Fx}MBANc=hT?GU/A$A;CSOYMj<BtoI_Q3nE3\"!uA[Q?hT?GU~AlBmO.4Fxs@eAO/?hT?GUO[K&YLA\";i:1460;s:77:\"xP=hT?GU>BlB3L.4FxrjYBoERtpBJHNzApuWtpqI:$vbaUv(:C^XzXJI{ZP1ZLNJVElg*NNKfTlBA\";i:1461;s:15:\"`)>hT?GUO[PjYLA\";i:1462;s:36:\"XE=hT?GU!BlBEM.4Fx}Me?6FAwLvSQ[zEAEA\";i:1463;s:15:\"i=>hT?GUO[C\"6FA\";i:1464;s:92:\"og=hT?GU_vlBEM.4Fx}MeP6FgwLvSQ[zUAbLjt,ub@=1aDQA*\",ub@qO5Fd5LvSQ[zFAG\"((k)Nopr:C*ZzXJI|+CACA\";i:1465;s:70:\"K0=hT?GUYTlBIM.4Fx}MBA<v=hT?GUYTlB,L.4Fx}MBA[Q?hT?GU~AlB=N.4FxrjYB>AIA\";i:1466;s:13:\"sP=hT?GUIDlBA\";i:1467;s:98:\"og=hT?GU~@PBc4ht,ub@nH5F+uLvSQ[zEAbLht,ub@~[5FGuLvSQ[zZBK\"lt,ub@y2_9Nt0k`Q3nE30oG>5F*xLvSQ[zGF`R$A\";i:1468;s:15:\"bS>hT?GUO[aSaLA\";i:1469;s:99:\"og=hT?GU^ClBzL.4Fx}M#c6FmuLvSQ[zSBJt)\",ub@=16DRt&BJHNzRm9(JACt=hT?GU~@+A8y&(k)No`,iCJt.\",ub@y2EtKtA\";i:1470;s:25:\"`X?hT?GU&VlB%N.4Fx}M)96FA\";i:1471;s:15:\"`)>hT?GUO[v(XLA\";i:1472;s:26:\"!M>hT?GU/A$AKDSOYMj<e\"zABA\";i:1473;s:27:\"!M>hT?GU}j.A^9$(k)Noa.Tq0WA\";i:1474;s:13:\"_X?hT?GU&VlBA\";i:1475;s:15:\"9M>hT?GUO[rPaLA\";i:1476;s:15:\"9M>hT?GUO[uWaLA\";i:1477;s:13:\"nu=hT?GUjClBA\";i:1478;s:13:\"nu=hT?GUoTlBA\";i:1479;s:13:\"nu=hT?GUoTlBA\";i:1480;s:13:\"nu=hT?GUoTlBA\";i:1481;s:13:\"nu=hT?GUoTlBA\";i:1482;s:13:\"hg=hT?GU^ClBA\";i:1483;s:50:\"kg=hT?GUO[^XaLi\"LvSQ[zJAz(ht,ub@&G5F=5LvSQ[zGF$I$A\";i:1484;s:12:\"F0=hT?GU/A$A\";i:1485;s:116:\"qg=hT?GU_vlBHP.4Fx~5aA1k@hT?GU(SlBrL.4Fx}M&j6FmuLvSQ[zEAyWit,ub@TD7FRtLvSQ[zJAyWjt,ub@=1FEQA;\",ub@TD5F*xLvSQ[zGFqS$A\";i:1486;s:26:\"M&?hT?GUXWlB<M.4FxrjYB6EQA\";i:1487;s:64:\"wP=hT?GU>BlBzL.4FxrjYBXDQA)\",ub@y2xWOtGO_Q3nE3RB$A/DSOYMj<dt3ACA\";i:1488;s:15:\"z:=hT?GUO[N/YLA\";i:1489;s:109:\"0P=hT?GU>BlBzL.4FxrjYB~BQA)\",ub@TD5FRtLvSQ[zJAyWjt,ub@=1JERtuBJHNzijmQ$AADSOYM*+<glB,L.4Fx}Mgp6FD3LvSQ[z**0WA\";i:1490;s:25:\"ig=hT?GU~@PBc4ht,ub@gM5FA\";i:1491;s:15:\"i=>hT?GUO[>2XLA\";i:1492;s:15:\"i=>hT?GUO[>2XLA\";i:1493;s:15:\"i=>hT?GUO[>2XLA\";i:1494;s:15:\"i=>hT?GUO[>2XLA\";i:1495;s:13:\">J=hT?GUjClBA\";i:1496;s:47:\"kg=hT?GU~@PBz(jt,ub@g<7FRtLvSQ[zZBJt*\",ub@WK5FA\";i:1497;s:14:\">J=hT?GU}jdBEA\";i:1498;s:101:\"og=hT?GU~@PBbLht,ub@y2_9RtSq`Q3nE30o(H5FrvLvSQ[z>C3(*\",ub@=1`CS\"^\",ub@y2PcOt|;_Q3nE3somAvW?hT?GU(&lBA\";i:1499;s:13:\"c#=hT?GU\"tlBA\";i:1500;s:25:\"ig=hT?GU~@PBz(jt,ub@^D7FA\";i:1501;s:12:\">J=hT?GU/A$A\";i:1502;s:15:\">J=hT?GUO[{eaLA\";i:1503;s:118:\"qg=hT?GUO[*hbL*BVElg*NjA2W&\",ub@~[5FGuLvSQ[zJAyWjt,ub@TD5FgwLvSQ[zEAbLjt,ub@TD5FLvLvSQ[zEAbLot,ub@=1*ERt/BJHNzRm9(YABA\";i:1504;s:37:\"N&?hT?GU(SlB<M.4Fx}MBA};=hT?GUO[dZaLA\";i:1505;s:25:\"M&?hT?GUXWlB<M.4Fx}M:L6FA\";i:1506;s:53:\"Tj=hT?GU:tlBoM.4FxrjYB&EQAAByD1+ITJ\"Otp1_Q3nE30o2!6FA\";i:1507;s:25:\"ig=hT?GU~@PB/hht,ub@TD5FA\";i:1508;s:35:\"uP=hT?GUIDlB#L.4Fx}MdAq1=hT?GUYTlBA\";i:1509;s:34:\"uP=hT?GUIDlB3L.4Fx}MBANc=hT?GU/A$A\";i:1510;s:15:\"bS>hT?GUO[0kaLA\";i:1511;s:14:\"9M>hT?GU}j.ACA\";i:1512;s:15:\"Qj@hT?GUO[~laLA\";i:1513;s:15:\"Qj@hT?GUO[jnaLA\";i:1514;s:15:\"Qj@hT?GUO[5FaLA\";i:1515;s:15:\"Qj@hT?GUO[.oaLA\";i:1516;s:15:\"Qj@hT?GUO[SqaLA\";i:1517;s:15:\"Qj@hT?GUO[3raLA\";i:1518;s:14:\"Qj@hT?GU}j/ACA\";i:1519;s:15:\"Qj@hT?GUO[BtaLA\";i:1520;s:15:\"Qj@hT?GUO[muaLA\";i:1521;s:15:\"Qj@hT?GUO[;vaLA\";i:1522;s:15:\"Qj@hT?GUO[VxaLA\";i:1523;s:15:\"Qj@hT?GUO[6yaLA\";i:1524;s:15:\"Qj@hT?GUO[E0aLA\";i:1525;s:15:\"Qj@hT?GUO[p1aLA\";i:1526;s:15:\"Qj@hT?GUO[>2aLA\";i:1527;s:15:\"Qj@hT?GUO[Y4aLA\";i:1528;s:15:\"Qj@hT?GUO[95aLA\";i:1529;s:15:\"Qj@hT?GUO[H7aLA\";i:1530;s:15:\"Qj@hT?GUO[s8aLA\";i:1531;s:15:\"Qj@hT?GUO[[9aLA\";i:1532;s:15:\"Qj@hT?GUO[b#aLA\";i:1533;s:15:\"Qj@hT?GUO[$$aLA\";i:1534;s:15:\"Qj@hT?GUO[K&aLA\";i:1535;s:15:\"Qj@hT?GUO[v(aLA\";i:1536;s:15:\"Qj@hT?GUO[_)aLA\";i:1537;s:15:\"Qj@hT?GUO[e+aLA\";i:1538;s:15:\"Qj@hT?GUO[(,aLA\";i:1539;s:15:\"Qj@hT?GUO[N/aLA\";i:1540;s:15:\"Qj@hT?GUO[y:aLA\";i:1541;s:15:\"Qj@hT?GUO[|;aLA\";i:1542;s:51:\"I0=hT?GUO[GOeL!GVElg*N&FRttBJHNzRmPtXBx(#(k)No3B;CA\";i:1543;s:29:\"ou=hT?GUO[0kXLoIVElg*NNK0ElBA\";i:1544;s:26:\"ou=hT?GU}jDBG\"$(k)No`,GCIA\";i:1545;s:26:\"ou=hT?GU}j\"AG\"$(k)No`,~BIA\";i:1546;s:24:\"ou=hT?GU.DlBcM.4FxrjFABA\";i:1547;s:26:\"ou=hT?GU}j]ADt$(k)No`,/BIA\";i:1548;s:13:\"nu=hT?GU(ClBA\";i:1549;s:14:\"nu=hT?GU}j`ACA\";i:1550;s:13:\"nu=hT?GU.DlBA\";i:1551;s:13:\"nu=hT?GUoTlBA\";i:1552;s:14:\"nu=hT?GU}j]ACA\";i:1553;s:14:\"nu=hT?GU}jdBEA\";i:1554;s:70:\"mg=hT?GU^ClBHP.4Fx~5aA6F=hT?GUpA$A@CSOYM)ZBtuW_Q3nE3kAgAyBJHNzRm9(PABA\";i:1555;s:13:\"L&=hT?GU4TlBA\";i:1556;s:15:\"i=>hT?GUO[C\"5FA\";i:1557;s:100:\"j#?hT?GUO[C\"5F[tLvSQ[zKAG\"#(k)No`,zC2W)\",ub@y2GtBtVx`Q3nE3somAYL@hT?GU}j=A,h&(k)No`,!BJt.\",ub@=1:DQA\";i:1558;s:15:\"Wx>hT?GUO[C\"5FA\";i:1559;s:81:\"yP=hT?GUIDlBbL.4Fx}M%26F%tLvSQ[zWC1W=JqI:$vbLFi\"mBJHNz@5xWyKqI:$vbLFi\"rBJHNz@5xWA\";i:1560;s:49:\"f#=hT?GUITlBrL.4FxrjEAvW?hT?GU}jRBFtrt,ub@y2/>DtA\";i:1561;s:13:\"sP=hT?GUIDlBA\";i:1562;s:153:\"3P=hT?GUIDlBEM.4FxrjYBNBRtuBJHNzRm9(LA<v=hT?GUO[N/XLUEVElg*NNKYIlBeO.4FxrjYBxBS\"?\",ub@=1iDQA_\",ub@]{5F;vLvSQ[zVAG\"&(k)No`,gCIAkt,ub@y2_9Tt~l_Q3nE30o`x5FA\";i:1563;s:69:\"J0=hT?GUO[N/XL!GVElg*NNK8MlBAM.4FxrjYBNBQA*\",ub@y2Q/FtoI`Q3nE30ofz5FA\";i:1564;s:15:\"Wx>hT?GUO[h=aLA\";i:1565;s:14:\"Wx>hT?GU~@XBEA\";i:1566;s:90:\"yP=hT?GU>BlB;L.4FxrjYB5BQA;\",ub@TD5F;vLvSQ[zB[zW@QqI:$vbaUwQ:C.YzXJI|+wCfDi\"yBJHNzRm9(RABA\";i:1567;s:13:\"hg=hT?GU~AlBA\";i:1568;s:25:\"Am=hT?GU/A$ATDSOYM*+pZlBA\";i:1569;s:55:\"I0=hT?GUO[N/XL!GVElg*NNKYIlBAM.4FxrjYBNBQA*\",ub@y2n_DtA\";i:1570;s:97:\"og=hT?GU~AlBrL.4Fx~5CAvW=hT?GU}j]A8y#(k)No@G:C2WzXJI{Z*zZLKCVElg*NAbLtaS_Q3nE3\"!9Akn@hT?GUO[+>aLA\";i:1571;s:13:\"L&?hT?GU(SlBA\";i:1572;s:70:\"K0=hT?GU:tlBIM.4Fx}M%A<v=hT?GU:tlB,L.4Fx}M%Aw(=hT?GUO[MccLkUVElg*N)FQA\";i:1573;s:15:\"`)=hT?GUO[McYLA\";i:1574;s:37:\"jg=hT?GU~@PB/hjt,ub@=1/EQA+\",ub@0@5FA\";i:1575;s:12:\"?2=hT?GU/A$A\";i:1576;s:60:\"lg=hT?GU^ClBrL.4FxrjEA};>hT?GUO[BtXL@QVElg*NLA3(.\",ub@=1~CQA\";i:1577;s:27:\"!M>hT?GUO[b#YLtJVElg*N@rJtA\";i:1578;s:26:\"Xx=hT?GUO[Q@aLIIVElg*NpCQA\";i:1579;s:41:\"pu?hT?GUO[[9XLdZVElg*NuxOtMc`Q3nE30ogg5FA\";i:1580;s:46:\"kg=hT?GU^ClBjL.4Fx}MdA1k=hT?GUtUlBcM.4Fx}MBABA\";i:1581;s:14:\"),>hT?GU}jRBEA\";i:1582;s:35:\"jg=hT?GU^ClBMM.4Fx~5aAHO=hT?GUIDlBA\";i:1583;s:26:\"ig=hT?GUO[h=XLZFVElg*N&FQA\";i:1584;s:148:\"sg=hT?GU~@PB/hlt,ub@=1|CRt;BJHNzRm9(SACt=hT?GUO[1[aL#TVElg*N@rOtK&_Q3nE3[J$A:DSOYMWDIt#T`Q3nE30o<c5FVxLvSQ[zXvyW$$qI:$vbWAS\".\",ub@y2_9Qt.o`Q3nE3sAgA\";i:1585;s:75:\"K0=hT?GU~@%A]Q$(k)No`,oB2W+\",ub@=1[CQA*\",ub@=1[CS\"?\",ub@=1AFQA+\",ub@y2y(QtA\";i:1586;s:15:\"bS?hT?GUO[/`aLA\";i:1587;s:70:\"xP=hT?GUIDlBnL.4FxrjYB6CS\"*\",ub@TD5FxtLvSQ[zZB3(*\",ub@TD5FbvLvSQ[zZBIA\";i:1588;s:12:\"Wx=hT?GU/A$A\";i:1589;s:25:\"5r=hT?GUjClB*N.4Fx}Mp!6FA\";i:1590;s:14:\"Wx=hT?GU}jIBEA\";i:1591;s:13:\"nu>hT?GU~AlBA\";i:1592;s:27:\"ig=hT?GUO[*hXLi\"LvSQ[zB[zWA\";i:1593;s:15:\"VE=hT?GUO[h=XLA\";i:1594;s:14:\"nu=hT?GU}jDBEA\";i:1595;s:80:\"K0=hT?GUO[k_YL!GVElg*NNK/VlBAM.4FxrjYB&CQA*\",ub@y2y(It|;_Q3nE3~RvACt=hT?GU}j]ACA\";i:1596;s:15:\"bS?hT?GUO[oIYLA\";i:1597;s:29:\"ig=hT?GUO[*hXL9ZVElg*NNK8slBA\";i:1598;s:14:\"Qj=hT?GU}jdBEA\";i:1599;s:13:\"),>hT?GUITlBA\";i:1600;s:14:\"?2=hT?GU}jdBEA\";i:1601;s:27:\"@2=hT?GUO[4}aLEUVElg*NAbJtA\";i:1602;s:23:\"zd=hT?GU/A$A^CSOYM)ZItA\";i:1603;s:23:\"?J=hT?GU/A$A|CSOYMifCtA\";i:1604;s:133:\"m#=hT?GUITlBrL.4FxrjEA;C=hT?GUO[.oZL_EVElg*NbA3(&\",ub@y2FAuWyKqI:$vbSARtrBJHNz?MuW|LqI:$vb2AS\"^\",ub@y2!FBt_)_Q3nE3H#lB5FD3LvSQ[z**0WA\";i:1605;s:63:\"wP=hT?GUIDlBzL.4Fx}M@~6FrvLvSQ[zEAbLnt,ub@y2mnDtE0_Q3nE3H#KC5FA\";i:1606;s:14:\"),>hT?GU}jRBEA\";i:1607;s:13:\"VE=hT?GU5QlBA\";i:1608;s:15:\"VE=hT?GUO[.oZLA\";i:1609;s:13:\"VE=hT?GUoDlBA\";i:1610;s:56:\"ZE=hT?GU!BlB?L.4Fx}MBApI=hT?GU/A$A~CSOYMj<BtaS_Q3nE3kAgA\";i:1611;s:12:\"4r=hT?GU/A$A\";i:1612;s:12:\"EH=hT?GUpA$A\";i:1613;s:13:\"/o=hT?GUeBlBA\";i:1614;s:13:\"/o=hT?GUjClBA\";i:1615;s:82:\"yP=hT?GUIDlB^L.4Fx}M(@6FQwLvSQ[zSB3(+\",ub@TD5FAwLvSQ[zSBK\"it,ub@TD5F51LvSQ[z@HgAgA\";i:1616;s:27:\"Xx=hT?GU}jIB/hot,ub@y2mnDtA\";i:1617;s:61:\"lg=hT?GU^ClB=N.4FxrjYB>AIAjt,ub@=14DQA@\",ub@=1%EQA.\",ub@PP5FA\";i:1618;s:37:\"uP=hT?GUIDlBAM.4FxrjDA2[>hT?GUNkmBXLA\";i:1619;s:27:\"j=>hT?GUO[1[YL5FVElg*NAbLtA\";i:1620;s:49:\"vP=hT?GU>BlB;L.4Fxrj}BKAIAjt,ub@*=5F>2LvSQ[z{&0WA\";i:1621;s:39:\"pu=hT?GUDClB%N.4FxrjYBBDQA.\",ub@y2:hBtA\";i:1622;s:68:\"xP=hT?GUIDlBEM.4FxrjDAq1=hT?GUjClBAM.4FxrjDA+h=hT?GUjClB*N.4Fx}MbABA\";i:1623;s:13:\"Wx=hT?GUeBlBA\";i:1624;s:72:\"xP=hT?GUIDlBEM.4Fx}MBAq1=hT?GU/A$AADSOYMj<ttDAx(#(k)Noao:C4YzXJI|+`DcAQA\";i:1625;s:12:\"Wx=hT?GU/A$A\";i:1626;s:15:\"i=>hT?GUO[AA6FA\";i:1627;s:15:\"c#?hT?GUO[AA6FA\";i:1628;s:25:\"{)>hT?GU}jQBEA&(k)No|B:CA\";i:1629;s:13:\"sP=hT?GUIDlBA\";i:1630;s:12:\"Qj=hT?GU/A$A\";i:1631;s:25:\"ig=hT?GU~@PBc4ht,ub@gM5FA\";i:1632;s:70:\"xP=hT?GUIDlBEM.4FxrjDAq1=hT?GUjClBAM.4FxrjDA+h=hT?GUjClBcM.4Fxrj}BSAIA\";i:1633;s:45:\"I0=hT?GUjClBIM.4Fx}MBA<v=hT?GU/A$A{CSOYM)ZBtA\";i:1634;s:12:\"Wx=hT?GU/A$A\";i:1635;s:15:\"c#>hT?GUNkHOXLA\";i:1636;s:138:\"rg=hT?GU^ClBUM.4Fx}MbAHO=hT?GUIDlBbL.4Fxrj}BUAJt(\",ub@y2d4BtUE_Q3nE3RB$A#DSOYMj<cALAvW?hT?GU}jRByWrt,ub@y2/>Dt&a`Q3nE30ogg5F,7LvSQ[zGFEE$A\";i:1637;s:82:\"yP=hT?GU>BlB3L.4Fx}MBAeZ=hT?GU/A$A;CSOYM@1BtoI_Q3nE3<Ai\"3BJHNzRm*(CAO/=hT?GU~@{ACA\";i:1638;s:67:\"mg=hT?GU^ClBUM.4FxrjBAkn=hT?GU/A$A=CSOYM)ZItJV_Q3nE3[B$A|CSOYM)ZItA\";i:1639;s:24:\"ig=hT?GU^ClBrL.4FxrjEABA\";i:1640;s:15:\"i=>hT?GUO[>2XLA\";i:1641;s:38:\"jg=hT?GU^ClB?L.4Fx}M@Z6F>2LvSQ[zGFUE$A\";i:1642;s:15:\"i=>hT?GUO[h=XLA\";i:1643;s:103:\"zP=hT?GU>BlB3L.4Fxrj}BYA2W)\",ub@*N5FbvLvSQ[z@HFB$AlDSOYMj<ttGA7F&(k)Noa.lnuWXLqI:$vbA2Z\"0k_Q3nE3H#yK5FA\";i:1644;s:15:\"Wx>hT?GUO[h=XLA\";i:1645;s:13:\"hg=hT?GU~AlBA\";i:1646;s:14:\"i=>hT?GU}j9CEA\";i:1647;s:60:\"J0=hT?GU4DlBIM.4Fx}MBA<v=hT?GU~@%Ax(#(k)No3B:C:azXJI|+`D$AQA\";i:1648;s:70:\"h#=hT?GUITlBEM.4Fx}MBAq1=hT?GU5A$AADSOYM)ZBt@Q_Q3nE3cAi\"lBJHNzRm)WEABA\";i:1649;s:15:\"i=>hT?GUO[>2XLA\";i:1650;s:147:\"sg=hT?GU~@PBz(jt,ub@g<5FrvLvSQ[zVAyWjt,ub@0@5FgwLvpb[zVA/hXB5FAYzXJI{Z5Ax(#(k)No1H:CXbzXJI{ZzJaL)UVElg*NNK>GlBlN.4Fxrj}BkAIAjt,ub@PP5F>2LvSQ[zM$0WA\";i:1651;s:39:\"jg=hT?GU^ClB|L.4FxrjYBCAIAkt,ub@y2onBtA\";i:1652;s:14:\"i=>hT?GU}jYBEA\";i:1653;s:73:\"mg=hT?GU^ClBMM.4Fx~5aAHO=hT?GUIDlB^L.4FxrjbA};>hT?GUO[>2XLVRVElg*NNKWelBA\";i:1654;s:148:\"sg=hT?GU^ClBUM.4Fx}MbA7y>hT?GUO[;vXLeGVElg*Nj&Lt&a_Q3nE3KG$AADSOYM*+SelB,L.4Fx}M/e6FfzLvSQ[zEAEA$(k)Noa.;CuWjnqI:$vbaUbf:C4YzXJI|+`DcARt%BJHNzij9L$A\";i:1655;s:26:\"ig=hT?GU~@PBFtit,ub@=1hEQA\";i:1656;s:13:\"sP=hT?GUIDlBA\";i:1657;s:13:\"sP=hT?GUIDlBA\";i:1658;s:12:\"4r=hT?GU5A$A\";i:1659;s:24:\"ig=hT?GU^ClBrL.4FxrjEABA\";i:1660;s:13:\"/o=hT?GUjClBA\";i:1661;s:13:\"nu>hT?GU~AlBA\";i:1662;s:26:\"5r=hT?GUO[;vXL5FVElg*NvCQA\";i:1663;s:13:\"nu>hT?GU~AlBA\";i:1664;s:26:\"j=>hT?GUO[T|YL@QVElg*NLAIA\";i:1665;s:24:\"ig=hT?GU^ClBfL.4Fx~5AABA\";i:1666;s:24:\"ig=hT?GU^ClBrL.4FxrjEABA\";i:1667;s:13:\"VE=hT?GU!BlBA\";i:1668;s:14:\"VE=hT?GU~@LBEA\";i:1669;s:14:\"i=>hT?GU}jYBEA\";i:1670;s:15:\"i=>hT?GUO[h=XLA\";i:1671;s:24:\"d#=hT?GUITlBnL.4FxrjCABA\";i:1672;s:13:\">J=hT?GU:tlBA\";i:1673;s:88:\"L0=hT?GU~@>A]Q$(k)No`,&B2W+\",ub@=1qDQA*\",ub@=1qDS\"^\",ub@y2`QCt_)_Q3nE30onb5FFxLvSQ[zUBIA\";i:1674;s:15:\"sP>hT?GUNkNcXLA\";i:1675;s:13:\"sP=hT?GUIDlBA\";i:1676;s:49:\"<o=hT?GU~@,A]Q#(k)No`,0B3(*\",ub@F=5FbvLvSQ[zosyWA\";i:1677;s:26:\"!M=hT?GU!BlBqO.4FxrjYBTDQA\";i:1678;s:35:\"<`?hT?GU!BlBnL.4FxrjCA[Q=hT?GUtUlBA\";i:1679;s:12:\"/o=hT?GU/A$A\";i:1680;s:19:\"4r=hT?IU/A$Aij?NlBA\";i:1681;s:25:\":o=hT?GU~@>AE\"=hT?GUoTlBA\";i:1682;s:34:\"jg=hT?GU~AlB<M.4Fx}MBAw(=hT?GU/A$A\";i:1683;s:12:\"9M>hT?GU/A$A\";i:1684;s:14:\"9M>hT?GU}j.ACA\";i:1685;s:68:\"%M>hT?GU}j.Ax($(k)Noa.J7uWkUqI:$vbxfjH:CNZzXJI|+`D_ARt0BJHNzRm)WFABA\";i:1686;s:13:\"sP=hT?GUIDlBA\";i:1687;s:15:\"i=>hT?GUO[>2XLA\";i:1688;s:15:\"Wx>hT?GUO[BtXLA\";i:1689;s:15:\"Wx>hT?GUO[BtXLA\";i:1690;s:13:\"sP=hT?GUIDlBA\";i:1691;s:47:\"kg=hT?GU^ClBrL.4FxrjEA$T=hT?GU}j.ADt$(k)No3B:CA\";i:1692;s:24:\"WE=hT?GU#ulBvL.4Fx}MCBCA\";i:1693;s:149:\"3P=hT?GU>BlBzL.4FxrjYBSCQA)\",ub@TD5F2uLvSQ[zEAbLht,ub@&G5FGuLvSQ[zJAEA)(k)Noa.+hvW6yqI:$vb\"Id\"dZ`Q3nE30ogg5F37LvSQ[zGFEE$A(DSOYMj<e\"LAO/?hT?GUO[K&YLA\";i:1694;s:29:\"Am?hT?GUO[rPYLNJVElg*N+P?DlBA\";i:1695;s:72:\"mg=hT?GU^ClBrL.4Fx~5CA$T=hT?GUNkhgXL:CVElg*NnA2W)\",ub@*N5Fj3LvSQ[zGFnD$A\";i:1696;s:15:\"i=>hT?GUO[|;XLA\";i:1697;s:75:\"xP=hT?GU>BlBzL.4Fxrj}BuA2W&\",ub@&G5FGuLvSQ[zJAbLnt,ub@y2.hIt~l_Q3nE3H#@Q5FA\";i:1698;s:15:\"Wx>hT?GUO[BtXLA\";i:1699;s:55:\"<o=hT?GUO[xdXL0EVElg*NNK#DlB|L.4FxrjYBsAIAkt,ub@y2.hCtA\";i:1700;s:50:\"<o=hT?GU~@aBc4it,ub@=1QFQA+\",ub@=1SFQA.\",ub@=1SFQA\";i:1701;s:15:\"Wx>hT?GUO[BtXLA\";i:1702;s:15:\"Wx>hT?GUO[1[ZLA\";i:1703;s:15:\"Wx>hT?GUO[>2bLA\";i:1704;s:15:\"Wx>hT?GUNkQjXLA\";i:1705;s:15:\"Wx>hT?GUO[|;bLA\";i:1706;s:15:\"i=>hT?GUO[|;XLA\";i:1707;s:14:\"),=hT?GU}jCBEA\";i:1708;s:35:\"$5=hT?GU(SlBrL.4FxrjEAkn=hT?GU/QlBA\";i:1709;s:25:\")a=hT?GUYTlB<M.4Fx}M:L6FA\";i:1710;s:25:\"zd=hT?GUYTlB<M.4Fx}M:L6FA\";i:1711;s:13:\"4r=hT?GU:tlBA\";i:1712;s:15:\"i=>hT?GUO[>2XLA\";i:1713;s:15:\"i=>hT?GUO[|;XLA\";i:1714;s:46:\"%5=hT?GU(SlBrL.4FxrjEA;C=hT?GU!BlBvL.4Fx}MdABA\";i:1715;s:46:\"kg=hT?GU~AlBUM.4Fx}MbAHO=hT?GUIDlBbL.4FxrjCABA\";i:1716;s:13:\"hg=hT?GU^ClBA\";i:1717;s:12:\">J=hT?GU/A$A\";i:1718;s:136:\"sg=hT?GU~AlBUM.4Fx}MbAHO=hT?GUIDlB?L.4Fx}MBApI=hT?GU/QlB^L.4Fx}MBA1k=hT?GU/A$ABDSOYM)ZBt&a_Q3nE3kAi\"tBJHNz?MuWoIqI:$vbSARt9BJHNzRmXtGABA\";i:1719;s:15:\"VE=hT?GUNk\"lXLA\";i:1720;s:15:\"VE=hT?GUNkknXLA\";i:1721;s:15:\"VE=hT?GUNk/oXLA\";i:1722;s:15:\"VE=hT?GUNkTqXLA\";i:1723;s:15:\"VE=hT?GUNk4rXLA\";i:1724;s:13:\"VE=hT?GU!BlBA\";i:1725;s:36:\"jg=hT?GU^ClBEM.4Fx}MXAO/=hT?GU~@{ACA\";i:1726;s:56:\"wP=hT?GU>BlB3L.4Fx}MBANc=hT?GU/A$AIDSOYM)ZBt8M_Q3nE3kAgA\";i:1727;s:15:\"Wx>hT?GUO[BtXLA\";i:1728;s:26:\"!M>hT?GU/A$AKDSOYMj<sAGABA\";i:1729;s:14:\"9M>hT?GU}j.ACA\";i:1730;s:15:\"Wx>hT?GUO[BtXLA\";i:1731;s:13:\"9M>hT?GU:tlBA\";i:1732;s:13:\"9M>hT?GU:tlBA\";i:1733;s:26:\")a=hT?GU~@&AwW%(k)No`,1BIA\";i:1734;s:26:\"zd=hT?GU~@&AwW%(k)No`,1BIA\";i:1735;s:14:\"F0>hT?GU~@OCEA\";i:1736;s:55:\"<o=hT?GUNkCtXL0EVElg*N+P5FlB|L.4Fxrj}B&AIAkt,ub@y2!FDtA\";i:1737;s:50:\"<o=hT?GU~@gBc4it,ub@=1oFQA+\",ub@=1qFQA.\",ub@=1qFQA\";i:1738;s:55:\"<o=hT?GUO[@QXL0EVElg*NNKKClB|L.4FxrjYBaAIAkt,ub@y2Q/BtA\";i:1739;s:26:\"@2=hT?GUjClB9N.4Fxrj}B)AIA\";i:1740;s:26:\"Rj=hT?GUjClBZN.4Fxrj}B)AIA\";i:1741;s:13:\"L&>hT?GU~AlBA\";i:1742;s:13:\"/o>hT?GU~AlBA\";i:1743;s:56:\"J0=hT?GU/A$ACDSOYM)ZBt^X_Q3nE3kAgArBJHNz?MuWVxqI:$vbWAQA\";i:1744;s:24:\"tP=hT?GUIDlBcM.4Fx}MBABA\";i:1745;s:13:\"VE=hT?GU!BlBA\";i:1746;s:58:\"J0=hT?GU4DlBIM.4Fxs@AA<v=hT?GU4DlB,L.4Fxs@AAf+>hT?GU}jRBEA\";i:1747;s:24:\"tP=hT?GUIDlBAM.4FxrjFABA\";i:1748;s:12:\"Wx=hT?GU/A$A\";i:1749;s:27:\"ig=hT?GU~@PB/hot,ub@y2mnEtA\";i:1750;s:13:\"nu>hT?GU~AlBA\";i:1751;s:46:\"I0=hT?GU4DlBIM.4Fx}MFA<v=hT?GU4DlB,L.4Fx}MFABA\";i:1752;s:14:\"),>hT?GU}j&ACA\";i:1753;s:14:\"),>hT?GU}jRBEA\";i:1754;s:50:\"I0=hT?GU~@%A]Q$(k)No`,oB2W+\",ub@=1[CQA*\",ub@=1[CQA\";i:1755;s:67:\"xP=hT?GUIDlBbL.4Fxs@EA7y=hT?GU/A$ACDSOYM)ZBt^X_Q3nE3kAgArBJHNz?MuWA\";i:1756;s:24:\"d#=hT?GUITlB^L.4FxrjFABA\";i:1757;s:12:\"Wx=hT?GU/A$A\";i:1758;s:13:\"c#=hT?GUITlBA\";i:1759;s:135:\"fE=hT?GU!BlBEM.4Fx~5BB]Q$(k)NoiQ;CAYzXJI{ZDCFtit,ub@)g7Fd5LvSQ[z?CJt?\",ub@=1AJRt&BJHNzijaU$AgDSOYMj<dtTAE\"=hT?IUNUlBrz{55FnbzXJI{ZrhaLA\";i:1760;s:15:\"bS?hT?GUNkWxbLA\";i:1761;s:13:\"hg=hT?GU~AlBA\";i:1762;s:62:\"lg=hT?GU^ClB.M.4Fx}M,E6FRtLvSQ[zJA/hot,ub@y2mnEtQ@_Q3nE3~R2ABA\";i:1763;s:70:\"aE=hT?GU!BlB?L.4Fx}MBApI=hT?GU/A$A~CSOYM)ZBtaS_Q3nE3kAgA]BJHNzRm9(bABA\";i:1764;s:13:\"),>hT?GUITlBA\";i:1765;s:14:\"i=>hT?GU}jYBEA\";i:1766;s:14:\"i=>hT?GU}jYBEA\";i:1767;s:14:\"i=>hT?GU}jYBEA\";i:1768;s:46:\"I0=hT?GU:tlBIM.4Fx}M%A<v=hT?GU:tlB,L.4Fx}M%ABA\";i:1769;s:56:\"ZE=hT?GU!BlBEM.4Fx}MBAq1=hT?GU/A$AADSOYM)ZBt@Q_Q3nE3kAgA\";i:1770;s:13:\"Qj=hT?GU4DlBA\";i:1771;s:15:\"bS?hT?GUO[UEXLA\";i:1772;s:15:\"Wx>hT?GUO[@QZLA\";i:1773;s:87:\"ng=hT?GU^ClBHP.4Fx~5fAHO=hT?GUIDlBzL.4Fxrj}B.AIAit,ub@y2FAuW<cqI:$vbaUFB:C.YzXJI{Zm$ZLA\";i:1774;s:126:\"qg=hT?GUO[^XaL(HVElg*NjCRtnBJHNzoxuW_EqI:$vbxfBN:C>WzXJI|+EA,h#(k)NohD:CfbzXJI|+wCMAQA@\",ub@y29yGt*h_Q3nE30oWe5F<8LvSQ[zGF*J$A\";i:1775;s:13:\"L&>hT?GU~AlBA\";i:1776;s:114:\"pg=hT?GUO[*hXLeGVElg*NNK]KlBIM.4FxrjDA<v=hT?GUO[T|XLUEVElg*NbA3(@\",ub@=1GFQA.\",ub@y2mnEt8M`Q3nE30o5*5Fp1LvSQ[zFAEA\";i:1777;s:15:\"Wx>hT?GUO[>2XLA\";i:1778;s:15:\"i=>hT?GUO[|;bLA\";i:1779;s:12:\"Wx=hT?GU/A$A\";i:1780;s:15:\"Wx>hT?GUO[>2XLA\";i:1781;s:13:\"hg=hT?GU~AlBA\";i:1782;s:13:\"hg=hT?GU^ClBA\";i:1783;s:48:\"I0=hT?GU}j\"A/hjt,ub@xJ5FAwLvSQ[zu6zWoIqI:$vb2AQA\";i:1784;s:13:\"sP=hT?GUIDlBA\";i:1785;s:13:\"A^>hT?GU~AlBA\";i:1786;s:37:\"e#=hT?GU~AlB9N.4FxrjBA2[>hT?GUO[UEXLA\";i:1787;s:13:\"VE=hT?GU!BlBA\";i:1788;s:15:\"bS?hT?GUO[UEXLA\";i:1789;s:59:\"J0=hT?GU.DlBIM.4FxrjFA<v=hT?GU.DlB,L.4FxrjFA<v>hT?GUO[@QZLA\";i:1790;s:59:\"J0=hT?GU.DlBIM.4FxrjFA<v=hT?GU.DlB,L.4FxrjFA<v>hT?GUO[>2XLA\";i:1791;s:70:\"xP=hT?GUIDlBEM.4Fx}MBAq1=hT?GUeBlBAM.4Fx}MBA+h=hT?GU/A$A/DSOYMj<dt3ACA\";i:1792;s:14:\"i=>hT?GU}jYBEA\";i:1793;s:15:\"i=>hT?GUO[|;XLA\";i:1794;s:87:\"yP=hT?GU>BlB3L.4Fxs@EANc=hT?GU/A$A}CSOYMj<ttCA^9&(k)Noa.BAZL5FVElg*NAbLt0k_Q3nE3H#&a5FA\";i:1795;s:15:\"z:=hT?GUNk?2XLA\";i:1796;s:24:\"tP=hT?GUIDlBEM.4FxrjFABA\";i:1797;s:12:\"Wx=hT?GU/A$A\";i:1798;s:37:\"uP=hT?GUIDlBbL.4FxrjCA[Q=hT?GUNkZ4XLA\";i:1799;s:15:\"bS>hT?GUO[h=bLA\";i:1800;s:45:\"<o=hT?GU/A$A=CSOYM)ZBtJV_Q3nE3kAi\"rBJHNz?MuWA\";i:1801;s:15:\"9M=hT?GUO[h=XLA\";i:1802;s:24:\"ig=hT?GU~AlBHP.4Fx~5aABA\";i:1803;s:15:\"bS=hT?GUO[.oXLA\";i:1804;s:15:\"bS=hT?GUO[ggXLA\";i:1805;s:15:\"bS=hT?GUNk!5XLA\";i:1806;s:15:\"\"l=hT?GUNkI7XLA\";i:1807;s:13:\"hg=hT?GU~AlBA\";i:1808;s:56:\"8r=hT?GUVMlBEM.4Fx}MBAq1=hT?GU/A$AADSOYM)ZBt@Q_Q3nE3KG$A\";i:1809;s:12:\"EH=hT?GUpA$A\";i:1810;s:12:\"EH=hT?GUpA$A\";i:1811;s:37:\"Yx=hT?GU}j]AE\"=hT?GU(ClB%N.4Fx}ME96FA\";i:1812;s:14:\"nu=hT?GU}jSBEA\";i:1813;s:13:\"hg=hT?GU~AlBA\";i:1814;s:83:\"ng=hT?GU~@PBz(st,ub@y2{9Dt#T_Q3nE3kAi\"mBJHNz?MuWyKqI:$vbSARtrBJHNz?MuWIoqI:$vbA2S\"A\";i:1815;s:35:\"e#=hT?GUITlBMM.4Fx~5aA;C=hT?GUoDlBA\";i:1816;s:122:\"eE=hT?GU!BlBEM.4Fx}M@Z6FgwLvSQ[ztNzW|LqI:$vbA2W\"@Q_Q3nE3~RpA[Q?hT?GU~AlB5N.4Fx}MBA};>hT?GUO[1[YLVRVElg*NNK5VlB|L.4Fx~5cABA\";i:1817;s:15:\"\"l?hT?GUO[h=XLA\";i:1818;s:14:\"9M>hT?GU}j.ACA\";i:1819;s:14:\"9M>hT?GU}j.ACA\";i:1820;s:62:\"%M=hT?GUeBlBEM.4Fx}M@Z6FgwLvSQ[ztNzW|LqI:$vbA2W\"@Q_Q3nE3~RpABA\";i:1821;s:122:\"rg=hT?GU~AlBbL.4Fx}MdAYL=hT?GU~AlB?L.4Fx}MBApI=hT?GU/A$A~CSOYM)ZBtaS_Q3nE3kAgAuBJHNz?MuWhNqI:$vbSARttBJHNz?MuWoIqI:$vbSAQA\";i:1822;s:79:\"mg=hT?GU~@PBc4ht,ub@gM5F/1LvSQ[zGF,D$AHDSOYMj<dtVA8y((k)Noa.pIxWb#qI:$vbaUDn:CA\";i:1823;s:110:\"pg=hT?GU~@PBc4ht,ub@gM5FRtLvSQ[zTBJt(\",ub@*=5FxtLvSQ[zGF\"C$AgDSOYMj<dt9Am_%(k)No1n:C_czXJI|+wCgEgAyBJHNzijZP$A\";i:1824;s:26:\"?J=hT?GU/A$A|CSOYMj<e\"IABA\";i:1825;s:13:\"c#>hT?GUoDlBA\";i:1826;s:60:\"wP=hT?GU>BlB3L.4Fxs@EAeZ=hT?GUoDlBkM.4Fx}MTg6F#zLvSQ[z@H?D$A\";i:1827;s:91:\"bE=hT?GU}jeBz(ht,ub@=1eFRt&BJHNzRmOAK\"aS`Q3nE3H#7f5F;vLvSQ[z@01W@QqI:$vbtfg\"0k_Q3nE3H#gg5FA\";i:1828;s:53:\"YE=hT?GUO[;vXLKCVElg*NNK~FlB5N.4Fxs@EA<v>hT?GUO[C\"5FA\";i:1829;s:13:\"hg=hT?GU\"tlBA\";i:1830;s:13:\"sP=hT?GUIDlBA\";i:1831;s:132:\"2P=hT?GU>BlB3L.4Fxs@EANc=hT?GUYTlBbL.4Fx}MBA[Q=hT?GU/A$A}CSOYM*+DblBeO.4Fxrj}BDBS\"|\",ub@y2H\"vWaSqI:$vbX%X\"p1_Q3nE3H#qi5Fw$LvSQ[zFAEA\";i:1832;s:153:\"\"J>hT?GU}j(A7F#(k)NohD:CIYzXJI{Z*zZL!GVElg*NrA2W+\",ub@=14DQA*\",ub@F=5Fd5LvSQ[zEAz(nt,ub@TD5Fj3LvSQ[zGF&K$AgDSOYMj<dt9AOc)(k)No|B:CggzXJI|+CA7F+(k)No|B:CA\";i:1833;s:13:\"hg=hT?GU~AlBA\";i:1834;s:48:\"I0=hT?GU}j]A]Q$(k)Nowm:CAYzXJI{Z*zZLUEVElg*NrAIA\";i:1835;s:25:\"zd=hT?GUtUlB7L.4Fx}MWn6FA\";i:1836;s:24:\"ig=hT?GU^ClBMM.4Fx~5aABA\";i:1837;s:24:\"d#=hT?GUITlBjL.4FxrjFABA\";i:1838;s:24:\"d#=hT?GUITlBMM.4Fx~5aABA\";i:1839;s:14:\"c#=hT?GU}j&ACA\";i:1840;s:23:\"?J=hT?GU/A$A|CSOYMifCtA\";i:1841;s:13:\"hg=hT?GU^ClBA\";i:1842;s:27:\"Xx=hT?GUO[T|XL5FVElg*NAbLtA\";i:1843;s:15:\"F0>hT?GUO[oIZLA\";i:1844;s:86:\"ng=hT?GU~@PBz(it,ub@TD5FxtLvSQ[zEA:>it,ub@TD5FbvLvSQ[zXv1WO2qI:$vbaUfT:CmezXJI|+wC@EgA\";i:1845;s:15:\"bS?hT?GUNkWxbLA\";i:1846;s:15:\"i=>hT?GUNkf+bLA\";i:1847;s:50:\"f#=hT?GU}j&AwW$(k)Norl:C(XzXJI|+`DWCi\"%BJHNzij9L$A\";i:1848;s:68:\"mg=hT?GU\"tlBHP.4Fx~5\"A7F#(k)No3B;CDXzXJI{ZnBz(pt,ub@^D7FfzLvSQ[z>CIA\";i:1849;s:13:\"hg=hT?GU~AlBA\";i:1850;s:46:\"I0=hT?GURIlBIM.4Fx~5LA<v=hT?GURIlB,L.4Fx~5LABA\";i:1851;s:36:\"uP=hT?GUIDlBbL.4FxrjCAf+>hT?GU}jRBEA\";i:1852;s:124:\"^o=hT?GU/A$A=CSOYM)ZBtJV_Q3nE3RB$A|CSOYM)ZBtdZ_Q3nE3kAi\"uBJHNz?MuW|LqI:$vbSAQA*\",ub@TD5F;vLvSQ[zPAG\"&(k)No`,gC2W@\",ub@=1*EQA\";i:1853;s:25:\"ig=hT?GU~@PBc4ht,ub@gM5FA\";i:1854;s:29:\"WE=hT?GUNkO/XLlBVElg*NNK8clBA\";i:1855;s:62:\"lg=hT?GU~@PBbLjt,ub@TD5F;vLvSQ[z5pyW@QqI:$vbu<T\"Q@_Q3nE3~R2ABA\";i:1856;s:15:\"9M>hT?GUO[uWaLA\";i:1857;s:48:\"kg=hT?GU^ClB|L.4Fx~5cAw(=hT?GU~@%A8y&(k)No`,iCIA\";i:1858;s:25:\"tP=hT?GUIDlB3L.4Fx}MY%6FA\";i:1859;s:29:\"ou=hT?GUNkz:XLoIVElg*N+PdJlBA\";i:1860;s:26:\"ou=hT?GUO[lBXLoIVElg*NrAIA\";i:1861;s:15:\"_X=hT?GUNk};XLA\";i:1862;s:25:\"5r=hT?GU.DlB|L.4Fx}M>#6FA\";i:1863;s:26:\"ou=hT?GU~@:ADt$(k)No`,6BIA\";i:1864;s:24:\"ou=hT?GU.DlBcM.4FxrjFABA\";i:1865;s:27:\"ou=hT?GUO[GOaLoIVElg*N6=KtA\";i:1866;s:24:\"ou=hT?GU.DlBcM.4FxrjFABA\";i:1867;s:69:\"xP=hT?GUIDlB?L.4Fx}MBApI=hT?GUtUlB^L.4FxrjDA1k=hT?GUtUlB*N.4Fx}Mp!6FA\";i:1868;s:14:\"9M=hT?GU~@/ACA\";i:1869;s:34:\"uP=hT?GU>BlB3L.4Fx}MBAeZ=hT?GU/A$A\";i:1870;s:14:\"L&=hT?GU~@)ACA\";i:1871;s:26:\"tP=hT?GUIDlBzL.4FxrjYBSCQA\";i:1872;s:13:\"L&?hT?GU(SlBA\";i:1873;s:98:\"zP=hT?GUIDlBEM.4Fxrj}B!A3(+\",ub@TD5FAwLvSQ[z@H&C$A{CSOYM)ZBtuW_Q3nE3/B$AnDSOYM*+*llBcM.4Fxrj}BTBQA\";i:1874;s:67:\"xP=hT?GUIDlBEM.4FxrjFAq1=hT?GU/A$AADSOYM)ZBt@Q_Q3nE3kAgAtBJHNzApxWA\";i:1875;s:37:\"#M>hT?GU/A$AKDSOYMj<sAOA;C=hT?GUtUlBA\";i:1876;s:14:\"9M>hT?GU}j.ACA\";i:1877;s:24:\"ig=hT?GU~AlBHP.4Fx~5aABA\";i:1878;s:26:\"tP=hT?GUIDlBvL.4Fxrj}BXBQA\";i:1879;s:41:\"pu=hT?GUNkR@XL#TVElg*NXmOt*h_Q3nE3H#Io5FA\";i:1880;s:13:\"F0=hT?GUjClBA\";i:1881;s:13:\"/o=hT?GUYTlBA\";i:1882;s:15:\"z:=hT?GUO[\"]aLA\";i:1883;s:204:\"oCB*)\",ub@7L5F[tLvSQ[zKA:>ht,ub@y2PcItXL_Q3nE3kAi\"pBJHNz?MuW4YqI:$vbu<S\"lB_Q3nE3<AgAoBJHNz`auWVxqI:$vbxfkU:C9ZzXJI{ZCA7F&(k)Noa.~;vW\"SqI:$vbxfJV:C=ZzXJI|+wCoEi\"1BJHNz)dxWQ@qI:$vb!EgA2BJHNz)dxW@@qI:$vb!EgA\";i:1884;s:125:\"1P=hT?GU>BlB3L.4Fxrj}BfBRtpBJHNzG3uW=JqI:$vbxf:C:C+WzXJI{ZCAm_#(k)No3B:C7XzXJI|+`DgAQA+\",ub@=1NES\".\",ub@y2:hDt~l_Q3nE3H#3r5FA\";i:1885;s:13:\"_X=hT?GUoDlBA\";i:1886;s:27:\"LV=hT?GUO[3rYL8MVElg*NtEKtA\";i:1887;s:13:\"hg=hT?GU~AlBA\";i:1888;s:13:\"hg=hT?GU~AlBA\";i:1889;s:13:\"sP=hT?GUIDlBA\";i:1890;s:13:\"c#=hT?GU~AlBA\";i:1891;s:60:\"J0=hT?GU~@UC/hjt,ub@TD7FAwLvSQ[z>CK\"it,ub@TD7FVxLvSQ[zGF,D$A\";i:1892;s:15:\"_X=hT?GUNk5}XLA\";i:1893;s:57:\"J0=hT?GU.DlBIM.4Fx}MBA<v=hT?GU.DlB,L.4Fx}MBAf+>hT?GUITlBA\";i:1894;s:15:\"i=>hT?GUO[>2XLA\";i:1895;s:15:\"i=>hT?GUNkD\"5FA\";i:1896;s:33:\"`X=hT?IUO[lBXL#zGF\"ClB=FkcwY)!E\"A\";i:1897;s:48:\"I0=hT?GU:tlBIM.4Fx}M%A<v=hT?GUO[Q@eLUEVElg*N&FQA\";i:1898;s:14:\"F0=hT?GU~@:ACA\";i:1899;s:12:\"Wx=hT?GU/A$A\";i:1900;s:87:\"\"X=hT?GU~@)A8y$(k)NohD:CKazXJI|+CAwW+(k)No`,!B2WCByD1+!R/GgA{BJHNzRmOAK\"E0_Q3nE3H#%t5FA\";i:1901;s:15:\"),=hT?GUNk;CYLA\";i:1902;s:36:\"{X=hT?GU~@)A8y$(k)No3B:C8czXJI|+CACA\";i:1903;s:15:\"),=hT?GUNk5}XLA\";i:1904;s:27:\":o=hT?GU~@^AE\"=hT?GUO[lBXLA\";i:1905;s:29:\"j=>hT?GUO[>2XL@QVElg*NNK2elBA\";i:1906;s:14:\"i=>hT?GU}jYBEA\";i:1907;s:73:\"mg=hT?GUO[*hXL(HVElg*NjCRtnBJHNzoxuW$AVElg*NNK6ilBjL.4FxrjDAw(=hT?GU:tlBA\";i:1908;s:39:\"jg=hT?GUO[*hXL*BVElg*NjA2W_\",ub@y2/>QtA\";i:1909;s:13:\"hg=hT?GU_vlBA\";i:1910;s:12:\"Wx=hT?GU/A$A\";i:1911;s:26:\"Xx=hT?GUzClB=N.4Fxrj}BrBQA\";i:1912;s:93:\"og=hT?GU^ClBUM.4FxrjBA;C=hT?GUtUlB?L.4Fx}MBApI=hT?GU/A$A~CSOYMj<dtAAP/#(k)No3B:CvbzXJI{Z@iaLA\";i:1913;s:13:\"hg=hT?GU^ClBA\";i:1914;s:26:\"ig=hT?GU~@PB/hht,ub@=1aFQA\";i:1915;s:87:\"ng=hT?GU~@PBc4ht,ub@gM5Fj3LvSQ[z@H~F$A\"CSOYM*+}clB*N.4Fx}Mp!6Fp1LvSQ[zFA/hkt,ub@y2b4HtA\";i:1916;s:15:\"z:=hT?GUNkEHYLA\";i:1917;s:15:\"z:=hT?GUNkpIYLA\";i:1918;s:15:\"z:=hT?GUNk>JYLA\";i:1919;s:15:\"z:=hT?GUNkYLYLA\";i:1920;s:13:\"hg=hT?GU~AlBA\";i:1921;s:80:\"yP=hT?GUIDlB*N.4Fx}Mp!6FFxLvSQ[zUBJt+\",ub@dF5FgwLvSQ[zDAbLjt,ub@dF5FLvLvSQ[zDAEA\";i:1922;s:15:\"i=>hT?GUO[>2bLA\";i:1923;s:14:\"i=>hT?GU}j9CEA\";i:1924;s:15:\"i=>hT?GUO[>2dLA\";i:1925;s:15:\"Wx>hT?GUNk9MYLA\";i:1926;s:79:\"ng=hT?GU^ClBrL.4Fx~5CAvW=hT?GU/A$A^CSOYM)ZBtlB_Q3nE3<AgAoBJHNz`auWSqqI:$vbA2g\"A\";i:1927;s:100:\"[o=hT?GU/A$A=CSOYM)ZBtJV_Q3nE3kAi\"rBJHNz?MuW8MqI:$vbSARtuBJHNz?MuW|LqI:$vbSAQA*\",ub@TD5Fd5LvSQ[zFAEA\";i:1928;s:12:\"/o=hT?GU/A$A\";i:1929;s:15:\"`)=hT?GUO[0kXLA\";i:1930;s:13:\"4r=hT?GU.DlBA\";i:1931;s:26:\"ou=hT?GUoTlB%N.4Fxrj}B5BQA\";i:1932;s:13:\"4r>hT?GU.TlBA\";i:1933;s:25:\":o=hT?GU/A$A~CSOYM*+JplBA\";i:1934;s:49:\"I0=hT?GUeBlBIM.4Fx}MWn6FAwLvSQ[z0.zWoIqI:$vb*|Y\"A\";i:1935;s:47:\"I0=hT?GU4DlBIM.4Fx}MFA<v=hT?GU~@BBFtit,ub@qO5FA\";i:1936;s:48:\"I0=hT?GU}jCB/hjt,ub@qO5FAwLvSQ[zj;zWoIqI:$vb]AQA\";i:1937;s:48:\"I0=hT?GU}jCB/hjt,ub@qO5FAwLvSQ[zj;zWoIqI:$vb]AQA\";i:1938;s:47:\"I0=hT?GU4DlBIM.4Fx}MFA<v=hT?GU}jCBFtit,ub@qO5FA\";i:1939;s:13:\"nu=hT?GU(ClBA\";i:1940;s:14:\"`)=hT?GU}jDBEA\";i:1941;s:13:\"nu=hT?GUNUlBA\";i:1942;s:48:\"I0=hT?GU}jCB/hjt,ub@xJ5FAwLvSQ[zB[zWoIqI:$vb2AQA\";i:1943;s:24:\"ou=hT?GUoTlBcM.4Fxs@DABA\";i:1944;s:13:\"nu=hT?GUNUlBA\";i:1945;s:50:\"<o=hT?GU~@,A]Q#(k)No`,0B3(*\",ub@=1qDRtrBJHNzij6M$A\";i:1946;s:48:\"I0=hT?GU}jCB/hjt,ub@PP5FAwLvSQ[zj;zWoIqI:$vb{AQA\";i:1947;s:46:\"I0=hT?GUjClBIM.4FxrjDA<v=hT?GUjClB,L.4FxrjDABA\";i:1948;s:24:\"cS=hT?GUtUlBmO.4Fxs@eABA\";i:1949;s:13:\"hg=hT?GU\"tlBA\";i:1950;s:81:\"ng=hT?GU_vlB;L.4FxrjbA7y=hT?GU/A$ACDSOYM)ZBt^X_Q3nE3kAgArBJHNz?MuW@QqI:$vbaUfT:CA\";i:1951;s:98:\"AY=hT?GU/A$A@CSOYMj<e\"PAkn=hT?GUO[k_YLFBVElg*NJA3(*\",ub@TD5FbvLvSQ[zEAz(nt,ub@=1hERt9BJHNzRmPtuABA\";i:1952;s:15:\"Wx>hT?GUNksPYLA\";i:1953;s:13:\"bS=hT?GU/wlBA\";i:1954;s:34:\"jg=hT?GU_vlBrL.4FxrjEA7y=hT?GU/A$A\";i:1955;s:35:\"jg=hT?GU_vlBrL.4Fxrj)AYL=hT?GU!BlBA\";i:1956;s:35:\"XE=hT?GUtUlBvL.4Fx}MdA1k=hT?GUYTlBA\";i:1957;s:41:\"dS=hT?GUO[T|XL\"SVElg*NXmNt_)_Q3nE30onb5FA\";i:1958;s:15:\"Wx>hT?GUO[1[YLA\";i:1959;s:15:\"_X=hT?GUO[k_YLA\";i:1960;s:47:\"kg=hT?GU^ClB3L.4Fx}M8V6FRtLvSQ[zSBJt^\",ub@^D5FA\";i:1961;s:62:\"wP=hT?GU>BlB3L.4Fx}M.x6FGuLvSQ[zSBJt?\",ub@=1hERt9BJHNzRm9(JABA\";i:1962;s:13:\"nu=hT?GUoTlBA\";i:1963;s:48:\"kg=hT?GU_vlBUM.4Fx}MbA[Q=hT?GU~@>AP/#(k)No`,QCIA\";i:1964;s:15:\"bS=hT?GUO[T|XLA\";i:1965;s:101:\"0P=hT?GUJwlBzL.4Fx}MDA;C=hT?GUu%lBvL.4Fx}MCB.>#(k)No3B;C+WzXJI{ZnB:>it,ub@TD7FbvLvSQ[z>CIAqt,ub@]{7FA\";i:1966;s:51:\"|X=hT?GU}jgBbLit,ub@TD5F;vLvSQ[zB[zWaSqI:$vbxf&a;CA\";i:1967;s:15:\"i=>hT?GUO[>2XLA\";i:1968;s:14:\"i=>hT?GU}jYBEA\";i:1969;s:14:\"Wx>hT?GU}jYBEA\";i:1970;s:15:\"i=>hT?GUO[1[YLA\";i:1971;s:37:\"XE=hT?GUu%lBvL.4Fx}MCB.>#(k)Noa.2k4WA\";i:1972;s:12:\"KV?hT?GU/A$A\";i:1973;s:15:\"z:=hT?GUNk$TcLA\";i:1974;s:26:\"ou=hT?GUoTlBkM.4Fxrj}B(BQA\";i:1975;s:13:\"nu=hT?GUNUlBA\";i:1976;s:42:\"H0>hT?GUNkvWYLdZVElg*NNK^HlB{O.4FxrjYB6GQA\";i:1977;s:15:\"F0>hT?GUNk_XYLA\";i:1978;s:67:\"h#=hT?GUITlBbL.4Fx}MJAkn=hT?GU/A$A=CSOYMLUDtJV_Q3nE3LD$A|CSOYM)ZBtA\";i:1979;s:12:\">J=hT?GU/A$A\";i:1980;s:12:\"EH=hT?GUpA$A\";i:1981;s:67:\"h#=hT?GUITlBbL.4Fx}MIAkn=hT?GU/A$A=CSOYMAlCtJV_Q3nE3~B$A|CSOYM)ZBtA\";i:1982;s:13:\">J=hT?GU}DlBA\";i:1983;s:13:\"EH=hT?GU~AlBA\";i:1984;s:12:\">J=hT?GU/A$A\";i:1985;s:12:\"EH=hT?GUpA$A\";i:1986;s:15:\"F0>hT?GUNkeZYLA\";i:1987;s:15:\"F0>hT?GUNk(aYLA\";i:1988;s:15:\"F0>hT?GUNkNcYLA\";i:1989;s:15:\"F0>hT?GUNk_XYLA\";i:1990;s:15:\"F0>hT?GUO[k_ZLA\";i:1991;s:13:\"sP=hT?GUIDlBA\";i:1992;s:124:\"1P=hT?GU>BlB3L.4Fx}MBAeZ=hT?GU/A$A;CSOYMj<cABA[Q=hT?GU!BlB+O.4FxrjYB}AIAqt,ub@=1*ES\"{\",ub@y2/>Dt&a`Q3nE30ogg5F,7LvSQ[zGFEE$A\";i:1993;s:15:\"\"l=hT?GUO[5FXLA\";i:1994;s:14:\"4r=hT?GU~@^ACA\";i:1995;s:27:\"5r=hT?GU}jeB/hot,ub@y2mnDtA\";i:1996;s:12:\"\"l=hT?GU/A$A\";i:1997;s:15:\"VE=hT?GUNk_XYLA\";i:1998;s:35:\"e#=hT?GU~AlBrL.4FxrjEA;C=hT?GU!BlBA\";i:1999;s:12:\"\"l=hT?GU/A$A\";i:2000;s:15:\"nu=hT?GUO[lBXLA\";i:2001;s:15:\"bS=hT?GUNkydYLA\";i:2002;s:15:\"bS=hT?GUNk|eYLA\";i:2003;s:15:\"bS=hT?GUNkhgYLA\";i:2004;s:15:\"bS=hT?GUNk+hYLA\";i:2005;s:111:\"Hm?hT?GUO[rPcL#TVElg*N@rOtK&_Q3nE3[J$A:DSOYMWDIt#T`Q3nE30o<c5F]6LvSQ[zGF#D$AHDSOYM*+pZlBbP.4FxrjBA2[?hT?GU~AlBA\";i:2006;s:15:\"z:=hT?GUO[\"]aLA\";i:2007;s:113:\"]o=hT?GU/A$A=CSOYM)ZBtJV_Q3nE3kAi\"rBJHNz?MuW8MqI:$vbSARtuBJHNz#8uW|LqI:$vbSAQA*\",ub@PP5F[tLvSQ[zRAG\"$(k)Noa.vWwWA\";i:2008;s:64:\"ZE=hT?GUO[JVXLeGVElg*NNK~FlBIM.4FxrjFA<v=hT?GUO[;vXLUEVElg*NrAIA\";i:2009;s:26:\"tP=hT?GUIDlBcM.4FxrjYBDBQA\";i:2010;s:169:\"5P=hT?GU>BlBEM.4FxrjFAq1=hT?GU/A$AADSOYMifCt@Q_Q3nE3kAi\"@BJHNz)dxW_EqI:$vbA2U\"lB_Q3nE3H#R95FU0LvSQ[z@H;H$ATDSOYM)ZBt_)_Q3nE30onb5FvzLvSQ[zGFJN$AoDSOYM*+Htp1_Q3nE30oD,5FA\";i:2011;s:13:\"L&?hT?GUXWlBA\";i:2012;s:25:\"M&?hT?GUXWlB<M.4Fx}M:L6FA\";i:2013;s:42:\"MV=hT?GUO[v(YL:CVElg*N+P3LlB7L.4Fxrj}B^BQA\";i:2014;s:26:\"zd=hT?GUNkhgYLPDVElg*NzCQA\";i:2015;s:15:\"L&?hT?GUO[h=XLA\";i:2016;s:24:\"ou=hT?GUNUlBoM.4FxrjeABA\";i:2017;s:29:\"!M>hT?GUO[b#YLVRVElg*NNKialBA\";i:2018;s:13:\"hg=hT?GU~AlBA\";i:2019;s:13:\"hg=hT?GU^ClBA\";i:2020;s:87:\"yP=hT?GU>BlB3L.4Fx}MBANc=hT?GU/A$A8DSOYMj<dtlAE\"=hT?GU}j]ADt&(k)Noa.%$yWaSqI:$vbaUp1:CA\";i:2021;s:13:\"?2=hT?GU.DlBA\";i:2022;s:15:\"sP=hT?GUO[h=XLA\";i:2023;s:79:\"yP=hT?GU?ulB7L.4Fx}M%A;C=hT?GU!BlBEM.4FxrjDAq1=hT?GU.DlBAM.4FxrjDA+h=hT?GU.DlBA\";i:2024;s:112:\"qg=hT?GU_vlBUM.4Fx}MAB.>#(k)No3B:C+WzXJI{ZCAm_#(k)No3B:C7XzXJI{ZCAZL$(k)No3B;CQYzXJI{ZnBbLjt,ub@TD7FLvLvSQ[z>CIA\";i:2025;s:158:\"5P=hT?GUIDlB3L.4Fx}MdAeZ=hT?GUtUlBbL.4Fxrj}BxHS\"+\",ub@TD5FgwLvSQ[zEAbLjt,ub@TD5FLvLvSQ[zEAz(pt,ub@^D5FvzLvSQ[zFAFtkt,ub@^D7FKyLvSQ[z?CJt/\",ub@^D7FqyLvSQ[z?CIA\";i:2026;s:36:\"jg=hT?GU~AlBHP.4Fx~5fAYL>hT?GU}j.ACA\";i:2027;s:13:\"hg=hT?GU^ClBA\";i:2028;s:25:\"M&?hT?GUY(lB<M.4Fx}M:L8FA\";i:2029;s:39:\"H0=hT?GU:tlB`N.4FxrjYBlDQA@\",ub@y2F\"vWA\";i:2030;s:15:\"Wx>hT?GUO[jndLA\";i:2031;s:15:\"VE=hT?GUO[JVbLA\";i:2032;s:13:\"VE=hT?GU#ulBA\";i:2033;s:24:\"d#=hT?GUITlBbL.4Fxrj&ABA\";i:2034;s:56:\"ZE=hT?GU5QlB?L.4Fx}MBApI=hT?GU/A$A~CSOYM)ZBtaS_Q3nE3kAgA\";i:2035;s:15:\"VE=hT?GUO[.oZLA\";i:2036;s:13:\"VE=hT?GUoDlBA\";i:2037;s:13:\"VE=hT?GU!BlBA\";i:2038;s:13:\"hg=hT?GU~AlBA\";i:2039;s:35:\"0d=hT?GUkvlB7L.4Fxrj(A;C=hT?GUtUlBA\";i:2040;s:171:\"ug=hT?GU~AlBHP.4Fx~5fAHO=hT?GU>BlBzL.4Fx}M5O6F2uLvSQ[zEAbLht,ub@&G5FQwLvSQ[zp~0WhNqI:$vb*|d\"^X_Q3nE3t`3A+h=hT?GU~@UBbLmt,ub@y2#yGt6y_Q3nE3~RkA<v>hT?GUO[>2XLBNVElg*NNKSalBA\";i:2041;s:35:\"jg=hT?GU_vlBHP.4Fx~5EBx(#(k)Nowm:CA\";i:2042;s:14:\"Qj=hT?GU~@UBEA\";i:2043;s:85:\"ng=hT?GU^ClBEM.4FxrjbAq1=hT?GU~@UBbLjt,ub@F=5FLvLvSQ[zp~0W]qqI:$vbaUu2:C#bzXJI{Z02aLA\";i:2044;s:29:\"Xx>hT?GUO[{eZL#TVElg*NNKoIlBA\";i:2045;s:15:\"Wx>hT?GUO[jnZLA\";i:2046;s:25:\"ig=hT?GU~AlBUM.4Fx}MiD6FA\";i:2047;s:73:\"xP=hT?GUIDlB3L.4Fx}MBAeZ=hT?GU/A$A\"CSOYM*+RhlBkM.4FxrjYBvDS\"}\",ub@y2n_HtA\";i:2048;s:35:\"uP=hT?GU>BlB3L.4Fxs@EAf+=hT?GUtUlBA\";i:2049;s:24:\"#5=hT?GU(SlBrL.4FxrjEABA\";i:2050;s:81:\"ng=hT?GU^ClBHP.4Fx~5aA6F=hT?GUpA$A;CSOYM)ZBtoI_Q3nE3kAgAxBJHNz?MuWaSqI:$vbxf7f:CA\";i:2051;s:96:\"og=hT?GU~AlBUM.4Fx}MbAHO=hT?GUIDlBbL.4FxrjCApI=hT?GUO[oIaLBNVElg*N+PAQlB*N.4Fx}Mp!6FT3LvSQ[z?CIA\";i:2052;s:13:\"sP>hT?GU~AlBA\";i:2053;s:15:\"sP>hT?GUNk\"lYLA\";i:2054;s:13:\"F0>hT?GU:tlBA\";i:2055;s:69:\"|X?hT?GU}jRByWrt,uj@&G5F>+wCCC&\">BJHtz`auWhNNKII:C{O.4?zrjCAq10oggXLA\";i:2056;s:15:\"hg=hT?GUNkknYLA\";i:2057;s:12:\"4r=hT?GU/A$A\";i:2058;s:95:\"zP=hT?GUIDlBzL.4FxrjYBSCRtlBJHNzijIS$A>CSOYM*+vnlB?L.4Fx}MBApI=hT?GUtUlB^L.4Fx}MBA1k=hT?GUtUlBA\";i:2059;s:48:\"I0=hT?GU/A$ACDSOYM*+TrlBAM.4Fx}MBA+h=hT?GU~@fBEA\";i:2060;s:45:\"I0=hT?GU/A$ACDSOYM)ZBt^X_Q3nE3kAgArBJHNz?MuWA\";i:2061;s:13:\"VE=hT?GU#ulBA\";i:2062;s:99:\"zP=hT?GU>BlBzL.4Fxrj}BuAIAit,ub@*N5FrvLvSQ[zGF&C$ATDSOYM)ZBt\"]_Q3nE30onb5F;vLvSQ[zGFOW$AKDSOYM@1ItA\";i:2063;s:15:\"i=>hT?GUO[|;XLA\";i:2064;s:15:\"Wx>hT?GUO[|;XLA\";i:2065;s:15:\"Wx>hT?GUNk/oYLA\";i:2066;s:15:\"Wx>hT?GUO[>2XLA\";i:2067;s:13:\"nu>hT?GU~AlBA\";i:2068;s:13:\"hg=hT?GU~AlBA\";i:2069;s:15:\"(a=hT?GUNk};XLA\";i:2070;s:15:\"yd=hT?GUNk};XLA\";i:2071;s:15:\"z:=hT?GUNkTqYLA\";i:2072;s:15:\"z:=hT?GUO[@QYLA\";i:2073;s:26:\")a=hT?GU}jSBFtlt,ub@=1QDQA\";i:2074;s:26:\"zd=hT?GU}jSBFtlt,ub@=1QDQA\";i:2075;s:15:\"i=>hT?GUO[>2XLA\";i:2076;s:15:\"Wx>hT?GUO[1[ZLA\";i:2077;s:12:\"(a=hT?GU/A$A\";i:2078;s:12:\"yd=hT?GU/A$A\";i:2079;s:12:\"(a=hT?GU/A$A\";i:2080;s:12:\"yd=hT?GU/A$A\";i:2081;s:15:\"F0>hT?GUNk+hYLA\";i:2082;s:12:\"yd=hT?GU/A$A\";i:2083;s:70:\"xP=hT?GU>BlBzL.4Fx}M@~6FlxLvSQ[zVAbLit,ub@TD5FRtLvSQ[zJAbLot,ub@=1*EQA\";i:2084;s:12:\"),=hT?GU/A$A\";i:2085;s:128:\"rg=hT?GU~@PBbLht,ub@WK5FGuLvSQ[zOA/hht,ub@F=5FQwLvSQ[zEA/hjt,ub@TD5FAwLvSQ[zEAFtit,ub@TD5Fu2LvSQ[zOAbLnt,ub@y2b4Mtk__Q3nE3~R9ABA\";i:2086;s:13:\"4r=hT?GUYTlBA\";i:2087;s:12:\">J=hT?GU/A$A\";i:2088;s:24:\"tP=hT?GU>BlBgM.4Fx}MBABA\";i:2089;s:12:\"9M>hT?GU/A$A\";i:2090;s:352:\"oCaC;\",ub@=1QDS\"CByD1+IT[>N\"h=`Q3nE3H#:&5FK&LvSQ[z@HgI$ANESOYMj<ttvAa4+(k)Noa.V|wWu{qI:$vbtfU\"k_`Q3nE3\"!kA2[@hT?GU}j/A.>+(k)No`,3B3(EByD1+!RpGgALB{Q3nE3H#v(5F@@KCJHNzRmWAO\"@QAR.4Fxrj}BKCQA9CrI:$vbxf*h:C`RGByD1+ITLAHt@QMR.4FxrjYB]EQA,ErI:$vbaUm>:Cp`GByD1+IT=>d\"@QYR.4FxrjYB]EQA[GrI:$vbaUm>:C{!HByD1+4DXL(,fESOYMtOBt@QoR.4Fx~5AA+h}izXJI{ZBAx(K+LvSQ[zCAEA\";i:2091;s:24:\"`X=hT?GUoDlBgM.4Fx}MdABA\";i:2092;s:272:\"oCZ*DByD1+!RpGgAICJHNzij]M$ARESOYM*+/ZlB.Q.4Fx}MUN6Ff(LvSQ[z@0yWp1pIkcwY)!~AFBK\"6tVElg*N+P@QlBrfxt,ub@y2FAxWp1vIkcwY)!~AFBK\"#uVElg*N+P@QlBV%xt,ub@y2n_Ot@QQR.4FxrjYB]EQAsFrI:$vbaUm>:C`RHByD1+IT=>d\"@QcR.4FxrjYB]EQA2HrI:$vbKAQAbIrI:$vbKAQAAJrI:$vbKAQA$JrI:$vbKAQAlKrI:$vbKAQA\";i:2093;s:69:\"g#@hT?GUNk4rYL=pVElg*N+P$QlBwQ.4Fxrj}BICRtGCJHNzRm*(XAO/@hT?GUNk4rYLA\";i:2094;s:15:\"(a?hT?GUO[dZZLA\";i:2095;s:24:\"WE=hT?GUCFlBjL.4Fx~5FABA\";i:2096;s:340:\"oCTvCByD1+ITiLO\"h=`Q3nE3H#U)5FK&LvSQ[z@HwI$ANESOYMj<ttwAa4+(k)Noa.<CxWu{qI:$vbtfU\"k_`Q3nE3\"!kA2[@hT?GU}j/A.>+(k)No`,3B3(EByD1+!RpGgALB{Q3nE3H#v(5F@@KCJHNzRmWAO\"@QAR.4Fxrj}BKCQA9CrI:$vbxf*h:C`RGByD1+ITLAHt@QMR.4FxrjYB{EQA,ErI:$vbaUL?:Cp`GByD1+ITeLe\"@QYR.4FxrjYB{EQA[GrI:$vbaUL?:C{!HByD1+4DXL(,fESOYMtOBt@QoR.4Fx~5AA+h}izXJI{ZBAx(K+LvSQ[zCAEA\";i:2097;s:15:\"5}?hT?GUNk<vYLA\";i:2098;s:15:\"i=>hT?GUO[>2XLA\";i:2099;s:38:\";o=hT?GU/A$A\"CSOYM*+ZplB%N.4FxrjYBBDQA\";i:2100;s:105:\"dE=hT?GUtUlB?L.4Fx}MdApI=hT?GUtUlB^L.4Fx}MdA1k=hT?GUtUlBEM.4FxrjYBgA3(+\",ub@Eg5FAwLvSQ[zGFlB$A{CSOYMj<DtA\";i:2101;s:58:\"g#=hT?GU}j&A7F#(k)NoEK:CQYzXJI{ZCAx(#(k)No3B:CvbzXJI{Z2ACA\";i:2102;s:38:\"k=>hT?GUO[|;XL5FVElg*NnCQA@\",ub@=1(EQA\";i:2103;s:12:\"Wx=hT?GU/A$A\";i:2104;s:15:\"hg=hT?GUO[^XaLA\";i:2105;s:29:\"ig=hT?GUO[*hXL9ZVElg*NNKlRlBA\";i:2106;s:13:\"hg=hT?GU^ClBA\";i:2107;s:13:\"hg=hT?GU^ClBA\";i:2108;s:60:\"lg=hT?GU~@PBz(it,ub@PP5Fj3LvSQ[zGF<E$A>DSOYMifBtv(_Q3nE3sAgA\";i:2109;s:96:\"zP=hT?GU>BlBgM.4Fx}MBAeZ=hT?GU/A$A;CSOYM@1BtoI_Q3nE3<AgA=BJHNzRmQ\"H\"XL`Q3nE30o7f5F,7LvSQ[zGFEE$A\";i:2110;s:13:\"!5=hT?GU(SlBA\";i:2111;s:13:\"sP=hT?GUIDlBA\";i:2112;s:14:\"Wx?hT?GU}j~AEA\";i:2113;s:26:\"tP=hT?GUIDlBzL.4Fxrj}B.AIA\";i:2114;s:15:\"Wx?hT?GUNkWxYLA\";i:2115;s:14:\"),>hT?GU}jRBEA\";i:2116;s:13:\"hg=hT?GU~AlBA\";i:2117;s:14:\"),>hT?GU}jRBEA\";i:2118;s:13:\"hg=hT?GU~AlBA\";i:2119;s:13:\"nu=hT?GUNUlBA\";i:2120;s:13:\"hg=hT?GU^ClBA\";i:2121;s:25:\"ou=hT?GU(ClB%N.4Fx}M)96FA\";i:2122;s:26:\"ou=hT?GU}jSBG\"&(k)No`,hCIA\";i:2123;s:13:\"L&?hT?GU(SlBA\";i:2124;s:26:\"tP=hT?GUIDlBlN.4Fxrj}B;HQA\";i:2125;s:159:\"4P=hT?GU>BlB3L.4Fxs@EAeZ=hT?GUoDlBbL.4Fx}M*q6FGuLvSQ[zB[zW=JqI:$vbxfUE:C+WzXJI{ZCAm_#(k)No3B:C7XzXJI|+`DwAS\"?\",ub@=1NES\"AByD1+ITj4O\"uW`Q3nE30o{e5F1xLvSQ[z:mzWA\";i:2126;s:15:\"Wx=hT?GUO[K&XLA\";i:2127;s:12:\"Wx=hT?GU/A$A\";i:2128;s:13:\"sP=hT?GUIDlBA\";i:2129;s:15:\"i=>hT?GUO[>2bLA\";i:2130;s:13:\"),>hT?GUITlBA\";i:2131;s:58:\"=o=hT?GUtUlBjL.4Fx}MdATq=hT?GUtUlB;L.4Fx}MdAf+>hT?GU}jRBEA\";i:2132;s:14:\"),>hT?GU}j&ACA\";i:2133;s:15:\"),>hT?GUNkq1YLA\";i:2134;s:101:\"[o=hT?GU/A$A=CSOYM)ZBtJV_Q3nE3\"!2A1k=hT?GU/A$ABDSOYM)ZBt&a_Q3nE3kAi\"tBJHNz?MuWoIqI:$vbSAQA}\",ub@^D7FA\";i:2135;s:26:\"d#=hT?GUITlB^L.4FxrjYB&CQA\";i:2136;s:60:\"lg=hT?GU^ClBUM.4Fx}MbApI=hT?GUO[k_YLEUVElg*NuxOtv(_Q3nE3sAgA\";i:2137;s:151:\"_o=hT?GU}jIB/hht,ub@=1[CS\"+\",ub@TD5FgwLvSQ[zGFIAi\"tBJHNz?MuWoIqI:$vbaUgAlB5N.4Fx}MNS6Fj3LvSQ[z@HFJ$AgDSOYMj<cAyACt=hT?GUNUlBcM.4Fxrj}BOA3(.\",ub@y20(EtA\";i:2138;s:29:\"j=>hT?GUO[BtXLVRVElg*NNKjXlBA\";i:2139;s:28:\"j=>hT?GUNkD\"5F51LvSQ[zGF:C$A\";i:2140;s:29:\"j=>hT?GUO[>2XLVRVElg*N+PaSlBA\";i:2141;s:70:\"aE=hT?GU}jDBz(ht,ub@=1NES\"+\",ub@TD5FgwLvSQ[zEAbLjt,ub@TD5FLvLvSQ[zEAEA\";i:2142;s:89:\"ng=hT?GU^ClBbL.4Fx}M*q6FGuLvSQ[zB[zWtpqI:$vbaU%N:C^XzXJI{Z*zZLoIVElg*NB.Mt~l_Q3nE3H#=/5FA\";i:2143;s:15:\"i=>hT?GUO[;vZLA\";i:2144;s:14:\"c#>hT?GU~@<ACA\";i:2145;s:13:\"c#>hT?GU!BlBA\";i:2146;s:13:\"hg=hT?GU~AlBA\";i:2147;s:15:\"z:=hT?GUNkEHYLA\";i:2148;s:15:\"z:=hT?GUNkpIYLA\";i:2149;s:15:\"z:=hT?GUNk>JYLA\";i:2150;s:15:\"z:=hT?GUNkI7YLA\";i:2151;s:15:\"z:=hT?GUNkYLYLA\";i:2152;s:15:\"z:=hT?GUNkt8YLA\";i:2153;s:15:\"z:=hT?GUNk]9YLA\";i:2154;s:15:\"z:=hT?GUNkc#YLA\";i:2155;s:15:\"z:=hT?GUNk%$YLA\";i:2156;s:15:\"z:=hT?GUNkL&YLA\";i:2157;s:15:\"z:=hT?GUNkw(YLA\";i:2158;s:15:\"z:=hT?GUNk`)YLA\";i:2159;s:15:\"z:=hT?GUNkf+YLA\";i:2160;s:15:\"z:=hT?GUNk),YLA\";i:2161;s:26:\"tP=hT?GUIDlBlN.4FxrjYB>AIA\";i:2162;s:15:\"Wx>hT?GUO[jnZLA\";i:2163;s:45:\"I0=hT?GU/A$ACDSOYM)ZBt^X_Q3nE3kAgArBJHNz?MuWA\";i:2164;s:46:\"I0=hT?GU:tlBIM.4Fx}M%A<v=hT?GU:tlB,L.4Fx}M%ABA\";i:2165;s:15:\"sP>hT?GUNkO/YLA\";i:2166;s:24:\"#5=hT?GU(SlBrL.4FxrjEABA\";i:2167;s:92:\"S&?hT?GUXWlBMM.4Fx~5aAHO=hT?GU>BlB3L.4Fx}MBAeZ=hT?GU/A$A;CSOYM@1BtoI_Q3nE3<Ai\"9BJHNzRm8WoABA\";i:2168;s:13:\"hg=hT?GU\"tlBA\";i:2169;s:13:\"9M=hT?GU~AlBA\";i:2170;s:24:\"tP=hT?GU>BlB7L.4Fxs@EABA\";i:2171;s:13:\"hg=hT?GU\"tlBA\";i:2172;s:24:\"ig=hT?GU\"tlB\"O.4FxrjBABA\";i:2173;s:13:\"hg=hT?GU~AlBA\";i:2174;s:14:\"F0>hT?GU~@`ACA\";i:2175;s:13:\"VE=hT?GU!BlBA\";i:2176;s:13:\">J=hT?GU:tlBA\";i:2177;s:13:\"bS?hT?GU~AlBA\";i:2178;s:13:\"4r=hT?GU:tlBA\";i:2179;s:25:\"ig=hT?GU~@PBbLht,ub@&G5FA\";i:2180;s:56:\"wP=hT?GUIDlB?L.4Fx}MBApI=hT?GU/A$A~CSOYMj<BtaS_Q3nE3kAgA\";i:2181;s:119:\"0P=hT?GU>BlB3L.4Fx}MBAeZ=hT?GU/A$A;CSOYM@1BtoI_Q3nE3t`qA+hNjzXJI{Z39ZL(,kESOYM*+TblBUUzt,uj@y2_9It&aaUe+5F.YzXJI{Zm$ZLA\";i:2182;s:27:\"ig=hT?GUO[^XaLNJVElg*N6=LtA\";i:2183;s:24:\"`X=hT?GUtUlBgM.4Fx}MBABA\";i:2184;s:13:\"_X=hT?GUoDlBA\";i:2185;s:13:\"!5=hT?GUXWlBA\";i:2186;s:83:\"yP=hT?GUIDlBEM.4Fxs@BAq1=hT?GU/A$AADSOYM5qBt@Q_Q3nE3kAgA/BJHNzRm)WdAZ4?hT?GUO[$$XLA\";i:2187;s:12:\"Wx=hT?GU/A$A\";i:2188;s:13:\"hg=hT?GU^ClBA\";i:2189;s:45:\"I0=hT?GU/A$ACDSOYM)ZBt^X_Q3nE3kAgArBJHNz?MuWA\";i:2190;s:73:\"xP=hT?GUIDlBzL.4FxrjYBICRtlBJHNzijIS$A>CSOYM*+vnlBjL.4Fx}MdA1k=hT?GUtUlBA\";i:2191;s:38:\"XE=hT?GU~@LBFtht,ub@^D5F/1LvSQ[z@HiK$A\";i:2192;s:135:\"pg=hT?MUjSlB&!~AcB#(y2GtIt(a6ElBtDSOYMj<tt8Am_&(k)Noa.g+xWBtqI:$vbxfyq:CUczXJI|+`DdFgA+BJHNzijFT$AyDSOYM*+KmlBWO.4Fx}Mp!6FN5LvSQ[z**0WA\";i:2193;s:110:\"[`>hT?GUNk2[YLOWVElg*N+PpVlBGO.4Fxrj}B!CRt*BJHNzRmXteA6F?hT?GUNkA^YLzXVElg*N+P5VlBWO.4Fxrj}B$CRt,BJHNzRm*(eABA\";i:2194;s:55:\"=`>hT?GUNkl_YLOWVElg*N+P/VlBGO.4Fxrj}B&CRt*BJHNzRmY\"R\"A\";i:2195;s:86:\"lg=hT?MUjSlB&!~AcB#(y2GtIt(a6ElBtDSOYMj<tt8Am_&(k)Noa.g+xWBtqI:$vbxfyq:CUczXJI|+`DdFgA\";i:2196;s:55:\"TjljzXJI{Z@iaL(,nESOYM*+KmlB~1zt,ub@=1*EQAePrI:$vb\"Id\"A\";i:2197;s:60:\"TjljzXJI|+`DtFgA=b{Q3nE3H#^|5F?jUCJHNzRm)WfA+h9jzXJI|+`DtFgA\";i:2198;s:66:\"ZE=hT?GU!BlBrfzt,ub@=1*EQA_NrI:$vb\"Id\"@Q.R.4Fx}Mp!6F@@UCJHNzijFT$A\";i:2199;s:55:\"TjljzXJI{Z@iaL(,nESOYM*+KmlB~1zt,ub@=1*EQAePrI:$vb\"Id\"A\";i:2200;s:60:\"TjljzXJI|+`DlFgA=b{Q3nE3H#u{5F?jUCJHNzRm*(eA+h9jzXJI|+`DlFgA\";i:2201;s:96:\"mg=hT?MUjSlB&!~AcB#(<.@Q>+0A>>&(k)Noa.m_xWcsqI:$vbxfcs:CMczXJI|+`DxFi\"*BJHNzRmXtfAZ4>hT?GU}jLBEA\";i:2202;s:96:\"mg=hT?MUjSlB&!~AcB#(<.@Q>+0A>>&(k)Noa.V|xWcsqI:$vbxf8s:CMczXJI|+`D1Fi\"*BJHNzRm*(fAZ4>hT?GU}jLBEA\";i:2203;s:13:\"VE=hT?GU!BlBA\";i:2204;s:66:\"ZE=hT?GUoDlBrfzt,ub@=1*EQA_NrI:$vb\"Id\"@Q.R.4Fx}Mp!6F@@UCJHNzijFT$A\";i:2205;s:55:\"TjljzXJI{Z@iaL(,nESOYM*+KmlB~1zt,ub@=1*EQAePrI:$vb\"Id\"A\";i:2206;s:60:\"TjljzXJI|+`DlFgA=b{Q3nE3H#u{5F?jUCJHNzRm*(eA+h9jzXJI|+`DlFgA\";i:2207;s:47:\"[J=hT?GU~@fBc4it,ub@TD5FD3LvSQ[zRBK\"it,ub@TD5FA\";i:2208;s:60:\"g#=hT?GU}j&A]Q#(k)No3B:C7XzXJI{Z9;aLEUVElg*NAbJt&a_Q3nE3kAgA\";i:2209;s:13:\"4r=hT?GUDClBA\";i:2210;s:58:\"J0=hT?GUYTlBIM.4FxrjbA<v=hT?GUYTlB,L.4FxrjbAf+>hT?GU}jRBEA\";i:2211;s:71:\"aE=hT?GU~@LBFtht,ub@y2FAyW=JqI:$vb{ARtmBJHNz@5xWyKqI:$vb{ARtrBJHNz@5xWA\";i:2212;s:47:\"[J=hT?GU/QlB;L.4Fxs@XAw(=hT?GU/A$AoDSOYM*+KmlBA\";i:2213;s:25:\"ig=hT?GU~@PBz(it,ub@PP5FA\";i:2214;s:14:\"\"l=hT?GU}jdBEA\";i:2215;s:93:\"zP=hT?GU>BlBzL.4FxrjYBSCQA)\",ub@TD5F+uLvSQ[zEAbLkt,ub@TD5F2uLvSQ[zEAyWkt,ub@=1:DRtBCJHNz!PuWA\";i:2216;s:98:\"*5=hT?GU(SlBrL.4Fx~5CA;C=hT?GU!BlBvL.4FxrjCACt?hT?GUO[[9XLscVElg*N)PMtXL`Q3nE30o7f5F,7LvSQ[zGFEE$A\";i:2217;s:137:\"3P=hT?GU>BlBzL.4FxrjYBICRtxBJHNz?MuW$AVElg*NTAJt>\",ub@xJ5FrvLvSQ[zEA/hht,ub@~[5F7vLvSQ[zEAc4it,ub@~[5FQwLvSQ[zSB2W+\",ub@PP5FD3LvSQ[z**0WA\";i:2218;s:14:\"hg=hT?GU~@PBEA\";i:2219;s:29:\"j=>hT?GUO[>2XL5FVElg*N+P!WlBA\";i:2220;s:15:\"hg=hT?GUO[^XaLA\";i:2221;s:29:\"ig=hT?GUO[*hXL9ZVElg*NNKlRlBA\";i:2222;s:13:\"4r=hT?GUYTlBA\";i:2223;s:12:\"4r=hT?GU/A$A\";i:2224;s:13:\"hg=hT?GU~AlBA\";i:2225;s:70:\"K0=hT?GU:tlBIM.4Fx}M%A<v=hT?GU:tlB,L.4Fx}M%Aw(=hT?GUO[h=bLkUVElg*N)FQA\";i:2226;s:24:\"#5=hT?GU(SlBbL.4FxrjCABA\";i:2227;s:15:\"i==hT?GUNk;CZLA\";i:2228;s:24:\"#5=hT?GU(SlBrL.4FxrjEABA\";i:2229;s:13:\"!5=hT?GUXWlBA\";i:2230;s:12:\"`)=hT?GU/A$A\";i:2231;s:13:\"hg=hT?GU~AlBA\";i:2232;s:13:\"!5=hT?GUtUlBA\";i:2233;s:13:\"sP=hT?GUIDlBA\";i:2234;s:48:\"kg=hT?GU~AlBUM.4Fx}MbAHO=hT?GUIDlBjL.4FxrjYBgEQA\";i:2235;s:13:\"VE=hT?GU!BlBA\";i:2236;s:13:\"hg=hT?GU^ClBA\";i:2237;s:13:\"sP=hT?GUIDlBA\";i:2238;s:56:\"IH=hT?GUpA$A}CSOYM)ZBtUE_Q3nE3kAi\"sBJHNz@5uWNJqI:$vbSAQA\";i:2239;s:13:\"sP=hT?GUIDlBA\";i:2240;s:56:\"J0=hT?GU/A$ACDSOYM)ZBt^X_Q3nE3kAgArBJHNz?MuW[9qI:$vbtLgA\";i:2241;s:37:\"e#=hT?GUITlB|L.4Fx~5cAw(=hT?GUO[K&XLA\";i:2242;s:167:\"ug=hT?GU^ClBMM.4Fx~5aA[Q=hT?GUtUlB?L.4Fxrj}BAA3(&\",ub@y2FAuWyKqI:$vbSARtrBJHNz?MuW8MqI:$vb:Ei\"uBJHNz#8uW|LqI:$vb:EgArBJHNz#8uWVxqI:$vbaU\"y:C#bzXJI{Z02aLVRVElg*NNK>GlBA\";i:2243;s:14:\"c#>hT?GU~@NBEA\";i:2244;s:14:\"c#>hT?GU}jOBEA\";i:2245;s:27:\"j=>hT?GU}jYBbLnt,ub@y2y(JtA\";i:2246;s:29:\"j=>hT?GUO[T|YLVRVElg*N+PDXlBA\";i:2247;s:35:\"$5=hT?GU(SlBrL.4FxrjEA;C=hT?GU!BlBA\";i:2248;s:67:\"%M>hT?GU}j.Ax($(k)Noa.ZLyWkUqI:$vbxfmu:CNZzXJI|+`D/Fi\"0BJHNzRmY\"S\"A\";i:2249;s:13:\"VE=hT?GU!BlBA\";i:2250;s:15:\"c#>hT?GUNkEHZLA\";i:2251;s:14:\"c#>hT?GU~@jBEA\";i:2252;s:26:\"WE=hT?GU!BlBFN.4FxrjYBRDQA\";i:2253;s:13:\"sP=hT?GUIDlBA\";i:2254;s:113:\"l#=hT?GU}j&A.>#(k)No3B:C+WzXJI{ZCAm_#(k)No3B:C7XzXJI{ZCAZL$(k)No3B:CQYzXJI{ZCA7F$(k)No3B:CzXzXJI{ZCADt)(k)No|B;CA\";i:2255;s:57:\"g#=hT?GUITlBEM.4FxrjbAq1=hT?GUYTlBAM.4FxrjbA+h=hT?GUYTlBA\";i:2256;s:40:\"k=>hT?GUO[1[YL5FVElg*NAbLt*h_Q3nE3~RpABA\";i:2257;s:15:\"i=>hT?GUO[T|YLA\";i:2258;s:15:\"i=>hT?GUO[>2XLA\";i:2259;s:13:\"A^>hT?GU~AlBA\";i:2260;s:24:\"d#=hT?GUITlBnL.4FxrjCABA\";i:2261;s:25:\"j=>hT?GU}jYBEA&(k)No|B:CA\";i:2262;s:15:\"i=>hT?GUO[T|YLA\";i:2263;s:15:\"4r=hT?GUNkpIZLA\";i:2264;s:14:\"\"l=hT?GU}jdBEA\";i:2265;s:71:\"aE=hT?GU!BlBvL.4Fx}MeP6FQwLvSQ[zEA/hjt,ub@=1hERttBJHNz?MuWoIqI:$vbu<a\"A\";i:2266;s:15:\"i=>hT?GUO[h=XLA\";i:2267;s:14:\"i=>hT?GU}jYBEA\";i:2268;s:15:\"i=>hT?GUO[h=XLA\";i:2269;s:114:\"Xj;hzXJI|+`D`FgAwC{Q3nE3H#_E6F@@LCJHNzRm*(hA+hQizXJI|+`D`Fi\"HCJHNzRmQ\"d\"k_`Q3nE30o$$6FP(LvSQ[zGFfT$ATESOYMj<cA3ABA\";i:2270;s:67:\"(5=hT?GU(SlBrL.4FxrjEAkn=hT?GU/A$A=CSOYM)ZBtJV_Q3nE3kAi\"rBJHNz?MuWA\";i:2271;s:13:\"bS?hT?GU~AlBA\";i:2272;s:46:\"kg=hT?GU~AlBUM.4Fx}MbAHO=hT?GUIDlBbL.4FxrjCABA\";i:2273;s:13:\"hg=hT?GU^ClBA\";i:2274;s:13:\"hg=hT?GU^ClBA\";i:2275;s:56:\"&5=hT?GU(SlBrL.4FxrjEAvW=hT?GU/A$A^CSOYM)ZBtlB_Q3nE3<AgA\";i:2276;s:92:\"j#=hT?GUITlBrL.4FxrjEA;C=hT?GUO[JVZLKCVElg*NJAJt*\",ub@TD5FxtLvSQ[zEA:>it,ub@TD5FbvLvSQ[zEAEA\";i:2277;s:89:\"*5=hT?GU(SlBrL.4FxrjEA;C=hT?GU!BlBvL.4FxrjCAkn=hT?GU/A$A=CSOYM)ZBtJV_Q3nE3kAi\"rBJHNz?MuWA\";i:2278;s:50:\"=`?hT?GU!BlBnL.4FxrjYBTBS\"(\",ub@y2mnEte+_Q3nE3<AgA\";i:2279;s:13:\"bS=hT?GU!BlBA\";i:2280;s:13:\"VE=hT?GU!BlBA\";i:2281;s:29:\"`X=hT?GUNkYLZLtJVElg*N+P]KlBA\";i:2282;s:15:\"_X=hT?GUNk9MZLA\";i:2283;s:15:\"Wx>hT?GUO[BtXLA\";i:2284;s:15:\"i=>hT?GUO[>2XLA\";i:2285;s:164:\"5P=hT?GU>BlBzL.4FxrjYB0CQA)\",ub@TD5F2uLvSQ[zEA/hlt,ub@=1|CRtlBJHNz`auWUEqI:$vbmAQA;\",ub@TD5F*xLvSQ[z@HZF$AVDSOYMj<dtyA7F%(k)Norl:CwgzXJI{Z1AZL%(k)Norl:C4gzXJI{Z1ACA\";i:2286;s:68:\"xP=hT?GUIDlB?L.4FxrjDApI=hT?GU/A$A~CSOYMj<BtaS_Q3nE3kAi\"%BJHNzijFT$A\";i:2287;s:155:\"tg=hT?GU^ClBUM.4Fx}MbAHO=hT?GUIDlBzL.4Fxrj}BDDRt2BJHNzij=L$A;CSOYM@1BtQ@_Q3nE3~R2A};=hT?GUNkl_XLhNVElg*NNK*RlB$M.4Fx~5aA7y@hT?GU(SlB)M.4Fx~5aAq1@hT?GU(SlBA\";i:2288;s:61:\"=o=hT?GUNksPZLeGVElg*NJA3(+\",ub@=1hERttBJHNz?MuWoIqI:$vbu<a\"A\";i:2289;s:59:\"wP=hT?GU>BlB3L.4Fxs@EAeZ=hT?GU/A$A;CSOYM@1Btp1_Q3nE3H#qi5FA\";i:2290;s:15:\"/o=hT?GUNk[QZLA\";i:2291;s:26:\")a=hT?GU}jSBFtlt,ub@=1QDQA\";i:2292;s:26:\"zd=hT?GU}jSBFtlt,ub@=1QDQA\";i:2293;s:26:\"ou=hT?GU(ClBcM.4FxrjYBDBQA\";i:2294;s:13:\"nu=hT?GUoTlBA\";i:2295;s:98:\"*5=hT?GU(SlBrL.4FxrjEA7y=hT?GUO[uWXL!GVElg*NABRttBJHNzRmOAE\"@Q_Q3nE3AE$A3DSOYM*+KmlB{O.4FxrjYBBBQA\";i:2296;s:98:\"*5=hT?GU(SlBrL.4Fx~5CA;C=hT?GU!BlBvL.4FxrjCACt?hT?GUO[[9XLscVElg*N)PMtXL`Q3nE30o7f5F,7LvSQ[zGFEE$A\";i:2297;s:13:\"VE=hT?GU!BlBA\";i:2298;s:55:\"I0=hT?GUO[K&XL!GVElg*NNKdJlBAM.4FxrjYBDBQA*\",ub@y2PcEtA\";i:2299;s:60:\"lg=hT?GU~@PBc4ht,ub@gM5FWuLvSQ[z@HkM$A>CSOYM@1Btgg_Q3nE3/J$A\";i:2300;s:12:\"`)=hT?GU/A$A\";i:2301;s:15:\"Wx=hT?GUO[K&XLA\";i:2302;s:12:\"Wx=hT?GU/A$A\";i:2303;s:48:\"I0=hT?GU~@fB/hjt,ub@TD5FAwLvSQ[zd91WoIqI:$vbSAQA\";i:2304;s:12:\"F0=hT?GU/A$A\";i:2305;s:12:\"Wx=hT?GU/A$A\";i:2306;s:12:\"F0=hT?GU/A$A\";i:2307;s:14:\"F0=hT?GU~@fBEA\";i:2308;s:12:\"Wx=hT?GU/A$A\";i:2309;s:81:\"ng=hT?GU^ClBbL.4Fx}M%26F%tLvSQ[zWC1W=JqI:$vbLFi\"mBJHNz@5xWyKqI:$vbLFi\"rBJHNz@5xWA\";i:2310;s:34:\"XE=hT?GU!BlBnL.4FxrjCA7y=hT?GU/A$A\";i:2311;s:34:\"XE=hT?GU!BlBnL.4FxrjCA7y=hT?GU/A$A\";i:2312;s:26:\"tP=hT?GUIDlBzL.4Fxrj}B.AIA\";i:2313;s:13:\"sP=hT?GUIDlBA\";i:2314;s:13:\"bS?hT?GU~AlBA\";i:2315;s:69:\"|X?hT?GU}jRByWrt,uj@&G5F>+wCCC&\">BJHtz`auWhNNKII:C{O.4?zrjCAq10oggXLA\";i:2316;s:15:\"nu?hT?GUO[[9XLA\";i:2317;s:57:\"wP=hT?GUIDlB?L.4Fx}M%ApI=hT?GUu%lB^L.4FxrjABP/#(k)No\"o;CA\";i:2318;s:13:\"Wx=hT?GUBIlBA\";i:2319;s:57:\"wP=hT?GUIDlB?L.4Fxrj;ApI=hT?GUu%lB^L.4Fx}M%A1k=hT?GUu%lBA\";i:2320;s:24:\"G0=hT?GUBIlBAM.4FxrjLABA\";i:2321;s:13:\"c#=hT?GUJ$lBA\";i:2322;s:23:\"zd=hT?GU/A$A=CSOYM)ZBtA\";i:2323;s:94:\"M0=hT?GUjClBIM.4FxrjDA<v=hT?GU/A$A{CSOYMj<BtBt`Q3nE3somANc@hT?GU~@<AOc*(k)No`,!BJt~AyD1+!R*GgA\";i:2324;s:94:\"M0=hT?GU/A$ACDSOYMj<Bt^X_Q3nE3RB$A{CSOYMj<Bt>2`Q3nE3somAvW@hT?GU~@<A7F*(k)No`,!B3(\"AyD1+!R*GgA\";i:2325;s:69:\"xP=hT?GU>BlBzL.4Fx}M:L6FmuLvSQ[zEAbLit,ub@TD5FRtLvSQ[zJAz(ht,ub@&G5FA\";i:2326;s:26:\"ou=hT?GU~@cCG\"&(k)No`,QFIA\";i:2327;s:25:\"G0=hT?GU}jIBbLjt,ub@TD7FA\";i:2328;s:15:\"Wx>hT?GUNkA^XLA\";i:2329;s:15:\"Wx>hT?GUNk/oYLA\";i:2330;s:15:\"i=>hT?GUO[>2bLA\";i:2331;s:15:\"i=>hT?GUO[|;bLA\";i:2332;s:15:\"Wx>hT?GUO[C\"5FA\";i:2333;s:15:\"Wx>hT?GUNk$TXLA\";i:2334;s:12:\"9M>hT?GU/A$A\";i:2335;s:14:\"Wx=hT?GU~@fBEA\";i:2336;s:13:\"4r=hT?GUe%lBA\";i:2337;s:14:\"4r=hT?GU~@5CEA\";i:2338;s:15:\"4r=hT?GUNk$TdLA\";i:2339;s:15:\"4r=hT?GUNk\"lbLA\";i:2340;s:13:\"4r=hT?GU69lBA\";i:2341;s:13:\"VE=hT?GU!BlBA\";i:2342;s:14:\"VE=hT?GU~@LBEA\";i:2343;s:15:\"Wx>hT?GUO[jnZLA\";i:2344;s:13:\"hg=hT?GU~AlBA\";i:2345;s:147:\"_o=hT?GU/A$A=CSOYM)ZBtJV_Q3nE3kAi\"rBJHNz?MuW8MqI:$vbaUHb:CQYzXJI|+wCjDi\"tBJHNzRm8WTA+h=hT?GUO[aSYL4YVElg*NNK%dlB=N.4Fx}Mb.6F;vLvSQ[zXBIAkt,ub@P?7FA\";i:2346;s:14:\"i=>hT?GU}jYBEA\";i:2347;s:14:\"i=>hT?GU}jYBEA\";i:2348;s:14:\"i=>hT?GU}jYBEA\";i:2349;s:59:\"lg=hT?GU~@PBbLht,ub@&G5FgwLvSQ[zLAz(nt,ub@=1iDQA_\",ub@]{5FA\";i:2350;s:13:\"sP=hT?GUIDlBA\";i:2351;s:72:\"xP=hT?GU>BlB3L.4Fx}MBAf+=hT?GU/A$AhDSOYM@1Rt_)_Q3nE30o{e6F<8LvSQ[zGF*J$A\";i:2352;s:61:\"2d=hT?GU/A$A_DSOYM*+DblB(P.4Fx}MNS6FL#LvSQ[z0.yWN/qI:$vbWUV\"A\";i:2353;s:72:\"3d=hT?GUtUlB7L.4Fx}MBAD\"`Q3nE3somANc@hT?GU~@<A7F*(k)No`,!B3(\"AyD1+!R*GgA\";i:2354;s:38:\"[2=hT?GUO[aSYLUEVElg*NXA2W@\",ub@=1^CQA\";i:2355;s:14:\"),>hT?GU}jRBEA\";i:2356;s:13:\"hg=hT?GU~AlBA\";i:2357;s:29:\"@2=hT?GUO[aScLUEVElg*NNKy6lBA\";i:2358;s:29:\"cS?hT?GUNkKVZL)UVElg*NNK>GlBA\";i:2359;s:15:\"i=>hT?GUO[>2XLA\";i:2360;s:15:\"i=>hT?GUO[>2XLA\";i:2361;s:15:\"i=>hT?GUO[>2XLA\";i:2362;s:54:\"eS?hT?GUNkKVZL)UVElg*NNK>GlBlN.4FxrjYBnDQA@\",ub@=1%EQA\";i:2363;s:14:\"F0=hT?GU~@cBEA\";i:2364;s:12:\"F0=hT?GU/A$A\";i:2365;s:12:\"F0=hT?GU/A$A\";i:2366;s:87:\"yP=hT?GUIDlBpN.4Fxrj}BPDRtsBJHNzRmQ\"h\"dZ_Q3nE3kAi\"uBJHNzRm)WkA<v=hT?GU/A$A{CSOYM*+EolBA\";i:2367;s:34:\"uP=hT?GU>BlB3L.4Fx~5DAeZ=hT?GU/A$A\";i:2368;s:46:\"kg=hT?GU^ClBbL.4Fx}MdAYL=hT?GU!BlBvL.4Fx}MdABA\";i:2369;s:15:\"4r=hT?GUO[k_YLA\";i:2370;s:64:\"lg=hT?GU~@PB/hot,ub@y2Q/JtuW_Q3nE3~RpAw(>hT?GUO[v(XL@QVElg*NLAIA\";i:2371;s:39:\"k=>hT?GUO[aSZL5FVElg*NvCQA@\",ub@y29yJtA\";i:2372;s:46:\"kg=hT?GU^ClBrL.4Fx~5CAvW=hT?GUzClB#L.4Fx}MBABA\";i:2373;s:13:\"nu>hT?GU~AlBA\";i:2374;s:25:\"Am=hT?GU~@WBFtit,ub@TD7FA\";i:2375;s:12:\"?2=hT?GU/A$A\";i:2376;s:13:\"hg=hT?GU~AlBA\";i:2377;s:24:\"G0>hT?GU:tlB,L.4Fx}M%ABA\";i:2378;s:14:\"4r=hT?GU}j&CEA\";i:2379;s:13:\"hg=hT?GU~AlBA\";i:2380;s:13:\"?2=hT?GU:tlBA\";i:2381;s:13:\"hg=hT?GU~AlBA\";i:2382;s:15:\"i=>hT?GUO[>2XLA\";i:2383;s:48:\"<o=hT?GUNkeZZLFBVElg*NJA3(*\",ub@TD5FbvLvSQ[zEAEA\";i:2384;s:14:\"F0=hT?GU}jeBEA\";i:2385;s:13:\"Wx=hT?GUeBlBA\";i:2386;s:15:\"VE=hT?GUNk(aZLA\";i:2387;s:25:\"?J>hT?GU}j(A7F#(k)NohD:CA\";i:2388;s:104:\"M0=hT?GUO[lBXL!GVElg*NNKQA$AADSOYMj<dtAAx(#(k)Noa.;CuWVxqI:$vbWARt&BJHNzRmPteA<v>hT?GUO[\"]YL5FVElg*NnCQA\";i:2389;s:14:\"c#=hT?GU}j&ACA\";i:2390;s:26:\"ig=hT?GU^ClBTP.4FxrjYBoCQA\";i:2391;s:36:\"jg=hT?GU^ClB|L.4Fx~5cAw(>hT?GU~@QBEA\";i:2392;s:36:\"jg=hT?GU^ClBfL.4Fx~5AAO/=hT?GU~@{ACA\";i:2393;s:14:\"hg=hT?GU~@PBEA\";i:2394;s:12:\"9M>hT?GU/A$A\";i:2395;s:14:\"9M>hT?GU}j.ACA\";i:2396;s:14:\"9M>hT?GU}j.ACA\";i:2397;s:79:\"xP=hT?GUIDlB<M.4Fx}M:L6F`xLvSQ[z@HBN$AMDSOYMj<sAlAl_=hT?GUNkNcZL]KVElg*N+PCalBA\";i:2398;s:67:\"%M>hT?GU}j.Ax($(k)Noa.ZLyWkUqI:$vbxfmu:CNZzXJI|+`D/Fi\"0BJHNzRmY\"S\"A\";i:2399;s:68:\"%M>hT?GU}j.Ax($(k)Noa.J7yWkUqI:$vbxfk0:CNZzXJI|+`DyGi\"0BJHNzRm)WlABA\";i:2400;s:68:\"%M>hT?GU}j.Ax($(k)Noa.^9yWkUqI:$vbxf)0:CNZzXJI|+`D2Gi\"0BJHNzRmXtlABA\";i:2401;s:68:\"%M>hT?GU}j.Ax($(k)Noa.&$yWkUqI:$vbxfJ1:CNZzXJI|+`D6Gi\"0BJHNzRm*(lABA\";i:2402;s:62:\"%M>hT?GU}j.Ax($(k)No`,vB2W/\",ub@=1EDS\"/\",ub@=1EDRt0BJHNzijSM$A\";i:2403;s:12:\"9M>hT?GU/A$A\";i:2404;s:38:\"#M>hT?GU/A$ATESOYMj<e\"4A+hFjzXJI{ZmBEA\";i:2405;s:16:\"Qj*jzXJI|+`D!GgA\";i:2406;s:85:\"#M>hT?GU}j.A,h%(k)Zoa.HOEthN+P;f5F&!~A}B,(^D5F6yLvT9[z**0WhNNK8s:Crz#uoInjYBTD%t#!Z4A\";i:2407;s:15:\"z:@hT?GUNkQjZLA\";i:2408;s:101:\"dS>hT?QUNk1kZL#z@H%NlBi<u\"nAs1H#uWvW>+`DnH*BRm*(qA+$?hT?GUXWlB8M.4c8}Mp!6F>+wCPL&\"!R<FFBRmPtkAt1xJvDA\";i:2409;s:15:\"z:@hT?GUNk\"lZLA\";i:2410;s:15:\"z:@hT?GUNk/oZLA\";i:2411;s:15:\"z:@hT?GUNk4rZLA\";i:2412;s:15:\"z:@hT?GUNknuZLA\";i:2413;s:15:\"z:@hT?GUNk<vZLA\";i:2414;s:15:\"z:@hT?GUNkWxZLA\";i:2415;s:15:\"z:@hT?GUNk7yZLA\";i:2416;s:15:\"z:@hT?GUNkF0ZLA\";i:2417;s:15:\"z:@hT?GUNkq1ZLA\";i:2418;s:15:\"z:@hT?GUNk?2ZLA\";i:2419;s:15:\"z:@hT?GUNkZ4ZLA\";i:2420;s:15:\"z:@hT?GUNkI7ZLA\";i:2421;s:15:\"z:@hT?GUNk]9ZLA\";i:2422;s:15:\"z:@hT?GUNkc#ZLA\";i:2423;s:15:\"z:@hT?GUNk%$ZLA\";i:2424;s:29:\"nB>hT?GUO[T|aL]qVElg*N+P+elBA\";i:2425;s:27:\"nB>hT?GU}j&Aa4+(k)Noa.DtzWA\";i:2426;s:29:\"nB>hT?GUO[dZZL]qVElg*N+PLflBA\";i:2427;s:26:\"nB>hT?GUITlB4Q.4Fxrj}B^DQA\";i:2428;s:15:\"z:@hT?GUNkO/ZLA\";i:2429;s:15:\"z:@hT?GUNk};ZLA\";i:2430;s:15:\"z:@hT?GUNki=ZLA\";i:2431;s:15:\"z:@hT?GUNk,>ZLA\";i:2432;s:15:\"z:@hT?GUNkR@ZLA\";i:2433;s:27:\"nB>hT?GU}jRByWwt,ub@y2d4MtA\";i:2434;s:29:\"nB>hT?GUO[T|aL]qVElg*N+P@glBA\";i:2435;s:27:\"nB>hT?GU}j&Aa4+(k)Noa..>zWA\";i:2436;s:29:\"nB>hT?GUO[dZZL]qVElg*N+PVhlBA\";i:2437;s:26:\"nB>hT?GUITlB4Q.4Fxrj}BQEQA\";i:2438;s:15:\"z:@hT?GUNk5}ZLA\";i:2439;s:15:\"z:@hT?GUNkD\"6FA\";i:2440;s:15:\"z:@hT?GUNkmBaLA\";i:2441;s:15:\"z:@hT?GUNk;CaLA\";i:2442;s:15:\"z:@hT?GUNkVEaLA\";i:2443;s:77:\"aE=hT?GU~@:A.>#(k)No`,(B3(@\",ub@y2zWdtaS`Q3nE30o)07F;vLvSQ[z|CJt.\",ub@y2RcNtA\";i:2444;s:15:\"i=>hT?GUO[>2bLA\";i:2445;s:42:\"k=>hT?GUO[>2bLVRVElg*N+P;?lBoM.4Fxrj}BiEQA\";i:2446;s:13:\"_X?hT?GU(&lBA\";i:2447;s:24:\"tP=hT?GU>BlB3L.4Fxs@EABA\";i:2448;s:25:\"tP=hT?GU>BlB3L.4Fx}MHE6FA\";i:2449;s:147:\"Km?hT?GUO[rPYL$gVElg*NLA3(=\",ub@P?5F>2LvSQ[z{&0WA$qI:$vb{EgA^BJHNz!PuW@QqI:$vb\"IU\"#T`Q3nE30o<c5F]6LvSQ[zGF#D$A1DSOYMifBtuW_Q3nE3t`2A};>hT?GUO[>2XLA\";i:2450;s:29:\"!M>hT?GUNkYLaLtJVElg*N+PfjlBA\";i:2451;s:15:\"9M>hT?GUNkHOaLA\";i:2452;s:12:\"9M>hT?GU/A$A\";i:2453;s:29:\"!M>hT?GUNkYLaLtJVElg*N+PfjlBA\";i:2454;s:14:\"9M>hT?GU}j.ACA\";i:2455;s:12:\"9M>hT?GU/A$A\";i:2456;s:109:\"BY=hT?GU/A$A^CSOYM)ZBtlB_Q3nE3<AgAoBJHNz`auW_EqI:$vbxfj,:CYYzXJI{Z1AOc#(k)No`,|B2W>\",ub@y20(Nt6y_Q3nE3H#E06FA\";i:2457;s:93:\"AY=hT?GU/A$A^CSOYM)ZBtlB_Q3nE3<AgAoBJHNz`auW_EqI:$vbxfI.:C{WzXJI{Zp,ZL}YVElg*N&FRt1BJHNz)dxWA\";i:2458;s:130:\">,>hT?GU}jRBc4ht,ub@nH5FRtLvSQ[zJAz(ht,ub@&G5F2uLvSQ[zEAG\"#(k)No3B:CIYzXJI{ZCA]Q$(k)Noa.,>xW|LqI:$vbSAQA*\",ub@y2y(ItVx_Q3nE3\"!hABA\";i:2459;s:52:\"2:=hT?GUNk$TaL?DVElg*N5gOtoI_Q3nE3<Ai\"/BJHNzRm9(YABA\";i:2460;s:13:\"hg=hT?GU~AlBA\";i:2461;s:107:\"0P=hT?GUIDlB(L.4Fx}Mf86F=5LvSQ[zGF$I$A}CSOYM)ZBtUE_Q3nE3WK$A~CSOYM)ZBtaS_Q3nE3WK$AoDSOYM*+Ht=J_Q3nE3H#z36FA\";i:2462;s:24:\"WE=hT?GU!BlBTP.4Fx}MdABA\";i:2463;s:15:\"z:?hT?GUNkvWaLA\";i:2464;s:30:\"z:?hT?KUNk_XaL#z@HqSlBi<ttOBMA\";i:2465;s:37:\"z:?hT?MUO[K&YL#z@H6SlBi<ttPB[ha.^9I\"A\";i:2466;s:13:\"z:?hT?GUtUlBA\";i:2467;s:38:\"Sj=jzXJI|+CAx(?,LvSQ[zFAFtH2VElg*NLAIA\";i:2468;s:13:\"hg=hT?GU~AlBA\";i:2469;s:13:\"hg=hT?GU\"tlBA\";i:2470;s:114:\"q=>hT?GUO[AA6F[tLvSQ[zKAG\"#(k)No@G:C2WzXJI{Z6A8y&(k)No`,iCJt*\",ub@y2onOt8M_Q3nE30oT|5F+uLvSQ[zGF]K$A[CSOYMj<sA2ABA\";i:2471;s:15:\"i=>hT?GUO[AA6FA\";i:2472;s:15:\"i=>hT?GUO[>2XLA\";i:2473;s:13:\"hg=hT?GU~AlBA\";i:2474;s:13:\"hg=hT?GU~AlBA\";i:2475;s:149:\":5=hT?GUXWlBTP.4FxrjYBoCQA_\",ub@]{5Fd5LvSQ[zEAc4rt,ub@^D5F{uLvSQ[zQA:>pt,ub@TD5FQwLvSQ[zEA/hjt,ub@TD5FAwLvSQ[zEAFtit,ub@TD5FWuLvSQ[z@HHT$AUDSOYMifBtA\";i:2476;s:56:\"J0=hT?GU/A$ACDSOYM)ZBt^X_Q3nE3kAgArBJHNz?MuWVxqI:$vbSAQA\";i:2477;s:208:\"oCAY&\",ub@y2b4CtoI_Q3nE30oaS5FVxLvSQ[zGFaC$A?CSOYMu7BtGO_Q3nE3kAgApBJHNz?MuW*hqI:$vbWARt%BJHNzijFT$ATDSOYMj<u\"2A7y=hT?GU/A$ACDSOYM)ZBt^X_Q3nE3%J$A{CSOYMj<Ht\"]_Q3nE30onb5FZ1LvSQ[zVBIAjt,ub@=1aDRt;BJHNzRm*(2ABA\";i:2478;s:14:\"9M>hT?GU}j.ACA\";i:2479;s:14:\"_X=hT?GU~@`ACA\";i:2480;s:15:\"i=>hT?GUO[|;XLA\";i:2481;s:130:\"r=>hT?GUO[>2XLvDVElg*NNK_UlB*N.4Fx}MiD6FgwLvSQ[zGF\"C$A;CSOYM@1BtuW_Q3nE3t`2A1k?hT?GUNkCtaL#TVElg*N+PBNlB3L.4Fx}MHE6FfzLvSQ[z@H,T$A\";i:2482;s:72:\"xP=hT?GU>BlB3L.4Fx}MBANc=hT?GU/A$AqDSOYMj<cAgACt=hT?GUO[lBXLoIVElg*NnCQA\";i:2483;s:199:\"oC^X(\",ub@nH5FfzLvSQ[z@HfT$A}CSO}M)ZBt&a\"IzAVE_Q3nE3kAi\"sBJHNz?MuWNJqI:$vbSAQA)\",ub@*N5FQwLvSQ[zEA/hjt,ub@TD5FAwLvSQ[zEAFtit,ub@TD5F?jXCJHNzRmQ\"V\"XL`Q3nE3hh$A;CSOYMj<cAkB,h#(k)Noa.,>9W@QqI:$vbaUwQ;CA\";i:2484;s:14:\"9M>hT?GU}j.ACA\";i:2485;s:17:\"(a=hT?IUYTlBrzgAB\";i:2486;s:13:\"yd=hT?GUYTlBA\";i:2487;s:24:\"G0=hT?GU4DlBAM.4Fx}MFABA\";i:2488;s:37:\"|)=hT?GU/A$A;CSOYM@1Bt5F_Q3nE3H#l%6FA\";i:2489;s:14:\"_X=hT?GU}j>ACA\";i:2490;s:48:\"YE=hT?GU!BlBvL.4Fx}MBAZ4=hT?GU(SlBEM.4Fxrj}B@EQA\";i:2491;s:94:\"zP=hT?GU>BlB(L.4Fx}MEAvW=hT?GU/A$A^CSOYM)ZBtlB_Q3nE3<AgAoBJHNz`auWCaqI:$vbxfm>:C:azXJI|+wCSGgA\";i:2492;s:13:\"hg=hT?GU~AlBA\";i:2493;s:15:\"z:=hT?GUNkTqYLA\";i:2494;s:15:\"z:=hT?GUO[@QYLA\";i:2495;s:14:\"9M>hT?GU}j.ACA\";i:2496;s:95:\"@o=hT?GU:tlBjL.4Fx}M%ATq=hT?GU:tlB;L.4Fx}M%AvW=hT?GU:tlBeO.4Fxrj%A;C=hT?GUO[k_eLKCVElg*NNKd~lBA\";i:2497;s:156:\"iE=hT?GUtUlBnL.4FxrjCA[Q=hT?GUtUlB(L.4Fx}MEAw(=hT?GU/A$ASDSOYM*+#XlBEM.4Fx}MFAq1=hT?GU/A$AADSOYM)ZCt@Q_Q3nE3kAgAsBJHNz?MuWKCqI:$vbLFi\"sBJHNz?MuWNJqI:$vbLFgA\";i:2498;s:12:\"`)=hT?GU/A$A\";i:2499;s:143:\"!:=hT?GUNk$TaL*BVElg*NVA2W)\",ub@TD5FmuLvSQ[zUAbLkt,ub@qO5F{uLvSQ[zQAyWit,ub@TD5FRtLvSQ[zZBJt(\",ub@~[5FWuLvSQ[zGFaK$AUDSOYMj<ttUBbLnt,ub@y2cLPtA\";i:2500;s:50:\"l=>hT?GUNkWxaL?DVElg*NhAIAjt,ub@y28FBt*h_Q3nE3GK$A\";i:2501;s:45:\"<o=hT?GU/A$A=CSOYM)ZBtJV_Q3nE3kAi\"rBJHNz?MuWA\";i:2502;s:70:\">o=hT?GUNk7yaL*BVElg*NVAIAit,ub@&G5F2uLvSQ[zEAbLht,ub@&G5F<8LvSQ[zZBIA\";i:2503;s:62:\".,>hT?GUITlBcM.4Fx~5bA};>hT?GUO[H7ZLIIVElg*NpCRtuBJHNzRmPtHABA\";i:2504;s:13:\"9M=hT?GU!BlBA\";i:2505;s:15:\"z:?hT?GUO[K&YLA\";i:2506;s:45:\"I0=hT?GU/A$ACDSOYM)ZBt^X_Q3nE3kAgArBJHNz?MuWA\";i:2507;s:64:\"ZE=hT?GUNkF0aLPDVElg*NnA2W*\",ub@y2:hPt#T_Q3nE3\"!xA<v=hT?GU}jIBEA\";i:2508;s:45:\"I0=hT?GU/A$ACDSOYM)ZBt^X_Q3nE3kAgArBJHNz?MuWA\";i:2509;s:15:\"F0=hT?GUO[0kXLA\";i:2510;s:34:\"{X=hT?GU/A$A_CSOYM)ZBtdZ_Q3nE3kAgA\";i:2511;s:81:\"?o=hT?GU/A$A=CSOYM)ZBtJV_Q3nE35J$A|CSOYM)ZBtE0_Q3nE3H#o.6F;vLvSQ[zXB2W(\",ub@gM5FA\";i:2512;s:79:\"!}?hT?GUNkZ4aLeGVElg*NLKQt&a_Q3nE30o1R5FAwLvSQ[z@01WoIqI:$vbaU*h:C]azXJI{Z$]ZLA\";i:2513;s:29:\"j=>hT?GUO[aSZL#TVElg*NNKoIlBA\";i:2514;s:50:\"2:=hT?GUNk$TaL*BVElg*NVAIAit,ub@=1NERtpBJHNzijPN$A\";i:2515;s:15:\"bS?hT?GUNk!5aLA\";i:2516;s:65:\"ZE=hT?GU}jSBz(ht,ub@PP5Fg$LvSQ[z@H0U$A#DSOYMj<cALAvW?hT?GUNkt8aLA\";i:2517;s:56:\"l=>hT?GUNk]9aLVRVElg*N+P9plBeO.4Fxrj}BVFRt3BJHNzRm*(7ABA\";i:2518;s:15:\"i=>hT?GUNk]9aLA\";i:2519;s:15:\"bS?hT?GUNkw(aLA\";i:2520;s:66:\"ZE=hT?GU}jeBz(ht,ub@=1eFS\"AByD1+IT5Wf\"uW`Q3nE30o{e5F95LvSQ[z@HRV$A\";i:2521;s:56:\"l=>hT?GUNkf+aLVRVElg*N+P&qlBeO.4Fxrj}BhFRt3BJHNzRm)W9ABA\";i:2522;s:15:\"i=>hT?GUNkf+aLA\";i:2523;s:15:\"bS?hT?GUNk};aLA\";i:2524;s:65:\"ZE=hT?GU~@>A,h#(k)Noao:CQgzXJI|+`DaKgA=BJHNzRmQ\"H\"XL`Q3nE3H##^6FA\";i:2525;s:56:\"l=>hT?GUNk,>aLVRVElg*N+P,rlBeO.4Fxrj}BtFRt3BJHNzRm*(!ABA\";i:2526;s:15:\"i=>hT?GUNk,>aLA\";i:2527;s:15:\"bS?hT?GUNkl_aLA\";i:2528;s:79:\"aE=hT?GU~@>A,h#(k)No`,6CJtAByD1+IT5Wf\"uW`Q3nE30o{e5F95LvSQ[z@HWW$A]CSOYM*+3flBA\";i:2529;s:55:\"l=>hT?GUNkU|aLVRVElg*N+P<slBeO.4Fxrj9CAA2W;\",ub@y2$FBtA\";i:2530;s:15:\"i=>hT?GUNkU|aLA\";i:2531;s:15:\"bS?hT?GUO[95ZLA\";i:2532;s:55:\"l=>hT?GUO[;CXLVRVElg*NkVwA$A1DSOYMj<8ABAHO>hT?GUO[EHXLA\";i:2533;s:15:\"i=>hT?GUO[;CXLA\";i:2534;s:13:\"sP=hT?GUIDlBA\";i:2535;s:186:\"vg=hT?GU~AlB=N.4Fxrj9CMAIAkt,ub@*=5F51LvSQ[zGFnD$A1DSOYMj<9tDA,h&(k)Nowm:C{WzXJI{ZFA8y$(k)No`,EC2W)\",ub@y2ItBtlB_Q3nE31`eG5FQwLvSQ[zVA/hjt,ub@=1[CRttBJHNzijVT$A{CSOYM*+PXlB@M.4Fxrj9CUAIA\";i:2536;s:114:\"[o@hT?GUNkI7aLMcVElg*NNK(HlBmO.4Fxrj9CWA2W&\",ub@=1}DS\"(\",ub@=16DRtqBJHNz5uuWvDqI:$vbqARtxBJHNzijnV$A^CSOYMj<8ADABA\";i:2537;s:86:\"cx>hT?GUO[>2XL4YVElg*NkVaClB?L.4FxrjbApI=hT?GU/A$A~CSOYMj<HtaS_Q3nE3kAi\"3BJHNzRmftDABA\";i:2538;s:197:\"oCmu}\",ub@y2n_HtdZ_Q3nE3~RpAq1=hT?GUeBlBAM.4Fx}M@Z6FLvLvSQ[zj;0WXLqI:$vbDFi\"&BJHNzRmPteA+hSkzXJI{ZCAm_)(k)Noa.VquWvDqI:$vb+AS\"=\",ub@y2PcOt95_Q3nE30o,76FrvLvSQ[z>C3(&\",ub@TD7F7vLvSQ[z>C2W*\",ub@TD7FA\";i:2539;s:97:\"og=hT?GU^ClBrL.4Fx~5CAvW=hT?GU/A$A_CSOYM)ZBtlB_Q3nE30oT|6FGuLvSQ[zJAz(mt,ub@y2PcOtE0_Q3nE31`XL5FA\";i:2540;s:135:\"rg=hT?GU^ClBrL.4Fx~5CAvW=hT?GUoDlB7L.4Fxs@EAkn=hT?GU~@^AP/#(k)Noa.%$xW$AVElg*N5gLtoI_Q3nE35J$ACESOYMj<u\"6ACt?hT?GUO[[9XLdZVElg*NkV\"ClBA\";i:2541;s:15:\"_X?hT?GUO[eZXLA\";i:2542;s:70:\"K0=hT?GUjClBIM.4FxrjDA<v=hT?GU.DlB,L.4FxrjDA%$?hT?GU(SlBFN.4Fxrj9CaAIA\";i:2543;s:24:\"ig=hT?GU^ClBHP.4Fx~5aABA\";i:2544;s:24:\"ig=hT?GU^ClBHP.4Fx~5EBCA\";i:2545;s:52:\"+a>hT?GUO[bSXLBNVElg*NkVfDlBpN.4Fx}M$/6F[tLvSQ[zRAEA\";i:2546;s:112:\"8:>hT?GU\"tlB?L.4Fx}M%ApI=hT?GU:tlB^L.4Fx}M%A1k=hT?GU:tlBEM.4Fx}M%Aq1=hT?GU:tlBAM.4Fx}M%A+h=hT?GU:tlBcM.4Fxs@(ABA\";i:2547;s:36:\"+,>hT?GU}jRByWjt,ub@PP7FVxLvSQ[z>CIA\";i:2548;s:60:\"lg=hT?GU~@PBz(it,ub@TD5FxtLvSQ[z0.yWyKqI:$vbSARtrBJHNzijvN$A\";i:2549;s:81:\">o@hT?GUNkI7aLMcVElg*NNK(HlBmO.4Fxrj9CoA2W&\",ub@y2b4NtoI_Q3nE30oE06F{uLvSQ[zd90WA\";i:2550;s:15:\"_X?hT?GUO[ydXLA\";i:2551;s:62:\"ru=hT?GUNUlB=N.4FxrjYBcIRt_BJHNzRm=(DAHO=hT?GU>BlB3L.4Fx}MBABA\";i:2552;s:26:\"j=>hT?GUO[|eXL@QVElg*NLAIA\";i:2553;s:91:\"L0=hT?GUNUlBIM.4Fxrj}BPBRttBJHNzRm8WAA+h=hT?GUO[k_aLfTVElg*NkVaClB@M.4Fxrj9CuA2W)\",ub@TD5FA\";i:2554;s:91:\"L0=hT?GUNUlBIM.4FxrjYBxFRttBJHNzRm8WAA+h=hT?GUNkz:XLQQVElg*NNKpllB@M.4Fxrj9CgAJt)\",ub@TD5FA\";i:2555;s:14:\"_X=hT?GU~@+ACA\";i:2556;s:13:\"yd=hT?GUjClBA\";i:2557;s:13:\"(a=hT?GUjClBA\";i:2558;s:83:\"cx>hT?GUO[>2XL4YVElg*NkVaClB?L.4FxrjbApI=hT?GU/A$A~CSOYMj<HtaS_Q3nE3kAi\"nBJHNzoxuWA\";i:2559;s:29:\"Am?hT?GUO[+hXL)UVElg*NNKtJlBA\";i:2560;s:57:\"&5=hT?GU(SlB?L.4FxrjDApI=hT?GUjClB^L.4FxrjFA1k=hT?GUjClBA\";i:2561;s:24:\"ig=hT?GU~AlBbL.4Fxrj&ABA\";i:2562;s:35:\"e#=hT?GUITlBjL.4Fx~5LAHO=hT?GUIDlBA\";i:2563;s:15:\"VE=hT?GUO[QjXLA\";i:2564;s:15:\"VE=hT?GUO[1kXLA\";i:2565;s:15:\"VE=hT?GUO[\"lXLA\";i:2566;s:15:\"VE=hT?GUO[knXLA\";i:2567;s:15:\"VE=hT?GUO[/oXLA\";i:2568;s:76:\"mg=hT?GU~@PB:>st,ub@y2=>CtE0_Q3nE31`/V5Fu2LvSQ[zSBIAkt,ub@{K5F<8LvSQ[zGF*J$A\";i:2569;s:124:\"O0=hT?GUO[;vXL!GVElg*NvCRttBJHNzRmPtIA+h=hT?GUNUlB%N.4FxrjYB!GQA+\",ub@y28FBt#T_Q3nE3kAi\"mBJHNzijrR$A~CSOYMj<cAfA1k=hT?GU/A$A\";i:2570;s:13:\"nu>hT?GU~AlBA\";i:2571;s:55:\"l=>hT?GUO[CtbLVRVElg*NkV/FlBIQ.4Fxrj9C)AJt^\",ub@y2|QDtA\";i:2572;s:15:\"i=>hT?GUO[7ybLA\";i:2573;s:55:\"l=>hT?GUO[F0bLVRVElg*NkV!GlBIQ.4Fxrj9C>AJt^\",ub@y2ItDtA\";i:2574;s:15:\"i=>hT?GUO[!5bLA\";i:2575;s:55:\"l=>hT?GUO[I7bLVRVElg*NkVzHlBIQ.4Fxrj9C}AJt^\",ub@y2U/DtA\";i:2576;s:15:\"i=>hT?GUO[%$bLA\";i:2577;s:55:\"l=>hT?GUO[L&bLVRVElg*NkVoIlBIQ.4Fxrj9CHBS\"^\",ub@y2eLEtA\";i:2578;s:15:\"i=>hT?GUO[),bLA\";i:2579;s:55:\"l=>hT?GUO[O/bLVRVElg*NkVdJlBIQ.4Fxrj9CRBS\"^\",ub@y2qnEtA\";i:2580;s:15:\"i=>hT?GUO[,>bLA\";i:2581;s:82:\"n=>hT?GUO[R@bLVRVElg*N+PqClBIQ.4Fxrj9CZBS\"^\",ub@y2}9Et3r`Q3nE3H#N/6FvzLvSQ[z#KZF$A\";i:2582;s:15:\"i=>hT?GUO[:`bLA\";i:2583;s:82:\"n=>hT?GUO[>2bLVRVElg*NkV]KlBIQ.4Fxrj9CjBS\"^\",ub@y2HAwWCaqI:$vb.q>W:C>ezXJI|+fF]CgA\";i:2584;s:15:\"i=>hT?GUO[VEcLA\";i:2585;s:55:\"l=>hT?GUO[6FcLVRVElg*NkVMMlBIQ.4Fxrj9CxBS\"^\",ub@y2qnFtA\";i:2586;s:15:\"i=>hT?GUO[YLcLA\";i:2587;s:55:\"l=>hT?GUO[9McLVRVElg*NkVBNlBIQ.4Fxrj9C7BS\"^\",ub@y22(FtA\";i:2588;s:15:\"i=>hT?GUO[bScLA\";i:2589;s:55:\"l=>hT?GUO[$TcLVRVElg*NkV[NlBIQ.4Fxrj9C*BS\"^\",ub@y2$FGtA\";i:2590;s:15:\"i=>hT?GUO[eZcLA\";i:2591;s:122:\"D*>hT?GU~@1CEA$(k)No1H:CIYzXJI{Z5A]Q$(k)No`,~B2W+\",ub@0@5FLvLvSQ[zu6zW=JqI:$vbaU3r:C+WzXJI|+wCtBi\"sBJHNzRmQ\"R\"aS_Q3nE3kAgA\";i:2592;s:13:\"nu>hT?GU~AlBA\";i:2593;s:107:\"p=>hT?GUO[R@bLVRVElg*N+PqClBIQ.4Fxrj9C;BS\"^\",ub@y2}9Et3r`Q3nE3H#N/6FvzLvSQ[z#KZF$A{CSOYMj<e\"HAHO=hT?GUIDlBA\";i:2594;s:15:\"i=>hT?GUO[NcYLA\";i:2595;s:60:\"wP=hT?GU>BlB3L.4FxrjbAeZ=hT?GUO[lBXLi\"LvSQ[zTBJt(\",ub@=14DQA\";i:2596;s:76:\">o@hT?GUNkI7aLMcVElg*NNK(HlBmO.4Fxrj9C?BRtlBJHNzijfV$A@CSOYMifCtXL_Q3nE3ZB$A\";i:2597;s:54:\"<o@hT?GUNkI7aLMcVElg*NNK(HlBmO.4Fxrj9C[BQA)\",ub@=1MFQA\";i:2598;s:42:\";o@hT?GUNkI7aLMcVElg*NNK(HlBmO.4Fxrj9C^BQA\";i:2599;s:42:\";o@hT?GUNkI7aLMcVElg*NNK(HlBmO.4Fxrj9C`BQA\";i:2600;s:66:\"=o@hT?GUNkI7aLMcVElg*NNK(HlBmO.4Fxrj9C|BS\"(\",ub@=1eFQA)\",ub@=1MFQA\";i:2601;s:54:\"<o@hT?GUNkI7aLMcVElg*NNK(HlBmO.4Fxrj9C~BRtlBJHNzijPV$A\";i:2602;s:54:\"<o@hT?GUNkI7aLMcVElg*NNK(HlBmO.4Fxrj9CACS\"(\",ub@=1aFQA\";i:2603;s:90:\"?o@hT?GUNkI7aLMcVElg*NNK(HlBmO.4Fxrj9CCCRtlBJHNzX0xWUEqI:$vbX%W\"XL_Q3nE30o$A:CbXzXJI{Z5ACA\";i:2604;s:67:\"=o@hT?GUNkI7aLMcVElg*NNK(HlBmO.4Fxrj9CECRtlBJHNzijPV$A@CSOYM*+eqlBA\";i:2605;s:80:\">o@hT?GUNkI7aLMcVElg*NNK(HlBmO.4Fxrj9CGCRtlBJHNzijPV$A@CSOYM*+NdlB3L.4FxrjYBoEQA\";i:2606;s:79:\">o@hT?GUNkI7aLMcVElg*NNK(HlBmO.4Fxrj9CICRtlBJHNzijPV$A@CSOYMtOItXL_Q3nE30oE06FA\";i:2607;s:67:\"=o@hT?GUNkI7aLMcVElg*NNK(HlBmO.4Fxrj9CKCRtlBJHNzijPV$A]CSOYM*+JplBA\";i:2608;s:127:\"^o=hT?GU:tlBjL.4Fx}M%ATq=hT?GU:tlB;L.4Fx}M%A7y=hT?GU:tlBIM.4Fx}M%A<v=hT?GU:tlB,L.4Fx}M%AO/>hT?GUO[nucL?DVElg*NLA3((\",ub@y2xWHtA\";i:2609;s:13:\"sP=hT?GUIDlBA\";i:2610;s:58:\"wP=hT?GU>BlB3L.4Fx}MJe6F{uLvSQ[zQAbLht,ub@F=5FGuLvSQ[zXBIA\";i:2611;s:42:\";o@hT?GUNkI7aLMcVElg*NNK(HlBmO.4Fxrj9COCQA\";i:2612;s:42:\";o@hT?GUNkI7aLMcVElg*NNK(HlBmO.4Fxrj9CQCQA\";i:2613;s:85:\"cx>hT?GUO[>2XL4YVElg*NkVaClBrL.4FxrjEAkn=hT?GUeBlBjL.4Fx}MBATq=hT?GU}jdBc4it,ub@TD5FA\";i:2614;s:29:\"Xx>hT?GUNkVEZL!mVElg*NkV1RlBA\";i:2615;s:81:\"?o=hT?GU:tlBjL.4Fx}M%ATq=hT?GU:tlB;L.4Fx}M%AZ4=hT?GU(SlBFN.4FxrjYB!ERtnBJHNzoxuWA\";i:2616;s:85:\"5:=hT?GUNk$TaL*BVElg*NVA2W.\",ub@TD5F2uLvSQ[zEAbLht,ub@&G5FGuLvSQ[zRhzWqiqI:$vb.qvj:CA\";i:2617;s:152:\"#:>hT?GUO[nuYL_EVElg*N&FRtmBJHNz?M2WyKqI:$vbpLi\"rBJHNz?M2WrPqI:$vb+EgAuBJHNz?M2WhNqI:$vbpLi\"tBJHNz?M2WoIqI:$vbpLgA8BJHNzRm<WDAHO>hT?GUO[q1YL*BVElg*NjAIA\";i:2618;s:26:\":o>hT?GUO[xdaLBNVElg*NLAIA\";i:2619;s:97:\"uu=hT?GUNUlB=N.4FxrjYBcIRt_BJHNzRm=((A|e=hT?GU^ClBEM.4Fx}Me?6FgwLvSQ[zVAbLjt,ub@=1aFQA*\",ub@PP5FA\";i:2620;s:26:\"j=>hT?GUO[|ebL@QVElg*NLAIA\";i:2621;s:85:\"5:=hT?GUNk$TaL*BVElg*NVA2W.\",ub@TD5F2uLvSQ[zEAbLht,ub@&G5FGuLvSQ[zRhzWqiqI:$vbaU%N:CA\";i:2622;s:29:\"Xx>hT?GUO[>2XL)UVElg*NkV@wlBA\";i:2623;s:13:\"hg=hT?GU~AlBA\";i:2624;s:37:\"XE=hT?GUO[?2YL*BVElg*NjA2W)\",ub@TD5FA\";i:2625;s:47:\"f#=hT?GUITlB(L.4Fx}MEA[Q=hT?GU~@`Aln)(k)Norl:CA\";i:2626;s:13:\"L&=hT?GU4TlBA\";i:2627;s:13:\"bS=hT?GUu%lBA\";i:2628;s:46:\"<o=hT?GUjClBjL.4FxrjDATq=hT?GU.DlB;L.4FxrjDABA\";i:2629;s:15:\"A^>hT?GUO[bSXLA\";i:2630;s:25:\"d#=hT?GU}j&ADt$(k)NorF:CA\";i:2631;s:98:\"og=hT?GU^ClBEM.4Fx}M@Z6FgwLvSQ[zSB2W+\",ub@=14DQA*\",ub@=1HERt&BJHNzRmPtDBE\"=hT?GUNUlBnP.4Fxrj9C|FQA\";i:2632;s:61:\"J0=hT?GU}j]A]Q$(k)No`,DC2W+\",ub@=14DQA*\",ub@F=5FD3LvSQ[ztNyWA\";i:2633;s:26:\"ou>hT?GU~AlB=N.4Fxrj9CKGQA\";i:2634;s:98:\"zP=hT?GU>BlBkM.4Fxrj}BwEQA)\",ub@TD5F2uLvSQ[zEAbLht,ub@=1+DS\"(\",ub@&G5F51LvSQ[z#K@I$AUDSOYMj<8AaABA\";i:2635;s:14:\"yd=hT?GU~@:ACA\";i:2636;s:14:\"(a=hT?GU~@:ACA\";i:2637;s:15:\"sP>hT?GUO[!5YLA\";i:2638;s:52:\"Zx>hT?GUO[>2XL4YVElg*NkVaClBrL.4FxrjEATq=hT?GU}jdBEA\";i:2639;s:108:\"dE=hT?GUO[I7YLmOVElg*NNKpllBUM.4Fx}MbAO/>hT?GUO[nucL_EVElg*N&FRtmBJHNz?M2WyKqI:$vbpLi\"rBJHNz?M2WvDqI:$vb+AQA\";i:2640;s:34:\"uP=hT?GU>BlB3L.4Fx}MBAeZ=hT?GU/A$A\";i:2641;s:73:\"_2=hT?GU:tlB,L.4Fx}M%AvW?hT?GU(&lB/N.4Fxrj%A2[>hT?GUO[bSXLBNVElg*NkV:SlBA\";i:2642;s:97:\"p=>hT?GUO[1[cL5FVElg*NvCRt_BJHNzRm=((A|e=hT?GU^ClBEM.4Fx}Me?6FgwLvSQ[zSB2W+\",ub@=1aFQA*\",ub@PP5FA\";i:2643;s:28:\"Xx>hT?GUO[>2XLFBVElg*N+PAA$A\";i:2644;s:26:\"ou>hT?GU~AlB=N.4Fxrj9CKGQA\";i:2645;s:57:\"J0=hT?GUjClBIM.4FxrjDA<v=hT?GU.DlB,L.4FxrjDAHO=hT?GUIDlBA\";i:2646;s:13:\"!5=hT?GU(SlBA\";i:2647;s:26:\"Xx=hT?GUNUlB=N.4FxrjYBRBQA\";i:2648;s:112:\"0P=hT?GU>BlB3L.4Fx}MBAeZ=hT?GU/A$A;CSOYMj<8AbA[Q=hT?GU!BlB9N.4Fxrj9CaAJt=\",ub@y2PcOt_)_Q3nE3H#=J5Fg$LvSQ[z#K1J$A\";i:2649;s:14:\"R@>hT?GU}jfBEA\";i:2650;s:26:\"`X=hT?GUoDlB?L.4Fxrj}B#BQA\";i:2651;s:26:\"zd=hT?GUoDlBjL.4Fxrj9CmCQA\";i:2652;s:26:\")a=hT?GUoDlB;L.4Fxrj9CmCQA\";i:2653;s:64:\"ax>hT?GUO[>2XL4YVElg*NkVaClB=N.4Fxrj9CoCQA+\",ub@0@5F7vLvSQ[zSBIA\";i:2654;s:70:\"xP=hT?GUIDlBEM.4FxrjDAq1=hT?GUjClBAM.4FxrjFA+h=hT?GUO[w(YL1RVElg*NHAIA\";i:2655;s:58:\"wP=hT?GU>BlB3L.4Fx}M*q6F2uLvSQ[zNAbLht,ub@uC5FGuLvSQ[zDAEA\";i:2656;s:35:\"#M=hT?GU!BlBvL.4Fx}MdA;C=hT?GUtUlBA\";i:2657;s:70:\"xP=hT?GU>BlB3L.4Fx}MBAeZ=hT?GU/A$A;CSOYM@1BtoI_Q3nE3<Ai\"3BJHNzRm<WcABA\";i:2658;s:53:\"eS?hT?GUO[bSXLi\"LvSQ[z@HbH$AgDSOYMj<dtTAm_#(k)Nowm:CA\";i:2659;s:136:\"^o>hT?GUO[xdaLmOVElg*NNKpllB`N.4Fxrj9CaAJt+\",ub@*=5FgwLvSQ[zSB2W+\",ub@=1eFQA*\",ub@dF5F[tLvSQ[zRA/hot,ub@y2b4It3r`Q3nE31`Q@5F;vLvSQ[zXBIA\";i:2660;s:114:\"7:=hT?GUNk$TaL*BVElg*NVAIAit,ub@=14DRtpBJHNz#8uWh=qI:$vbxfa]:CxdzXJI|+wC`BgA/BJHNzRm=(cA;C=hT?GU}jeBz(ht,ub@=1qDQA\";i:2661;s:64:\"J0=hT?GU}jDB/hjt,ub@y21WIt^X_Q3nE3~RvA+h=hT?GU}jDBbLot,ub@=1^CQA\";i:2662;s:14:\"Wx=hT?GU}j]ACA\";i:2663;s:13:\"sP=hT?GUIDlBA\";i:2664;s:109:\"dE=hT?GUYTlBvL.4FxrjFAHO=hT?GU>BlB3L.4Fx}MA/6F2uLvSQ[zTBJtAByD1+IT5Wf\"uW`Q3nE30o{e5F95LvSQ[z#KaK$A`CSOYMWDCtA\";i:2665;s:27:\"cS=hT?GU}j`ADt((k)Noa._9xWA\";i:2666;s:13:\"hg=hT?GU~AlBA\";i:2667;s:205:\"oCuu*\",ub@TD7FxtLvSQ[z>C3(*\",ub@TD7FbvLvSQ[z>CJt^\",ub@y2U/Bt\"]_Q3nE31`G>5F;vLvSQ[zXB2W>\",ub@y2b4Lt$$`Q3nE31`#^5FQwLvSQ[zVA/hjt,ub@PP5FAwLvSQ[zVAFtit,ub@qO5FRtLvSQ[zJAc4lt,ub@y2ItItVx_Q3nE3\"!hAHO=hT?GUIDlBA\";i:2668;s:140:\"gx>hT?GUNkVEZL!mVElg*NkV1RlBeO.4Fxrj9CaAJt+\",ub@0@5FgwLvSQ[zu6zW|LqI:$vbDFgArBJHNzij[P$AqDSOYMj<e\"eAU|?hT?GUO[f+YL5FVElg*NvCRt3BJHNzRm=(EABA\";i:2669;s:13:\"VE=hT?GUtUlBA\";i:2670;s:15:\"Wx>hT?GUO[uWYLA\";i:2671;s:41:\"Yx>hT?GUO[>2XL4YVElg*NkVaClB^L.4Fx}M9C6FA\";i:2672;s:13:\"sP=hT?GUIDlBA\";i:2673;s:78:\"ng=hT?GU^ClBbL.4Fx}MdAkn=hT?GU/A$A=CSOYM)ZItJV_Q3nE3kAi\"rBJHNz@5xWUEqI:$vbLFgA\";i:2674;s:70:\"xP=hT?GU>BlB3L.4Fx}MBAeZ=hT?GU/A$A;CSOYM@1BtoI_Q3nE3<Ai\"3BJHNzRm<WeABA\";i:2675;s:26:\"j=>hT?GUO[2[cLlhVElg*N)FQA\";i:2676;s:13:\"5}?hT?GU\"tlBA\";i:2677;s:91:\"6:>hT?GU\"tlB~10t,ub@^D7FLvLvSQ[z>CJt*\",ub@TD7FxtLvSQ[z>C3(*\",ub@TD7FbvLvSQ[z>CIAkt,ub@{K5FA\";i:2678;s:82:\"Wj=hT?GU~@UCz(it,ub@=1\"JRtmBJHNz?M2WyKqI:$vbu<6\"aS_Q3nE3]W$ApDSOYMifRtDH_Q3nE3xB$A\";i:2679;s:113:\"7:=hT?GUNk$TaL*BVElg*NVAIAit,ub@=1hERtpBJHNz?MuWh=qI:$vbxfa]:CxdzXJI|+wC`BgA/BJHNzRm=(eA;C=hT?GU}jSBz(ht,ub@*=5FA\";i:2680;s:114:\"7:=hT?GUNk$TaL*BVElg*NVAIAit,ub@y2aLDt8M_Q3nE3kAgABCJHNzRmXt6ACt?hT?GUO[[9XLdZVElg*NkV/VlBbL.4Fx}M>#6FGuLvSQ[zTBIA\";i:2681;s:14:\"Qj=hT?GU~@LCEA\";i:2682;s:113:\"7:=hT?GUNk$TaL*BVElg*NVAIAit,ub@=1MFRtpBJHNz?MuWh=qI:$vbxfa]:CxdzXJI|+wC`BgA/BJHNzRm<WfA;C=hT?GUYTlBvL.4Fx}Ml:6FA\";i:2683;s:92:\"M0=hT?GU~@9C/hjt,ub@TD7FAwLvSQ[z`V9WoIqI:$vbpLgAsBJHNz?M2WKCqI:$vbpLi\"sBJHNz?M2WNJqI:$vbpLgA\";i:2684;s:46:\"<o=hT?GU4DlBjL.4Fx}MBATq=hT?GUYTlB;L.4Fx}MBABA\";i:2685;s:60:\"g#=hT?GUITlBbL.4Fx~5XATq=hT?GU}jSBc4ht,ub@gM5FbvLvSQ[z@HAAgA\";i:2686;s:26:\"cS?hT?GUO[bSXLpVVElg*NLAIA\";i:2687;s:127:\"J^>hT?GUO[bSXLeGVElg*N*8Lt&a_Q3nE35J$AADSOYM*+qmlB,L.4FxrjbAU|?hT?GUO[KVXL5FVElg*NNKQA$AqDSOYMj<e\"eAf+>hT?GU}jRBc4lt,ub@y2|QCtA\";i:2688;s:64:\"V@?hT?GUO[U|YL5FVElg*NrA3(@\",ub@y2r_Yt+>_Q3nE30o*h5F%9LvSQ[z?CIA\";i:2689;s:13:\"Wx=hT?GU:tlBA\";i:2690;s:124:\"P0=hT?GU:tlBIM.4Fx}M%A<v=hT?GU:tlB,L.4Fx}M%AO/>hT?GU\"tlB?L.4Fx}M%ApI=hT?GU:tlB^L.4Fx}M%A1k=hT?GU:tlB~10t,ub@^D7FVxLvSQ[zPAEA\";i:2691;s:191:\"#:>hT?GU\"tlBFN.4FxrjYB!ERt(BJHNzRm<WDA<v>hT?GUNk$TXL!mVElg+NkVuWlB&!eBmB#(y2eLJt(a.qGuXLnj9C]C]\"+\",ub@0@5FgwLvSQ[zOAbLjt,ub@0@5FLvLvSQ[zGFrH$A?CSOYM?ICtuW_Q3nE30o$A:C#bzXJI|+fF@Ei\"_BJHNz!P2WA\";i:2692;s:99:\"zP=hT?GU>BlB3L.4Fx}M|U6F2uLvSQ[zNAbLht,ub@=1/ES\"(\",ub@*=5Fg$LvSQ[z@H0U$A#DSOYMj<cALAvW?hT?GUO[A^YLA\";i:2693;s:15:\"_X?hT?GUO[EHZLA\";i:2694;s:103:\":a>hT?GUO[xdaLpVVElg*NkVaClB@M.4Fxrj9C{CS\"+\",ub@PP5FgwLvSQ[zLT0W|LqI:$vbaU.I:CzXzXJI{ZzJaLEUVElg*NuxOtA\";i:2695;s:55:\"qu=hT?GUO[k_aL)UVElg*NkV(XlBnP.4Fxrj9CuCRt;BJHNzRmeAT\"A\";i:2696;s:38:\"pu=hT?GU}j\"AbLkt,ub@=16DRtpBJHNzijJP$A\";i:2697;s:15:\"nu=hT?GUO[SqXLA\";i:2698;s:102:\"[o=hT?GU/A$A=CSOYM)ZBtJV_Q3nE3kAi\"rBJHNz?MuWoIqI:$vb\"Ig\"DH_Q3nE3_Ai\"xBJHNzijnV$A^CSOYMLUCtgg`Q3nE3hJ$A\";i:2699;s:41:\"{X=hT?GU~@,AOc%(k)Noa.gZyW_EqI:$vbaUPj:CA\";i:2700;s:15:\"c#?hT?GUO[HOZLA\";i:2701;s:15:\"F0=hT?GUO[PjXLA\";i:2702;s:29:\"Xx=hT?GUO[xdYLpVVElg*NkVoYlBA\";i:2703;s:85:\"hS?hT?GUO[bSXLVRVElg*NNK>GlBrL.4FxrjEAkn=hT?GUYTlBjL.4Fx}MBATq=hT?GU~@BBc4it,ub@TD5FA\";i:2704;s:100:\"@o>hT?GUO[xdaLmOVElg*NNKpllB`N.4Fxrj9CaAJt+\",ub@PP5FgwLvSQ[zVAbLjt,ub@=1aFQA*\",ub@PP5F%9LvSQ[z#KCK$A\";i:2705;s:105:\"dE=hT?GU5A$A@CSOYMLUBt{e_Q3nE3xJ$A}CSOYM)ZBtUE_Q3nE3t`gATq=hT?GU}jIBc4it,ub@TD5FvzLvSQ[z#KlJ$A?CSOYM?ICtA\";i:2706;s:24:\"!M=hT?GU!BlBvL.4Fx}MdABA\";i:2707;s:81:\"bE=hT?GU!BlBvL.4FxrjCAHO>hT?GUO[[QZL?DVElg*NhA2W(\",ub@nH5FmuLvSQ[zEAbLit,ub@TD5FA\";i:2708;s:13:\"hg=hT?GU^ClBA\";i:2709;s:71:\"su=hT?GUoTlB=N.4FxrjYB!CS\"+\",ub@F=5FgwLvSQ[zEAbLjt,ub@=1hEQA*\",ub@TD5FA\";i:2710;s:15:\"i=>hT?GUO[bSZLA\";i:2711;s:40:\"Bm?hT?GUO[YLZLwQVElg*NNK4IlB|L.4Fx~5cABA\";i:2712;s:87:\"L0=hT?GUO[PjXL!GVElg*N*8Mt^X_Q3nE3RB$A{CSOYMj<!\"jA};>hT?GUO[L&YL*BVElg*NjA3(~\",ub@^D7FA\";i:2713;s:116:\"7:=hT?GUNk$TaL*BVElg*NVAIAit,ub@y29yCt8M_Q3nE3\"!uA;C=hT?GU~@%A,h#(k)No`,&BJtAByD1+IT5Wf\"uW`Q3nE30o{e5F95LvSQ[z#K0M$A\";i:2714;s:102:\"@o@hT?GUNkI7aLMcVElg*NNK(HlBmO.4Fxrj9CPDRtlBJHNzRm)WDA[Q=hT?GU}jDBc4ht,ub@nH5FlxLvSQ[z**yWDHqI:$vb]AQA\";i:2715;s:93:\"uu=hT?GUO[k_aL(HVElg*NjCRtqBJHNz5uuW=JqI:$vbSARtmBJHNzApuWyKqI:$vbSARtrBJHNz?MuW@QqI:$vb\"IU\"A\";i:2716;s:99:\"Xj=hT?GUO[_XZL1RVElg*NpA2W`\",ub@y2ItJtuW_Q3nE3GK$AeDSOYMj<dtYAOc#(k)NoQG:C4YzXJI|+`DkARtsBJHNzRmxWA\";i:2717;s:111:\"[o@hT?GUNkI7aLMcVElg*NNK(HlBmO.4Fxrj9CTDRtnBJHNz)duW5FqI:$vbSARtpBJHNz?MuW(HqI:$vb&ARtlBJHNz@5uWUEqI:$vbaUy::CA\";i:2718;s:50:\"|X?hT?GUO[(aZLi\"LvSQ[zVAz(ht,ub@=14DQA)\",ub@=1iDQA\";i:2719;s:112:\"[o@hT?GUNkI7aLMcVElg*NNK(HlBmO.4Fxrj9CXDRtnBJHNz)duW5FqI:$vbWUV\"GO_Q3nE3sopA|e=hT?GU^ClBbL.4FxrjFA[Q=hT?GU}j]ACA\";i:2720;s:13:\"VE=hT?GU!BlBA\";i:2721;s:50:\"qu=hT?GU}j\"AG\"$(k)Noa.K7yWIoqI:$vb\"Id\"@Q_Q3nE3RB$A\";i:2722;s:26:\"@2=hT?GUjClBbL.4Fxrj9CbDQA\";i:2723;s:45:\"I0=hT?GU/A$ACDSOYM)ZBt^X_Q3nE3kAgArBJHNz?MuWA\";i:2724;s:12:\"Qj=hT?GU/A$A\";i:2725;s:26:\"j=>hT?GUO[2[cLlhVElg*N)FQA\";i:2726;s:13:\"nu>hT?GU\"tlBA\";i:2727;s:25:\"?J=hT?GU:tlBfL.4Fx}MiD6FA\";i:2728;s:13:\"VE=hT?GUoDlBA\";}","no");
INSERT INTO `pcab_options` VALUES("285","_site_transient_timeout_chld_thm_cfg_options_debug","1504900503","no");
INSERT INTO `pcab_options` VALUES("286","_site_transient_chld_thm_cfg_options_debug","","no");
INSERT INTO `pcab_options` VALUES("287","theme_mods_Divi-child","a:7:{s:16:\"et_pb_css_synced\";s:3:\"yes\";s:18:\"custom_css_post_id\";i:85;s:21:\"et_pb_layouts_updated\";s:3:\"yes\";s:39:\"et_updated_layouts_built_for_post_types\";s:3:\"yes\";s:30:\"et_pb_predefined_layouts_added\";s:2:\"on\";s:34:\"et_pb_predefined_layouts_version_6\";s:2:\"on\";s:18:\"nav_menu_locations\";a:1:{s:12:\"primary-menu\";i:3;}}","yes");
INSERT INTO `pcab_options` VALUES("288","_site_transient_et_update_themes","O:8:\"stdClass\":3:{s:7:\"checked\";a:3:{s:10:\"Divi-child\";s:17:\"3.0.72.1504896903\";s:4:\"Divi\";s:6:\"3.0.72\";s:15:\"twentyseventeen\";s:3:\"1.3\";}s:8:\"response\";a:1:{s:4:\"Divi\";a:3:{s:11:\"new_version\";s:7:\"3.0.101\";s:3:\"url\";s:52:\"https://www.elegantthemes.com/api/changelog/divi.txt\";s:7:\"package\";s:140:\"https://www.elegantthemes.com/api/api_downloads.php?api_update=1&theme=Divi&api_key=b83cbda297b40a67cdbac710473eaef2288a32bd&username=pcmics\";}}s:12:\"last_checked\";i:1518171863;}","no");
INSERT INTO `pcab_options` VALUES("295","_transient_timeout_et_divi_customizer_option_set","1505317841","no");
INSERT INTO `pcab_options` VALUES("296","_transient_et_divi_customizer_option_set","theme","no");
INSERT INTO `pcab_options` VALUES("2511","_transient_doing_cron","1518321544.7676789760589599609375","yes");
INSERT INTO `pcab_options` VALUES("820","_site_transient_timeout_browser_319c48b802c433287a96f2de41019f8d","1505755413","no");
INSERT INTO `pcab_options` VALUES("821","_site_transient_browser_319c48b802c433287a96f2de41019f8d","a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"60.0.3112.113\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}","no");
INSERT INTO `pcab_options` VALUES("299","category_children","a:0:{}","yes");
INSERT INTO `pcab_options` VALUES("2173","_site_transient_timeout_browser_315117425c117d80648b71a24b9b1815","1513022405","no");
INSERT INTO `pcab_options` VALUES("2174","_site_transient_browser_315117425c117d80648b71a24b9b1815","a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"62.0.3202.94\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}","no");
INSERT INTO `pcab_options` VALUES("304","wpseo_sitemap_category_cache_validator","5ZK9q","no");
INSERT INTO `pcab_options` VALUES("307","wpseo_sitemap_post_cache_validator","6df3Y","no");
INSERT INTO `pcab_options` VALUES("317","wpseo_sitemap_scope_cache_validator","tTcI","no");
INSERT INTO `pcab_options` VALUES("318","wpseo_sitemap_layout_type_cache_validator","tTcJ","no");
INSERT INTO `pcab_options` VALUES("319","wpseo_sitemap_module_width_cache_validator","tTcK","no");
INSERT INTO `pcab_options` VALUES("568","et_account_status","active","yes");
INSERT INTO `pcab_options` VALUES("565","et_automatic_updates_options","a:2:{s:8:\"username\";s:6:\"pcmics\";s:7:\"api_key\";s:40:\"b83cbda297b40a67cdbac710473eaef2288a32bd\";}","yes");
INSERT INTO `pcab_options` VALUES("462","layout_category_children","a:0:{}","yes");
INSERT INTO `pcab_options` VALUES("325","wpseo_sitemap_layout_category_cache_validator","5qABJ","no");
INSERT INTO `pcab_options` VALUES("570","_site_transient_et_update_all_plugins","O:8:\"stdClass\":1:{s:12:\"last_checked\";i:1516427965;}","no");
INSERT INTO `pcab_options` VALUES("2507","_site_transient_timeout_theme_roots","1518173662","no");
INSERT INTO `pcab_options` VALUES("2508","_site_transient_theme_roots","a:3:{s:10:\"Divi-child\";s:7:\"/themes\";s:4:\"Divi\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";}","no");
INSERT INTO `pcab_options` VALUES("432","nf_form_3","a:4:{s:2:\"id\";i:3;s:6:\"fields\";a:9:{i:0;a:2:{s:2:\"id\";i:12;s:8:\"settings\";a:44:{s:4:\"type\";s:7:\"textbox\";s:5:\"order\";s:1:\"0\";s:6:\"fav_id\";s:0:\"\";s:6:\"def_id\";s:1:\"6\";s:5:\"label\";s:10:\"First Name\";s:9:\"label_pos\";s:5:\"above\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:10:\"send_email\";s:1:\"0\";s:10:\"from_email\";s:1:\"0\";s:10:\"first_name\";s:1:\"1\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:14:\"user_address_1\";s:0:\"\";s:14:\"user_address_2\";s:0:\"\";s:9:\"user_city\";s:0:\"\";s:8:\"user_zip\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";s:13:\"element_class\";s:11:\"ninja-input\";s:8:\"required\";s:1:\"1\";s:3:\"key\";s:9:\"textbox_6\";s:9:\"parent_id\";i:3;s:10:\"created_at\";s:19:\"2017-09-10 12:21:42\";}}i:1;a:2:{s:2:\"id\";i:13;s:8:\"settings\";a:43:{s:4:\"type\";s:8:\"lastname\";s:5:\"order\";s:1:\"1\";s:6:\"fav_id\";s:0:\"\";s:6:\"def_id\";s:1:\"7\";s:5:\"label\";s:9:\"Last Name\";s:9:\"label_pos\";s:5:\"above\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:10:\"send_email\";s:1:\"0\";s:10:\"from_email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:14:\"user_address_1\";s:0:\"\";s:14:\"user_address_2\";s:0:\"\";s:9:\"user_city\";s:0:\"\";s:8:\"user_zip\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";s:13:\"element_class\";s:11:\"ninja-input\";s:8:\"required\";s:1:\"1\";s:3:\"key\";s:10:\"lastname_7\";s:9:\"parent_id\";i:3;s:10:\"created_at\";s:19:\"2017-09-10 12:21:42\";}}i:2;a:2:{s:2:\"id\";i:14;s:8:\"settings\";a:43:{s:4:\"type\";s:5:\"email\";s:5:\"order\";s:1:\"2\";s:6:\"fav_id\";s:0:\"\";s:6:\"def_id\";s:2:\"14\";s:5:\"label\";s:5:\"Email\";s:9:\"label_pos\";s:5:\"above\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:10:\"send_email\";s:1:\"0\";s:10:\"from_email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:14:\"user_address_1\";s:1:\"0\";s:14:\"user_address_2\";s:1:\"0\";s:9:\"user_city\";s:1:\"0\";s:8:\"user_zip\";s:1:\"0\";s:10:\"user_phone\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";s:13:\"element_class\";s:11:\"ninja-input\";s:8:\"required\";s:1:\"1\";s:3:\"key\";s:7:\"email_8\";s:9:\"parent_id\";i:3;s:10:\"created_at\";s:19:\"2017-09-10 12:21:42\";}}i:3;a:2:{s:2:\"id\";i:15;s:8:\"settings\";a:43:{s:4:\"type\";s:7:\"address\";s:5:\"order\";s:1:\"3\";s:6:\"fav_id\";s:0:\"\";s:6:\"def_id\";s:1:\"8\";s:5:\"label\";s:9:\"Address 1\";s:9:\"label_pos\";s:5:\"above\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:10:\"send_email\";s:1:\"0\";s:10:\"from_email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:14:\"user_address_2\";s:1:\"0\";s:9:\"user_city\";s:1:\"0\";s:8:\"user_zip\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";s:13:\"element_class\";s:11:\"ninja-input\";s:8:\"required\";s:1:\"1\";s:3:\"key\";s:9:\"address_9\";s:9:\"parent_id\";i:3;s:10:\"created_at\";s:19:\"2017-09-10 12:21:42\";}}i:4;a:2:{s:2:\"id\";i:16;s:8:\"settings\";a:43:{s:4:\"type\";s:4:\"city\";s:5:\"order\";s:1:\"4\";s:6:\"fav_id\";s:0:\"\";s:6:\"def_id\";s:2:\"10\";s:5:\"label\";s:4:\"City\";s:9:\"label_pos\";s:5:\"above\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:10:\"send_email\";s:1:\"0\";s:10:\"from_email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:14:\"user_address_1\";s:1:\"0\";s:14:\"user_address_2\";s:1:\"0\";s:8:\"user_zip\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";s:13:\"element_class\";s:11:\"ninja-input\";s:8:\"required\";s:1:\"1\";s:3:\"key\";s:7:\"city_10\";s:9:\"parent_id\";i:3;s:10:\"created_at\";s:19:\"2017-09-10 12:21:42\";}}i:5;a:2:{s:2:\"id\";i:17;s:8:\"settings\";a:31:{s:4:\"type\";s:10:\"listselect\";s:5:\"order\";s:1:\"5\";s:6:\"fav_id\";s:0:\"\";s:6:\"def_id\";s:2:\"11\";s:5:\"label\";s:5:\"State\";s:9:\"label_pos\";s:5:\"above\";s:10:\"multi_size\";s:1:\"5\";s:15:\"list_show_value\";s:1:\"1\";s:4:\"list\";a:0:{}s:9:\"list_type\";s:8:\"dropdown\";s:10:\"user_state\";s:1:\"1\";s:21:\"user_info_field_group\";s:1:\"1\";s:13:\"populate_term\";s:0:\"\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:8:\"num_sort\";s:1:\"0\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:8:\"required\";s:1:\"1\";s:7:\"options\";a:51:{i:0;a:4:{s:5:\"label\";s:7:\"Alabama\";s:5:\"value\";s:2:\"AL\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:1;a:4:{s:5:\"label\";s:6:\"Alaska\";s:5:\"value\";s:2:\"AK\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:2;a:4:{s:5:\"label\";s:7:\"Arizona\";s:5:\"value\";s:2:\"AZ\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:3;a:4:{s:5:\"label\";s:8:\"Arkansas\";s:5:\"value\";s:2:\"AR\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:4;a:4:{s:5:\"label\";s:10:\"California\";s:5:\"value\";s:2:\"CA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:5;a:4:{s:5:\"label\";s:8:\"Colorado\";s:5:\"value\";s:2:\"CO\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:6;a:4:{s:5:\"label\";s:11:\"Connecticut\";s:5:\"value\";s:2:\"CT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:7;a:4:{s:5:\"label\";s:8:\"Delaware\";s:5:\"value\";s:2:\"DE\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:8;a:4:{s:5:\"label\";s:20:\"District of Columbia\";s:5:\"value\";s:2:\"DC\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:9;a:4:{s:5:\"label\";s:7:\"Florida\";s:5:\"value\";s:2:\"FL\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:10;a:4:{s:5:\"label\";s:7:\"Georgia\";s:5:\"value\";s:2:\"GA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:11;a:4:{s:5:\"label\";s:6:\"Hawaii\";s:5:\"value\";s:2:\"HI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:12;a:4:{s:5:\"label\";s:5:\"Idaho\";s:5:\"value\";s:2:\"ID\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:13;a:4:{s:5:\"label\";s:8:\"Illinois\";s:5:\"value\";s:2:\"IL\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:14;a:4:{s:5:\"label\";s:7:\"Indiana\";s:5:\"value\";s:2:\"IN\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:15;a:4:{s:5:\"label\";s:4:\"Iowa\";s:5:\"value\";s:2:\"IA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:16;a:4:{s:5:\"label\";s:6:\"Kansas\";s:5:\"value\";s:2:\"KS\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:17;a:4:{s:5:\"label\";s:8:\"Kentucky\";s:5:\"value\";s:2:\"KY\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:18;a:4:{s:5:\"label\";s:9:\"Louisiana\";s:5:\"value\";s:2:\"LA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:19;a:4:{s:5:\"label\";s:5:\"Maine\";s:5:\"value\";s:2:\"ME\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:20;a:4:{s:5:\"label\";s:8:\"Maryland\";s:5:\"value\";s:2:\"MD\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:21;a:4:{s:5:\"label\";s:13:\"Massachusetts\";s:5:\"value\";s:2:\"MA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:22;a:4:{s:5:\"label\";s:8:\"Michigan\";s:5:\"value\";s:2:\"MI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:23;a:4:{s:5:\"label\";s:9:\"Minnesota\";s:5:\"value\";s:2:\"MN\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:24;a:4:{s:5:\"label\";s:11:\"Mississippi\";s:5:\"value\";s:2:\"MS\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:25;a:4:{s:5:\"label\";s:8:\"Missouri\";s:5:\"value\";s:2:\"MO\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:26;a:4:{s:5:\"label\";s:7:\"Montana\";s:5:\"value\";s:2:\"MT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:27;a:4:{s:5:\"label\";s:8:\"Nebraska\";s:5:\"value\";s:2:\"NE\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:28;a:4:{s:5:\"label\";s:6:\"Nevada\";s:5:\"value\";s:2:\"NV\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:29;a:4:{s:5:\"label\";s:13:\"New Hampshire\";s:5:\"value\";s:2:\"NH\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:30;a:4:{s:5:\"label\";s:10:\"New Jersey\";s:5:\"value\";s:2:\"NJ\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:31;a:4:{s:5:\"label\";s:10:\"New Mexico\";s:5:\"value\";s:2:\"NM\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:32;a:4:{s:5:\"label\";s:8:\"New York\";s:5:\"value\";s:2:\"NY\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:33;a:4:{s:5:\"label\";s:14:\"North Carolina\";s:5:\"value\";s:2:\"NC\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:34;a:4:{s:5:\"label\";s:12:\"North Dakota\";s:5:\"value\";s:2:\"ND\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:35;a:4:{s:5:\"label\";s:4:\"Ohio\";s:5:\"value\";s:2:\"OH\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:36;a:4:{s:5:\"label\";s:8:\"Oklahoma\";s:5:\"value\";s:2:\"OK\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:37;a:4:{s:5:\"label\";s:6:\"Oregon\";s:5:\"value\";s:2:\"OR\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:38;a:4:{s:5:\"label\";s:12:\"Pennsylvania\";s:5:\"value\";s:2:\"PA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:39;a:4:{s:5:\"label\";s:12:\"Rhode Island\";s:5:\"value\";s:2:\"RI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:40;a:4:{s:5:\"label\";s:14:\"South Carolina\";s:5:\"value\";s:2:\"SC\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:41;a:4:{s:5:\"label\";s:12:\"South Dakota\";s:5:\"value\";s:2:\"SD\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:42;a:4:{s:5:\"label\";s:9:\"Tennessee\";s:5:\"value\";s:2:\"TN\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:43;a:4:{s:5:\"label\";s:5:\"Texas\";s:5:\"value\";s:2:\"TX\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:44;a:4:{s:5:\"label\";s:4:\"Utah\";s:5:\"value\";s:2:\"UT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:45;a:4:{s:5:\"label\";s:7:\"Vermont\";s:5:\"value\";s:2:\"VT\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:46;a:4:{s:5:\"label\";s:8:\"Virginia\";s:5:\"value\";s:2:\"VA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:47;a:4:{s:5:\"label\";s:10:\"Washington\";s:5:\"value\";s:2:\"WA\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:48;a:4:{s:5:\"label\";s:13:\"West Virginia\";s:5:\"value\";s:2:\"WV\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:49;a:4:{s:5:\"label\";s:9:\"Wisconsin\";s:5:\"value\";s:2:\"WI\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}i:50;a:4:{s:5:\"label\";s:7:\"Wyoming\";s:5:\"value\";s:2:\"WY\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";s:1:\"0\";}}s:3:\"key\";s:13:\"listselect_11\";s:9:\"parent_id\";i:3;s:10:\"created_at\";s:19:\"2017-09-10 12:21:42\";}}i:6;a:2:{s:2:\"id\";i:18;s:8:\"settings\";a:43:{s:4:\"type\";s:3:\"zip\";s:5:\"order\";s:1:\"6\";s:6:\"fav_id\";s:0:\"\";s:6:\"def_id\";s:2:\"12\";s:5:\"label\";s:15:\"Zip / Post Code\";s:9:\"label_pos\";s:5:\"above\";s:4:\"mask\";s:0:\"\";s:10:\"datepicker\";s:1:\"0\";s:10:\"send_email\";s:1:\"0\";s:10:\"from_email\";s:1:\"0\";s:10:\"first_name\";s:1:\"0\";s:9:\"last_name\";s:1:\"0\";s:9:\"from_name\";s:1:\"0\";s:14:\"user_address_1\";s:1:\"0\";s:14:\"user_address_2\";s:1:\"0\";s:9:\"user_city\";s:1:\"0\";s:21:\"user_info_field_group\";s:1:\"1\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:17:\"calc_auto_include\";s:1:\"0\";s:11:\"calc_option\";s:1:\"0\";s:11:\"conditional\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:10:\"user_phone\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:13:\"disable_input\";s:1:\"0\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:4:\"char\";s:15:\"input_limit_msg\";s:0:\"\";s:10:\"user_state\";s:1:\"0\";s:16:\"autocomplete_off\";s:1:\"0\";s:8:\"num_sort\";s:1:\"0\";s:11:\"admin_label\";s:0:\"\";s:26:\"user_info_field_group_name\";s:0:\"\";s:28:\"user_info_field_group_custom\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";s:13:\"element_class\";s:11:\"ninja-input\";s:8:\"required\";s:1:\"1\";s:3:\"key\";s:6:\"zip_12\";s:9:\"parent_id\";i:3;s:10:\"created_at\";s:19:\"2017-09-10 12:21:42\";}}i:7;a:2:{s:2:\"id\";i:19;s:8:\"settings\";a:14:{s:4:\"type\";s:9:\"recaptcha\";s:5:\"order\";s:1:\"7\";s:6:\"fav_id\";s:0:\"\";s:6:\"def_id\";s:0:\"\";s:5:\"label\";s:30:\"Confirm that you are not a bot\";s:15:\"input_limit_msg\";s:17:\"character(s) left\";s:9:\"label_pos\";s:5:\"above\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";s:8:\"required\";s:1:\"1\";s:3:\"key\";s:12:\"recaptcha_14\";s:9:\"parent_id\";i:3;s:10:\"created_at\";s:19:\"2017-09-10 12:21:42\";}}i:8;a:2:{s:2:\"id\";i:20;s:8:\"settings\";a:16:{s:4:\"type\";s:6:\"submit\";s:5:\"order\";s:1:\"8\";s:6:\"fav_id\";s:0:\"\";s:6:\"def_id\";s:0:\"\";s:5:\"label\";s:6:\"Submit\";s:15:\"input_limit_msg\";s:17:\"character(s) left\";s:9:\"show_help\";s:1:\"0\";s:9:\"help_text\";s:0:\"\";s:9:\"show_desc\";s:1:\"0\";s:8:\"desc_pos\";s:4:\"none\";s:9:\"desc_text\";s:0:\"\";s:16:\"processing_label\";s:10:\"Processing\";s:13:\"element_class\";s:12:\"ninja-button\";s:3:\"key\";s:9:\"submit_13\";s:9:\"parent_id\";i:3;s:10:\"created_at\";s:19:\"2017-09-10 12:21:42\";}}}s:7:\"actions\";a:1:{i:0;a:2:{s:2:\"id\";i:6;s:8:\"settings\";a:6:{s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:4:\"save\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2017-09-10 12:21:43\";s:5:\"label\";s:9:\"Save Form\";}}}s:8:\"settings\";a:7:{s:12:\"date_updated\";s:19:\"2016-06-29 18:04:07\";s:14:\"clear_complete\";s:1:\"1\";s:13:\"hide_complete\";s:1:\"1\";s:10:\"show_title\";s:1:\"0\";s:6:\"status\";s:0:\"\";s:5:\"title\";s:16:\"Request Brochure\";s:10:\"created_at\";s:19:\"2017-09-10 12:21:42\";}}","yes");
INSERT INTO `pcab_options` VALUES("597","et_divi_100_custom_login_page","s:392:\"a:9:{s:5:\"style\";s:1:\"1\";s:16:\"background-color\";s:7:\"#006739\";s:16:\"background-image\";s:0:\"\";s:36:\"background-image-background-image-id\";i:0;s:10:\"logo-image\";s:79:\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Pioneer-LrgLogo-2.png\";s:24:\"logo-image-logo-image-id\";i:300;s:8:\"logo-url\";s:0:\"\";s:23:\"button-background-color\";s:7:\"#e7aa0a\";s:17:\"button-text-color\";s:7:\"#ffffff\";}\";","yes");
INSERT INTO `pcab_options` VALUES("608","_site_transient_et_core_version","3.0.72","no");
INSERT INTO `pcab_options` VALUES("624","nav_menu_options","a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}","yes");
INSERT INTO `pcab_options` VALUES("2181","_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca","1512460808","no");
INSERT INTO `pcab_options` VALUES("2182","_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca","1512417608","no");


DROP TABLE IF EXISTS `pcab_postmeta`;

CREATE TABLE `pcab_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=MyISAM AUTO_INCREMENT=3157 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

INSERT INTO `pcab_postmeta` VALUES("1","2","_wp_page_template","default");
INSERT INTO `pcab_postmeta` VALUES("128","66","_et_pb_built_for_post_type","page");
INSERT INTO `pcab_postmeta` VALUES("12","8","_edit_last","1");
INSERT INTO `pcab_postmeta` VALUES("13","8","_yoast_wpseo_content_score","30");
INSERT INTO `pcab_postmeta` VALUES("14","8","_edit_lock","1505149991:1");
INSERT INTO `pcab_postmeta` VALUES("127","66","_et_pb_predefined_layout","on");
INSERT INTO `pcab_postmeta` VALUES("126","65","_et_pb_built_for_post_type","page");
INSERT INTO `pcab_postmeta` VALUES("125","65","_et_pb_predefined_layout","on");
INSERT INTO `pcab_postmeta` VALUES("124","64","_et_pb_built_for_post_type","page");
INSERT INTO `pcab_postmeta` VALUES("123","64","_et_pb_predefined_layout","on");
INSERT INTO `pcab_postmeta` VALUES("122","63","_et_pb_built_for_post_type","page");
INSERT INTO `pcab_postmeta` VALUES("121","63","_et_pb_predefined_layout","on");
INSERT INTO `pcab_postmeta` VALUES("120","62","_et_pb_built_for_post_type","page");
INSERT INTO `pcab_postmeta` VALUES("119","62","_et_pb_predefined_layout","on");
INSERT INTO `pcab_postmeta` VALUES("118","61","_et_pb_built_for_post_type","page");
INSERT INTO `pcab_postmeta` VALUES("117","61","_et_pb_predefined_layout","on");
INSERT INTO `pcab_postmeta` VALUES("116","60","_et_pb_built_for_post_type","page");
INSERT INTO `pcab_postmeta` VALUES("115","60","_et_pb_predefined_layout","on");
INSERT INTO `pcab_postmeta` VALUES("114","59","_et_pb_built_for_post_type","page");
INSERT INTO `pcab_postmeta` VALUES("113","59","_et_pb_predefined_layout","on");
INSERT INTO `pcab_postmeta` VALUES("112","58","_et_pb_built_for_post_type","page");
INSERT INTO `pcab_postmeta` VALUES("110","57","_et_pb_built_for_post_type","page");
INSERT INTO `pcab_postmeta` VALUES("111","58","_et_pb_predefined_layout","on");
INSERT INTO `pcab_postmeta` VALUES("10","7","_wp_attachment_image_alt","Pioneer Cabinetry");
INSERT INTO `pcab_postmeta` VALUES("11","6","_wp_attachment_image_alt","Maintenance Background");
INSERT INTO `pcab_postmeta` VALUES("109","57","_et_pb_predefined_layout","on");
INSERT INTO `pcab_postmeta` VALUES("108","56","_et_pb_built_for_post_type","page");
INSERT INTO `pcab_postmeta` VALUES("107","56","_et_pb_predefined_layout","on");
INSERT INTO `pcab_postmeta` VALUES("106","55","_et_pb_built_for_post_type","page");
INSERT INTO `pcab_postmeta` VALUES("105","55","_et_pb_predefined_layout","on");
INSERT INTO `pcab_postmeta` VALUES("104","54","_et_pb_built_for_post_type","page");
INSERT INTO `pcab_postmeta` VALUES("103","54","_et_pb_predefined_layout","on");
INSERT INTO `pcab_postmeta` VALUES("102","53","_et_pb_built_for_post_type","page");
INSERT INTO `pcab_postmeta` VALUES("101","53","_et_pb_predefined_layout","on");
INSERT INTO `pcab_postmeta` VALUES("100","52","_et_pb_built_for_post_type","page");
INSERT INTO `pcab_postmeta` VALUES("99","52","_et_pb_predefined_layout","on");
INSERT INTO `pcab_postmeta` VALUES("98","51","_et_pb_built_for_post_type","page");
INSERT INTO `pcab_postmeta` VALUES("97","51","_et_pb_predefined_layout","on");
INSERT INTO `pcab_postmeta` VALUES("96","50","_et_pb_built_for_post_type","page");
INSERT INTO `pcab_postmeta` VALUES("95","50","_et_pb_predefined_layout","on");
INSERT INTO `pcab_postmeta` VALUES("94","49","_et_pb_built_for_post_type","page");
INSERT INTO `pcab_postmeta` VALUES("6","6","_wp_attached_file","2017/09/Maintenance-1.jpg");
INSERT INTO `pcab_postmeta` VALUES("7","6","_wp_attachment_metadata","a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:1236;s:4:\"file\";s:25:\"2017/09/Maintenance-1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Maintenance-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:25:\"Maintenance-1-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Maintenance-1-768x500.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Maintenance-1-1024x666.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:666;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"twentyseventeen-featured-image\";a:4:{s:4:\"file\";s:27:\"Maintenance-1-1900x1200.jpg\";s:5:\"width\";i:1900;s:6:\"height\";i:1200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:25:\"Maintenance-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("8","7","_wp_attached_file","2017/09/Pioneer-LrgLogo-dark.png");
INSERT INTO `pcab_postmeta` VALUES("9","7","_wp_attachment_metadata","a:5:{s:5:\"width\";i:244;s:6:\"height\";i:195;s:4:\"file\";s:32:\"2017/09/Pioneer-LrgLogo-dark.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Pioneer-LrgLogo-dark-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:32:\"twentyseventeen-thumbnail-avatar\";a:4:{s:4:\"file\";s:32:\"Pioneer-LrgLogo-dark-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("93","49","_et_pb_predefined_layout","on");
INSERT INTO `pcab_postmeta` VALUES("92","48","_et_pb_built_for_post_type","page");
INSERT INTO `pcab_postmeta` VALUES("91","48","_et_pb_predefined_layout","on");
INSERT INTO `pcab_postmeta` VALUES("90","47","_et_pb_built_for_post_type","page");
INSERT INTO `pcab_postmeta` VALUES("89","47","_et_pb_predefined_layout","on");
INSERT INTO `pcab_postmeta` VALUES("88","46","_et_pb_built_for_post_type","page");
INSERT INTO `pcab_postmeta` VALUES("87","46","_et_pb_predefined_layout","on");
INSERT INTO `pcab_postmeta` VALUES("86","45","_et_pb_built_for_post_type","page");
INSERT INTO `pcab_postmeta` VALUES("85","45","_et_pb_predefined_layout","on");
INSERT INTO `pcab_postmeta` VALUES("84","44","_et_pb_layout_applicability","product_tour");
INSERT INTO `pcab_postmeta` VALUES("82","44","_et_pb_predefined_layout","on");
INSERT INTO `pcab_postmeta` VALUES("83","44","_et_pb_built_for_post_type","page");
INSERT INTO `pcab_postmeta` VALUES("145","75","_et_pb_predefined_layout","on");
INSERT INTO `pcab_postmeta` VALUES("144","74","_et_pb_built_for_post_type","page");
INSERT INTO `pcab_postmeta` VALUES("143","74","_et_pb_predefined_layout","on");
INSERT INTO `pcab_postmeta` VALUES("142","73","_et_pb_built_for_post_type","page");
INSERT INTO `pcab_postmeta` VALUES("141","73","_et_pb_predefined_layout","on");
INSERT INTO `pcab_postmeta` VALUES("140","72","_et_pb_built_for_post_type","page");
INSERT INTO `pcab_postmeta` VALUES("139","72","_et_pb_predefined_layout","on");
INSERT INTO `pcab_postmeta` VALUES("138","71","_et_pb_built_for_post_type","page");
INSERT INTO `pcab_postmeta` VALUES("137","71","_et_pb_predefined_layout","on");
INSERT INTO `pcab_postmeta` VALUES("136","70","_et_pb_built_for_post_type","page");
INSERT INTO `pcab_postmeta` VALUES("135","70","_et_pb_predefined_layout","on");
INSERT INTO `pcab_postmeta` VALUES("134","69","_et_pb_built_for_post_type","page");
INSERT INTO `pcab_postmeta` VALUES("133","69","_et_pb_predefined_layout","on");
INSERT INTO `pcab_postmeta` VALUES("132","68","_et_pb_built_for_post_type","page");
INSERT INTO `pcab_postmeta` VALUES("131","68","_et_pb_predefined_layout","on");
INSERT INTO `pcab_postmeta` VALUES("130","67","_et_pb_built_for_post_type","page");
INSERT INTO `pcab_postmeta` VALUES("129","67","_et_pb_predefined_layout","on");
INSERT INTO `pcab_postmeta` VALUES("146","75","_et_pb_built_for_post_type","page");
INSERT INTO `pcab_postmeta` VALUES("147","76","_et_pb_predefined_layout","on");
INSERT INTO `pcab_postmeta` VALUES("148","76","_et_pb_built_for_post_type","page");
INSERT INTO `pcab_postmeta` VALUES("165","8","_wp_page_template","default");
INSERT INTO `pcab_postmeta` VALUES("166","8","_et_pb_post_hide_nav","default");
INSERT INTO `pcab_postmeta` VALUES("167","8","_et_pb_page_layout","et_right_sidebar");
INSERT INTO `pcab_postmeta` VALUES("168","8","_et_pb_side_nav","off");
INSERT INTO `pcab_postmeta` VALUES("169","8","_et_pb_use_builder","on");
INSERT INTO `pcab_postmeta` VALUES("170","8","_et_builder_version","VB|Divi|3.0.72");
INSERT INTO `pcab_postmeta` VALUES("171","8","_et_pb_ab_stats_refresh_interval","hourly");
INSERT INTO `pcab_postmeta` VALUES("172","8","_et_pb_old_content","");
INSERT INTO `pcab_postmeta` VALUES("173","8","_et_pb_enable_shortcode_tracking","");
INSERT INTO `pcab_postmeta` VALUES("174","8","_et_pb_custom_css","");
INSERT INTO `pcab_postmeta` VALUES("175","90","_et_pb_built_for_post_type","page");
INSERT INTO `pcab_postmeta` VALUES("176","8","_yoast_wpseo_focuskw_text_input","Pioneer Cabinetry");
INSERT INTO `pcab_postmeta` VALUES("177","8","_yoast_wpseo_focuskw","Pioneer Cabinetry");
INSERT INTO `pcab_postmeta` VALUES("178","8","_yoast_wpseo_title","Signature of Quality and Craftsmanship | Pioneer Cabinetry");
INSERT INTO `pcab_postmeta` VALUES("179","8","_yoast_wpseo_metadesc","Over 25 years of experience, Pioneer Cabinetry is the signature of Quality and Craftsmanship when it comes to Kitchen, Bathroom and custom cabinetry.");
INSERT INTO `pcab_postmeta` VALUES("180","8","_yoast_wpseo_linkdex","72");
INSERT INTO `pcab_postmeta` VALUES("181","93","_et_pb_built_for_post_type","page");
INSERT INTO `pcab_postmeta` VALUES("182","95","_et_pb_module_type","et_pb_search");
INSERT INTO `pcab_postmeta` VALUES("183","95","_et_pb_excluded_global_options","[]");
INSERT INTO `pcab_postmeta` VALUES("184","95","_et_pb_built_for_post_type","page");
INSERT INTO `pcab_postmeta` VALUES("185","96","_wp_attached_file","2017/09/Pioneer-LrgLogo.png");
INSERT INTO `pcab_postmeta` VALUES("186","96","_wp_attachment_metadata","a:5:{s:5:\"width\";i:244;s:6:\"height\";i:195;s:4:\"file\";s:27:\"2017/09/Pioneer-LrgLogo.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Pioneer-LrgLogo-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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("187","96","_wp_attachment_image_alt","Pioneer Cabinetry");
INSERT INTO `pcab_postmeta` VALUES("188","97","_et_pb_module_type","et_pb_image");
INSERT INTO `pcab_postmeta` VALUES("189","97","_et_pb_excluded_global_options","[]");
INSERT INTO `pcab_postmeta` VALUES("190","97","_et_pb_built_for_post_type","page");
INSERT INTO `pcab_postmeta` VALUES("191","102","_wp_attached_file","2017/09/species.jpg");
INSERT INTO `pcab_postmeta` VALUES("192","102","_wp_attachment_metadata","a:5:{s:5:\"width\";i:541;s:6:\"height\";i:482;s:4:\"file\";s:19:\"2017/09/species.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"species-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:\"species-300x267.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:19:\"species-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:19:\"species-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:19:\"species-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:19:\"species-400x482.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:482;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("193","102","_wp_attachment_image_alt","Wood species");
INSERT INTO `pcab_postmeta` VALUES("194","104","_wp_attached_file","2017/09/doorStyles.jpg");
INSERT INTO `pcab_postmeta` VALUES("195","104","_wp_attachment_metadata","a:5:{s:5:\"width\";i:541;s:6:\"height\";i:482;s:4:\"file\";s:22:\"2017/09/doorStyles.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"doorStyles-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:\"doorStyles-300x267.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:22:\"doorStyles-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:22:\"doorStyles-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:22:\"doorStyles-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:22:\"doorStyles-400x482.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:482;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("196","104","_wp_attachment_image_alt","Pioneer Door Styles");
INSERT INTO `pcab_postmeta` VALUES("197","105","_wp_attached_file","2017/09/overlays.jpg");
INSERT INTO `pcab_postmeta` VALUES("198","105","_wp_attachment_metadata","a:5:{s:5:\"width\";i:541;s:6:\"height\";i:482;s:4:\"file\";s:20:\"2017/09/overlays.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"overlays-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:\"overlays-300x267.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:20:\"overlays-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:20:\"overlays-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:20:\"overlays-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:20:\"overlays-400x482.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:482;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("199","106","_wp_attached_file","2017/09/panelStyles.jpg");
INSERT INTO `pcab_postmeta` VALUES("200","106","_wp_attachment_metadata","a:5:{s:5:\"width\";i:541;s:6:\"height\";i:482;s:4:\"file\";s:23:\"2017/09/panelStyles.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"panelStyles-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:\"panelStyles-300x267.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:23:\"panelStyles-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:23:\"panelStyles-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:23:\"panelStyles-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:23:\"panelStyles-400x482.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:482;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("201","107","_wp_attached_file","2017/09/edges.jpg");
INSERT INTO `pcab_postmeta` VALUES("202","107","_wp_attachment_metadata","a:5:{s:5:\"width\";i:541;s:6:\"height\";i:482;s:4:\"file\";s:17:\"2017/09/edges.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"edges-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:\"edges-300x267.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:17:\"edges-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:17:\"edges-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:17:\"edges-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:17:\"edges-400x482.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:482;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("203","107","_wp_attachment_image_alt","");
INSERT INTO `pcab_postmeta` VALUES("204","108","_wp_attached_file","2017/09/finishes.jpg");
INSERT INTO `pcab_postmeta` VALUES("205","108","_wp_attachment_metadata","a:5:{s:5:\"width\";i:541;s:6:\"height\";i:482;s:4:\"file\";s:20:\"2017/09/finishes.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"finishes-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:\"finishes-300x267.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:20:\"finishes-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:20:\"finishes-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:20:\"finishes-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:20:\"finishes-400x482.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:482;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("206","108","_wp_attachment_image_alt","");
INSERT INTO `pcab_postmeta` VALUES("207","111","_wp_attached_file","2017/09/SlideShow-frontpage5.jpg");
INSERT INTO `pcab_postmeta` VALUES("208","111","_wp_attachment_metadata","a:5:{s:5:\"width\";i:1224;s:6:\"height\";i:1473;s:4:\"file\";s:32:\"2017/09/SlideShow-frontpage5.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"SlideShow-frontpage5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"SlideShow-frontpage5-249x300.jpg\";s:5:\"width\";i:249;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"SlideShow-frontpage5-768x924.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:924;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"SlideShow-frontpage5-851x1024.jpg\";s:5:\"width\";i:851;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:32:\"SlideShow-frontpage5-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:33:\"SlideShow-frontpage5-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:32:\"SlideShow-frontpage5-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:32:\"SlideShow-frontpage5-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:34:\"SlideShow-frontpage5-1080x1300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:32:\"SlideShow-frontpage5-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("209","111","_wp_attachment_image_alt","Slide Show-Kitchen 5");
INSERT INTO `pcab_postmeta` VALUES("210","112","_wp_attached_file","2017/09/SlideShow-frontpage1.jpg");
INSERT INTO `pcab_postmeta` VALUES("211","112","_wp_attachment_metadata","a:5:{s:5:\"width\";i:1728;s:6:\"height\";i:1127;s:4:\"file\";s:32:\"2017/09/SlideShow-frontpage1.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"SlideShow-frontpage1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"SlideShow-frontpage1-300x196.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:196;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"SlideShow-frontpage1-768x501.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:501;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"SlideShow-frontpage1-1024x668.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:668;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:32:\"SlideShow-frontpage1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:33:\"SlideShow-frontpage1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:32:\"SlideShow-frontpage1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:32:\"SlideShow-frontpage1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:33:\"SlideShow-frontpage1-1080x704.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:704;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:32:\"SlideShow-frontpage1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("212","112","_wp_attachment_image_alt","Slide Show-Kitchen 1");
INSERT INTO `pcab_postmeta` VALUES("213","115","_wp_attached_file","2017/09/dots.jpg");
INSERT INTO `pcab_postmeta` VALUES("214","115","_wp_attachment_metadata","a:5:{s:5:\"width\";i:1432;s:6:\"height\";i:656;s:4:\"file\";s:16:\"2017/09/dots.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"dots-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"dots-300x137.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"dots-768x352.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:352;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"dots-1024x469.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:469;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:16:\"dots-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:17:\"dots-1080x656.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:656;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:16:\"dots-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:16:\"dots-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:17:\"dots-1080x495.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:495;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:16:\"dots-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("215","93","_et_pb_excluded_global_options","[]");
INSERT INTO `pcab_postmeta` VALUES("216","120","_wp_attached_file","2017/09/lightKitchen.jpg");
INSERT INTO `pcab_postmeta` VALUES("217","120","_wp_attachment_metadata","a:5:{s:5:\"width\";i:1432;s:6:\"height\";i:656;s:4:\"file\";s:24:\"2017/09/lightKitchen.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"lightKitchen-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:\"lightKitchen-300x137.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"lightKitchen-768x352.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:352;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"lightKitchen-1024x469.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:469;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:24:\"lightKitchen-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:25:\"lightKitchen-1080x656.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:656;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:24:\"lightKitchen-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:24:\"lightKitchen-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:25:\"lightKitchen-1080x495.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:495;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:24:\"lightKitchen-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("218","90","_et_pb_excluded_global_options","[]");
INSERT INTO `pcab_postmeta` VALUES("219","8","_et_pb_use_ab_testing","off");
INSERT INTO `pcab_postmeta` VALUES("220","8","_et_pb_ab_refresh_interval","hourly");
INSERT INTO `pcab_postmeta` VALUES("1291","131","_et_pb_use_ab_testing","off");
INSERT INTO `pcab_postmeta` VALUES("222","8","_et_pb_ab_current_shortcode","[et_pb_split_track id=\"8\" /]");
INSERT INTO `pcab_postmeta` VALUES("223","131","_edit_last","1");
INSERT INTO `pcab_postmeta` VALUES("224","131","_edit_lock","1505150756:1");
INSERT INTO `pcab_postmeta` VALUES("225","132","_wp_attached_file","2017/09/HD-Generic1.jpg");
INSERT INTO `pcab_postmeta` VALUES("226","132","_wp_attachment_metadata","a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:300;s:4:\"file\";s:23:\"2017/09/HD-Generic1.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"HD-Generic1-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:\"HD-Generic1-300x75.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"HD-Generic1-768x192.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"HD-Generic1-1024x256.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:23:\"HD-Generic1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:24:\"HD-Generic1-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:23:\"HD-Generic1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:23:\"HD-Generic1-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:24:\"HD-Generic1-1080x270.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:23:\"HD-Generic1-400x300.jpg\";s:5:\"width\";i:400;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("227","131","_wp_page_template","default");
INSERT INTO `pcab_postmeta` VALUES("228","131","_et_pb_post_hide_nav","default");
INSERT INTO `pcab_postmeta` VALUES("229","131","_et_pb_page_layout","et_right_sidebar");
INSERT INTO `pcab_postmeta` VALUES("230","131","_et_pb_side_nav","off");
INSERT INTO `pcab_postmeta` VALUES("231","131","_et_pb_use_builder","on");
INSERT INTO `pcab_postmeta` VALUES("232","131","_et_builder_version","VB|Divi|3.0.72");
INSERT INTO `pcab_postmeta` VALUES("233","131","_et_pb_ab_stats_refresh_interval","hourly");
INSERT INTO `pcab_postmeta` VALUES("234","131","_et_pb_old_content","");
INSERT INTO `pcab_postmeta` VALUES("235","131","_et_pb_enable_shortcode_tracking","");
INSERT INTO `pcab_postmeta` VALUES("236","131","_et_pb_custom_css","");
INSERT INTO `pcab_postmeta` VALUES("237","131","_yoast_wpseo_content_score","90");
INSERT INTO `pcab_postmeta` VALUES("238","136","_edit_last","1");
INSERT INTO `pcab_postmeta` VALUES("239","136","_edit_lock","1505137858:1");
INSERT INTO `pcab_postmeta` VALUES("240","137","_wp_attached_file","2017/09/HD-Oak.jpg");
INSERT INTO `pcab_postmeta` VALUES("241","137","_wp_attachment_metadata","a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:300;s:4:\"file\";s:18:\"2017/09/HD-Oak.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"HD-Oak-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:\"HD-Oak-300x75.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"HD-Oak-768x192.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"HD-Oak-1024x256.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:18:\"HD-Oak-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:19:\"HD-Oak-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:18:\"HD-Oak-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:18:\"HD-Oak-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:19:\"HD-Oak-1080x270.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:18:\"HD-Oak-400x300.jpg\";s:5:\"width\";i:400;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("242","138","_wp_attached_file","2017/09/Header-Oak.jpg");
INSERT INTO `pcab_postmeta` VALUES("243","138","_wp_attachment_metadata","a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:300;s:4:\"file\";s:22:\"2017/09/Header-Oak.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Header-Oak-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:\"Header-Oak-300x75.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Header-Oak-768x192.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Header-Oak-1024x256.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:22:\"Header-Oak-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:23:\"Header-Oak-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:22:\"Header-Oak-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:22:\"Header-Oak-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:23:\"Header-Oak-1080x270.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:22:\"Header-Oak-400x300.jpg\";s:5:\"width\";i:400;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("244","136","_wp_page_template","default");
INSERT INTO `pcab_postmeta` VALUES("245","136","_et_pb_post_hide_nav","default");
INSERT INTO `pcab_postmeta` VALUES("246","136","_et_pb_page_layout","et_right_sidebar");
INSERT INTO `pcab_postmeta` VALUES("247","136","_et_pb_side_nav","off");
INSERT INTO `pcab_postmeta` VALUES("248","136","_et_pb_use_builder","on");
INSERT INTO `pcab_postmeta` VALUES("249","136","_et_builder_version","VB|Divi|3.0.72");
INSERT INTO `pcab_postmeta` VALUES("250","136","_et_pb_ab_stats_refresh_interval","hourly");
INSERT INTO `pcab_postmeta` VALUES("251","136","_et_pb_old_content","");
INSERT INTO `pcab_postmeta` VALUES("252","136","_et_pb_enable_shortcode_tracking","");
INSERT INTO `pcab_postmeta` VALUES("253","136","_et_pb_custom_css","");
INSERT INTO `pcab_postmeta` VALUES("254","136","_yoast_wpseo_content_score","90");
INSERT INTO `pcab_postmeta` VALUES("255","141","_et_pb_module_type","et_pb_button");
INSERT INTO `pcab_postmeta` VALUES("256","141","_et_pb_excluded_global_options","[]");
INSERT INTO `pcab_postmeta` VALUES("257","141","_et_pb_built_for_post_type","page");
INSERT INTO `pcab_postmeta` VALUES("258","144","_et_pb_module_type","et_pb_button");
INSERT INTO `pcab_postmeta` VALUES("259","144","_et_pb_excluded_global_options","[]");
INSERT INTO `pcab_postmeta` VALUES("260","144","_et_pb_built_for_post_type","page");
INSERT INTO `pcab_postmeta` VALUES("261","147","_et_pb_module_type","et_pb_button");
INSERT INTO `pcab_postmeta` VALUES("262","147","_et_pb_excluded_global_options","[]");
INSERT INTO `pcab_postmeta` VALUES("263","147","_et_pb_built_for_post_type","page");
INSERT INTO `pcab_postmeta` VALUES("264","148","_et_pb_module_type","et_pb_button");
INSERT INTO `pcab_postmeta` VALUES("265","148","_et_pb_excluded_global_options","[]");
INSERT INTO `pcab_postmeta` VALUES("266","148","_et_pb_built_for_post_type","page");
INSERT INTO `pcab_postmeta` VALUES("267","151","_et_pb_module_type","et_pb_button");
INSERT INTO `pcab_postmeta` VALUES("268","151","_et_pb_excluded_global_options","[]");
INSERT INTO `pcab_postmeta` VALUES("269","151","_et_pb_built_for_post_type","page");
INSERT INTO `pcab_postmeta` VALUES("270","152","_et_pb_module_type","et_pb_button");
INSERT INTO `pcab_postmeta` VALUES("271","152","_et_pb_excluded_global_options","[]");
INSERT INTO `pcab_postmeta` VALUES("272","152","_et_pb_built_for_post_type","page");
INSERT INTO `pcab_postmeta` VALUES("273","154","_et_pb_module_type","et_pb_button");
INSERT INTO `pcab_postmeta` VALUES("274","154","_et_pb_excluded_global_options","[]");
INSERT INTO `pcab_postmeta` VALUES("275","154","_et_pb_built_for_post_type","page");
INSERT INTO `pcab_postmeta` VALUES("276","159","_et_pb_module_type","et_pb_cta");
INSERT INTO `pcab_postmeta` VALUES("277","159","_et_pb_excluded_global_options","[]");
INSERT INTO `pcab_postmeta` VALUES("278","159","_et_pb_built_for_post_type","page");
INSERT INTO `pcab_postmeta` VALUES("279","161","_et_pb_module_type","et_pb_text");
INSERT INTO `pcab_postmeta` VALUES("280","161","_et_pb_excluded_global_options","[]");
INSERT INTO `pcab_postmeta` VALUES("281","161","_et_pb_built_for_post_type","page");
INSERT INTO `pcab_postmeta` VALUES("282","164","_et_pb_module_type","et_pb_text");
INSERT INTO `pcab_postmeta` VALUES("283","164","_et_pb_excluded_global_options","[]");
INSERT INTO `pcab_postmeta` VALUES("284","164","_et_pb_built_for_post_type","page");
INSERT INTO `pcab_postmeta` VALUES("285","166","_et_pb_module_type","et_pb_text");
INSERT INTO `pcab_postmeta` VALUES("286","166","_et_pb_excluded_global_options","[]");
INSERT INTO `pcab_postmeta` VALUES("287","166","_et_pb_built_for_post_type","page");
INSERT INTO `pcab_postmeta` VALUES("288","168","_et_pb_module_type","et_pb_text");
INSERT INTO `pcab_postmeta` VALUES("289","168","_et_pb_excluded_global_options","[]");
INSERT INTO `pcab_postmeta` VALUES("290","168","_et_pb_built_for_post_type","page");
INSERT INTO `pcab_postmeta` VALUES("291","131","_yoast_wpseo_opengraph-title","Wood Color and Species for your Cabinetry | Pioneer Cabinetry");
INSERT INTO `pcab_postmeta` VALUES("292","131","_yoast_wpseo_opengraph-description","The choice of wood color and species can be a little overhelming. We make it simple and easy to make the perfect selection for your cabinetry.");
INSERT INTO `pcab_postmeta` VALUES("293","131","_yoast_wpseo_opengraph-image","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HD-Generic1.jpg");
INSERT INTO `pcab_postmeta` VALUES("294","131","_yoast_wpseo_focuskw_text_input","Wood Cabinetry");
INSERT INTO `pcab_postmeta` VALUES("295","131","_yoast_wpseo_focuskw","Wood Cabinetry");
INSERT INTO `pcab_postmeta` VALUES("296","131","_yoast_wpseo_title","Wood Color and Species for your Cabinetry | Pioneer Cabinetry");
INSERT INTO `pcab_postmeta` VALUES("297","131","_yoast_wpseo_metadesc","The choice of wood color and species can be a little overhelming. We make it simple and easy to make the perfect selection for your cabinetry.");
INSERT INTO `pcab_postmeta` VALUES("298","131","_yoast_wpseo_linkdex","52");
INSERT INTO `pcab_postmeta` VALUES("299","136","_yoast_wpseo_focuskw_text_input","Oak");
INSERT INTO `pcab_postmeta` VALUES("300","136","_yoast_wpseo_focuskw","Oak");
INSERT INTO `pcab_postmeta` VALUES("301","136","_yoast_wpseo_title","Oak Cabinets - An American Classic | Pioneer Cabinetry");
INSERT INTO `pcab_postmeta` VALUES("302","136","_yoast_wpseo_metadesc","Oak is also known for its wide and narrow grain patterns that are considered desirable qualities in this strong, open-grained American classic.");
INSERT INTO `pcab_postmeta` VALUES("303","136","_yoast_wpseo_linkdex","69");
INSERT INTO `pcab_postmeta` VALUES("304","173","_edit_last","1");
INSERT INTO `pcab_postmeta` VALUES("305","173","_edit_lock","1505140380:1");
INSERT INTO `pcab_postmeta` VALUES("306","174","_wp_attached_file","2017/09/HDR-Maple-Type.jpg");
INSERT INTO `pcab_postmeta` VALUES("307","174","_wp_attachment_metadata","a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:300;s:4:\"file\";s:26:\"2017/09/HDR-Maple-Type.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"HDR-Maple-Type-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"HDR-Maple-Type-300x75.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"HDR-Maple-Type-768x192.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"HDR-Maple-Type-1024x256.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:26:\"HDR-Maple-Type-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:27:\"HDR-Maple-Type-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:26:\"HDR-Maple-Type-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:26:\"HDR-Maple-Type-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:27:\"HDR-Maple-Type-1080x270.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:26:\"HDR-Maple-Type-400x300.jpg\";s:5:\"width\";i:400;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("308","173","_wp_page_template","default");
INSERT INTO `pcab_postmeta` VALUES("309","173","_et_pb_post_hide_nav","default");
INSERT INTO `pcab_postmeta` VALUES("310","173","_et_pb_page_layout","et_right_sidebar");
INSERT INTO `pcab_postmeta` VALUES("311","173","_et_pb_side_nav","off");
INSERT INTO `pcab_postmeta` VALUES("312","173","_et_pb_use_builder","on");
INSERT INTO `pcab_postmeta` VALUES("313","173","_et_builder_version","VB|Divi|3.0.72");
INSERT INTO `pcab_postmeta` VALUES("314","173","_et_pb_ab_stats_refresh_interval","hourly");
INSERT INTO `pcab_postmeta` VALUES("315","173","_et_pb_old_content","");
INSERT INTO `pcab_postmeta` VALUES("316","173","_et_pb_enable_shortcode_tracking","");
INSERT INTO `pcab_postmeta` VALUES("317","173","_et_pb_custom_css","");
INSERT INTO `pcab_postmeta` VALUES("318","173","_yoast_wpseo_focuskw_text_input","Maple");
INSERT INTO `pcab_postmeta` VALUES("319","173","_yoast_wpseo_focuskw","Maple");
INSERT INTO `pcab_postmeta` VALUES("320","173","_yoast_wpseo_title","Maple accepts a variety of stains | Pioneer Cabinetry");
INSERT INTO `pcab_postmeta` VALUES("321","173","_yoast_wpseo_metadesc","Predominately off-white in color, maple is a smooth, closed-grain wood that may contain shades of brown and pink. Maple is a great choice.");
INSERT INTO `pcab_postmeta` VALUES("322","173","_yoast_wpseo_linkdex","72");
INSERT INTO `pcab_postmeta` VALUES("323","173","_yoast_wpseo_content_score","90");
INSERT INTO `pcab_postmeta` VALUES("324","178","_et_pb_module_type","et_pb_gallery");
INSERT INTO `pcab_postmeta` VALUES("325","178","_et_pb_excluded_global_options","[]");
INSERT INTO `pcab_postmeta` VALUES("326","178","_et_pb_built_for_post_type","page");
INSERT INTO `pcab_postmeta` VALUES("327","179","_et_pb_module_type","et_pb_text");
INSERT INTO `pcab_postmeta` VALUES("328","179","_et_pb_excluded_global_options","[]");
INSERT INTO `pcab_postmeta` VALUES("329","179","_et_pb_built_for_post_type","page");
INSERT INTO `pcab_postmeta` VALUES("330","181","_et_pb_module_type","et_pb_gallery");
INSERT INTO `pcab_postmeta` VALUES("331","181","_et_pb_excluded_global_options","[]");
INSERT INTO `pcab_postmeta` VALUES("332","181","_et_pb_built_for_post_type","page");
INSERT INTO `pcab_postmeta` VALUES("333","183","_edit_last","1");
INSERT INTO `pcab_postmeta` VALUES("334","183","_edit_lock","1505138695:1");
INSERT INTO `pcab_postmeta` VALUES("335","184","_wp_attached_file","2017/09/HDR-Hickory-Type.jpg");
INSERT INTO `pcab_postmeta` VALUES("336","184","_wp_attachment_metadata","a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:300;s:4:\"file\";s:28:\"2017/09/HDR-Hickory-Type.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"HDR-Hickory-Type-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:\"HDR-Hickory-Type-300x75.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"HDR-Hickory-Type-768x192.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"HDR-Hickory-Type-1024x256.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:28:\"HDR-Hickory-Type-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:29:\"HDR-Hickory-Type-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:28:\"HDR-Hickory-Type-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:28:\"HDR-Hickory-Type-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:29:\"HDR-Hickory-Type-1080x270.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:28:\"HDR-Hickory-Type-400x300.jpg\";s:5:\"width\";i:400;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("337","183","_wp_page_template","default");
INSERT INTO `pcab_postmeta` VALUES("338","183","_et_pb_post_hide_nav","default");
INSERT INTO `pcab_postmeta` VALUES("339","183","_et_pb_page_layout","et_right_sidebar");
INSERT INTO `pcab_postmeta` VALUES("340","183","_et_pb_side_nav","off");
INSERT INTO `pcab_postmeta` VALUES("341","183","_et_pb_use_builder","on");
INSERT INTO `pcab_postmeta` VALUES("342","183","_et_builder_version","VB|Divi|3.0.72");
INSERT INTO `pcab_postmeta` VALUES("343","183","_et_pb_ab_stats_refresh_interval","hourly");
INSERT INTO `pcab_postmeta` VALUES("344","183","_et_pb_old_content","");
INSERT INTO `pcab_postmeta` VALUES("345","183","_et_pb_enable_shortcode_tracking","");
INSERT INTO `pcab_postmeta` VALUES("346","183","_et_pb_custom_css","");
INSERT INTO `pcab_postmeta` VALUES("347","183","_yoast_wpseo_content_score","90");
INSERT INTO `pcab_postmeta` VALUES("348","183","_yoast_wpseo_focuskw_text_input","Hickory");
INSERT INTO `pcab_postmeta` VALUES("349","183","_yoast_wpseo_focuskw","Hickory");
INSERT INTO `pcab_postmeta` VALUES("350","183","_yoast_wpseo_title","Hickory has a wide range of color | Pioneer Cabinetry");
INSERT INTO `pcab_postmeta` VALUES("351","183","_yoast_wpseo_metadesc","Hickory is a very “wild” wood, known for its wide spectrum of color that can range from white to dark brown and can also feature wormholes and black knots.");
INSERT INTO `pcab_postmeta` VALUES("352","183","_yoast_wpseo_linkdex","56");
INSERT INTO `pcab_postmeta` VALUES("353","187","_edit_last","1");
INSERT INTO `pcab_postmeta` VALUES("354","187","_edit_lock","1505139136:1");
INSERT INTO `pcab_postmeta` VALUES("355","188","_wp_attached_file","2017/09/HDR-Cherry-Type.jpg");
INSERT INTO `pcab_postmeta` VALUES("356","188","_wp_attachment_metadata","a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:300;s:4:\"file\";s:27:\"2017/09/HDR-Cherry-Type.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"HDR-Cherry-Type-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"HDR-Cherry-Type-300x75.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"HDR-Cherry-Type-768x192.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"HDR-Cherry-Type-1024x256.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:27:\"HDR-Cherry-Type-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:28:\"HDR-Cherry-Type-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:27:\"HDR-Cherry-Type-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:27:\"HDR-Cherry-Type-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:28:\"HDR-Cherry-Type-1080x270.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:27:\"HDR-Cherry-Type-400x300.jpg\";s:5:\"width\";i:400;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("357","187","_wp_page_template","default");
INSERT INTO `pcab_postmeta` VALUES("358","187","_et_pb_post_hide_nav","default");
INSERT INTO `pcab_postmeta` VALUES("359","187","_et_pb_page_layout","et_right_sidebar");
INSERT INTO `pcab_postmeta` VALUES("360","187","_et_pb_side_nav","off");
INSERT INTO `pcab_postmeta` VALUES("361","187","_et_pb_use_builder","on");
INSERT INTO `pcab_postmeta` VALUES("362","187","_et_builder_version","VB|Divi|3.0.72");
INSERT INTO `pcab_postmeta` VALUES("363","187","_et_pb_ab_stats_refresh_interval","hourly");
INSERT INTO `pcab_postmeta` VALUES("364","187","_et_pb_old_content","");
INSERT INTO `pcab_postmeta` VALUES("365","187","_et_pb_enable_shortcode_tracking","");
INSERT INTO `pcab_postmeta` VALUES("366","187","_et_pb_custom_css","");
INSERT INTO `pcab_postmeta` VALUES("367","187","_yoast_wpseo_focuskw_text_input","Cherry");
INSERT INTO `pcab_postmeta` VALUES("368","187","_yoast_wpseo_focuskw","Cherry");
INSERT INTO `pcab_postmeta` VALUES("369","187","_yoast_wpseo_title","Cherry, characterized by shades of red | Pioneer Cabinetry");
INSERT INTO `pcab_postmeta` VALUES("370","187","_yoast_wpseo_metadesc","Cherry is a multi-colored wood characterized by shades of red, white and brown. Cherry wood will continue to develop into richer tones as time passes.");
INSERT INTO `pcab_postmeta` VALUES("371","187","_yoast_wpseo_linkdex","73");
INSERT INTO `pcab_postmeta` VALUES("372","187","_yoast_wpseo_content_score","90");
INSERT INTO `pcab_postmeta` VALUES("373","192","_edit_last","1");
INSERT INTO `pcab_postmeta` VALUES("374","192","_edit_lock","1505139767:1");
INSERT INTO `pcab_postmeta` VALUES("375","192","_wp_page_template","default");
INSERT INTO `pcab_postmeta` VALUES("376","192","_et_pb_post_hide_nav","default");
INSERT INTO `pcab_postmeta` VALUES("377","192","_et_pb_page_layout","et_right_sidebar");
INSERT INTO `pcab_postmeta` VALUES("378","192","_et_pb_side_nav","off");
INSERT INTO `pcab_postmeta` VALUES("379","192","_et_pb_use_builder","on");
INSERT INTO `pcab_postmeta` VALUES("380","192","_et_builder_version","VB|Divi|3.0.72");
INSERT INTO `pcab_postmeta` VALUES("381","192","_et_pb_ab_stats_refresh_interval","hourly");
INSERT INTO `pcab_postmeta` VALUES("382","192","_et_pb_old_content","");
INSERT INTO `pcab_postmeta` VALUES("383","192","_et_pb_enable_shortcode_tracking","");
INSERT INTO `pcab_postmeta` VALUES("384","192","_et_pb_custom_css","");
INSERT INTO `pcab_postmeta` VALUES("385","192","_yoast_wpseo_focuskw_text_input","Knotty");
INSERT INTO `pcab_postmeta` VALUES("386","192","_yoast_wpseo_focuskw","Knotty");
INSERT INTO `pcab_postmeta` VALUES("387","192","_yoast_wpseo_title","Knotty Cabinets - For the Rustic Look | Pioneer Cabinetry");
INSERT INTO `pcab_postmeta` VALUES("388","192","_yoast_wpseo_metadesc","For those of you who also like the rustic look, this option might be for you. We leave the natural knots in to give you a natural looking option.");
INSERT INTO `pcab_postmeta` VALUES("389","192","_yoast_wpseo_linkdex","53");
INSERT INTO `pcab_postmeta` VALUES("390","192","_yoast_wpseo_content_score","90");
INSERT INTO `pcab_postmeta` VALUES("391","195","_wp_attached_file","2017/09/kitchenKnotty.jpg");
INSERT INTO `pcab_postmeta` VALUES("392","195","_wp_attachment_metadata","a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:25:\"2017/09/kitchenKnotty.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"kitchenKnotty-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"kitchenKnotty-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"kitchenKnotty-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:25:\"kitchenKnotty-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:25:\"kitchenKnotty-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:25:\"kitchenKnotty-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:25:\"kitchenKnotty-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:35:\"KODAK EASYSHARE M340 Digital Camera\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1203350571\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"6.3\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:8:\"0.033333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:1:{i:0;s:10:\"my kitchen\";}}}");
INSERT INTO `pcab_postmeta` VALUES("393","195","_wp_attachment_image_alt","Knotty Wood Cabinets");
INSERT INTO `pcab_postmeta` VALUES("394","198","_edit_last","1");
INSERT INTO `pcab_postmeta` VALUES("395","198","_edit_lock","1505140272:1");
INSERT INTO `pcab_postmeta` VALUES("396","198","_wp_page_template","default");
INSERT INTO `pcab_postmeta` VALUES("397","198","_et_pb_post_hide_nav","default");
INSERT INTO `pcab_postmeta` VALUES("398","198","_et_pb_page_layout","et_right_sidebar");
INSERT INTO `pcab_postmeta` VALUES("399","198","_et_pb_side_nav","off");
INSERT INTO `pcab_postmeta` VALUES("400","198","_et_pb_use_builder","on");
INSERT INTO `pcab_postmeta` VALUES("401","198","_et_builder_version","VB|Divi|3.0.72");
INSERT INTO `pcab_postmeta` VALUES("402","198","_et_pb_ab_stats_refresh_interval","hourly");
INSERT INTO `pcab_postmeta` VALUES("403","198","_et_pb_old_content","");
INSERT INTO `pcab_postmeta` VALUES("404","198","_et_pb_enable_shortcode_tracking","");
INSERT INTO `pcab_postmeta` VALUES("405","198","_et_pb_custom_css","");
INSERT INTO `pcab_postmeta` VALUES("406","198","_yoast_wpseo_title","Painted Cabinets for a clean and modern look | Pioneer Cabinetry");
INSERT INTO `pcab_postmeta` VALUES("407","198","_yoast_wpseo_metadesc","Tinted varnishes, which give cabinets a \"painted look,\" are one of today’s hottest trends in cabinetry. Pioneer has a wide selection of choices.");
INSERT INTO `pcab_postmeta` VALUES("408","198","_yoast_wpseo_content_score","90");
INSERT INTO `pcab_postmeta` VALUES("409","201","_wp_attached_file","2017/09/HDR-Painted-Type.jpg");
INSERT INTO `pcab_postmeta` VALUES("410","201","_wp_attachment_metadata","a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:300;s:4:\"file\";s:28:\"2017/09/HDR-Painted-Type.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"HDR-Painted-Type-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:\"HDR-Painted-Type-300x75.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"HDR-Painted-Type-768x192.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"HDR-Painted-Type-1024x256.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:28:\"HDR-Painted-Type-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:29:\"HDR-Painted-Type-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:28:\"HDR-Painted-Type-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:28:\"HDR-Painted-Type-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:29:\"HDR-Painted-Type-1080x270.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:28:\"HDR-Painted-Type-400x300.jpg\";s:5:\"width\";i:400;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("411","198","_yoast_wpseo_focuskw_text_input","Painted");
INSERT INTO `pcab_postmeta` VALUES("412","198","_yoast_wpseo_focuskw","Painted");
INSERT INTO `pcab_postmeta` VALUES("413","198","_yoast_wpseo_linkdex","70");
INSERT INTO `pcab_postmeta` VALUES("414","205","_edit_last","1");
INSERT INTO `pcab_postmeta` VALUES("415","205","_edit_lock","1505136973:1");
INSERT INTO `pcab_postmeta` VALUES("416","205","_wp_page_template","default");
INSERT INTO `pcab_postmeta` VALUES("417","205","_et_pb_post_hide_nav","default");
INSERT INTO `pcab_postmeta` VALUES("418","205","_et_pb_page_layout","et_right_sidebar");
INSERT INTO `pcab_postmeta` VALUES("419","205","_et_pb_side_nav","off");
INSERT INTO `pcab_postmeta` VALUES("420","205","_et_pb_use_builder","on");
INSERT INTO `pcab_postmeta` VALUES("421","205","_et_builder_version","VB|Divi|3.0.72");
INSERT INTO `pcab_postmeta` VALUES("422","205","_et_pb_ab_stats_refresh_interval","hourly");
INSERT INTO `pcab_postmeta` VALUES("423","205","_et_pb_old_content","");
INSERT INTO `pcab_postmeta` VALUES("424","205","_et_pb_enable_shortcode_tracking","");
INSERT INTO `pcab_postmeta` VALUES("425","205","_et_pb_custom_css","");
INSERT INTO `pcab_postmeta` VALUES("426","205","_yoast_wpseo_focuskw_text_input","Thermofoil");
INSERT INTO `pcab_postmeta` VALUES("427","205","_yoast_wpseo_focuskw","Thermofoil");
INSERT INTO `pcab_postmeta` VALUES("428","205","_yoast_wpseo_title","Thermofoil your cabinet for a seamless look | Pioneer Cabinetry");
INSERT INTO `pcab_postmeta` VALUES("429","205","_yoast_wpseo_metadesc","The Thermofoil door also offers a clean seamless look that is durable and easy to clean. An alternative to typical wood/stained cabinets.");
INSERT INTO `pcab_postmeta` VALUES("430","205","_yoast_wpseo_linkdex","56");
INSERT INTO `pcab_postmeta` VALUES("431","205","_yoast_wpseo_content_score","60");
INSERT INTO `pcab_postmeta` VALUES("432","207","_edit_last","1");
INSERT INTO `pcab_postmeta` VALUES("433","207","_edit_lock","1505140826:1");
INSERT INTO `pcab_postmeta` VALUES("434","208","_wp_attached_file","2017/09/HD-DoorStyles.jpg");
INSERT INTO `pcab_postmeta` VALUES("435","208","_wp_attachment_metadata","a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:300;s:4:\"file\";s:25:\"2017/09/HD-DoorStyles.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"HD-DoorStyles-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:\"HD-DoorStyles-300x75.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"HD-DoorStyles-768x192.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"HD-DoorStyles-1024x256.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:25:\"HD-DoorStyles-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:26:\"HD-DoorStyles-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:25:\"HD-DoorStyles-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:25:\"HD-DoorStyles-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:26:\"HD-DoorStyles-1080x270.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:25:\"HD-DoorStyles-400x300.jpg\";s:5:\"width\";i:400;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("436","207","_wp_page_template","default");
INSERT INTO `pcab_postmeta` VALUES("437","207","_et_pb_post_hide_nav","default");
INSERT INTO `pcab_postmeta` VALUES("438","207","_et_pb_page_layout","et_right_sidebar");
INSERT INTO `pcab_postmeta` VALUES("439","207","_et_pb_side_nav","off");
INSERT INTO `pcab_postmeta` VALUES("440","207","_et_pb_use_builder","on");
INSERT INTO `pcab_postmeta` VALUES("441","207","_et_builder_version","VB|Divi|3.0.72");
INSERT INTO `pcab_postmeta` VALUES("442","207","_et_pb_ab_stats_refresh_interval","hourly");
INSERT INTO `pcab_postmeta` VALUES("443","207","_et_pb_old_content","");
INSERT INTO `pcab_postmeta` VALUES("444","207","_et_pb_enable_shortcode_tracking","");
INSERT INTO `pcab_postmeta` VALUES("445","207","_et_pb_custom_css","");
INSERT INTO `pcab_postmeta` VALUES("446","207","_yoast_wpseo_content_score","60");
INSERT INTO `pcab_postmeta` VALUES("447","207","_yoast_wpseo_focuskw_text_input","Cabinet Doors");
INSERT INTO `pcab_postmeta` VALUES("448","207","_yoast_wpseo_focuskw","Cabinet Doors");
INSERT INTO `pcab_postmeta` VALUES("449","207","_yoast_wpseo_title","Cabinet Doors in variety of styles | Pioneer Cabinetry");
INSERT INTO `pcab_postmeta` VALUES("450","207","_yoast_wpseo_metadesc","We offer a wide variety of cabinet doors for you to choose from. Which cabinet door style would you prefer? A Pioneer Dealer can help you decide.");
INSERT INTO `pcab_postmeta` VALUES("451","207","_yoast_wpseo_linkdex","48");
INSERT INTO `pcab_postmeta` VALUES("452","211","_edit_last","1");
INSERT INTO `pcab_postmeta` VALUES("453","211","_edit_lock","1505068809:1");
INSERT INTO `pcab_postmeta` VALUES("454","212","_wp_attached_file","2017/09/SemiConcealedKnife.png");
INSERT INTO `pcab_postmeta` VALUES("455","212","_wp_attachment_metadata","a:5:{s:5:\"width\";i:289;s:6:\"height\";i:235;s:4:\"file\";s:30:\"2017/09/SemiConcealedKnife.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"SemiConcealedKnife-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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("456","213","_wp_attached_file","2017/09/HalfConcealedCup.png");
INSERT INTO `pcab_postmeta` VALUES("457","213","_wp_attachment_metadata","a:5:{s:5:\"width\";i:289;s:6:\"height\";i:235;s:4:\"file\";s:28:\"2017/09/HalfConcealedCup.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"HalfConcealedCup-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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("458","214","_wp_attached_file","2017/09/FullConcealedCup.png");
INSERT INTO `pcab_postmeta` VALUES("459","214","_wp_attachment_metadata","a:5:{s:5:\"width\";i:289;s:6:\"height\";i:235;s:4:\"file\";s:28:\"2017/09/FullConcealedCup.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"FullConcealedCup-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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("460","215","_wp_attached_file","2017/09/DesignerConcealedCup.png");
INSERT INTO `pcab_postmeta` VALUES("461","215","_wp_attachment_metadata","a:5:{s:5:\"width\";i:289;s:6:\"height\";i:235;s:4:\"file\";s:32:\"2017/09/DesignerConcealedCup.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"DesignerConcealedCup-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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("462","211","_wp_page_template","default");
INSERT INTO `pcab_postmeta` VALUES("463","211","_et_pb_post_hide_nav","default");
INSERT INTO `pcab_postmeta` VALUES("464","211","_et_pb_page_layout","et_right_sidebar");
INSERT INTO `pcab_postmeta` VALUES("465","211","_et_pb_side_nav","off");
INSERT INTO `pcab_postmeta` VALUES("466","211","_et_pb_use_builder","on");
INSERT INTO `pcab_postmeta` VALUES("467","211","_et_builder_version","VB|Divi|3.0.72");
INSERT INTO `pcab_postmeta` VALUES("468","211","_et_pb_ab_stats_refresh_interval","hourly");
INSERT INTO `pcab_postmeta` VALUES("469","211","_et_pb_old_content","");
INSERT INTO `pcab_postmeta` VALUES("470","211","_et_pb_enable_shortcode_tracking","");
INSERT INTO `pcab_postmeta` VALUES("471","211","_et_pb_custom_css","");
INSERT INTO `pcab_postmeta` VALUES("472","211","_yoast_wpseo_focuskw_text_input","Overlays");
INSERT INTO `pcab_postmeta` VALUES("473","211","_yoast_wpseo_focuskw","Overlays");
INSERT INTO `pcab_postmeta` VALUES("474","211","_yoast_wpseo_title","Overlays can add beauty and proper hinging | Pioneer Cabinetry");
INSERT INTO `pcab_postmeta` VALUES("475","211","_yoast_wpseo_metadesc","Having the proper hinging and overlays can complete your cabinet style. Pioneer Cabinetry offers a great selection of options for you to choose from.");
INSERT INTO `pcab_postmeta` VALUES("476","211","_yoast_wpseo_linkdex","78");
INSERT INTO `pcab_postmeta` VALUES("477","211","_yoast_wpseo_content_score","60");
INSERT INTO `pcab_postmeta` VALUES("478","218","_edit_last","1");
INSERT INTO `pcab_postmeta` VALUES("479","218","_edit_lock","1505068966:1");
INSERT INTO `pcab_postmeta` VALUES("480","219","_wp_attached_file","2017/09/Flat.png");
INSERT INTO `pcab_postmeta` VALUES("481","219","_wp_attachment_metadata","a:5:{s:5:\"width\";i:195;s:6:\"height\";i:256;s:4:\"file\";s:16:\"2017/09/Flat.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"Flat-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:16:\"Flat-195x250.png\";s:5:\"width\";i:195;s:6:\"height\";i:250;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("482","220","_wp_attached_file","2017/09/Beaded.png");
INSERT INTO `pcab_postmeta` VALUES("483","220","_wp_attachment_metadata","a:5:{s:5:\"width\";i:195;s:6:\"height\";i:256;s:4:\"file\";s:18:\"2017/09/Beaded.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Beaded-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:18:\"Beaded-195x250.png\";s:5:\"width\";i:195;s:6:\"height\";i:250;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("484","221","_wp_attached_file","2017/09/Raised.png");
INSERT INTO `pcab_postmeta` VALUES("485","221","_wp_attachment_metadata","a:5:{s:5:\"width\";i:195;s:6:\"height\";i:256;s:4:\"file\";s:18:\"2017/09/Raised.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Raised-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:18:\"Raised-195x250.png\";s:5:\"width\";i:195;s:6:\"height\";i:250;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("486","222","_wp_attached_file","2017/09/Detailed.png");
INSERT INTO `pcab_postmeta` VALUES("487","222","_wp_attachment_metadata","a:5:{s:5:\"width\";i:195;s:6:\"height\";i:256;s:4:\"file\";s:20:\"2017/09/Detailed.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Detailed-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:20:\"Detailed-195x250.png\";s:5:\"width\";i:195;s:6:\"height\";i:250;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("488","218","_wp_page_template","default");
INSERT INTO `pcab_postmeta` VALUES("489","218","_et_pb_post_hide_nav","default");
INSERT INTO `pcab_postmeta` VALUES("490","218","_et_pb_page_layout","et_right_sidebar");
INSERT INTO `pcab_postmeta` VALUES("491","218","_et_pb_side_nav","off");
INSERT INTO `pcab_postmeta` VALUES("492","218","_et_pb_use_builder","on");
INSERT INTO `pcab_postmeta` VALUES("493","218","_et_builder_version","VB|Divi|3.0.72");
INSERT INTO `pcab_postmeta` VALUES("494","218","_et_pb_ab_stats_refresh_interval","hourly");
INSERT INTO `pcab_postmeta` VALUES("495","218","_et_pb_old_content","");
INSERT INTO `pcab_postmeta` VALUES("496","218","_et_pb_enable_shortcode_tracking","");
INSERT INTO `pcab_postmeta` VALUES("497","218","_et_pb_custom_css","");
INSERT INTO `pcab_postmeta` VALUES("498","218","_yoast_wpseo_focuskw_text_input","Door Panel Styles");
INSERT INTO `pcab_postmeta` VALUES("499","218","_yoast_wpseo_focuskw","Door Panel Styles");
INSERT INTO `pcab_postmeta` VALUES("500","218","_yoast_wpseo_title","Selection of Door Panel Styles to Choose From | Pioneer Cabinetry");
INSERT INTO `pcab_postmeta` VALUES("501","218","_yoast_wpseo_metadesc","Door panels are the most visible part of your cabinetry and define the overall style. Pioneer offers many unique panel styles for you to choose from.");
INSERT INTO `pcab_postmeta` VALUES("502","218","_yoast_wpseo_linkdex","35");
INSERT INTO `pcab_postmeta` VALUES("503","218","_yoast_wpseo_content_score","90");
INSERT INTO `pcab_postmeta` VALUES("504","226","_edit_last","1");
INSERT INTO `pcab_postmeta` VALUES("505","226","_edit_lock","1505069058:1");
INSERT INTO `pcab_postmeta` VALUES("506","227","_wp_attached_file","2017/09/Edges-F.png");
INSERT INTO `pcab_postmeta` VALUES("507","227","_wp_attachment_metadata","a:5:{s:5:\"width\";i:191;s:6:\"height\";i:214;s:4:\"file\";s:19:\"2017/09/Edges-F.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Edges-F-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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("508","228","_wp_attached_file","2017/09/Edges-G.png");
INSERT INTO `pcab_postmeta` VALUES("509","228","_wp_attachment_metadata","a:5:{s:5:\"width\";i:191;s:6:\"height\";i:214;s:4:\"file\";s:19:\"2017/09/Edges-G.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Edges-G-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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("510","229","_wp_attached_file","2017/09/Edges-K.png");
INSERT INTO `pcab_postmeta` VALUES("511","229","_wp_attachment_metadata","a:5:{s:5:\"width\";i:191;s:6:\"height\";i:214;s:4:\"file\";s:19:\"2017/09/Edges-K.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Edges-K-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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("512","230","_wp_attached_file","2017/09/Edges-M.png");
INSERT INTO `pcab_postmeta` VALUES("513","230","_wp_attachment_metadata","a:5:{s:5:\"width\";i:191;s:6:\"height\";i:214;s:4:\"file\";s:19:\"2017/09/Edges-M.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Edges-M-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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("514","231","_wp_attached_file","2017/09/Edges-R.png");
INSERT INTO `pcab_postmeta` VALUES("515","231","_wp_attachment_metadata","a:5:{s:5:\"width\";i:191;s:6:\"height\";i:214;s:4:\"file\";s:19:\"2017/09/Edges-R.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Edges-R-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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("516","232","_wp_attached_file","2017/09/Edges-E.png");
INSERT INTO `pcab_postmeta` VALUES("517","232","_wp_attachment_metadata","a:5:{s:5:\"width\";i:191;s:6:\"height\";i:214;s:4:\"file\";s:19:\"2017/09/Edges-E.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Edges-E-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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("518","233","_wp_attached_file","2017/09/Edges-S.png");
INSERT INTO `pcab_postmeta` VALUES("519","233","_wp_attachment_metadata","a:5:{s:5:\"width\";i:191;s:6:\"height\";i:214;s:4:\"file\";s:19:\"2017/09/Edges-S.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Edges-S-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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("520","226","_wp_page_template","default");
INSERT INTO `pcab_postmeta` VALUES("521","226","_et_pb_post_hide_nav","default");
INSERT INTO `pcab_postmeta` VALUES("522","226","_et_pb_page_layout","et_right_sidebar");
INSERT INTO `pcab_postmeta` VALUES("523","226","_et_pb_side_nav","off");
INSERT INTO `pcab_postmeta` VALUES("524","226","_et_pb_use_builder","on");
INSERT INTO `pcab_postmeta` VALUES("525","226","_et_builder_version","VB|Divi|3.0.72");
INSERT INTO `pcab_postmeta` VALUES("526","226","_et_pb_ab_stats_refresh_interval","hourly");
INSERT INTO `pcab_postmeta` VALUES("527","226","_et_pb_old_content","");
INSERT INTO `pcab_postmeta` VALUES("528","226","_et_pb_enable_shortcode_tracking","");
INSERT INTO `pcab_postmeta` VALUES("529","226","_et_pb_custom_css","");
INSERT INTO `pcab_postmeta` VALUES("530","226","_yoast_wpseo_focuskw_text_input","Edges");
INSERT INTO `pcab_postmeta` VALUES("531","226","_yoast_wpseo_focuskw","Edges");
INSERT INTO `pcab_postmeta` VALUES("532","226","_yoast_wpseo_title","Enhance your cabinet style with edges | Pioneer Cabinertry");
INSERT INTO `pcab_postmeta` VALUES("533","226","_yoast_wpseo_metadesc","The edge of the cabinet door panels can make all the difference in defining your cabinet style. Pioneer Cabinetry offers several different choices.");
INSERT INTO `pcab_postmeta` VALUES("534","226","_yoast_wpseo_linkdex","40");
INSERT INTO `pcab_postmeta` VALUES("535","226","_yoast_wpseo_content_score","90");
INSERT INTO `pcab_postmeta` VALUES("536","237","_edit_last","1");
INSERT INTO `pcab_postmeta` VALUES("537","237","_edit_lock","1505150064:1");
INSERT INTO `pcab_postmeta` VALUES("538","237","_wp_page_template","default");
INSERT INTO `pcab_postmeta` VALUES("539","237","_et_pb_post_hide_nav","default");
INSERT INTO `pcab_postmeta` VALUES("540","237","_et_pb_page_layout","et_right_sidebar");
INSERT INTO `pcab_postmeta` VALUES("541","237","_et_pb_side_nav","off");
INSERT INTO `pcab_postmeta` VALUES("542","237","_et_pb_use_builder","on");
INSERT INTO `pcab_postmeta` VALUES("543","237","_et_builder_version","VB|Divi|3.0.72");
INSERT INTO `pcab_postmeta` VALUES("544","237","_et_pb_ab_stats_refresh_interval","hourly");
INSERT INTO `pcab_postmeta` VALUES("545","237","_et_pb_old_content","");
INSERT INTO `pcab_postmeta` VALUES("546","237","_et_pb_enable_shortcode_tracking","");
INSERT INTO `pcab_postmeta` VALUES("547","237","_et_pb_custom_css","");
INSERT INTO `pcab_postmeta` VALUES("548","237","_yoast_wpseo_focuskw_text_input","Options");
INSERT INTO `pcab_postmeta` VALUES("549","237","_yoast_wpseo_focuskw","Options");
INSERT INTO `pcab_postmeta` VALUES("550","237","_yoast_wpseo_title","Your have options of Quality and Craftsmanship | Pioneer Cabinetry");
INSERT INTO `pcab_postmeta` VALUES("551","237","_yoast_wpseo_metadesc","Turn a standard cabinet into a personalized cabinetry with these cabinet options. Glazing, finishing techniques can add so much to your cabinets.");
INSERT INTO `pcab_postmeta` VALUES("552","237","_yoast_wpseo_linkdex","76");
INSERT INTO `pcab_postmeta` VALUES("553","237","_yoast_wpseo_content_score","60");
INSERT INTO `pcab_postmeta` VALUES("554","241","_edit_last","1");
INSERT INTO `pcab_postmeta` VALUES("555","241","_edit_lock","1505239853:1");
INSERT INTO `pcab_postmeta` VALUES("556","241","_wp_page_template","default");
INSERT INTO `pcab_postmeta` VALUES("557","241","_et_pb_post_hide_nav","default");
INSERT INTO `pcab_postmeta` VALUES("558","241","_et_pb_page_layout","et_right_sidebar");
INSERT INTO `pcab_postmeta` VALUES("559","241","_et_pb_side_nav","off");
INSERT INTO `pcab_postmeta` VALUES("560","241","_et_pb_use_builder","on");
INSERT INTO `pcab_postmeta` VALUES("561","241","_et_builder_version","BB|Divi|3.0.72");
INSERT INTO `pcab_postmeta` VALUES("562","241","_et_pb_ab_stats_refresh_interval","hourly");
INSERT INTO `pcab_postmeta` VALUES("563","241","_et_pb_old_content","");
INSERT INTO `pcab_postmeta` VALUES("564","241","_et_pb_enable_shortcode_tracking","");
INSERT INTO `pcab_postmeta` VALUES("565","241","_et_pb_custom_css","");
INSERT INTO `pcab_postmeta` VALUES("566","241","_yoast_wpseo_focuskw_text_input","Cabinet Styles");
INSERT INTO `pcab_postmeta` VALUES("567","241","_yoast_wpseo_focuskw","Cabinet Styles");
INSERT INTO `pcab_postmeta` VALUES("568","241","_yoast_wpseo_title","You can find your style of cabinets here | Pioneer Cabinetry");
INSERT INTO `pcab_postmeta` VALUES("569","241","_yoast_wpseo_metadesc","We can help you find style of cabinets by selecting the best materials and options. Here is a short overview of everything you need to know.");
INSERT INTO `pcab_postmeta` VALUES("570","241","_yoast_wpseo_linkdex","57");
INSERT INTO `pcab_postmeta` VALUES("571","241","_yoast_wpseo_content_score","90");
INSERT INTO `pcab_postmeta` VALUES("572","243","_edit_last","1");
INSERT INTO `pcab_postmeta` VALUES("573","243","_edit_lock","1505069675:1");
INSERT INTO `pcab_postmeta` VALUES("574","243","_wp_page_template","default");
INSERT INTO `pcab_postmeta` VALUES("575","243","_et_pb_post_hide_nav","default");
INSERT INTO `pcab_postmeta` VALUES("576","243","_et_pb_page_layout","et_right_sidebar");
INSERT INTO `pcab_postmeta` VALUES("577","243","_et_pb_side_nav","off");
INSERT INTO `pcab_postmeta` VALUES("578","243","_et_pb_use_builder","on");
INSERT INTO `pcab_postmeta` VALUES("579","243","_et_builder_version","VB|Divi|3.0.72");
INSERT INTO `pcab_postmeta` VALUES("580","243","_et_pb_ab_stats_refresh_interval","hourly");
INSERT INTO `pcab_postmeta` VALUES("581","243","_et_pb_old_content","");
INSERT INTO `pcab_postmeta` VALUES("582","243","_et_pb_enable_shortcode_tracking","");
INSERT INTO `pcab_postmeta` VALUES("583","243","_et_pb_custom_css","");
INSERT INTO `pcab_postmeta` VALUES("584","243","_yoast_wpseo_focuskw_text_input","Quality Care");
INSERT INTO `pcab_postmeta` VALUES("585","243","_yoast_wpseo_focuskw","Quality Care");
INSERT INTO `pcab_postmeta` VALUES("586","243","_yoast_wpseo_title","We offer the best in quality care of your cabinets | Pioneer Cabinetry");
INSERT INTO `pcab_postmeta` VALUES("587","243","_yoast_wpseo_metadesc","How can we help you? We believe in providing important information about the quality and care of your cabinetry. The quality and craftsmanship of Pioneer.");
INSERT INTO `pcab_postmeta` VALUES("588","243","_yoast_wpseo_linkdex","37");
INSERT INTO `pcab_postmeta` VALUES("589","243","_yoast_wpseo_content_score","90");
INSERT INTO `pcab_postmeta` VALUES("590","246","_edit_last","1");
INSERT INTO `pcab_postmeta` VALUES("591","246","_edit_lock","1505141944:1");
INSERT INTO `pcab_postmeta` VALUES("592","247","_wp_attached_file","2017/09/Header-Generic1.jpg");
INSERT INTO `pcab_postmeta` VALUES("593","247","_wp_attachment_metadata","a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:300;s:4:\"file\";s:27:\"2017/09/Header-Generic1.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Header-Generic1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Header-Generic1-300x75.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Header-Generic1-768x192.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Header-Generic1-1024x256.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:27:\"Header-Generic1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:28:\"Header-Generic1-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:27:\"Header-Generic1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:27:\"Header-Generic1-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:28:\"Header-Generic1-1080x270.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:27:\"Header-Generic1-400x300.jpg\";s:5:\"width\";i:400;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("594","248","_wp_attached_file","2017/09/Adjusting-CupHinge.png");
INSERT INTO `pcab_postmeta` VALUES("595","248","_wp_attachment_metadata","a:5:{s:5:\"width\";i:960;s:6:\"height\";i:1242;s:4:\"file\";s:30:\"2017/09/Adjusting-CupHinge.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Adjusting-CupHinge-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Adjusting-CupHinge-232x300.png\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Adjusting-CupHinge-768x994.png\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Adjusting-CupHinge-791x1024.png\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:30:\"Adjusting-CupHinge-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:30:\"Adjusting-CupHinge-960x675.png\";s:5:\"width\";i:960;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:30:\"Adjusting-CupHinge-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:30:\"Adjusting-CupHinge-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:30:\"Adjusting-CupHinge-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("596","249","_wp_attached_file","2017/09/Adjusting-Slides.png");
INSERT INTO `pcab_postmeta` VALUES("597","249","_wp_attachment_metadata","a:5:{s:5:\"width\";i:960;s:6:\"height\";i:742;s:4:\"file\";s:28:\"2017/09/Adjusting-Slides.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Adjusting-Slides-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Adjusting-Slides-300x232.png\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Adjusting-Slides-768x594.png\";s:5:\"width\";i:768;s:6:\"height\";i:594;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:28:\"Adjusting-Slides-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:28:\"Adjusting-Slides-960x675.png\";s:5:\"width\";i:960;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:28:\"Adjusting-Slides-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:28:\"Adjusting-Slides-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:28:\"Adjusting-Slides-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("598","246","_wp_page_template","default");
INSERT INTO `pcab_postmeta` VALUES("599","246","_et_pb_post_hide_nav","default");
INSERT INTO `pcab_postmeta` VALUES("600","246","_et_pb_page_layout","et_right_sidebar");
INSERT INTO `pcab_postmeta` VALUES("601","246","_et_pb_side_nav","off");
INSERT INTO `pcab_postmeta` VALUES("602","246","_et_pb_use_builder","on");
INSERT INTO `pcab_postmeta` VALUES("603","246","_et_builder_version","VB|Divi|3.0.72");
INSERT INTO `pcab_postmeta` VALUES("604","246","_et_pb_ab_stats_refresh_interval","hourly");
INSERT INTO `pcab_postmeta` VALUES("605","246","_et_pb_old_content","");
INSERT INTO `pcab_postmeta` VALUES("606","246","_et_pb_enable_shortcode_tracking","");
INSERT INTO `pcab_postmeta` VALUES("607","246","_et_pb_custom_css","");
INSERT INTO `pcab_postmeta` VALUES("608","246","_yoast_wpseo_focuskw_text_input","Hardware Adjustments");
INSERT INTO `pcab_postmeta` VALUES("609","246","_yoast_wpseo_focuskw","Hardware Adjustments");
INSERT INTO `pcab_postmeta` VALUES("610","246","_yoast_wpseo_title","Learn how to make the necessary hardware adjustments | Pioneer Cabinetry");
INSERT INTO `pcab_postmeta` VALUES("611","246","_yoast_wpseo_metadesc","Once and a while there is a need to make a minor adjustments. Learn how to keep your doors and drawers operating smoothly.");
INSERT INTO `pcab_postmeta` VALUES("612","246","_yoast_wpseo_linkdex","45");
INSERT INTO `pcab_postmeta` VALUES("613","246","_yoast_wpseo_content_score","90");
INSERT INTO `pcab_postmeta` VALUES("614","252","_edit_last","1");
INSERT INTO `pcab_postmeta` VALUES("615","252","_edit_lock","1505070194:1");
INSERT INTO `pcab_postmeta` VALUES("616","252","_wp_page_template","default");
INSERT INTO `pcab_postmeta` VALUES("617","252","_et_pb_post_hide_nav","default");
INSERT INTO `pcab_postmeta` VALUES("618","252","_et_pb_page_layout","et_right_sidebar");
INSERT INTO `pcab_postmeta` VALUES("619","252","_et_pb_side_nav","off");
INSERT INTO `pcab_postmeta` VALUES("620","252","_et_pb_use_builder","on");
INSERT INTO `pcab_postmeta` VALUES("621","252","_et_builder_version","VB|Divi|3.0.72");
INSERT INTO `pcab_postmeta` VALUES("622","252","_et_pb_ab_stats_refresh_interval","hourly");
INSERT INTO `pcab_postmeta` VALUES("623","252","_et_pb_old_content","");
INSERT INTO `pcab_postmeta` VALUES("624","252","_et_pb_enable_shortcode_tracking","");
INSERT INTO `pcab_postmeta` VALUES("625","252","_et_pb_custom_css","");
INSERT INTO `pcab_postmeta` VALUES("626","252","_yoast_wpseo_content_score","30");
INSERT INTO `pcab_postmeta` VALUES("627","252","_yoast_wpseo_meta-robots-noindex","1");
INSERT INTO `pcab_postmeta` VALUES("628","252","_yoast_wpseo_meta-robots-nofollow","1");
INSERT INTO `pcab_postmeta` VALUES("629","255","_edit_last","1");
INSERT INTO `pcab_postmeta` VALUES("630","255","_edit_lock","1505156402:1");
INSERT INTO `pcab_postmeta` VALUES("631","255","_wp_page_template","default");
INSERT INTO `pcab_postmeta` VALUES("632","255","_et_pb_post_hide_nav","default");
INSERT INTO `pcab_postmeta` VALUES("633","255","_et_pb_page_layout","et_right_sidebar");
INSERT INTO `pcab_postmeta` VALUES("634","255","_et_pb_side_nav","off");
INSERT INTO `pcab_postmeta` VALUES("635","255","_et_pb_use_builder","on");
INSERT INTO `pcab_postmeta` VALUES("636","255","_et_builder_version","VB|Divi|3.0.72");
INSERT INTO `pcab_postmeta` VALUES("637","255","_et_pb_ab_stats_refresh_interval","hourly");
INSERT INTO `pcab_postmeta` VALUES("638","255","_et_pb_old_content","");
INSERT INTO `pcab_postmeta` VALUES("639","255","_et_pb_enable_shortcode_tracking","");
INSERT INTO `pcab_postmeta` VALUES("640","255","_et_pb_custom_css","");
INSERT INTO `pcab_postmeta` VALUES("641","255","_yoast_wpseo_content_score","30");
INSERT INTO `pcab_postmeta` VALUES("642","255","_yoast_wpseo_focuskw_text_input","Warranty");
INSERT INTO `pcab_postmeta` VALUES("643","255","_yoast_wpseo_focuskw","Warranty");
INSERT INTO `pcab_postmeta` VALUES("644","255","_yoast_wpseo_title","We stand behind our product | Pioneer Cabinetry Warranty");
INSERT INTO `pcab_postmeta` VALUES("645","255","_yoast_wpseo_metadesc","Pioneer Cabinetry, Inc. warrants its cabinetry to be free from defects in materials or workmanship for up to five years, to the original purchaser.");
INSERT INTO `pcab_postmeta` VALUES("646","255","_yoast_wpseo_linkdex","70");
INSERT INTO `pcab_postmeta` VALUES("647","260","_edit_last","1");
INSERT INTO `pcab_postmeta` VALUES("648","260","_edit_lock","1505070472:1");
INSERT INTO `pcab_postmeta` VALUES("649","261","_wp_attached_file","2017/09/Pioneer-LrgLogo-1.png");
INSERT INTO `pcab_postmeta` VALUES("650","261","_wp_attachment_metadata","a:5:{s:5:\"width\";i:244;s:6:\"height\";i:195;s:4:\"file\";s:29:\"2017/09/Pioneer-LrgLogo-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Pioneer-LrgLogo-1-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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("651","260","_wp_page_template","default");
INSERT INTO `pcab_postmeta` VALUES("652","260","_et_pb_post_hide_nav","default");
INSERT INTO `pcab_postmeta` VALUES("653","260","_et_pb_page_layout","et_right_sidebar");
INSERT INTO `pcab_postmeta` VALUES("654","260","_et_pb_side_nav","off");
INSERT INTO `pcab_postmeta` VALUES("655","260","_et_pb_use_builder","on");
INSERT INTO `pcab_postmeta` VALUES("656","260","_et_builder_version","VB|Divi|3.0.72");
INSERT INTO `pcab_postmeta` VALUES("657","260","_et_pb_ab_stats_refresh_interval","hourly");
INSERT INTO `pcab_postmeta` VALUES("658","260","_et_pb_old_content","");
INSERT INTO `pcab_postmeta` VALUES("659","260","_et_pb_enable_shortcode_tracking","");
INSERT INTO `pcab_postmeta` VALUES("660","260","_et_pb_custom_css","");
INSERT INTO `pcab_postmeta` VALUES("661","260","_yoast_wpseo_content_score","30");
INSERT INTO `pcab_postmeta` VALUES("662","260","_yoast_wpseo_focuskw_text_input","Support");
INSERT INTO `pcab_postmeta` VALUES("663","260","_yoast_wpseo_focuskw","Support");
INSERT INTO `pcab_postmeta` VALUES("664","260","_yoast_wpseo_title","We Care About Your Cabinets | Pioneer Cabinetry");
INSERT INTO `pcab_postmeta` VALUES("665","260","_yoast_wpseo_metadesc","We love to offer the support needed for you to maintain the quality and craftsmanship that Pioneer Cabinetry brings to every cabinet created.");
INSERT INTO `pcab_postmeta` VALUES("666","260","_yoast_wpseo_linkdex","72");
INSERT INTO `pcab_postmeta` VALUES("667","264","_edit_last","1");
INSERT INTO `pcab_postmeta` VALUES("668","264","_edit_lock","1505070588:1");
INSERT INTO `pcab_postmeta` VALUES("669","264","_wp_page_template","default");
INSERT INTO `pcab_postmeta` VALUES("670","264","_et_pb_post_hide_nav","default");
INSERT INTO `pcab_postmeta` VALUES("671","264","_et_pb_page_layout","et_right_sidebar");
INSERT INTO `pcab_postmeta` VALUES("672","264","_et_pb_side_nav","off");
INSERT INTO `pcab_postmeta` VALUES("673","264","_et_pb_use_builder","on");
INSERT INTO `pcab_postmeta` VALUES("674","264","_et_builder_version","VB|Divi|3.0.72");
INSERT INTO `pcab_postmeta` VALUES("675","264","_et_pb_ab_stats_refresh_interval","hourly");
INSERT INTO `pcab_postmeta` VALUES("676","264","_et_pb_old_content","");
INSERT INTO `pcab_postmeta` VALUES("677","264","_et_pb_enable_shortcode_tracking","");
INSERT INTO `pcab_postmeta` VALUES("678","264","_et_pb_custom_css","");
INSERT INTO `pcab_postmeta` VALUES("679","264","_yoast_wpseo_focuskw_text_input","Gallery");
INSERT INTO `pcab_postmeta` VALUES("680","264","_yoast_wpseo_focuskw","Gallery");
INSERT INTO `pcab_postmeta` VALUES("681","264","_yoast_wpseo_title","Our Featured Gallery of Cabinets | Pioneer Cabinetry");
INSERT INTO `pcab_postmeta` VALUES("682","264","_yoast_wpseo_metadesc","We hope our gallery of cabinets will add some inspiration to your next cabinetry project. See what our customers have did to their kitchens.");
INSERT INTO `pcab_postmeta` VALUES("683","264","_yoast_wpseo_linkdex","43");
INSERT INTO `pcab_postmeta` VALUES("684","264","_yoast_wpseo_content_score","90");
INSERT INTO `pcab_postmeta` VALUES("685","267","_edit_last","1");
INSERT INTO `pcab_postmeta` VALUES("686","267","_edit_lock","1505074028:1");
INSERT INTO `pcab_postmeta` VALUES("687","267","_wp_page_template","default");
INSERT INTO `pcab_postmeta` VALUES("688","267","_et_pb_post_hide_nav","default");
INSERT INTO `pcab_postmeta` VALUES("689","267","_et_pb_page_layout","et_right_sidebar");
INSERT INTO `pcab_postmeta` VALUES("690","267","_et_pb_side_nav","off");
INSERT INTO `pcab_postmeta` VALUES("691","267","_et_pb_use_builder","on");
INSERT INTO `pcab_postmeta` VALUES("692","267","_et_builder_version","VB|Divi|3.0.72");
INSERT INTO `pcab_postmeta` VALUES("693","267","_et_pb_ab_stats_refresh_interval","hourly");
INSERT INTO `pcab_postmeta` VALUES("694","267","_et_pb_old_content","");
INSERT INTO `pcab_postmeta` VALUES("695","267","_et_pb_enable_shortcode_tracking","");
INSERT INTO `pcab_postmeta` VALUES("696","267","_et_pb_custom_css","");
INSERT INTO `pcab_postmeta` VALUES("697","267","_yoast_wpseo_content_score","60");
INSERT INTO `pcab_postmeta` VALUES("698","267","_yoast_wpseo_meta-robots-noindex","1");
INSERT INTO `pcab_postmeta` VALUES("699","267","_yoast_wpseo_meta-robots-nofollow","1");
INSERT INTO `pcab_postmeta` VALUES("700","270","_edit_last","1");
INSERT INTO `pcab_postmeta` VALUES("701","270","_edit_lock","1505143864:1");
INSERT INTO `pcab_postmeta` VALUES("702","270","_wp_page_template","default");
INSERT INTO `pcab_postmeta` VALUES("703","270","_et_pb_post_hide_nav","default");
INSERT INTO `pcab_postmeta` VALUES("704","270","_et_pb_page_layout","et_right_sidebar");
INSERT INTO `pcab_postmeta` VALUES("705","270","_et_pb_side_nav","off");
INSERT INTO `pcab_postmeta` VALUES("706","270","_et_pb_use_builder","on");
INSERT INTO `pcab_postmeta` VALUES("707","270","_et_builder_version","VB|Divi|3.0.72");
INSERT INTO `pcab_postmeta` VALUES("708","270","_et_pb_ab_stats_refresh_interval","hourly");
INSERT INTO `pcab_postmeta` VALUES("709","270","_et_pb_old_content","");
INSERT INTO `pcab_postmeta` VALUES("710","270","_et_pb_enable_shortcode_tracking","");
INSERT INTO `pcab_postmeta` VALUES("711","270","_et_pb_custom_css","");
INSERT INTO `pcab_postmeta` VALUES("712","270","_yoast_wpseo_focuskw_text_input","Dealer");
INSERT INTO `pcab_postmeta` VALUES("713","270","_yoast_wpseo_focuskw","Dealer");
INSERT INTO `pcab_postmeta` VALUES("714","270","_yoast_wpseo_title","Find an authorized Pioneer Cabinetry dealer near you | Pioneer Cabinetry");
INSERT INTO `pcab_postmeta` VALUES("715","270","_yoast_wpseo_metadesc","Finding a authorized Pioneer Cabinetry dealer to help with measuring, designing, delivery and installation. We do not sell directly to consumer.");
INSERT INTO `pcab_postmeta` VALUES("716","270","_yoast_wpseo_linkdex","41");
INSERT INTO `pcab_postmeta` VALUES("717","270","_yoast_wpseo_content_score","90");
INSERT INTO `pcab_postmeta` VALUES("718","273","_edit_last","1");
INSERT INTO `pcab_postmeta` VALUES("719","273","_edit_lock","1505074437:1");
INSERT INTO `pcab_postmeta` VALUES("720","273","_wp_page_template","default");
INSERT INTO `pcab_postmeta` VALUES("721","273","_et_pb_post_hide_nav","default");
INSERT INTO `pcab_postmeta` VALUES("722","273","_et_pb_page_layout","et_right_sidebar");
INSERT INTO `pcab_postmeta` VALUES("723","273","_et_pb_side_nav","off");
INSERT INTO `pcab_postmeta` VALUES("724","273","_et_pb_use_builder","on");
INSERT INTO `pcab_postmeta` VALUES("725","273","_et_builder_version","BB|Divi|3.0.72");
INSERT INTO `pcab_postmeta` VALUES("726","273","_et_pb_ab_stats_refresh_interval","hourly");
INSERT INTO `pcab_postmeta` VALUES("727","273","_et_pb_old_content","");
INSERT INTO `pcab_postmeta` VALUES("728","273","_et_pb_enable_shortcode_tracking","");
INSERT INTO `pcab_postmeta` VALUES("729","273","_et_pb_custom_css","");
INSERT INTO `pcab_postmeta` VALUES("730","273","_yoast_wpseo_focuskw_text_input","Wisconsin Dealers");
INSERT INTO `pcab_postmeta` VALUES("731","273","_yoast_wpseo_focuskw","Wisconsin Dealers");
INSERT INTO `pcab_postmeta` VALUES("732","273","_yoast_wpseo_title","Wisconsin - Pioneer Cabinetry Dealer List | Pioneer Cabinetry");
INSERT INTO `pcab_postmeta` VALUES("733","273","_yoast_wpseo_metadesc","Finding a Pioneer Cabinetry Dealer in Wisconsin is easy. Here is a list of dealers that are currently in the state of Wisconsin.");
INSERT INTO `pcab_postmeta` VALUES("734","273","_yoast_wpseo_linkdex","29");
INSERT INTO `pcab_postmeta` VALUES("735","273","_yoast_wpseo_content_score","60");
INSERT INTO `pcab_postmeta` VALUES("736","275","_edit_last","1");
INSERT INTO `pcab_postmeta` VALUES("737","275","_edit_lock","1505074452:1");
INSERT INTO `pcab_postmeta` VALUES("738","275","_wp_page_template","default");
INSERT INTO `pcab_postmeta` VALUES("739","275","_et_pb_post_hide_nav","default");
INSERT INTO `pcab_postmeta` VALUES("740","275","_et_pb_page_layout","et_right_sidebar");
INSERT INTO `pcab_postmeta` VALUES("741","275","_et_pb_side_nav","off");
INSERT INTO `pcab_postmeta` VALUES("742","275","_et_pb_use_builder","on");
INSERT INTO `pcab_postmeta` VALUES("743","275","_et_builder_version","BB|Divi|3.0.72");
INSERT INTO `pcab_postmeta` VALUES("744","275","_et_pb_ab_stats_refresh_interval","hourly");
INSERT INTO `pcab_postmeta` VALUES("745","275","_et_pb_old_content","");
INSERT INTO `pcab_postmeta` VALUES("746","275","_et_pb_enable_shortcode_tracking","");
INSERT INTO `pcab_postmeta` VALUES("747","275","_et_pb_custom_css","");
INSERT INTO `pcab_postmeta` VALUES("748","275","_yoast_wpseo_focuskw_text_input","Pennsylvania Dealers");
INSERT INTO `pcab_postmeta` VALUES("749","275","_yoast_wpseo_focuskw","Pennsylvania Dealers");
INSERT INTO `pcab_postmeta` VALUES("750","275","_yoast_wpseo_title","Pennsylvania - Pioneer Cabinetry Dealer List | Pioneer Cabinetry");
INSERT INTO `pcab_postmeta` VALUES("751","275","_yoast_wpseo_metadesc","Finding a Pioneer Cabinetry Dealer in Pennsylvania is easy. Here is a list of dealers that are currently in the state of Pennsylvania.");
INSERT INTO `pcab_postmeta` VALUES("752","275","_yoast_wpseo_linkdex","29");
INSERT INTO `pcab_postmeta` VALUES("753","275","_yoast_wpseo_content_score","60");
INSERT INTO `pcab_postmeta` VALUES("754","277","_edit_last","1");
INSERT INTO `pcab_postmeta` VALUES("755","277","_edit_lock","1505074473:1");
INSERT INTO `pcab_postmeta` VALUES("756","277","_wp_page_template","default");
INSERT INTO `pcab_postmeta` VALUES("757","277","_et_pb_post_hide_nav","default");
INSERT INTO `pcab_postmeta` VALUES("758","277","_et_pb_page_layout","et_right_sidebar");
INSERT INTO `pcab_postmeta` VALUES("759","277","_et_pb_side_nav","off");
INSERT INTO `pcab_postmeta` VALUES("760","277","_et_pb_use_builder","on");
INSERT INTO `pcab_postmeta` VALUES("761","277","_et_builder_version","BB|Divi|3.0.72");
INSERT INTO `pcab_postmeta` VALUES("762","277","_et_pb_ab_stats_refresh_interval","hourly");
INSERT INTO `pcab_postmeta` VALUES("763","277","_et_pb_old_content","");
INSERT INTO `pcab_postmeta` VALUES("764","277","_et_pb_enable_shortcode_tracking","");
INSERT INTO `pcab_postmeta` VALUES("765","277","_et_pb_custom_css","");
INSERT INTO `pcab_postmeta` VALUES("766","277","_yoast_wpseo_focuskw_text_input","Ohio Dealers");
INSERT INTO `pcab_postmeta` VALUES("767","277","_yoast_wpseo_focuskw","Ohio Dealers");
INSERT INTO `pcab_postmeta` VALUES("768","277","_yoast_wpseo_title","Ohio - Pioneer Cabinetry Dealer List | Pioneer Cabinetry");
INSERT INTO `pcab_postmeta` VALUES("769","277","_yoast_wpseo_metadesc","Finding a Pioneer Cabinetry Dealer in Ohio is easy. Here is a list of dealers that are currently in the state of Ohio. Give one of them a call today.");
INSERT INTO `pcab_postmeta` VALUES("770","277","_yoast_wpseo_linkdex","54");
INSERT INTO `pcab_postmeta` VALUES("771","277","_yoast_wpseo_content_score","60");
INSERT INTO `pcab_postmeta` VALUES("772","279","_edit_last","1");
INSERT INTO `pcab_postmeta` VALUES("773","279","_edit_lock","1505074491:1");
INSERT INTO `pcab_postmeta` VALUES("774","279","_wp_page_template","default");
INSERT INTO `pcab_postmeta` VALUES("775","279","_et_pb_post_hide_nav","default");
INSERT INTO `pcab_postmeta` VALUES("776","279","_et_pb_page_layout","et_right_sidebar");
INSERT INTO `pcab_postmeta` VALUES("777","279","_et_pb_side_nav","off");
INSERT INTO `pcab_postmeta` VALUES("778","279","_et_pb_use_builder","on");
INSERT INTO `pcab_postmeta` VALUES("779","279","_et_builder_version","BB|Divi|3.0.72");
INSERT INTO `pcab_postmeta` VALUES("780","279","_et_pb_ab_stats_refresh_interval","hourly");
INSERT INTO `pcab_postmeta` VALUES("781","279","_et_pb_old_content","");
INSERT INTO `pcab_postmeta` VALUES("782","279","_et_pb_enable_shortcode_tracking","");
INSERT INTO `pcab_postmeta` VALUES("783","279","_et_pb_custom_css","");
INSERT INTO `pcab_postmeta` VALUES("784","279","_yoast_wpseo_content_score","60");
INSERT INTO `pcab_postmeta` VALUES("785","279","_yoast_wpseo_focuskw_text_input","New York Dealer");
INSERT INTO `pcab_postmeta` VALUES("786","279","_yoast_wpseo_focuskw","New York Dealer");
INSERT INTO `pcab_postmeta` VALUES("787","279","_yoast_wpseo_title","New York - Pioneer Cabinetry Dealer List - Pioneer Cabinetry");
INSERT INTO `pcab_postmeta` VALUES("788","279","_yoast_wpseo_metadesc","New York dealers that install Pioneer Cabinetry know quality and craftsmanship when they see it. We know that you are going to love our cabinets.");
INSERT INTO `pcab_postmeta` VALUES("789","279","_yoast_wpseo_linkdex","31");
INSERT INTO `pcab_postmeta` VALUES("790","281","_edit_last","1");
INSERT INTO `pcab_postmeta` VALUES("791","281","_edit_lock","1505074511:1");
INSERT INTO `pcab_postmeta` VALUES("792","281","_wp_page_template","default");
INSERT INTO `pcab_postmeta` VALUES("793","281","_et_pb_post_hide_nav","default");
INSERT INTO `pcab_postmeta` VALUES("794","281","_et_pb_page_layout","et_right_sidebar");
INSERT INTO `pcab_postmeta` VALUES("795","281","_et_pb_side_nav","off");
INSERT INTO `pcab_postmeta` VALUES("796","281","_et_pb_use_builder","on");
INSERT INTO `pcab_postmeta` VALUES("797","281","_et_builder_version","BB|Divi|3.0.72");
INSERT INTO `pcab_postmeta` VALUES("798","281","_et_pb_ab_stats_refresh_interval","hourly");
INSERT INTO `pcab_postmeta` VALUES("799","281","_et_pb_old_content","");
INSERT INTO `pcab_postmeta` VALUES("800","281","_et_pb_enable_shortcode_tracking","");
INSERT INTO `pcab_postmeta` VALUES("801","281","_et_pb_custom_css","");
INSERT INTO `pcab_postmeta` VALUES("802","281","_yoast_wpseo_focuskw_text_input","New Jersey Dealers");
INSERT INTO `pcab_postmeta` VALUES("803","281","_yoast_wpseo_focuskw","New Jersey Dealers");
INSERT INTO `pcab_postmeta` VALUES("804","281","_yoast_wpseo_title","New Jersey - Pioneer Cabinetry Dealer List | Pioneer Cabinetry");
INSERT INTO `pcab_postmeta` VALUES("805","281","_yoast_wpseo_metadesc","Finding a Pioneer Cabinetry Dealer in Connecticut is easy. Here is a list of dealers that are currently in the state of Connecticut.");
INSERT INTO `pcab_postmeta` VALUES("806","281","_yoast_wpseo_linkdex","29");
INSERT INTO `pcab_postmeta` VALUES("807","281","_yoast_wpseo_content_score","60");
INSERT INTO `pcab_postmeta` VALUES("808","283","_edit_last","1");
INSERT INTO `pcab_postmeta` VALUES("809","283","_edit_lock","1505074545:1");
INSERT INTO `pcab_postmeta` VALUES("810","283","_wp_page_template","default");
INSERT INTO `pcab_postmeta` VALUES("811","283","_et_pb_post_hide_nav","default");
INSERT INTO `pcab_postmeta` VALUES("812","283","_et_pb_page_layout","et_right_sidebar");
INSERT INTO `pcab_postmeta` VALUES("813","283","_et_pb_side_nav","off");
INSERT INTO `pcab_postmeta` VALUES("814","283","_et_pb_use_builder","on");
INSERT INTO `pcab_postmeta` VALUES("815","283","_et_builder_version","BB|Divi|3.0.72");
INSERT INTO `pcab_postmeta` VALUES("816","283","_et_pb_ab_stats_refresh_interval","hourly");
INSERT INTO `pcab_postmeta` VALUES("817","283","_et_pb_old_content","");
INSERT INTO `pcab_postmeta` VALUES("818","283","_et_pb_enable_shortcode_tracking","");
INSERT INTO `pcab_postmeta` VALUES("819","283","_et_pb_custom_css","");
INSERT INTO `pcab_postmeta` VALUES("820","283","_yoast_wpseo_focuskw_text_input","Michigan Dealers");
INSERT INTO `pcab_postmeta` VALUES("821","283","_yoast_wpseo_focuskw","Michigan Dealers");
INSERT INTO `pcab_postmeta` VALUES("822","283","_yoast_wpseo_title","Michigan - Pioneer Cabinetry Dealer List | Pioneer Cabinetry");
INSERT INTO `pcab_postmeta` VALUES("823","283","_yoast_wpseo_metadesc","Finding a Pioneer Cabinetry Dealer in Michigan is easy. Here is a list of dealers that are currently in the state of Michigan.");
INSERT INTO `pcab_postmeta` VALUES("824","283","_yoast_wpseo_linkdex","56");
INSERT INTO `pcab_postmeta` VALUES("825","283","_yoast_wpseo_content_score","60");
INSERT INTO `pcab_postmeta` VALUES("826","286","_edit_last","1");
INSERT INTO `pcab_postmeta` VALUES("827","286","_edit_lock","1505074566:1");
INSERT INTO `pcab_postmeta` VALUES("828","286","_wp_page_template","default");
INSERT INTO `pcab_postmeta` VALUES("829","286","_et_pb_post_hide_nav","default");
INSERT INTO `pcab_postmeta` VALUES("830","286","_et_pb_page_layout","et_right_sidebar");
INSERT INTO `pcab_postmeta` VALUES("831","286","_et_pb_side_nav","off");
INSERT INTO `pcab_postmeta` VALUES("832","286","_et_pb_use_builder","on");
INSERT INTO `pcab_postmeta` VALUES("833","286","_et_builder_version","BB|Divi|3.0.72");
INSERT INTO `pcab_postmeta` VALUES("834","286","_et_pb_ab_stats_refresh_interval","hourly");
INSERT INTO `pcab_postmeta` VALUES("835","286","_et_pb_old_content","");
INSERT INTO `pcab_postmeta` VALUES("836","286","_et_pb_enable_shortcode_tracking","");
INSERT INTO `pcab_postmeta` VALUES("837","286","_et_pb_custom_css","");
INSERT INTO `pcab_postmeta` VALUES("838","286","_yoast_wpseo_focuskw_text_input","Massachusetts Dealers");
INSERT INTO `pcab_postmeta` VALUES("839","286","_yoast_wpseo_focuskw","Massachusetts Dealers");
INSERT INTO `pcab_postmeta` VALUES("840","286","_yoast_wpseo_title","Massachusetts - Pioneer Cabinetry Dealer List | Pioneer Cabinetry");
INSERT INTO `pcab_postmeta` VALUES("841","286","_yoast_wpseo_metadesc","Finding a Pioneer Cabinetry Dealer in Massachusetts is easy. Here is a list of dealers that are currently in the state of Massachusetts.");
INSERT INTO `pcab_postmeta` VALUES("842","286","_yoast_wpseo_linkdex","29");
INSERT INTO `pcab_postmeta` VALUES("843","286","_yoast_wpseo_content_score","60");
INSERT INTO `pcab_postmeta` VALUES("844","288","_edit_last","1");
INSERT INTO `pcab_postmeta` VALUES("845","288","_edit_lock","1505074589:1");
INSERT INTO `pcab_postmeta` VALUES("846","288","_wp_page_template","default");
INSERT INTO `pcab_postmeta` VALUES("847","288","_et_pb_post_hide_nav","default");
INSERT INTO `pcab_postmeta` VALUES("848","288","_et_pb_page_layout","et_right_sidebar");
INSERT INTO `pcab_postmeta` VALUES("849","288","_et_pb_side_nav","off");
INSERT INTO `pcab_postmeta` VALUES("850","288","_et_pb_use_builder","on");
INSERT INTO `pcab_postmeta` VALUES("851","288","_et_builder_version","BB|Divi|3.0.72");
INSERT INTO `pcab_postmeta` VALUES("852","288","_et_pb_ab_stats_refresh_interval","hourly");
INSERT INTO `pcab_postmeta` VALUES("853","288","_et_pb_old_content","");
INSERT INTO `pcab_postmeta` VALUES("854","288","_et_pb_enable_shortcode_tracking","");
INSERT INTO `pcab_postmeta` VALUES("855","288","_et_pb_custom_css","");
INSERT INTO `pcab_postmeta` VALUES("856","288","_yoast_wpseo_focuskw_text_input","Indiana Dealers");
INSERT INTO `pcab_postmeta` VALUES("857","288","_yoast_wpseo_focuskw","Indiana Dealers");
INSERT INTO `pcab_postmeta` VALUES("858","288","_yoast_wpseo_title","Indiana - Pioneer Cabinetry Dealer List | Pioneer Cabinetry");
INSERT INTO `pcab_postmeta` VALUES("859","288","_yoast_wpseo_metadesc","Finding a Pioneer Cabinetry Dealer in Indiana is easy. Here is a list of dealers that are currently in the state of Indiana.");
INSERT INTO `pcab_postmeta` VALUES("860","288","_yoast_wpseo_linkdex","29");
INSERT INTO `pcab_postmeta` VALUES("861","288","_yoast_wpseo_content_score","60");
INSERT INTO `pcab_postmeta` VALUES("862","290","_edit_last","1");
INSERT INTO `pcab_postmeta` VALUES("863","290","_edit_lock","1505074611:1");
INSERT INTO `pcab_postmeta` VALUES("864","290","_wp_page_template","default");
INSERT INTO `pcab_postmeta` VALUES("865","290","_et_pb_post_hide_nav","default");
INSERT INTO `pcab_postmeta` VALUES("866","290","_et_pb_page_layout","et_right_sidebar");
INSERT INTO `pcab_postmeta` VALUES("867","290","_et_pb_side_nav","off");
INSERT INTO `pcab_postmeta` VALUES("868","290","_et_pb_use_builder","on");
INSERT INTO `pcab_postmeta` VALUES("869","290","_et_builder_version","BB|Divi|3.0.72");
INSERT INTO `pcab_postmeta` VALUES("870","290","_et_pb_ab_stats_refresh_interval","hourly");
INSERT INTO `pcab_postmeta` VALUES("871","290","_et_pb_old_content","");
INSERT INTO `pcab_postmeta` VALUES("872","290","_et_pb_enable_shortcode_tracking","");
INSERT INTO `pcab_postmeta` VALUES("873","290","_et_pb_custom_css","");
INSERT INTO `pcab_postmeta` VALUES("874","290","_yoast_wpseo_focuskw_text_input","Illinois Dealers");
INSERT INTO `pcab_postmeta` VALUES("875","290","_yoast_wpseo_focuskw","Illinois Dealers");
INSERT INTO `pcab_postmeta` VALUES("876","290","_yoast_wpseo_title","Illinois Pioneer Cabinetry Dealer List | Pioneer Cabinetry");
INSERT INTO `pcab_postmeta` VALUES("877","290","_yoast_wpseo_metadesc","Finding a Pioneer Cabinetry Dealer in Illinois is easy. Here is a list of dealers that are currently in the state of Illinois.");
INSERT INTO `pcab_postmeta` VALUES("878","290","_yoast_wpseo_linkdex","29");
INSERT INTO `pcab_postmeta` VALUES("879","290","_yoast_wpseo_content_score","60");
INSERT INTO `pcab_postmeta` VALUES("880","292","_edit_last","1");
INSERT INTO `pcab_postmeta` VALUES("881","292","_edit_lock","1505074629:1");
INSERT INTO `pcab_postmeta` VALUES("882","292","_wp_page_template","default");
INSERT INTO `pcab_postmeta` VALUES("883","292","_et_pb_post_hide_nav","default");
INSERT INTO `pcab_postmeta` VALUES("884","292","_et_pb_page_layout","et_right_sidebar");
INSERT INTO `pcab_postmeta` VALUES("885","292","_et_pb_side_nav","off");
INSERT INTO `pcab_postmeta` VALUES("886","292","_et_pb_use_builder","on");
INSERT INTO `pcab_postmeta` VALUES("887","292","_et_builder_version","BB|Divi|3.0.72");
INSERT INTO `pcab_postmeta` VALUES("888","292","_et_pb_ab_stats_refresh_interval","hourly");
INSERT INTO `pcab_postmeta` VALUES("889","292","_et_pb_old_content","");
INSERT INTO `pcab_postmeta` VALUES("890","292","_et_pb_enable_shortcode_tracking","");
INSERT INTO `pcab_postmeta` VALUES("891","292","_et_pb_custom_css","");
INSERT INTO `pcab_postmeta` VALUES("892","292","_yoast_wpseo_focuskw_text_input","Georgia Dealers");
INSERT INTO `pcab_postmeta` VALUES("893","292","_yoast_wpseo_focuskw","Georgia Dealers");
INSERT INTO `pcab_postmeta` VALUES("894","292","_yoast_wpseo_title","Georgia - Pioneer Cabinetry Dealer List | Pioneer Cabinetry");
INSERT INTO `pcab_postmeta` VALUES("895","292","_yoast_wpseo_metadesc","Finding a Pioneer Cabinetry Dealer in Georgia is easy. Here is a list of dealers that are currently in the state of Georgia");
INSERT INTO `pcab_postmeta` VALUES("896","292","_yoast_wpseo_linkdex","29");
INSERT INTO `pcab_postmeta` VALUES("897","292","_yoast_wpseo_content_score","60");
INSERT INTO `pcab_postmeta` VALUES("898","294","_edit_last","1");
INSERT INTO `pcab_postmeta` VALUES("899","294","_edit_lock","1505074649:1");
INSERT INTO `pcab_postmeta` VALUES("900","294","_wp_page_template","default");
INSERT INTO `pcab_postmeta` VALUES("901","294","_et_pb_post_hide_nav","default");
INSERT INTO `pcab_postmeta` VALUES("902","294","_et_pb_page_layout","et_right_sidebar");
INSERT INTO `pcab_postmeta` VALUES("903","294","_et_pb_side_nav","off");
INSERT INTO `pcab_postmeta` VALUES("904","294","_et_pb_use_builder","on");
INSERT INTO `pcab_postmeta` VALUES("905","294","_et_builder_version","VB|Divi|3.0.72");
INSERT INTO `pcab_postmeta` VALUES("906","294","_et_pb_ab_stats_refresh_interval","hourly");
INSERT INTO `pcab_postmeta` VALUES("907","294","_et_pb_old_content","");
INSERT INTO `pcab_postmeta` VALUES("908","294","_et_pb_enable_shortcode_tracking","");
INSERT INTO `pcab_postmeta` VALUES("909","294","_et_pb_custom_css","");
INSERT INTO `pcab_postmeta` VALUES("910","294","_yoast_wpseo_focuskw_text_input","Florida Dealers");
INSERT INTO `pcab_postmeta` VALUES("911","294","_yoast_wpseo_focuskw","Florida Dealers");
INSERT INTO `pcab_postmeta` VALUES("912","294","_yoast_wpseo_title","Florida Authotized Pioneer Cabinetry Dealer List");
INSERT INTO `pcab_postmeta` VALUES("913","294","_yoast_wpseo_metadesc","Finding a Pioneer Cabinetry Dealer in Florida is easy. Here is a list of dealers that are currently in the state of Florida.");
INSERT INTO `pcab_postmeta` VALUES("914","294","_yoast_wpseo_linkdex","31");
INSERT INTO `pcab_postmeta` VALUES("915","294","_yoast_wpseo_content_score","90");
INSERT INTO `pcab_postmeta` VALUES("916","297","_edit_last","1");
INSERT INTO `pcab_postmeta` VALUES("917","297","_edit_lock","1505074666:1");
INSERT INTO `pcab_postmeta` VALUES("918","297","_wp_page_template","default");
INSERT INTO `pcab_postmeta` VALUES("919","297","_et_pb_post_hide_nav","default");
INSERT INTO `pcab_postmeta` VALUES("920","297","_et_pb_page_layout","et_right_sidebar");
INSERT INTO `pcab_postmeta` VALUES("921","297","_et_pb_side_nav","off");
INSERT INTO `pcab_postmeta` VALUES("922","297","_et_pb_use_builder","on");
INSERT INTO `pcab_postmeta` VALUES("923","297","_et_builder_version","BB|Divi|3.0.72");
INSERT INTO `pcab_postmeta` VALUES("924","297","_et_pb_ab_stats_refresh_interval","hourly");
INSERT INTO `pcab_postmeta` VALUES("925","297","_et_pb_old_content","");
INSERT INTO `pcab_postmeta` VALUES("926","297","_et_pb_enable_shortcode_tracking","");
INSERT INTO `pcab_postmeta` VALUES("927","297","_et_pb_custom_css","");
INSERT INTO `pcab_postmeta` VALUES("928","297","_yoast_wpseo_focuskw_text_input","Connecticut Dealers");
INSERT INTO `pcab_postmeta` VALUES("929","297","_yoast_wpseo_focuskw","Connecticut Dealers");
INSERT INTO `pcab_postmeta` VALUES("930","297","_yoast_wpseo_title","Connecticut - Pioneer Cabinetry Dealer List | Pioneer Cabinetry");
INSERT INTO `pcab_postmeta` VALUES("931","297","_yoast_wpseo_metadesc","Finding a Pioneer Cabinetry Dealer in Connecticut is easy. Here is a list of dealers that are currently in the state of Connecticut.");
INSERT INTO `pcab_postmeta` VALUES("932","297","_yoast_wpseo_linkdex","29");
INSERT INTO `pcab_postmeta` VALUES("933","297","_yoast_wpseo_content_score","60");
INSERT INTO `pcab_postmeta` VALUES("934","299","_edit_last","1");
INSERT INTO `pcab_postmeta` VALUES("935","299","_edit_lock","1505071983:1");
INSERT INTO `pcab_postmeta` VALUES("936","300","_wp_attached_file","2017/09/Pioneer-LrgLogo-2.png");
INSERT INTO `pcab_postmeta` VALUES("937","300","_wp_attachment_metadata","a:5:{s:5:\"width\";i:244;s:6:\"height\";i:195;s:4:\"file\";s:29:\"2017/09/Pioneer-LrgLogo-2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Pioneer-LrgLogo-2-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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("938","299","_wp_page_template","default");
INSERT INTO `pcab_postmeta` VALUES("939","299","_et_pb_post_hide_nav","default");
INSERT INTO `pcab_postmeta` VALUES("940","299","_et_pb_page_layout","et_right_sidebar");
INSERT INTO `pcab_postmeta` VALUES("941","299","_et_pb_side_nav","off");
INSERT INTO `pcab_postmeta` VALUES("942","299","_et_pb_use_builder","on");
INSERT INTO `pcab_postmeta` VALUES("943","299","_et_builder_version","VB|Divi|3.0.72");
INSERT INTO `pcab_postmeta` VALUES("944","299","_et_pb_ab_stats_refresh_interval","hourly");
INSERT INTO `pcab_postmeta` VALUES("945","299","_et_pb_old_content","");
INSERT INTO `pcab_postmeta` VALUES("946","299","_et_pb_enable_shortcode_tracking","");
INSERT INTO `pcab_postmeta` VALUES("947","299","_et_pb_custom_css","");
INSERT INTO `pcab_postmeta` VALUES("948","299","_yoast_wpseo_focuskw_text_input","Why Pioneer");
INSERT INTO `pcab_postmeta` VALUES("949","299","_yoast_wpseo_focuskw","Why Pioneer");
INSERT INTO `pcab_postmeta` VALUES("950","299","_yoast_wpseo_title","Why Choose Pioneer Cabinetry | Quality and Craftsmanship");
INSERT INTO `pcab_postmeta` VALUES("951","299","_yoast_wpseo_metadesc","Pioneer sets itself apart from other cabinet companies with experience, quality, material we use and the ability for customization.");
INSERT INTO `pcab_postmeta` VALUES("952","299","_yoast_wpseo_linkdex","53");
INSERT INTO `pcab_postmeta` VALUES("953","299","_yoast_wpseo_content_score","30");
INSERT INTO `pcab_postmeta` VALUES("954","303","_edit_last","1");
INSERT INTO `pcab_postmeta` VALUES("955","303","_edit_lock","1505074001:1");
INSERT INTO `pcab_postmeta` VALUES("956","303","_wp_page_template","default");
INSERT INTO `pcab_postmeta` VALUES("957","303","_et_pb_post_hide_nav","default");
INSERT INTO `pcab_postmeta` VALUES("958","303","_et_pb_page_layout","et_right_sidebar");
INSERT INTO `pcab_postmeta` VALUES("959","303","_et_pb_side_nav","off");
INSERT INTO `pcab_postmeta` VALUES("960","303","_et_pb_use_builder","on");
INSERT INTO `pcab_postmeta` VALUES("961","303","_et_builder_version","VB|Divi|3.0.72");
INSERT INTO `pcab_postmeta` VALUES("962","303","_et_pb_ab_stats_refresh_interval","hourly");
INSERT INTO `pcab_postmeta` VALUES("963","303","_et_pb_old_content","");
INSERT INTO `pcab_postmeta` VALUES("964","303","_et_pb_enable_shortcode_tracking","");
INSERT INTO `pcab_postmeta` VALUES("965","303","_et_pb_custom_css","");
INSERT INTO `pcab_postmeta` VALUES("966","303","_yoast_wpseo_content_score","90");
INSERT INTO `pcab_postmeta` VALUES("967","303","_yoast_wpseo_meta-robots-noindex","1");
INSERT INTO `pcab_postmeta` VALUES("968","303","_yoast_wpseo_meta-robots-nofollow","1");
INSERT INTO `pcab_postmeta` VALUES("969","305","_wp_attached_file","2017/09/logo.png");
INSERT INTO `pcab_postmeta` VALUES("970","305","_wp_attachment_metadata","a:5:{s:5:\"width\";i:333;s:6:\"height\";i:40;s:4:\"file\";s:16:\"2017/09/logo.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"logo-150x40.png\";s:5:\"width\";i:150;s:6:\"height\";i:40;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"logo-300x36.png\";s:5:\"width\";i:300;s:6:\"height\";i:36;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("971","305","_wp_attachment_image_alt","Pioneer Cabinetry logo");
INSERT INTO `pcab_postmeta` VALUES("979","310","_wp_attachment_metadata","a:5:{s:5:\"width\";i:780;s:6:\"height\";i:600;s:4:\"file\";s:25:\"2017/09/catalogSample.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"catalogSample-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"catalogSample-300x231.png\";s:5:\"width\";i:300;s:6:\"height\";i:231;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"catalogSample-768x591.png\";s:5:\"width\";i:768;s:6:\"height\";i:591;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:25:\"catalogSample-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:25:\"catalogSample-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:25:\"catalogSample-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:25:\"catalogSample-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("978","310","_wp_attached_file","2017/09/catalogSample.png");
INSERT INTO `pcab_postmeta` VALUES("980","313","_edit_last","1");
INSERT INTO `pcab_postmeta` VALUES("981","313","_edit_lock","1505074202:1");
INSERT INTO `pcab_postmeta` VALUES("982","313","_wp_page_template","default");
INSERT INTO `pcab_postmeta` VALUES("983","313","_et_pb_post_hide_nav","default");
INSERT INTO `pcab_postmeta` VALUES("984","313","_et_pb_page_layout","et_right_sidebar");
INSERT INTO `pcab_postmeta` VALUES("985","313","_et_pb_side_nav","off");
INSERT INTO `pcab_postmeta` VALUES("986","313","_et_pb_use_builder","on");
INSERT INTO `pcab_postmeta` VALUES("987","313","_et_builder_version","VB|Divi|3.0.72");
INSERT INTO `pcab_postmeta` VALUES("988","313","_et_pb_ab_stats_refresh_interval","hourly");
INSERT INTO `pcab_postmeta` VALUES("989","313","_et_pb_old_content","");
INSERT INTO `pcab_postmeta` VALUES("990","313","_et_pb_enable_shortcode_tracking","");
INSERT INTO `pcab_postmeta` VALUES("991","313","_et_pb_custom_css","");
INSERT INTO `pcab_postmeta` VALUES("992","313","_yoast_wpseo_content_score","90");
INSERT INTO `pcab_postmeta` VALUES("993","313","_yoast_wpseo_focuskw_text_input","Contact Pioneer Cabinetry");
INSERT INTO `pcab_postmeta` VALUES("994","313","_yoast_wpseo_focuskw","Contact Pioneer Cabinetry");
INSERT INTO `pcab_postmeta` VALUES("995","313","_yoast_wpseo_title","Contact Pioneer Cabinetry about our quality and craftsmanship");
INSERT INTO `pcab_postmeta` VALUES("996","313","_yoast_wpseo_metadesc","Submit our contact form with your question about our products. For design and installation please contact one of our dealers.");
INSERT INTO `pcab_postmeta` VALUES("997","313","_yoast_wpseo_linkdex","31");
INSERT INTO `pcab_postmeta` VALUES("998","317","_et_pb_module_type","et_pb_button");
INSERT INTO `pcab_postmeta` VALUES("999","317","_et_pb_excluded_global_options","[]");
INSERT INTO `pcab_postmeta` VALUES("1000","317","_et_pb_built_for_post_type","page");
INSERT INTO `pcab_postmeta` VALUES("1001","318","_et_pb_module_type","et_pb_button");
INSERT INTO `pcab_postmeta` VALUES("1002","318","_et_pb_excluded_global_options","[]");
INSERT INTO `pcab_postmeta` VALUES("1003","318","_et_pb_built_for_post_type","page");
INSERT INTO `pcab_postmeta` VALUES("1004","319","_et_pb_module_type","et_pb_button");
INSERT INTO `pcab_postmeta` VALUES("1005","319","_et_pb_excluded_global_options","[]");
INSERT INTO `pcab_postmeta` VALUES("1006","319","_et_pb_built_for_post_type","page");
INSERT INTO `pcab_postmeta` VALUES("1007","320","_et_pb_module_type","et_pb_button");
INSERT INTO `pcab_postmeta` VALUES("1008","320","_et_pb_excluded_global_options","[]");
INSERT INTO `pcab_postmeta` VALUES("1009","320","_et_pb_built_for_post_type","page");
INSERT INTO `pcab_postmeta` VALUES("1010","322","_et_pb_module_type","et_pb_button");
INSERT INTO `pcab_postmeta` VALUES("1011","322","_et_pb_excluded_global_options","[]");
INSERT INTO `pcab_postmeta` VALUES("1012","322","_et_pb_built_for_post_type","page");
INSERT INTO `pcab_postmeta` VALUES("1013","323","_et_pb_module_type","et_pb_button");
INSERT INTO `pcab_postmeta` VALUES("1014","323","_et_pb_excluded_global_options","[]");
INSERT INTO `pcab_postmeta` VALUES("1015","323","_et_pb_built_for_post_type","page");
INSERT INTO `pcab_postmeta` VALUES("1016","324","_et_pb_module_type","et_pb_button");
INSERT INTO `pcab_postmeta` VALUES("1017","324","_et_pb_excluded_global_options","[]");
INSERT INTO `pcab_postmeta` VALUES("1018","324","_et_pb_built_for_post_type","page");
INSERT INTO `pcab_postmeta` VALUES("1019","325","_et_pb_module_type","et_pb_button");
INSERT INTO `pcab_postmeta` VALUES("1020","325","_et_pb_excluded_global_options","[]");
INSERT INTO `pcab_postmeta` VALUES("1021","325","_et_pb_built_for_post_type","page");
INSERT INTO `pcab_postmeta` VALUES("1022","326","_et_pb_module_type","et_pb_button");
INSERT INTO `pcab_postmeta` VALUES("1023","326","_et_pb_excluded_global_options","[]");
INSERT INTO `pcab_postmeta` VALUES("1024","326","_et_pb_built_for_post_type","page");
INSERT INTO `pcab_postmeta` VALUES("1025","327","_et_pb_module_type","et_pb_button");
INSERT INTO `pcab_postmeta` VALUES("1026","327","_et_pb_excluded_global_options","[]");
INSERT INTO `pcab_postmeta` VALUES("1027","327","_et_pb_built_for_post_type","page");
INSERT INTO `pcab_postmeta` VALUES("1028","328","_et_pb_module_type","et_pb_button");
INSERT INTO `pcab_postmeta` VALUES("1029","328","_et_pb_excluded_global_options","[]");
INSERT INTO `pcab_postmeta` VALUES("1030","328","_et_pb_built_for_post_type","page");
INSERT INTO `pcab_postmeta` VALUES("1031","329","_et_pb_module_type","et_pb_button");
INSERT INTO `pcab_postmeta` VALUES("1032","329","_et_pb_excluded_global_options","[]");
INSERT INTO `pcab_postmeta` VALUES("1033","329","_et_pb_built_for_post_type","page");
INSERT INTO `pcab_postmeta` VALUES("1034","343","_menu_item_type","post_type");
INSERT INTO `pcab_postmeta` VALUES("1035","343","_menu_item_menu_item_parent","0");
INSERT INTO `pcab_postmeta` VALUES("1036","343","_menu_item_object_id","8");
INSERT INTO `pcab_postmeta` VALUES("1037","343","_menu_item_object","page");
INSERT INTO `pcab_postmeta` VALUES("1038","343","_menu_item_target","");
INSERT INTO `pcab_postmeta` VALUES("1039","343","_menu_item_classes","a:1:{i:0;s:0:\"\";}");
INSERT INTO `pcab_postmeta` VALUES("1040","343","_menu_item_xfn","");
INSERT INTO `pcab_postmeta` VALUES("1041","343","_menu_item_url","");
INSERT INTO `pcab_postmeta` VALUES("1043","344","_menu_item_type","custom");
INSERT INTO `pcab_postmeta` VALUES("1044","344","_menu_item_menu_item_parent","0");
INSERT INTO `pcab_postmeta` VALUES("1045","344","_menu_item_object_id","344");
INSERT INTO `pcab_postmeta` VALUES("1046","344","_menu_item_object","custom");
INSERT INTO `pcab_postmeta` VALUES("1047","344","_menu_item_target","");
INSERT INTO `pcab_postmeta` VALUES("1048","344","_menu_item_classes","a:1:{i:0;s:0:\"\";}");
INSERT INTO `pcab_postmeta` VALUES("1049","344","_menu_item_xfn","");
INSERT INTO `pcab_postmeta` VALUES("1050","344","_menu_item_url","#");
INSERT INTO `pcab_postmeta` VALUES("1052","345","_menu_item_type","post_type");
INSERT INTO `pcab_postmeta` VALUES("1053","345","_menu_item_menu_item_parent","357");
INSERT INTO `pcab_postmeta` VALUES("1054","345","_menu_item_object_id","313");
INSERT INTO `pcab_postmeta` VALUES("1055","345","_menu_item_object","page");
INSERT INTO `pcab_postmeta` VALUES("1056","345","_menu_item_target","");
INSERT INTO `pcab_postmeta` VALUES("1057","345","_menu_item_classes","a:1:{i:0;s:0:\"\";}");
INSERT INTO `pcab_postmeta` VALUES("1058","345","_menu_item_xfn","");
INSERT INTO `pcab_postmeta` VALUES("1059","345","_menu_item_url","");
INSERT INTO `pcab_postmeta` VALUES("1061","346","_menu_item_type","post_type");
INSERT INTO `pcab_postmeta` VALUES("1062","346","_menu_item_menu_item_parent","344");
INSERT INTO `pcab_postmeta` VALUES("1063","346","_menu_item_object_id","207");
INSERT INTO `pcab_postmeta` VALUES("1064","346","_menu_item_object","page");
INSERT INTO `pcab_postmeta` VALUES("1065","346","_menu_item_target","");
INSERT INTO `pcab_postmeta` VALUES("1066","346","_menu_item_classes","a:1:{i:0;s:0:\"\";}");
INSERT INTO `pcab_postmeta` VALUES("1067","346","_menu_item_xfn","");
INSERT INTO `pcab_postmeta` VALUES("1068","346","_menu_item_url","");
INSERT INTO `pcab_postmeta` VALUES("1070","347","_menu_item_type","post_type");
INSERT INTO `pcab_postmeta` VALUES("1071","347","_menu_item_menu_item_parent","0");
INSERT INTO `pcab_postmeta` VALUES("1072","347","_menu_item_object_id","264");
INSERT INTO `pcab_postmeta` VALUES("1073","347","_menu_item_object","page");
INSERT INTO `pcab_postmeta` VALUES("1074","347","_menu_item_target","");
INSERT INTO `pcab_postmeta` VALUES("1075","347","_menu_item_classes","a:1:{i:0;s:0:\"\";}");
INSERT INTO `pcab_postmeta` VALUES("1076","347","_menu_item_xfn","");
INSERT INTO `pcab_postmeta` VALUES("1077","347","_menu_item_url","");
INSERT INTO `pcab_postmeta` VALUES("1079","348","_menu_item_type","post_type");
INSERT INTO `pcab_postmeta` VALUES("1080","348","_menu_item_menu_item_parent","344");
INSERT INTO `pcab_postmeta` VALUES("1081","348","_menu_item_object_id","131");
INSERT INTO `pcab_postmeta` VALUES("1082","348","_menu_item_object","page");
INSERT INTO `pcab_postmeta` VALUES("1083","348","_menu_item_target","");
INSERT INTO `pcab_postmeta` VALUES("1084","348","_menu_item_classes","a:1:{i:0;s:0:\"\";}");
INSERT INTO `pcab_postmeta` VALUES("1085","348","_menu_item_xfn","");
INSERT INTO `pcab_postmeta` VALUES("1086","348","_menu_item_url","");
INSERT INTO `pcab_postmeta` VALUES("1088","349","_menu_item_type","post_type");
INSERT INTO `pcab_postmeta` VALUES("1089","349","_menu_item_menu_item_parent","348");
INSERT INTO `pcab_postmeta` VALUES("1090","349","_menu_item_object_id","187");
INSERT INTO `pcab_postmeta` VALUES("1091","349","_menu_item_object","page");
INSERT INTO `pcab_postmeta` VALUES("1092","349","_menu_item_target","");
INSERT INTO `pcab_postmeta` VALUES("1093","349","_menu_item_classes","a:1:{i:0;s:0:\"\";}");
INSERT INTO `pcab_postmeta` VALUES("1094","349","_menu_item_xfn","");
INSERT INTO `pcab_postmeta` VALUES("1095","349","_menu_item_url","");
INSERT INTO `pcab_postmeta` VALUES("1097","350","_menu_item_type","post_type");
INSERT INTO `pcab_postmeta` VALUES("1098","350","_menu_item_menu_item_parent","348");
INSERT INTO `pcab_postmeta` VALUES("1099","350","_menu_item_object_id","183");
INSERT INTO `pcab_postmeta` VALUES("1100","350","_menu_item_object","page");
INSERT INTO `pcab_postmeta` VALUES("1101","350","_menu_item_target","");
INSERT INTO `pcab_postmeta` VALUES("1102","350","_menu_item_classes","a:1:{i:0;s:0:\"\";}");
INSERT INTO `pcab_postmeta` VALUES("1103","350","_menu_item_xfn","");
INSERT INTO `pcab_postmeta` VALUES("1104","350","_menu_item_url","");
INSERT INTO `pcab_postmeta` VALUES("1106","351","_menu_item_type","post_type");
INSERT INTO `pcab_postmeta` VALUES("1107","351","_menu_item_menu_item_parent","348");
INSERT INTO `pcab_postmeta` VALUES("1108","351","_menu_item_object_id","192");
INSERT INTO `pcab_postmeta` VALUES("1109","351","_menu_item_object","page");
INSERT INTO `pcab_postmeta` VALUES("1110","351","_menu_item_target","");
INSERT INTO `pcab_postmeta` VALUES("1111","351","_menu_item_classes","a:1:{i:0;s:0:\"\";}");
INSERT INTO `pcab_postmeta` VALUES("1112","351","_menu_item_xfn","");
INSERT INTO `pcab_postmeta` VALUES("1113","351","_menu_item_url","");
INSERT INTO `pcab_postmeta` VALUES("1115","352","_menu_item_type","post_type");
INSERT INTO `pcab_postmeta` VALUES("1116","352","_menu_item_menu_item_parent","348");
INSERT INTO `pcab_postmeta` VALUES("1117","352","_menu_item_object_id","173");
INSERT INTO `pcab_postmeta` VALUES("1118","352","_menu_item_object","page");
INSERT INTO `pcab_postmeta` VALUES("1119","352","_menu_item_target","");
INSERT INTO `pcab_postmeta` VALUES("1120","352","_menu_item_classes","a:1:{i:0;s:0:\"\";}");
INSERT INTO `pcab_postmeta` VALUES("1121","352","_menu_item_xfn","");
INSERT INTO `pcab_postmeta` VALUES("1122","352","_menu_item_url","");
INSERT INTO `pcab_postmeta` VALUES("1124","353","_menu_item_type","post_type");
INSERT INTO `pcab_postmeta` VALUES("1125","353","_menu_item_menu_item_parent","348");
INSERT INTO `pcab_postmeta` VALUES("1126","353","_menu_item_object_id","136");
INSERT INTO `pcab_postmeta` VALUES("1127","353","_menu_item_object","page");
INSERT INTO `pcab_postmeta` VALUES("1128","353","_menu_item_target","");
INSERT INTO `pcab_postmeta` VALUES("1129","353","_menu_item_classes","a:1:{i:0;s:0:\"\";}");
INSERT INTO `pcab_postmeta` VALUES("1130","353","_menu_item_xfn","");
INSERT INTO `pcab_postmeta` VALUES("1131","353","_menu_item_url","");
INSERT INTO `pcab_postmeta` VALUES("1133","354","_menu_item_type","post_type");
INSERT INTO `pcab_postmeta` VALUES("1134","354","_menu_item_menu_item_parent","348");
INSERT INTO `pcab_postmeta` VALUES("1135","354","_menu_item_object_id","198");
INSERT INTO `pcab_postmeta` VALUES("1136","354","_menu_item_object","page");
INSERT INTO `pcab_postmeta` VALUES("1137","354","_menu_item_target","");
INSERT INTO `pcab_postmeta` VALUES("1138","354","_menu_item_classes","a:1:{i:0;s:0:\"\";}");
INSERT INTO `pcab_postmeta` VALUES("1139","354","_menu_item_xfn","");
INSERT INTO `pcab_postmeta` VALUES("1140","354","_menu_item_url","");
INSERT INTO `pcab_postmeta` VALUES("1142","355","_menu_item_type","post_type");
INSERT INTO `pcab_postmeta` VALUES("1143","355","_menu_item_menu_item_parent","348");
INSERT INTO `pcab_postmeta` VALUES("1144","355","_menu_item_object_id","205");
INSERT INTO `pcab_postmeta` VALUES("1145","355","_menu_item_object","page");
INSERT INTO `pcab_postmeta` VALUES("1146","355","_menu_item_target","");
INSERT INTO `pcab_postmeta` VALUES("1147","355","_menu_item_classes","a:1:{i:0;s:0:\"\";}");
INSERT INTO `pcab_postmeta` VALUES("1148","355","_menu_item_xfn","");
INSERT INTO `pcab_postmeta` VALUES("1149","355","_menu_item_url","");
INSERT INTO `pcab_postmeta` VALUES("1151","356","_menu_item_type","post_type");
INSERT INTO `pcab_postmeta` VALUES("1152","356","_menu_item_menu_item_parent","0");
INSERT INTO `pcab_postmeta` VALUES("1153","356","_menu_item_object_id","270");
INSERT INTO `pcab_postmeta` VALUES("1154","356","_menu_item_object","page");
INSERT INTO `pcab_postmeta` VALUES("1155","356","_menu_item_target","");
INSERT INTO `pcab_postmeta` VALUES("1156","356","_menu_item_classes","a:1:{i:0;s:0:\"\";}");
INSERT INTO `pcab_postmeta` VALUES("1157","356","_menu_item_xfn","");
INSERT INTO `pcab_postmeta` VALUES("1158","356","_menu_item_url","");
INSERT INTO `pcab_postmeta` VALUES("1160","357","_menu_item_type","custom");
INSERT INTO `pcab_postmeta` VALUES("1161","357","_menu_item_menu_item_parent","0");
INSERT INTO `pcab_postmeta` VALUES("1162","357","_menu_item_object_id","357");
INSERT INTO `pcab_postmeta` VALUES("1163","357","_menu_item_object","custom");
INSERT INTO `pcab_postmeta` VALUES("1164","357","_menu_item_target","");
INSERT INTO `pcab_postmeta` VALUES("1165","357","_menu_item_classes","a:1:{i:0;s:0:\"\";}");
INSERT INTO `pcab_postmeta` VALUES("1166","357","_menu_item_xfn","");
INSERT INTO `pcab_postmeta` VALUES("1167","357","_menu_item_url","#");
INSERT INTO `pcab_postmeta` VALUES("1169","358","_menu_item_type","post_type");
INSERT INTO `pcab_postmeta` VALUES("1170","358","_menu_item_menu_item_parent","357");
INSERT INTO `pcab_postmeta` VALUES("1171","358","_menu_item_object_id","303");
INSERT INTO `pcab_postmeta` VALUES("1172","358","_menu_item_object","page");
INSERT INTO `pcab_postmeta` VALUES("1173","358","_menu_item_target","");
INSERT INTO `pcab_postmeta` VALUES("1174","358","_menu_item_classes","a:1:{i:0;s:0:\"\";}");
INSERT INTO `pcab_postmeta` VALUES("1175","358","_menu_item_xfn","");
INSERT INTO `pcab_postmeta` VALUES("1176","358","_menu_item_url","");
INSERT INTO `pcab_postmeta` VALUES("1178","359","_menu_item_type","post_type");
INSERT INTO `pcab_postmeta` VALUES("1179","359","_menu_item_menu_item_parent","357");
INSERT INTO `pcab_postmeta` VALUES("1180","359","_menu_item_object_id","299");
INSERT INTO `pcab_postmeta` VALUES("1181","359","_menu_item_object","page");
INSERT INTO `pcab_postmeta` VALUES("1182","359","_menu_item_target","");
INSERT INTO `pcab_postmeta` VALUES("1183","359","_menu_item_classes","a:1:{i:0;s:0:\"\";}");
INSERT INTO `pcab_postmeta` VALUES("1184","359","_menu_item_xfn","");
INSERT INTO `pcab_postmeta` VALUES("1185","359","_menu_item_url","");
INSERT INTO `pcab_postmeta` VALUES("1187","360","_menu_item_type","post_type");
INSERT INTO `pcab_postmeta` VALUES("1188","360","_menu_item_menu_item_parent","0");
INSERT INTO `pcab_postmeta` VALUES("1189","360","_menu_item_object_id","243");
INSERT INTO `pcab_postmeta` VALUES("1190","360","_menu_item_object","page");
INSERT INTO `pcab_postmeta` VALUES("1191","360","_menu_item_target","");
INSERT INTO `pcab_postmeta` VALUES("1192","360","_menu_item_classes","a:1:{i:0;s:0:\"\";}");
INSERT INTO `pcab_postmeta` VALUES("1193","360","_menu_item_xfn","");
INSERT INTO `pcab_postmeta` VALUES("1194","360","_menu_item_url","");
INSERT INTO `pcab_postmeta` VALUES("1196","361","_menu_item_type","post_type");
INSERT INTO `pcab_postmeta` VALUES("1197","361","_menu_item_menu_item_parent","360");
INSERT INTO `pcab_postmeta` VALUES("1198","361","_menu_item_object_id","260");
INSERT INTO `pcab_postmeta` VALUES("1199","361","_menu_item_object","page");
INSERT INTO `pcab_postmeta` VALUES("1200","361","_menu_item_target","");
INSERT INTO `pcab_postmeta` VALUES("1201","361","_menu_item_classes","a:1:{i:0;s:0:\"\";}");
INSERT INTO `pcab_postmeta` VALUES("1202","361","_menu_item_xfn","");
INSERT INTO `pcab_postmeta` VALUES("1203","361","_menu_item_url","");
INSERT INTO `pcab_postmeta` VALUES("1205","362","_menu_item_type","post_type");
INSERT INTO `pcab_postmeta` VALUES("1206","362","_menu_item_menu_item_parent","360");
INSERT INTO `pcab_postmeta` VALUES("1207","362","_menu_item_object_id","252");
INSERT INTO `pcab_postmeta` VALUES("1208","362","_menu_item_object","page");
INSERT INTO `pcab_postmeta` VALUES("1209","362","_menu_item_target","");
INSERT INTO `pcab_postmeta` VALUES("1210","362","_menu_item_classes","a:1:{i:0;s:0:\"\";}");
INSERT INTO `pcab_postmeta` VALUES("1211","362","_menu_item_xfn","");
INSERT INTO `pcab_postmeta` VALUES("1212","362","_menu_item_url","");
INSERT INTO `pcab_postmeta` VALUES("1214","363","_menu_item_type","post_type");
INSERT INTO `pcab_postmeta` VALUES("1215","363","_menu_item_menu_item_parent","360");
INSERT INTO `pcab_postmeta` VALUES("1216","363","_menu_item_object_id","246");
INSERT INTO `pcab_postmeta` VALUES("1217","363","_menu_item_object","page");
INSERT INTO `pcab_postmeta` VALUES("1218","363","_menu_item_target","");
INSERT INTO `pcab_postmeta` VALUES("1219","363","_menu_item_classes","a:1:{i:0;s:0:\"\";}");
INSERT INTO `pcab_postmeta` VALUES("1220","363","_menu_item_xfn","");
INSERT INTO `pcab_postmeta` VALUES("1221","363","_menu_item_url","");
INSERT INTO `pcab_postmeta` VALUES("1284","377","_wp_attachment_metadata","a:5:{s:5:\"width\";i:1728;s:6:\"height\";i:1127;s:4:\"file\";s:32:\"2017/09/SlideShow-frontpage2.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"SlideShow-frontpage2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"SlideShow-frontpage2-300x196.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:196;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"SlideShow-frontpage2-768x501.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:501;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"SlideShow-frontpage2-1024x668.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:668;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:32:\"SlideShow-frontpage2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:33:\"SlideShow-frontpage2-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:32:\"SlideShow-frontpage2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:32:\"SlideShow-frontpage2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:33:\"SlideShow-frontpage2-1080x704.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:704;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:32:\"SlideShow-frontpage2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1223","364","_menu_item_type","post_type");
INSERT INTO `pcab_postmeta` VALUES("1224","364","_menu_item_menu_item_parent","360");
INSERT INTO `pcab_postmeta` VALUES("1225","364","_menu_item_object_id","255");
INSERT INTO `pcab_postmeta` VALUES("1226","364","_menu_item_object","page");
INSERT INTO `pcab_postmeta` VALUES("1227","364","_menu_item_target","");
INSERT INTO `pcab_postmeta` VALUES("1228","364","_menu_item_classes","a:1:{i:0;s:0:\"\";}");
INSERT INTO `pcab_postmeta` VALUES("1229","364","_menu_item_xfn","");
INSERT INTO `pcab_postmeta` VALUES("1230","364","_menu_item_url","");
INSERT INTO `pcab_postmeta` VALUES("1283","377","_wp_attached_file","2017/09/SlideShow-frontpage2.jpg");
INSERT INTO `pcab_postmeta` VALUES("1232","365","_menu_item_type","post_type");
INSERT INTO `pcab_postmeta` VALUES("1233","365","_menu_item_menu_item_parent","344");
INSERT INTO `pcab_postmeta` VALUES("1234","365","_menu_item_object_id","226");
INSERT INTO `pcab_postmeta` VALUES("1235","365","_menu_item_object","page");
INSERT INTO `pcab_postmeta` VALUES("1236","365","_menu_item_target","");
INSERT INTO `pcab_postmeta` VALUES("1237","365","_menu_item_classes","a:1:{i:0;s:0:\"\";}");
INSERT INTO `pcab_postmeta` VALUES("1238","365","_menu_item_xfn","");
INSERT INTO `pcab_postmeta` VALUES("1239","365","_menu_item_url","");
INSERT INTO `pcab_postmeta` VALUES("1241","366","_menu_item_type","post_type");
INSERT INTO `pcab_postmeta` VALUES("1242","366","_menu_item_menu_item_parent","344");
INSERT INTO `pcab_postmeta` VALUES("1243","366","_menu_item_object_id","241");
INSERT INTO `pcab_postmeta` VALUES("1244","366","_menu_item_object","page");
INSERT INTO `pcab_postmeta` VALUES("1245","366","_menu_item_target","");
INSERT INTO `pcab_postmeta` VALUES("1246","366","_menu_item_classes","a:1:{i:0;s:0:\"\";}");
INSERT INTO `pcab_postmeta` VALUES("1247","366","_menu_item_xfn","");
INSERT INTO `pcab_postmeta` VALUES("1248","366","_menu_item_url","");
INSERT INTO `pcab_postmeta` VALUES("1250","367","_menu_item_type","post_type");
INSERT INTO `pcab_postmeta` VALUES("1251","367","_menu_item_menu_item_parent","344");
INSERT INTO `pcab_postmeta` VALUES("1252","367","_menu_item_object_id","237");
INSERT INTO `pcab_postmeta` VALUES("1253","367","_menu_item_object","page");
INSERT INTO `pcab_postmeta` VALUES("1254","367","_menu_item_target","");
INSERT INTO `pcab_postmeta` VALUES("1255","367","_menu_item_classes","a:1:{i:0;s:0:\"\";}");
INSERT INTO `pcab_postmeta` VALUES("1256","367","_menu_item_xfn","");
INSERT INTO `pcab_postmeta` VALUES("1257","367","_menu_item_url","");
INSERT INTO `pcab_postmeta` VALUES("1259","368","_menu_item_type","post_type");
INSERT INTO `pcab_postmeta` VALUES("1260","368","_menu_item_menu_item_parent","344");
INSERT INTO `pcab_postmeta` VALUES("1261","368","_menu_item_object_id","211");
INSERT INTO `pcab_postmeta` VALUES("1262","368","_menu_item_object","page");
INSERT INTO `pcab_postmeta` VALUES("1263","368","_menu_item_target","");
INSERT INTO `pcab_postmeta` VALUES("1264","368","_menu_item_classes","a:1:{i:0;s:0:\"\";}");
INSERT INTO `pcab_postmeta` VALUES("1265","368","_menu_item_xfn","");
INSERT INTO `pcab_postmeta` VALUES("1266","368","_menu_item_url","");
INSERT INTO `pcab_postmeta` VALUES("1268","369","_menu_item_type","post_type");
INSERT INTO `pcab_postmeta` VALUES("1269","369","_menu_item_menu_item_parent","344");
INSERT INTO `pcab_postmeta` VALUES("1270","369","_menu_item_object_id","218");
INSERT INTO `pcab_postmeta` VALUES("1271","369","_menu_item_object","page");
INSERT INTO `pcab_postmeta` VALUES("1272","369","_menu_item_target","");
INSERT INTO `pcab_postmeta` VALUES("1273","369","_menu_item_classes","a:1:{i:0;s:0:\"\";}");
INSERT INTO `pcab_postmeta` VALUES("1274","369","_menu_item_xfn","");
INSERT INTO `pcab_postmeta` VALUES("1275","369","_menu_item_url","");
INSERT INTO `pcab_postmeta` VALUES("1285","378","_wp_attached_file","2017/09/SlideShow-frontpage3.jpg");
INSERT INTO `pcab_postmeta` VALUES("1286","378","_wp_attachment_metadata","a:5:{s:5:\"width\";i:1728;s:6:\"height\";i:1127;s:4:\"file\";s:32:\"2017/09/SlideShow-frontpage3.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"SlideShow-frontpage3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"SlideShow-frontpage3-300x196.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:196;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"SlideShow-frontpage3-768x501.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:501;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"SlideShow-frontpage3-1024x668.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:668;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:32:\"SlideShow-frontpage3-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:33:\"SlideShow-frontpage3-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:32:\"SlideShow-frontpage3-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:32:\"SlideShow-frontpage3-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:33:\"SlideShow-frontpage3-1080x704.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:704;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:32:\"SlideShow-frontpage3-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1287","379","_wp_attached_file","2017/09/SlideShow-frontpage8.jpg");
INSERT INTO `pcab_postmeta` VALUES("1288","379","_wp_attachment_metadata","a:5:{s:5:\"width\";i:1224;s:6:\"height\";i:1473;s:4:\"file\";s:32:\"2017/09/SlideShow-frontpage8.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"SlideShow-frontpage8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"SlideShow-frontpage8-249x300.jpg\";s:5:\"width\";i:249;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"SlideShow-frontpage8-768x924.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:924;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"SlideShow-frontpage8-851x1024.jpg\";s:5:\"width\";i:851;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:32:\"SlideShow-frontpage8-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:33:\"SlideShow-frontpage8-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:32:\"SlideShow-frontpage8-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:32:\"SlideShow-frontpage8-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:34:\"SlideShow-frontpage8-1080x1300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:32:\"SlideShow-frontpage8-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1289","380","_wp_attached_file","2017/09/SlideShow-frontpage8-1.jpg");
INSERT INTO `pcab_postmeta` VALUES("1290","380","_wp_attachment_metadata","a:5:{s:5:\"width\";i:1224;s:6:\"height\";i:1473;s:4:\"file\";s:34:\"2017/09/SlideShow-frontpage8-1.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"SlideShow-frontpage8-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:34:\"SlideShow-frontpage8-1-249x300.jpg\";s:5:\"width\";i:249;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"SlideShow-frontpage8-1-768x924.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:924;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"SlideShow-frontpage8-1-851x1024.jpg\";s:5:\"width\";i:851;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:34:\"SlideShow-frontpage8-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:35:\"SlideShow-frontpage8-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:34:\"SlideShow-frontpage8-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:34:\"SlideShow-frontpage8-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:36:\"SlideShow-frontpage8-1-1080x1300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:34:\"SlideShow-frontpage8-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1292","131","_et_pb_ab_refresh_interval","hourly");
INSERT INTO `pcab_postmeta` VALUES("1294","131","_et_pb_ab_current_shortcode","[et_pb_split_track id=\"131\" /]");
INSERT INTO `pcab_postmeta` VALUES("1295","389","_wp_attached_file","2017/09/oakStandard-Blush.jpg");
INSERT INTO `pcab_postmeta` VALUES("1296","389","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:29:\"2017/09/oakStandard-Blush.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"oakStandard-Blush-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:\"oakStandard-Blush-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:29:\"oakStandard-Blush-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:29:\"oakStandard-Blush-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:29:\"oakStandard-Blush-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:29:\"oakStandard-Blush-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:29:\"oakStandard-Blush-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:43:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1297","390","_wp_attached_file","2017/09/oakStandard-Burgundy.jpg");
INSERT INTO `pcab_postmeta` VALUES("1298","390","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:32:\"2017/09/oakStandard-Burgundy.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"oakStandard-Burgundy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"oakStandard-Burgundy-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:32:\"oakStandard-Burgundy-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:32:\"oakStandard-Burgundy-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:32:\"oakStandard-Burgundy-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:32:\"oakStandard-Burgundy-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:32:\"oakStandard-Burgundy-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:43:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1299","391","_wp_attached_file","2017/09/oakStandard-Cayenne.jpg");
INSERT INTO `pcab_postmeta` VALUES("1300","391","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:31:\"2017/09/oakStandard-Cayenne.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"oakStandard-Cayenne-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"oakStandard-Cayenne-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:31:\"oakStandard-Cayenne-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:31:\"oakStandard-Cayenne-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:31:\"oakStandard-Cayenne-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:31:\"oakStandard-Cayenne-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:31:\"oakStandard-Cayenne-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:43:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1301","392","_wp_attached_file","2017/09/oakStandard-Clear.jpg");
INSERT INTO `pcab_postmeta` VALUES("1302","392","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:29:\"2017/09/oakStandard-Clear.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"oakStandard-Clear-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:\"oakStandard-Clear-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:29:\"oakStandard-Clear-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:29:\"oakStandard-Clear-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:29:\"oakStandard-Clear-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:29:\"oakStandard-Clear-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:29:\"oakStandard-Clear-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:43:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1303","393","_wp_attached_file","2017/09/oakStandard-Coffee.jpg");
INSERT INTO `pcab_postmeta` VALUES("1304","393","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:30:\"2017/09/oakStandard-Coffee.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"oakStandard-Coffee-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"oakStandard-Coffee-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:30:\"oakStandard-Coffee-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:30:\"oakStandard-Coffee-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:30:\"oakStandard-Coffee-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:30:\"oakStandard-Coffee-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:30:\"oakStandard-Coffee-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:43:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1305","394","_wp_attached_file","2017/09/oakStandard-Espresso.jpg");
INSERT INTO `pcab_postmeta` VALUES("1306","394","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:32:\"2017/09/oakStandard-Espresso.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"oakStandard-Espresso-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"oakStandard-Espresso-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:32:\"oakStandard-Espresso-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:32:\"oakStandard-Espresso-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:32:\"oakStandard-Espresso-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:32:\"oakStandard-Espresso-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:32:\"oakStandard-Espresso-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:43:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1307","395","_wp_attached_file","2017/09/oakStandard-Harvest.jpg");
INSERT INTO `pcab_postmeta` VALUES("1308","395","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:31:\"2017/09/oakStandard-Harvest.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"oakStandard-Harvest-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"oakStandard-Harvest-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:31:\"oakStandard-Harvest-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:31:\"oakStandard-Harvest-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:31:\"oakStandard-Harvest-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:31:\"oakStandard-Harvest-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:31:\"oakStandard-Harvest-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:43:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1309","396","_wp_attached_file","2017/09/oakStandard-Hazelnut.jpg");
INSERT INTO `pcab_postmeta` VALUES("1310","396","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:32:\"2017/09/oakStandard-Hazelnut.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"oakStandard-Hazelnut-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"oakStandard-Hazelnut-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:32:\"oakStandard-Hazelnut-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:32:\"oakStandard-Hazelnut-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:32:\"oakStandard-Hazelnut-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:32:\"oakStandard-Hazelnut-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:32:\"oakStandard-Hazelnut-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:43:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1311","397","_wp_attached_file","2017/09/oakStandard-Merlot.jpg");
INSERT INTO `pcab_postmeta` VALUES("1312","397","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:30:\"2017/09/oakStandard-Merlot.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"oakStandard-Merlot-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"oakStandard-Merlot-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:30:\"oakStandard-Merlot-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:30:\"oakStandard-Merlot-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:30:\"oakStandard-Merlot-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:30:\"oakStandard-Merlot-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:30:\"oakStandard-Merlot-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:43:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1313","398","_wp_attached_file","2017/09/oakStandard-Pearl.jpg");
INSERT INTO `pcab_postmeta` VALUES("1314","398","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:29:\"2017/09/oakStandard-Pearl.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"oakStandard-Pearl-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:\"oakStandard-Pearl-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:29:\"oakStandard-Pearl-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:29:\"oakStandard-Pearl-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:29:\"oakStandard-Pearl-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:29:\"oakStandard-Pearl-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:29:\"oakStandard-Pearl-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:43:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1315","399","_wp_attached_file","2017/09/oakStandard-Tawny.jpg");
INSERT INTO `pcab_postmeta` VALUES("1316","399","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:29:\"2017/09/oakStandard-Tawny.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"oakStandard-Tawny-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:\"oakStandard-Tawny-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:29:\"oakStandard-Tawny-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:29:\"oakStandard-Tawny-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:29:\"oakStandard-Tawny-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:29:\"oakStandard-Tawny-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:29:\"oakStandard-Tawny-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:43:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1317","400","_wp_attached_file","2017/09/oakStandard-Toffee.jpg");
INSERT INTO `pcab_postmeta` VALUES("1318","400","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:30:\"2017/09/oakStandard-Toffee.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"oakStandard-Toffee-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"oakStandard-Toffee-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:30:\"oakStandard-Toffee-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:30:\"oakStandard-Toffee-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:30:\"oakStandard-Toffee-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:30:\"oakStandard-Toffee-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:30:\"oakStandard-Toffee-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:43:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1319","401","_wp_attached_file","2017/09/oakStandard-Wheat.jpg");
INSERT INTO `pcab_postmeta` VALUES("1320","401","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:29:\"2017/09/oakStandard-Wheat.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"oakStandard-Wheat-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:\"oakStandard-Wheat-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:29:\"oakStandard-Wheat-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:29:\"oakStandard-Wheat-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:29:\"oakStandard-Wheat-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:29:\"oakStandard-Wheat-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:29:\"oakStandard-Wheat-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:43:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1322","404","_wp_attached_file","2017/09/oakStandard-Mocha.jpg");
INSERT INTO `pcab_postmeta` VALUES("1323","404","_edit_lock","1505077934:1");
INSERT INTO `pcab_postmeta` VALUES("1324","404","_edit_last","1");
INSERT INTO `pcab_postmeta` VALUES("1325","404","_yoast_wpseo_content_score","30");
INSERT INTO `pcab_postmeta` VALUES("1326","405","_wp_attached_file","2017/09/HDR-Thermofoil-Type.jpg");
INSERT INTO `pcab_postmeta` VALUES("1327","405","_wp_attachment_metadata","a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:300;s:4:\"file\";s:31:\"2017/09/HDR-Thermofoil-Type.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"HDR-Thermofoil-Type-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"HDR-Thermofoil-Type-300x75.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"HDR-Thermofoil-Type-768x192.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"HDR-Thermofoil-Type-1024x256.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:31:\"HDR-Thermofoil-Type-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:32:\"HDR-Thermofoil-Type-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:31:\"HDR-Thermofoil-Type-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:31:\"HDR-Thermofoil-Type-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:32:\"HDR-Thermofoil-Type-1080x270.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:31:\"HDR-Thermofoil-Type-400x300.jpg\";s:5:\"width\";i:400;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1328","406","_wp_attached_file","2017/09/thermofoil-Rounded-1.png");
INSERT INTO `pcab_postmeta` VALUES("1329","406","_wp_attachment_metadata","a:5:{s:5:\"width\";i:546;s:6:\"height\";i:539;s:4:\"file\";s:32:\"2017/09/thermofoil-Rounded-1.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"thermofoil-Rounded-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"thermofoil-Rounded-1-300x296.png\";s:5:\"width\";i:300;s:6:\"height\";i:296;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:32:\"thermofoil-Rounded-1-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:32:\"thermofoil-Rounded-1-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:32:\"thermofoil-Rounded-1-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:32:\"thermofoil-Rounded-1-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1330","407","_wp_attached_file","2017/09/thermofoil-Square-1.png");
INSERT INTO `pcab_postmeta` VALUES("1331","407","_wp_attachment_metadata","a:5:{s:5:\"width\";i:546;s:6:\"height\";i:539;s:4:\"file\";s:31:\"2017/09/thermofoil-Square-1.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"thermofoil-Square-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"thermofoil-Square-1-300x296.png\";s:5:\"width\";i:300;s:6:\"height\";i:296;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:31:\"thermofoil-Square-1-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:31:\"thermofoil-Square-1-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:31:\"thermofoil-Square-1-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:31:\"thermofoil-Square-1-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1332","408","_wp_attached_file","2017/09/thermofoil-Traditional-1.png");
INSERT INTO `pcab_postmeta` VALUES("1333","408","_wp_attachment_metadata","a:5:{s:5:\"width\";i:546;s:6:\"height\";i:539;s:4:\"file\";s:36:\"2017/09/thermofoil-Traditional-1.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"thermofoil-Traditional-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"thermofoil-Traditional-1-300x296.png\";s:5:\"width\";i:300;s:6:\"height\";i:296;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:36:\"thermofoil-Traditional-1-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:36:\"thermofoil-Traditional-1-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:36:\"thermofoil-Traditional-1-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:36:\"thermofoil-Traditional-1-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1334","205","_et_pb_use_ab_testing","off");
INSERT INTO `pcab_postmeta` VALUES("1335","205","_et_pb_ab_refresh_interval","hourly");
INSERT INTO `pcab_postmeta` VALUES("1336","205","_et_pb_ab_subjects","");
INSERT INTO `pcab_postmeta` VALUES("1337","205","_et_pb_ab_current_shortcode","[et_pb_split_track id=\"205\" /]");
INSERT INTO `pcab_postmeta` VALUES("1338","416","_wp_attached_file","2017/09/oakStandard-Mocha-1.jpg");
INSERT INTO `pcab_postmeta` VALUES("1339","416","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:31:\"2017/09/oakStandard-Mocha-1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"oakStandard-Mocha-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:31:\"oakStandard-Mocha-1-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:31:\"oakStandard-Mocha-1-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:31:\"oakStandard-Mocha-1-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:31:\"oakStandard-Mocha-1-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:31:\"oakStandard-Mocha-1-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:31:\"oakStandard-Mocha-1-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:10:\"J.D. Small\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:43:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:18:\"Pioneery Cabinetry\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1340","418","_wp_attached_file","2017/09/mapleStandard-Wheat.jpg");
INSERT INTO `pcab_postmeta` VALUES("1341","418","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:31:\"2017/09/mapleStandard-Wheat.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"mapleStandard-Wheat-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"mapleStandard-Wheat-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:31:\"mapleStandard-Wheat-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:31:\"mapleStandard-Wheat-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:31:\"mapleStandard-Wheat-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:31:\"mapleStandard-Wheat-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:31:\"mapleStandard-Wheat-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:43:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1342","419","_wp_attached_file","2017/09/mapleStandard-Toffee.jpg");
INSERT INTO `pcab_postmeta` VALUES("1343","419","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:32:\"2017/09/mapleStandard-Toffee.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"mapleStandard-Toffee-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"mapleStandard-Toffee-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:32:\"mapleStandard-Toffee-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:32:\"mapleStandard-Toffee-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:32:\"mapleStandard-Toffee-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:32:\"mapleStandard-Toffee-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:32:\"mapleStandard-Toffee-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:43:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1344","420","_wp_attached_file","2017/09/mapleStandard-Tawny.jpg");
INSERT INTO `pcab_postmeta` VALUES("1345","420","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:31:\"2017/09/mapleStandard-Tawny.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"mapleStandard-Tawny-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"mapleStandard-Tawny-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:31:\"mapleStandard-Tawny-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:31:\"mapleStandard-Tawny-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:31:\"mapleStandard-Tawny-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:31:\"mapleStandard-Tawny-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:31:\"mapleStandard-Tawny-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:43:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1346","421","_wp_attached_file","2017/09/mapleStandard-Platinum.jpg");
INSERT INTO `pcab_postmeta` VALUES("1347","421","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:34:\"2017/09/mapleStandard-Platinum.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"mapleStandard-Platinum-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"mapleStandard-Platinum-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:34:\"mapleStandard-Platinum-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:34:\"mapleStandard-Platinum-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:34:\"mapleStandard-Platinum-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:34:\"mapleStandard-Platinum-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:34:\"mapleStandard-Platinum-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:43:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1348","422","_wp_attached_file","2017/09/mapleStandard-Pearl.jpg");
INSERT INTO `pcab_postmeta` VALUES("1349","422","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:31:\"2017/09/mapleStandard-Pearl.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"mapleStandard-Pearl-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"mapleStandard-Pearl-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:31:\"mapleStandard-Pearl-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:31:\"mapleStandard-Pearl-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:31:\"mapleStandard-Pearl-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:31:\"mapleStandard-Pearl-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:31:\"mapleStandard-Pearl-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:43:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1350","423","_wp_attached_file","2017/09/mapleStandard-Mocha.jpg");
INSERT INTO `pcab_postmeta` VALUES("1351","423","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:31:\"2017/09/mapleStandard-Mocha.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"mapleStandard-Mocha-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"mapleStandard-Mocha-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:31:\"mapleStandard-Mocha-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:31:\"mapleStandard-Mocha-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:31:\"mapleStandard-Mocha-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:31:\"mapleStandard-Mocha-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:31:\"mapleStandard-Mocha-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:43:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1352","424","_wp_attached_file","2017/09/mapleStandard-Merlot.jpg");
INSERT INTO `pcab_postmeta` VALUES("1353","424","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:32:\"2017/09/mapleStandard-Merlot.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"mapleStandard-Merlot-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"mapleStandard-Merlot-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:32:\"mapleStandard-Merlot-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:32:\"mapleStandard-Merlot-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:32:\"mapleStandard-Merlot-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:32:\"mapleStandard-Merlot-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:32:\"mapleStandard-Merlot-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:43:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1354","425","_wp_attached_file","2017/09/mapleStandard-Hazelnut.jpg");
INSERT INTO `pcab_postmeta` VALUES("1355","425","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:34:\"2017/09/mapleStandard-Hazelnut.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"mapleStandard-Hazelnut-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"mapleStandard-Hazelnut-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:34:\"mapleStandard-Hazelnut-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:34:\"mapleStandard-Hazelnut-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:34:\"mapleStandard-Hazelnut-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:34:\"mapleStandard-Hazelnut-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:34:\"mapleStandard-Hazelnut-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:43:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1356","426","_wp_attached_file","2017/09/mapleStandard-Harvest.jpg");
INSERT INTO `pcab_postmeta` VALUES("1357","426","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:33:\"2017/09/mapleStandard-Harvest.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"mapleStandard-Harvest-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"mapleStandard-Harvest-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:33:\"mapleStandard-Harvest-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:33:\"mapleStandard-Harvest-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:33:\"mapleStandard-Harvest-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:33:\"mapleStandard-Harvest-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:33:\"mapleStandard-Harvest-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:43:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1358","427","_wp_attached_file","2017/09/mapleStandard-Espresso.jpg");
INSERT INTO `pcab_postmeta` VALUES("1359","427","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:34:\"2017/09/mapleStandard-Espresso.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"mapleStandard-Espresso-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"mapleStandard-Espresso-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:34:\"mapleStandard-Espresso-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:34:\"mapleStandard-Espresso-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:34:\"mapleStandard-Espresso-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:34:\"mapleStandard-Espresso-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:34:\"mapleStandard-Espresso-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:43:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1360","428","_wp_attached_file","2017/09/mapleStandard-Clear.jpg");
INSERT INTO `pcab_postmeta` VALUES("1361","428","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:31:\"2017/09/mapleStandard-Clear.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"mapleStandard-Clear-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"mapleStandard-Clear-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:31:\"mapleStandard-Clear-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:31:\"mapleStandard-Clear-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:31:\"mapleStandard-Clear-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:31:\"mapleStandard-Clear-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:31:\"mapleStandard-Clear-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:43:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1362","429","_wp_attached_file","2017/09/mapleStandard-Cayenne.jpg");
INSERT INTO `pcab_postmeta` VALUES("1363","429","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:33:\"2017/09/mapleStandard-Cayenne.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"mapleStandard-Cayenne-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"mapleStandard-Cayenne-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:33:\"mapleStandard-Cayenne-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:33:\"mapleStandard-Cayenne-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:33:\"mapleStandard-Cayenne-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:33:\"mapleStandard-Cayenne-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:33:\"mapleStandard-Cayenne-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:43:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1364","432","_wp_attached_file","2017/09/mapleGlazed-WheatChocolate.jpg");
INSERT INTO `pcab_postmeta` VALUES("1365","432","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:38:\"2017/09/mapleGlazed-WheatChocolate.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"mapleGlazed-WheatChocolate-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"mapleGlazed-WheatChocolate-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:38:\"mapleGlazed-WheatChocolate-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:38:\"mapleGlazed-WheatChocolate-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:38:\"mapleGlazed-WheatChocolate-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:38:\"mapleGlazed-WheatChocolate-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:38:\"mapleGlazed-WheatChocolate-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:43:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1366","433","_wp_attached_file","2017/09/mapleGlazed-ToffeeChocolate.jpg");
INSERT INTO `pcab_postmeta` VALUES("1367","433","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:39:\"2017/09/mapleGlazed-ToffeeChocolate.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"mapleGlazed-ToffeeChocolate-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:39:\"mapleGlazed-ToffeeChocolate-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:39:\"mapleGlazed-ToffeeChocolate-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:39:\"mapleGlazed-ToffeeChocolate-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:39:\"mapleGlazed-ToffeeChocolate-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:39:\"mapleGlazed-ToffeeChocolate-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:39:\"mapleGlazed-ToffeeChocolate-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:43:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1368","434","_wp_attached_file","2017/09/mapleGlazed-TawnyMidnight.jpg");
INSERT INTO `pcab_postmeta` VALUES("1369","434","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:37:\"2017/09/mapleGlazed-TawnyMidnight.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"mapleGlazed-TawnyMidnight-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"mapleGlazed-TawnyMidnight-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:37:\"mapleGlazed-TawnyMidnight-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:37:\"mapleGlazed-TawnyMidnight-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:37:\"mapleGlazed-TawnyMidnight-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:37:\"mapleGlazed-TawnyMidnight-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:37:\"mapleGlazed-TawnyMidnight-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:43:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1370","435","_wp_attached_file","2017/09/mapleGlazed-TawnyChocolate.jpg");
INSERT INTO `pcab_postmeta` VALUES("1371","435","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:38:\"2017/09/mapleGlazed-TawnyChocolate.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"mapleGlazed-TawnyChocolate-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"mapleGlazed-TawnyChocolate-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:38:\"mapleGlazed-TawnyChocolate-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:38:\"mapleGlazed-TawnyChocolate-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:38:\"mapleGlazed-TawnyChocolate-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:38:\"mapleGlazed-TawnyChocolate-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:38:\"mapleGlazed-TawnyChocolate-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:43:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1372","436","_wp_attached_file","2017/09/mapleGlazed-PlatinumMidnight.jpg");
INSERT INTO `pcab_postmeta` VALUES("1373","436","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:40:\"2017/09/mapleGlazed-PlatinumMidnight.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"mapleGlazed-PlatinumMidnight-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:40:\"mapleGlazed-PlatinumMidnight-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:40:\"mapleGlazed-PlatinumMidnight-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:40:\"mapleGlazed-PlatinumMidnight-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:40:\"mapleGlazed-PlatinumMidnight-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:40:\"mapleGlazed-PlatinumMidnight-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:40:\"mapleGlazed-PlatinumMidnight-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:43:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1374","437","_wp_attached_file","2017/09/mapleGlazed-MerlotMidnight.jpg");
INSERT INTO `pcab_postmeta` VALUES("1375","437","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:38:\"2017/09/mapleGlazed-MerlotMidnight.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"mapleGlazed-MerlotMidnight-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"mapleGlazed-MerlotMidnight-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:38:\"mapleGlazed-MerlotMidnight-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:38:\"mapleGlazed-MerlotMidnight-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:38:\"mapleGlazed-MerlotMidnight-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:38:\"mapleGlazed-MerlotMidnight-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:38:\"mapleGlazed-MerlotMidnight-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:43:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1376","438","_wp_attached_file","2017/09/mapleGlazed-HazelnutChocolate.jpg");
INSERT INTO `pcab_postmeta` VALUES("1377","438","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:41:\"2017/09/mapleGlazed-HazelnutChocolate.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"mapleGlazed-HazelnutChocolate-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"mapleGlazed-HazelnutChocolate-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:41:\"mapleGlazed-HazelnutChocolate-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:41:\"mapleGlazed-HazelnutChocolate-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:41:\"mapleGlazed-HazelnutChocolate-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:41:\"mapleGlazed-HazelnutChocolate-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:41:\"mapleGlazed-HazelnutChocolate-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:43:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1378","439","_wp_attached_file","2017/09/mapleGlazed-CoffeeChocolate.jpg");
INSERT INTO `pcab_postmeta` VALUES("1379","439","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:39:\"2017/09/mapleGlazed-CoffeeChocolate.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"mapleGlazed-CoffeeChocolate-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:39:\"mapleGlazed-CoffeeChocolate-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:39:\"mapleGlazed-CoffeeChocolate-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:39:\"mapleGlazed-CoffeeChocolate-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:39:\"mapleGlazed-CoffeeChocolate-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:39:\"mapleGlazed-CoffeeChocolate-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:39:\"mapleGlazed-CoffeeChocolate-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:43:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1380","440","_wp_attached_file","2017/09/mapleGlazed-ClearChocolate.jpg");
INSERT INTO `pcab_postmeta` VALUES("1381","440","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:38:\"2017/09/mapleGlazed-ClearChocolate.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"mapleGlazed-ClearChocolate-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"mapleGlazed-ClearChocolate-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:38:\"mapleGlazed-ClearChocolate-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:38:\"mapleGlazed-ClearChocolate-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:38:\"mapleGlazed-ClearChocolate-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:38:\"mapleGlazed-ClearChocolate-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:38:\"mapleGlazed-ClearChocolate-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:43:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1382","441","_wp_attached_file","2017/09/mapleGlazed-CayenneChocolate.jpg");
INSERT INTO `pcab_postmeta` VALUES("1383","441","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:40:\"2017/09/mapleGlazed-CayenneChocolate.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"mapleGlazed-CayenneChocolate-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:40:\"mapleGlazed-CayenneChocolate-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:40:\"mapleGlazed-CayenneChocolate-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:40:\"mapleGlazed-CayenneChocolate-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:40:\"mapleGlazed-CayenneChocolate-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:40:\"mapleGlazed-CayenneChocolate-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:40:\"mapleGlazed-CayenneChocolate-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:43:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1384","445","_wp_attached_file","2017/09/hickoryStandard-Wheat.jpg");
INSERT INTO `pcab_postmeta` VALUES("1385","445","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:33:\"2017/09/hickoryStandard-Wheat.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"hickoryStandard-Wheat-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"hickoryStandard-Wheat-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:33:\"hickoryStandard-Wheat-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:33:\"hickoryStandard-Wheat-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:33:\"hickoryStandard-Wheat-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:33:\"hickoryStandard-Wheat-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:33:\"hickoryStandard-Wheat-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:43:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1386","446","_wp_attached_file","2017/09/hickoryStandard-Toffee.jpg");
INSERT INTO `pcab_postmeta` VALUES("1387","446","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:34:\"2017/09/hickoryStandard-Toffee.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"hickoryStandard-Toffee-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"hickoryStandard-Toffee-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:34:\"hickoryStandard-Toffee-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:34:\"hickoryStandard-Toffee-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:34:\"hickoryStandard-Toffee-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:34:\"hickoryStandard-Toffee-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:34:\"hickoryStandard-Toffee-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:43:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1388","447","_wp_attached_file","2017/09/hickoryStandard-Tawny.jpg");
INSERT INTO `pcab_postmeta` VALUES("1389","447","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:33:\"2017/09/hickoryStandard-Tawny.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"hickoryStandard-Tawny-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"hickoryStandard-Tawny-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:33:\"hickoryStandard-Tawny-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:33:\"hickoryStandard-Tawny-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:33:\"hickoryStandard-Tawny-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:33:\"hickoryStandard-Tawny-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:33:\"hickoryStandard-Tawny-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:43:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1390","448","_wp_attached_file","2017/09/hickoryStandard-Platinum.jpg");
INSERT INTO `pcab_postmeta` VALUES("1391","448","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:36:\"2017/09/hickoryStandard-Platinum.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"hickoryStandard-Platinum-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"hickoryStandard-Platinum-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:36:\"hickoryStandard-Platinum-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:36:\"hickoryStandard-Platinum-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:36:\"hickoryStandard-Platinum-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:36:\"hickoryStandard-Platinum-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:36:\"hickoryStandard-Platinum-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:43:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1392","449","_wp_attached_file","2017/09/hickoryStandard-Pearl.jpg");
INSERT INTO `pcab_postmeta` VALUES("1393","449","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:33:\"2017/09/hickoryStandard-Pearl.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"hickoryStandard-Pearl-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"hickoryStandard-Pearl-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:33:\"hickoryStandard-Pearl-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:33:\"hickoryStandard-Pearl-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:33:\"hickoryStandard-Pearl-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:33:\"hickoryStandard-Pearl-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:33:\"hickoryStandard-Pearl-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:43:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1394","450","_wp_attached_file","2017/09/hickoryStandard-Mocha.jpg");
INSERT INTO `pcab_postmeta` VALUES("1395","450","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:33:\"2017/09/hickoryStandard-Mocha.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"hickoryStandard-Mocha-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"hickoryStandard-Mocha-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:33:\"hickoryStandard-Mocha-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:33:\"hickoryStandard-Mocha-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:33:\"hickoryStandard-Mocha-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:33:\"hickoryStandard-Mocha-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:33:\"hickoryStandard-Mocha-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:43:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1396","451","_wp_attached_file","2017/09/hickoryStandard-Merlot.jpg");
INSERT INTO `pcab_postmeta` VALUES("1397","451","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:34:\"2017/09/hickoryStandard-Merlot.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"hickoryStandard-Merlot-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"hickoryStandard-Merlot-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:34:\"hickoryStandard-Merlot-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:34:\"hickoryStandard-Merlot-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:34:\"hickoryStandard-Merlot-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:34:\"hickoryStandard-Merlot-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:34:\"hickoryStandard-Merlot-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:43:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1398","452","_wp_attached_file","2017/09/hickoryStandard-Hazelnut.jpg");
INSERT INTO `pcab_postmeta` VALUES("1399","452","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:36:\"2017/09/hickoryStandard-Hazelnut.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"hickoryStandard-Hazelnut-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"hickoryStandard-Hazelnut-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:36:\"hickoryStandard-Hazelnut-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:36:\"hickoryStandard-Hazelnut-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:36:\"hickoryStandard-Hazelnut-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:36:\"hickoryStandard-Hazelnut-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:36:\"hickoryStandard-Hazelnut-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:43:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1400","453","_wp_attached_file","2017/09/hickoryStandard-Harvest.jpg");
INSERT INTO `pcab_postmeta` VALUES("1401","453","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:35:\"2017/09/hickoryStandard-Harvest.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"hickoryStandard-Harvest-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"hickoryStandard-Harvest-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:35:\"hickoryStandard-Harvest-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:35:\"hickoryStandard-Harvest-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:35:\"hickoryStandard-Harvest-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:35:\"hickoryStandard-Harvest-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:35:\"hickoryStandard-Harvest-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:43:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1402","454","_wp_attached_file","2017/09/hickoryStandard-Clear.jpg");
INSERT INTO `pcab_postmeta` VALUES("1403","454","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:33:\"2017/09/hickoryStandard-Clear.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"hickoryStandard-Clear-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"hickoryStandard-Clear-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:33:\"hickoryStandard-Clear-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:33:\"hickoryStandard-Clear-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:33:\"hickoryStandard-Clear-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:33:\"hickoryStandard-Clear-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:33:\"hickoryStandard-Clear-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:43:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1404","455","_wp_attached_file","2017/09/hickoryStandard-Cayenne.jpg");
INSERT INTO `pcab_postmeta` VALUES("1405","455","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:35:\"2017/09/hickoryStandard-Cayenne.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"hickoryStandard-Cayenne-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"hickoryStandard-Cayenne-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:35:\"hickoryStandard-Cayenne-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:35:\"hickoryStandard-Cayenne-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:35:\"hickoryStandard-Cayenne-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:35:\"hickoryStandard-Cayenne-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:35:\"hickoryStandard-Cayenne-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:43:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1406","456","_wp_attached_file","2017/09/hickoryStandard-Blush.jpg");
INSERT INTO `pcab_postmeta` VALUES("1407","456","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:33:\"2017/09/hickoryStandard-Blush.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"hickoryStandard-Blush-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"hickoryStandard-Blush-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:33:\"hickoryStandard-Blush-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:33:\"hickoryStandard-Blush-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:33:\"hickoryStandard-Blush-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:33:\"hickoryStandard-Blush-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:33:\"hickoryStandard-Blush-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:43:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1408","459","_wp_attached_file","2017/09/cherryStandard-Wheat.jpg");
INSERT INTO `pcab_postmeta` VALUES("1409","459","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:32:\"2017/09/cherryStandard-Wheat.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"cherryStandard-Wheat-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"cherryStandard-Wheat-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:32:\"cherryStandard-Wheat-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:32:\"cherryStandard-Wheat-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:32:\"cherryStandard-Wheat-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:32:\"cherryStandard-Wheat-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:32:\"cherryStandard-Wheat-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:43:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1410","460","_wp_attached_file","2017/09/cherryStandard-Tawny.jpg");
INSERT INTO `pcab_postmeta` VALUES("1411","460","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:32:\"2017/09/cherryStandard-Tawny.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"cherryStandard-Tawny-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"cherryStandard-Tawny-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:32:\"cherryStandard-Tawny-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:32:\"cherryStandard-Tawny-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:32:\"cherryStandard-Tawny-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:32:\"cherryStandard-Tawny-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:32:\"cherryStandard-Tawny-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:43:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1412","461","_wp_attached_file","2017/09/cherryStandard-Mocha.jpg");
INSERT INTO `pcab_postmeta` VALUES("1413","461","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:32:\"2017/09/cherryStandard-Mocha.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"cherryStandard-Mocha-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"cherryStandard-Mocha-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:32:\"cherryStandard-Mocha-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:32:\"cherryStandard-Mocha-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:32:\"cherryStandard-Mocha-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:32:\"cherryStandard-Mocha-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:32:\"cherryStandard-Mocha-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:43:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1414","462","_wp_attached_file","2017/09/cherryStandard-Merlot.jpg");
INSERT INTO `pcab_postmeta` VALUES("1415","462","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:33:\"2017/09/cherryStandard-Merlot.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"cherryStandard-Merlot-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"cherryStandard-Merlot-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:33:\"cherryStandard-Merlot-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:33:\"cherryStandard-Merlot-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:33:\"cherryStandard-Merlot-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:33:\"cherryStandard-Merlot-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:33:\"cherryStandard-Merlot-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:43:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1416","463","_wp_attached_file","2017/09/cherryStandard-Hazelnut.jpg");
INSERT INTO `pcab_postmeta` VALUES("1417","463","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:35:\"2017/09/cherryStandard-Hazelnut.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"cherryStandard-Hazelnut-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"cherryStandard-Hazelnut-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:35:\"cherryStandard-Hazelnut-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:35:\"cherryStandard-Hazelnut-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:35:\"cherryStandard-Hazelnut-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:35:\"cherryStandard-Hazelnut-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:35:\"cherryStandard-Hazelnut-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:43:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1418","464","_wp_attached_file","2017/09/cherryStandard-Harvest.jpg");
INSERT INTO `pcab_postmeta` VALUES("1419","464","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:34:\"2017/09/cherryStandard-Harvest.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"cherryStandard-Harvest-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"cherryStandard-Harvest-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:34:\"cherryStandard-Harvest-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:34:\"cherryStandard-Harvest-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:34:\"cherryStandard-Harvest-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:34:\"cherryStandard-Harvest-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:34:\"cherryStandard-Harvest-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:43:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1420","465","_wp_attached_file","2017/09/cherryStandard-Espresso.jpg");
INSERT INTO `pcab_postmeta` VALUES("1421","465","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:35:\"2017/09/cherryStandard-Espresso.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"cherryStandard-Espresso-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"cherryStandard-Espresso-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:35:\"cherryStandard-Espresso-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:35:\"cherryStandard-Espresso-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:35:\"cherryStandard-Espresso-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:35:\"cherryStandard-Espresso-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:35:\"cherryStandard-Espresso-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:43:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1422","466","_wp_attached_file","2017/09/cherryStandard-Coffee.jpg");
INSERT INTO `pcab_postmeta` VALUES("1423","466","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:33:\"2017/09/cherryStandard-Coffee.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"cherryStandard-Coffee-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"cherryStandard-Coffee-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:33:\"cherryStandard-Coffee-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:33:\"cherryStandard-Coffee-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:33:\"cherryStandard-Coffee-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:33:\"cherryStandard-Coffee-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:33:\"cherryStandard-Coffee-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:43:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1424","467","_wp_attached_file","2017/09/cherryStandard-Clear.jpg");
INSERT INTO `pcab_postmeta` VALUES("1425","467","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:32:\"2017/09/cherryStandard-Clear.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"cherryStandard-Clear-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"cherryStandard-Clear-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:32:\"cherryStandard-Clear-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:32:\"cherryStandard-Clear-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:32:\"cherryStandard-Clear-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:32:\"cherryStandard-Clear-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:32:\"cherryStandard-Clear-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:43:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1426","468","_wp_attached_file","2017/09/cherryStandard-Cayenne.jpg");
INSERT INTO `pcab_postmeta` VALUES("1427","468","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:34:\"2017/09/cherryStandard-Cayenne.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"cherryStandard-Cayenne-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"cherryStandard-Cayenne-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:34:\"cherryStandard-Cayenne-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:34:\"cherryStandard-Cayenne-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:34:\"cherryStandard-Cayenne-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:34:\"cherryStandard-Cayenne-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:34:\"cherryStandard-Cayenne-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:43:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1428","469","_wp_attached_file","2017/09/cherryStandard-Burgundy.jpg");
INSERT INTO `pcab_postmeta` VALUES("1429","469","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:35:\"2017/09/cherryStandard-Burgundy.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"cherryStandard-Burgundy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"cherryStandard-Burgundy-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:35:\"cherryStandard-Burgundy-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:35:\"cherryStandard-Burgundy-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:35:\"cherryStandard-Burgundy-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:35:\"cherryStandard-Burgundy-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:35:\"cherryStandard-Burgundy-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:43:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1430","470","_wp_attached_file","2017/09/cherryStandard-Blush.jpg");
INSERT INTO `pcab_postmeta` VALUES("1431","470","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:32:\"2017/09/cherryStandard-Blush.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"cherryStandard-Blush-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"cherryStandard-Blush-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:32:\"cherryStandard-Blush-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:32:\"cherryStandard-Blush-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:32:\"cherryStandard-Blush-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:32:\"cherryStandard-Blush-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:32:\"cherryStandard-Blush-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:43:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1432","471","_wp_attached_file","2017/09/cherryGlazed-WheatChocolate.jpg");
INSERT INTO `pcab_postmeta` VALUES("1433","471","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:39:\"2017/09/cherryGlazed-WheatChocolate.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"cherryGlazed-WheatChocolate-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:39:\"cherryGlazed-WheatChocolate-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:39:\"cherryGlazed-WheatChocolate-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:39:\"cherryGlazed-WheatChocolate-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:39:\"cherryGlazed-WheatChocolate-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:39:\"cherryGlazed-WheatChocolate-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:39:\"cherryGlazed-WheatChocolate-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:43:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1434","472","_wp_attached_file","2017/09/cherryGlazed-TawnyChocolate.jpg");
INSERT INTO `pcab_postmeta` VALUES("1435","472","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:39:\"2017/09/cherryGlazed-TawnyChocolate.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"cherryGlazed-TawnyChocolate-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:39:\"cherryGlazed-TawnyChocolate-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:39:\"cherryGlazed-TawnyChocolate-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:39:\"cherryGlazed-TawnyChocolate-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:39:\"cherryGlazed-TawnyChocolate-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:39:\"cherryGlazed-TawnyChocolate-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:39:\"cherryGlazed-TawnyChocolate-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:43:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1436","473","_wp_attached_file","2017/09/cherryGlazed-MochaChocolate.jpg");
INSERT INTO `pcab_postmeta` VALUES("1437","473","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:39:\"2017/09/cherryGlazed-MochaChocolate.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"cherryGlazed-MochaChocolate-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:39:\"cherryGlazed-MochaChocolate-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:39:\"cherryGlazed-MochaChocolate-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:39:\"cherryGlazed-MochaChocolate-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:39:\"cherryGlazed-MochaChocolate-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:39:\"cherryGlazed-MochaChocolate-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:39:\"cherryGlazed-MochaChocolate-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:43:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1438","474","_wp_attached_file","2017/09/cherryGlazed-MerlotMidnight.jpg");
INSERT INTO `pcab_postmeta` VALUES("1439","474","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:39:\"2017/09/cherryGlazed-MerlotMidnight.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"cherryGlazed-MerlotMidnight-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:39:\"cherryGlazed-MerlotMidnight-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:39:\"cherryGlazed-MerlotMidnight-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:39:\"cherryGlazed-MerlotMidnight-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:39:\"cherryGlazed-MerlotMidnight-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:39:\"cherryGlazed-MerlotMidnight-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:39:\"cherryGlazed-MerlotMidnight-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:43:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1440","475","_wp_attached_file","2017/09/cherryGlazed-HazelnutMidnight.jpg");
INSERT INTO `pcab_postmeta` VALUES("1441","475","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:41:\"2017/09/cherryGlazed-HazelnutMidnight.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"cherryGlazed-HazelnutMidnight-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"cherryGlazed-HazelnutMidnight-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:41:\"cherryGlazed-HazelnutMidnight-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:41:\"cherryGlazed-HazelnutMidnight-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:41:\"cherryGlazed-HazelnutMidnight-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:41:\"cherryGlazed-HazelnutMidnight-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:41:\"cherryGlazed-HazelnutMidnight-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:43:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1442","476","_wp_attached_file","2017/09/cherryGlazed-HazelnutChocolate.jpg");
INSERT INTO `pcab_postmeta` VALUES("1443","476","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:42:\"2017/09/cherryGlazed-HazelnutChocolate.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"cherryGlazed-HazelnutChocolate-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:42:\"cherryGlazed-HazelnutChocolate-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:42:\"cherryGlazed-HazelnutChocolate-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:42:\"cherryGlazed-HazelnutChocolate-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:42:\"cherryGlazed-HazelnutChocolate-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:42:\"cherryGlazed-HazelnutChocolate-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:42:\"cherryGlazed-HazelnutChocolate-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:43:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1444","477","_wp_attached_file","2017/09/cherryGlazed-HarvestChocolate.jpg");
INSERT INTO `pcab_postmeta` VALUES("1445","477","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:41:\"2017/09/cherryGlazed-HarvestChocolate.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"cherryGlazed-HarvestChocolate-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"cherryGlazed-HarvestChocolate-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:41:\"cherryGlazed-HarvestChocolate-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:41:\"cherryGlazed-HarvestChocolate-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:41:\"cherryGlazed-HarvestChocolate-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:41:\"cherryGlazed-HarvestChocolate-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:41:\"cherryGlazed-HarvestChocolate-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:43:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1446","478","_wp_attached_file","2017/09/cherryGlazed-EspressoMidnight.jpg");
INSERT INTO `pcab_postmeta` VALUES("1447","478","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:41:\"2017/09/cherryGlazed-EspressoMidnight.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"cherryGlazed-EspressoMidnight-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"cherryGlazed-EspressoMidnight-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:41:\"cherryGlazed-EspressoMidnight-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:41:\"cherryGlazed-EspressoMidnight-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:41:\"cherryGlazed-EspressoMidnight-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:41:\"cherryGlazed-EspressoMidnight-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:41:\"cherryGlazed-EspressoMidnight-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:43:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1448","479","_wp_attached_file","2017/09/cherryGlazed-CoffeeMidnight.jpg");
INSERT INTO `pcab_postmeta` VALUES("1449","479","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:39:\"2017/09/cherryGlazed-CoffeeMidnight.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"cherryGlazed-CoffeeMidnight-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:39:\"cherryGlazed-CoffeeMidnight-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:39:\"cherryGlazed-CoffeeMidnight-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:39:\"cherryGlazed-CoffeeMidnight-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:39:\"cherryGlazed-CoffeeMidnight-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:39:\"cherryGlazed-CoffeeMidnight-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:39:\"cherryGlazed-CoffeeMidnight-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:43:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1450","480","_wp_attached_file","2017/09/cherryGlazed-CoffeeChocolate.jpg");
INSERT INTO `pcab_postmeta` VALUES("1451","480","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:40:\"2017/09/cherryGlazed-CoffeeChocolate.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"cherryGlazed-CoffeeChocolate-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:40:\"cherryGlazed-CoffeeChocolate-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:40:\"cherryGlazed-CoffeeChocolate-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:40:\"cherryGlazed-CoffeeChocolate-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:40:\"cherryGlazed-CoffeeChocolate-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:40:\"cherryGlazed-CoffeeChocolate-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:40:\"cherryGlazed-CoffeeChocolate-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:43:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1452","481","_wp_attached_file","2017/09/cherryGlazed-ClearChocolate.jpg");
INSERT INTO `pcab_postmeta` VALUES("1453","481","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:39:\"2017/09/cherryGlazed-ClearChocolate.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"cherryGlazed-ClearChocolate-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:39:\"cherryGlazed-ClearChocolate-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:39:\"cherryGlazed-ClearChocolate-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:39:\"cherryGlazed-ClearChocolate-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:39:\"cherryGlazed-ClearChocolate-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:39:\"cherryGlazed-ClearChocolate-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:39:\"cherryGlazed-ClearChocolate-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:43:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1454","482","_wp_attached_file","2017/09/cherryGlazed-CayenneMidnight.jpg");
INSERT INTO `pcab_postmeta` VALUES("1455","482","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:40:\"2017/09/cherryGlazed-CayenneMidnight.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"cherryGlazed-CayenneMidnight-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:40:\"cherryGlazed-CayenneMidnight-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:40:\"cherryGlazed-CayenneMidnight-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:40:\"cherryGlazed-CayenneMidnight-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:40:\"cherryGlazed-CayenneMidnight-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:40:\"cherryGlazed-CayenneMidnight-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:40:\"cherryGlazed-CayenneMidnight-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:43:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1456","483","_wp_attached_file","2017/09/cherryGlazed-CayenneChocolate.jpg");
INSERT INTO `pcab_postmeta` VALUES("1457","483","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:41:\"2017/09/cherryGlazed-CayenneChocolate.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"cherryGlazed-CayenneChocolate-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"cherryGlazed-CayenneChocolate-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:41:\"cherryGlazed-CayenneChocolate-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:41:\"cherryGlazed-CayenneChocolate-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:41:\"cherryGlazed-CayenneChocolate-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:41:\"cherryGlazed-CayenneChocolate-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:41:\"cherryGlazed-CayenneChocolate-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:43:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1458","484","_wp_attached_file","2017/09/cherryGlazed-BurgundyMidnight.jpg");
INSERT INTO `pcab_postmeta` VALUES("1459","484","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:41:\"2017/09/cherryGlazed-BurgundyMidnight.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"cherryGlazed-BurgundyMidnight-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"cherryGlazed-BurgundyMidnight-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:41:\"cherryGlazed-BurgundyMidnight-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:41:\"cherryGlazed-BurgundyMidnight-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:41:\"cherryGlazed-BurgundyMidnight-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:41:\"cherryGlazed-BurgundyMidnight-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:41:\"cherryGlazed-BurgundyMidnight-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:43:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1460","485","_wp_attached_file","2017/09/cherryGlazed-BlushChocolate.jpg");
INSERT INTO `pcab_postmeta` VALUES("1461","485","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:39:\"2017/09/cherryGlazed-BlushChocolate.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"cherryGlazed-BlushChocolate-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:39:\"cherryGlazed-BlushChocolate-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:39:\"cherryGlazed-BlushChocolate-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:39:\"cherryGlazed-BlushChocolate-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:39:\"cherryGlazed-BlushChocolate-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:39:\"cherryGlazed-BlushChocolate-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:39:\"cherryGlazed-BlushChocolate-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:43:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1462","192","_et_pb_use_ab_testing","off");
INSERT INTO `pcab_postmeta` VALUES("1463","192","_et_pb_ab_refresh_interval","hourly");
INSERT INTO `pcab_postmeta` VALUES("1469","498","_wp_attached_file","2017/09/White.jpg");
INSERT INTO `pcab_postmeta` VALUES("1465","192","_et_pb_ab_current_shortcode","[et_pb_split_track id=\"192\" /]");
INSERT INTO `pcab_postmeta` VALUES("1466","491","_wp_attached_file","2017/09/Header-Knotty.jpg");
INSERT INTO `pcab_postmeta` VALUES("1467","491","_wp_attachment_metadata","a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:300;s:4:\"file\";s:25:\"2017/09/Header-Knotty.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Header-Knotty-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:\"Header-Knotty-300x75.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Header-Knotty-768x192.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Header-Knotty-1024x256.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:25:\"Header-Knotty-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:26:\"Header-Knotty-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:25:\"Header-Knotty-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:25:\"Header-Knotty-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:26:\"Header-Knotty-1080x270.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:25:\"Header-Knotty-400x300.jpg\";s:5:\"width\";i:400;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1470","498","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:17:\"2017/09/White.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"White-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:\"White-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:17:\"White-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:17:\"White-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:17:\"White-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:17:\"White-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:17:\"White-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1471","499","_wp_attached_file","2017/09/Sage.jpg");
INSERT INTO `pcab_postmeta` VALUES("1472","499","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:16:\"2017/09/Sage.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"Sage-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"Sage-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:16:\"Sage-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:16:\"Sage-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:16:\"Sage-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:16:\"Sage-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:16:\"Sage-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1473","500","_wp_attached_file","2017/09/Onyx.jpg");
INSERT INTO `pcab_postmeta` VALUES("1474","500","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:16:\"2017/09/Onyx.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"Onyx-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"Onyx-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:16:\"Onyx-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:16:\"Onyx-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:16:\"Onyx-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:16:\"Onyx-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:16:\"Onyx-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1475","501","_wp_attached_file","2017/09/Mushroom.jpg");
INSERT INTO `pcab_postmeta` VALUES("1476","501","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:20:\"2017/09/Mushroom.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Mushroom-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:\"Mushroom-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:20:\"Mushroom-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:20:\"Mushroom-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:20:\"Mushroom-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:20:\"Mushroom-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:20:\"Mushroom-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1477","502","_wp_attached_file","2017/09/Custard.jpg");
INSERT INTO `pcab_postmeta` VALUES("1478","502","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:19:\"2017/09/Custard.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Custard-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:\"Custard-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:19:\"Custard-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:19:\"Custard-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:19:\"Custard-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:19:\"Custard-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:19:\"Custard-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1479","503","_wp_attached_file","2017/09/Ivory.jpg");
INSERT INTO `pcab_postmeta` VALUES("1480","503","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:17:\"2017/09/Ivory.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Ivory-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:\"Ivory-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:17:\"Ivory-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:17:\"Ivory-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:17:\"Ivory-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:17:\"Ivory-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:17:\"Ivory-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1481","505","_wp_attached_file","2017/09/WhitePewter.jpg");
INSERT INTO `pcab_postmeta` VALUES("1482","505","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:23:\"2017/09/WhitePewter.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"WhitePewter-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:\"WhitePewter-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:23:\"WhitePewter-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:23:\"WhitePewter-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:23:\"WhitePewter-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:23:\"WhitePewter-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:23:\"WhitePewter-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1483","506","_wp_attached_file","2017/09/WhiteKhaki.jpg");
INSERT INTO `pcab_postmeta` VALUES("1484","506","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:22:\"2017/09/WhiteKhaki.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"WhiteKhaki-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:\"WhiteKhaki-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:22:\"WhiteKhaki-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:22:\"WhiteKhaki-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:22:\"WhiteKhaki-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:22:\"WhiteKhaki-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:22:\"WhiteKhaki-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1485","507","_wp_attached_file","2017/09/WhiteChocolate.jpg");
INSERT INTO `pcab_postmeta` VALUES("1486","507","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:26:\"2017/09/WhiteChocolate.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"WhiteChocolate-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"WhiteChocolate-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:26:\"WhiteChocolate-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:26:\"WhiteChocolate-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:26:\"WhiteChocolate-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:26:\"WhiteChocolate-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:26:\"WhiteChocolate-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1487","508","_wp_attached_file","2017/09/WhiteApricot.jpg");
INSERT INTO `pcab_postmeta` VALUES("1488","508","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:24:\"2017/09/WhiteApricot.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"WhiteApricot-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:\"WhiteApricot-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:24:\"WhiteApricot-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:24:\"WhiteApricot-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:24:\"WhiteApricot-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:24:\"WhiteApricot-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:24:\"WhiteApricot-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1489","509","_wp_attached_file","2017/09/SageChocolate.jpg");
INSERT INTO `pcab_postmeta` VALUES("1490","509","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:25:\"2017/09/SageChocolate.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"SageChocolate-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"SageChocolate-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:25:\"SageChocolate-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:25:\"SageChocolate-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:25:\"SageChocolate-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:25:\"SageChocolate-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:25:\"SageChocolate-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1491","510","_wp_attached_file","2017/09/MushroomChocolate.jpg");
INSERT INTO `pcab_postmeta` VALUES("1492","510","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:29:\"2017/09/MushroomChocolate.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"MushroomChocolate-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:\"MushroomChocolate-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:29:\"MushroomChocolate-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:29:\"MushroomChocolate-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:29:\"MushroomChocolate-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:29:\"MushroomChocolate-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:29:\"MushroomChocolate-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1493","511","_wp_attached_file","2017/09/IvoryKhaki.jpg");
INSERT INTO `pcab_postmeta` VALUES("1494","511","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:22:\"2017/09/IvoryKhaki.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"IvoryKhaki-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:\"IvoryKhaki-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:22:\"IvoryKhaki-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:22:\"IvoryKhaki-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:22:\"IvoryKhaki-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:22:\"IvoryKhaki-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:22:\"IvoryKhaki-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1495","512","_wp_attached_file","2017/09/CustardChocolate.jpg");
INSERT INTO `pcab_postmeta` VALUES("1496","512","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:28:\"2017/09/CustardChocolate.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"CustardChocolate-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:\"CustardChocolate-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:28:\"CustardChocolate-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:28:\"CustardChocolate-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:28:\"CustardChocolate-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:28:\"CustardChocolate-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:28:\"CustardChocolate-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1497","513","_wp_attached_file","2017/09/IvoryPewter.jpg");
INSERT INTO `pcab_postmeta` VALUES("1498","513","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:23:\"2017/09/IvoryPewter.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"IvoryPewter-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:\"IvoryPewter-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:23:\"IvoryPewter-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:23:\"IvoryPewter-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:23:\"IvoryPewter-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:23:\"IvoryPewter-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:23:\"IvoryPewter-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1499","514","_wp_attached_file","2017/09/IvoryChocolate.jpg");
INSERT INTO `pcab_postmeta` VALUES("1500","514","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:26:\"2017/09/IvoryChocolate.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"IvoryChocolate-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"IvoryChocolate-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:26:\"IvoryChocolate-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:26:\"IvoryChocolate-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:26:\"IvoryChocolate-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:26:\"IvoryChocolate-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:26:\"IvoryChocolate-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1501","515","_wp_attached_file","2017/09/IvoryApricot.jpg");
INSERT INTO `pcab_postmeta` VALUES("1502","515","_wp_attachment_metadata","a:5:{s:5:\"width\";i:342;s:6:\"height\";i:696;s:4:\"file\";s:24:\"2017/09/IvoryApricot.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"IvoryApricot-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:\"IvoryApricot-147x300.jpg\";s:5:\"width\";i:147;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:24:\"IvoryApricot-342x250.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:24:\"IvoryApricot-342x675.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:24:\"IvoryApricot-342x284.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:24:\"IvoryApricot-342x382.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:24:\"IvoryApricot-342x516.jpg\";s:5:\"width\";i:342;s:6:\"height\";i:516;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1503","519","_wp_attached_file","2017/09/door-Winchester.jpg");
INSERT INTO `pcab_postmeta` VALUES("1504","519","_wp_attachment_metadata","a:5:{s:5:\"width\";i:532;s:6:\"height\";i:768;s:4:\"file\";s:27:\"2017/09/door-Winchester.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"door-Winchester-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:\"door-Winchester-208x300.jpg\";s:5:\"width\";i:208;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:27:\"door-Winchester-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:27:\"door-Winchester-532x675.jpg\";s:5:\"width\";i:532;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:27:\"door-Winchester-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:27:\"door-Winchester-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:27:\"door-Winchester-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:41:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1505","520","_wp_attached_file","2017/09/door-WideStile.jpg");
INSERT INTO `pcab_postmeta` VALUES("1506","520","_wp_attachment_metadata","a:5:{s:5:\"width\";i:532;s:6:\"height\";i:768;s:4:\"file\";s:26:\"2017/09/door-WideStile.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"door-WideStile-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"door-WideStile-208x300.jpg\";s:5:\"width\";i:208;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:26:\"door-WideStile-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:26:\"door-WideStile-532x675.jpg\";s:5:\"width\";i:532;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:26:\"door-WideStile-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:26:\"door-WideStile-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:26:\"door-WideStile-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:41:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1507","521","_wp_attached_file","2017/09/door-Stratford.jpg");
INSERT INTO `pcab_postmeta` VALUES("1508","521","_wp_attachment_metadata","a:5:{s:5:\"width\";i:532;s:6:\"height\";i:768;s:4:\"file\";s:26:\"2017/09/door-Stratford.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"door-Stratford-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"door-Stratford-208x300.jpg\";s:5:\"width\";i:208;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:26:\"door-Stratford-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:26:\"door-Stratford-532x675.jpg\";s:5:\"width\";i:532;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:26:\"door-Stratford-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:26:\"door-Stratford-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:26:\"door-Stratford-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:41:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1509","522","_wp_attached_file","2017/09/door-Sterling.jpg");
INSERT INTO `pcab_postmeta` VALUES("1510","522","_wp_attachment_metadata","a:5:{s:5:\"width\";i:532;s:6:\"height\";i:768;s:4:\"file\";s:25:\"2017/09/door-Sterling.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"door-Sterling-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"door-Sterling-208x300.jpg\";s:5:\"width\";i:208;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:25:\"door-Sterling-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:25:\"door-Sterling-532x675.jpg\";s:5:\"width\";i:532;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:25:\"door-Sterling-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:25:\"door-Sterling-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:25:\"door-Sterling-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:41:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1511","523","_wp_attached_file","2017/09/door-StackedSquare.jpg");
INSERT INTO `pcab_postmeta` VALUES("1512","523","_wp_attachment_metadata","a:5:{s:5:\"width\";i:532;s:6:\"height\";i:768;s:4:\"file\";s:30:\"2017/09/door-StackedSquare.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"door-StackedSquare-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"door-StackedSquare-208x300.jpg\";s:5:\"width\";i:208;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:30:\"door-StackedSquare-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:30:\"door-StackedSquare-532x675.jpg\";s:5:\"width\";i:532;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:30:\"door-StackedSquare-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:30:\"door-StackedSquare-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:30:\"door-StackedSquare-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:41:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1513","524","_wp_attached_file","2017/09/door-StackedArch.jpg");
INSERT INTO `pcab_postmeta` VALUES("1514","524","_wp_attachment_metadata","a:5:{s:5:\"width\";i:532;s:6:\"height\";i:768;s:4:\"file\";s:28:\"2017/09/door-StackedArch.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"door-StackedArch-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:\"door-StackedArch-208x300.jpg\";s:5:\"width\";i:208;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:28:\"door-StackedArch-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:28:\"door-StackedArch-532x675.jpg\";s:5:\"width\";i:532;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:28:\"door-StackedArch-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:28:\"door-StackedArch-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:28:\"door-StackedArch-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:41:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1515","525","_wp_attached_file","2017/09/door-SquareShaker.jpg");
INSERT INTO `pcab_postmeta` VALUES("1516","525","_wp_attachment_metadata","a:5:{s:5:\"width\";i:532;s:6:\"height\";i:768;s:4:\"file\";s:29:\"2017/09/door-SquareShaker.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"door-SquareShaker-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:\"door-SquareShaker-208x300.jpg\";s:5:\"width\";i:208;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:29:\"door-SquareShaker-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:29:\"door-SquareShaker-532x675.jpg\";s:5:\"width\";i:532;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:29:\"door-SquareShaker-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:29:\"door-SquareShaker-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:29:\"door-SquareShaker-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:41:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1517","526","_wp_attached_file","2017/09/door-Square.jpg");
INSERT INTO `pcab_postmeta` VALUES("1518","526","_wp_attachment_metadata","a:5:{s:5:\"width\";i:532;s:6:\"height\";i:768;s:4:\"file\";s:23:\"2017/09/door-Square.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"door-Square-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"door-Square-208x300.jpg\";s:5:\"width\";i:208;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:23:\"door-Square-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:23:\"door-Square-532x675.jpg\";s:5:\"width\";i:532;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:23:\"door-Square-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:23:\"door-Square-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:23:\"door-Square-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:41:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1519","527","_wp_attached_file","2017/09/door-Sheridan.jpg");
INSERT INTO `pcab_postmeta` VALUES("1520","527","_wp_attachment_metadata","a:5:{s:5:\"width\";i:532;s:6:\"height\";i:768;s:4:\"file\";s:25:\"2017/09/door-Sheridan.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"door-Sheridan-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"door-Sheridan-208x300.jpg\";s:5:\"width\";i:208;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:25:\"door-Sheridan-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:25:\"door-Sheridan-532x675.jpg\";s:5:\"width\";i:532;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:25:\"door-Sheridan-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:25:\"door-Sheridan-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:25:\"door-Sheridan-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:41:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1521","528","_wp_attached_file","2017/09/door-Regency.jpg");
INSERT INTO `pcab_postmeta` VALUES("1522","528","_wp_attachment_metadata","a:5:{s:5:\"width\";i:532;s:6:\"height\";i:768;s:4:\"file\";s:24:\"2017/09/door-Regency.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"door-Regency-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:\"door-Regency-208x300.jpg\";s:5:\"width\";i:208;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:24:\"door-Regency-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:24:\"door-Regency-532x675.jpg\";s:5:\"width\";i:532;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:24:\"door-Regency-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:24:\"door-Regency-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:24:\"door-Regency-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:41:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1523","529","_wp_attached_file","2017/09/door-Providence.jpg");
INSERT INTO `pcab_postmeta` VALUES("1524","529","_wp_attachment_metadata","a:5:{s:5:\"width\";i:532;s:6:\"height\";i:768;s:4:\"file\";s:27:\"2017/09/door-Providence.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"door-Providence-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:\"door-Providence-208x300.jpg\";s:5:\"width\";i:208;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:27:\"door-Providence-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:27:\"door-Providence-532x675.jpg\";s:5:\"width\";i:532;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:27:\"door-Providence-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:27:\"door-Providence-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:27:\"door-Providence-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:41:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1525","530","_wp_attached_file","2017/09/door-Monaco.jpg");
INSERT INTO `pcab_postmeta` VALUES("1526","530","_wp_attachment_metadata","a:5:{s:5:\"width\";i:532;s:6:\"height\";i:768;s:4:\"file\";s:23:\"2017/09/door-Monaco.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"door-Monaco-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:\"door-Monaco-208x300.jpg\";s:5:\"width\";i:208;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:23:\"door-Monaco-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:23:\"door-Monaco-532x675.jpg\";s:5:\"width\";i:532;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:23:\"door-Monaco-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:23:\"door-Monaco-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:23:\"door-Monaco-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:41:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1527","531","_wp_attached_file","2017/09/door-Melbourne.jpg");
INSERT INTO `pcab_postmeta` VALUES("1528","531","_wp_attachment_metadata","a:5:{s:5:\"width\";i:532;s:6:\"height\";i:768;s:4:\"file\";s:26:\"2017/09/door-Melbourne.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"door-Melbourne-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"door-Melbourne-208x300.jpg\";s:5:\"width\";i:208;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:26:\"door-Melbourne-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:26:\"door-Melbourne-532x675.jpg\";s:5:\"width\";i:532;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:26:\"door-Melbourne-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:26:\"door-Melbourne-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:26:\"door-Melbourne-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:41:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1529","532","_wp_attached_file","2017/09/door-Mayfield.jpg");
INSERT INTO `pcab_postmeta` VALUES("1530","532","_wp_attachment_metadata","a:5:{s:5:\"width\";i:532;s:6:\"height\";i:768;s:4:\"file\";s:25:\"2017/09/door-Mayfield.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"door-Mayfield-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"door-Mayfield-208x300.jpg\";s:5:\"width\";i:208;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:25:\"door-Mayfield-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:25:\"door-Mayfield-532x675.jpg\";s:5:\"width\";i:532;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:25:\"door-Mayfield-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:25:\"door-Mayfield-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:25:\"door-Mayfield-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:41:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1531","533","_wp_attached_file","2017/09/door-Madison.jpg");
INSERT INTO `pcab_postmeta` VALUES("1532","533","_wp_attachment_metadata","a:5:{s:5:\"width\";i:532;s:6:\"height\";i:768;s:4:\"file\";s:24:\"2017/09/door-Madison.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"door-Madison-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:\"door-Madison-208x300.jpg\";s:5:\"width\";i:208;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:24:\"door-Madison-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:24:\"door-Madison-532x675.jpg\";s:5:\"width\";i:532;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:24:\"door-Madison-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:24:\"door-Madison-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:24:\"door-Madison-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:41:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1533","534","_wp_attached_file","2017/09/door-Farmington.jpg");
INSERT INTO `pcab_postmeta` VALUES("1534","534","_wp_attachment_metadata","a:5:{s:5:\"width\";i:532;s:6:\"height\";i:768;s:4:\"file\";s:27:\"2017/09/door-Farmington.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"door-Farmington-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:\"door-Farmington-208x300.jpg\";s:5:\"width\";i:208;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:27:\"door-Farmington-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:27:\"door-Farmington-532x675.jpg\";s:5:\"width\";i:532;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:27:\"door-Farmington-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:27:\"door-Farmington-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:27:\"door-Farmington-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:41:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1535","535","_wp_attached_file","2017/09/door-Fairfax.jpg");
INSERT INTO `pcab_postmeta` VALUES("1536","535","_wp_attachment_metadata","a:5:{s:5:\"width\";i:532;s:6:\"height\";i:768;s:4:\"file\";s:24:\"2017/09/door-Fairfax.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"door-Fairfax-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:\"door-Fairfax-208x300.jpg\";s:5:\"width\";i:208;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:24:\"door-Fairfax-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:24:\"door-Fairfax-532x675.jpg\";s:5:\"width\";i:532;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:24:\"door-Fairfax-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:24:\"door-Fairfax-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:24:\"door-Fairfax-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:41:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1537","536","_wp_attached_file","2017/09/door-Dynasty.jpg");
INSERT INTO `pcab_postmeta` VALUES("1538","536","_wp_attachment_metadata","a:5:{s:5:\"width\";i:532;s:6:\"height\";i:768;s:4:\"file\";s:24:\"2017/09/door-Dynasty.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"door-Dynasty-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:\"door-Dynasty-208x300.jpg\";s:5:\"width\";i:208;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:24:\"door-Dynasty-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:24:\"door-Dynasty-532x675.jpg\";s:5:\"width\";i:532;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:24:\"door-Dynasty-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:24:\"door-Dynasty-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:24:\"door-Dynasty-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:41:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1539","537","_wp_attached_file","2017/09/door-DoubleArch.jpg");
INSERT INTO `pcab_postmeta` VALUES("1540","537","_wp_attachment_metadata","a:5:{s:5:\"width\";i:532;s:6:\"height\";i:768;s:4:\"file\";s:27:\"2017/09/door-DoubleArch.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"door-DoubleArch-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:\"door-DoubleArch-208x300.jpg\";s:5:\"width\";i:208;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:27:\"door-DoubleArch-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:27:\"door-DoubleArch-532x675.jpg\";s:5:\"width\";i:532;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:27:\"door-DoubleArch-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:27:\"door-DoubleArch-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:27:\"door-DoubleArch-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:41:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1541","538","_wp_attached_file","2017/09/door-CountryArch.jpg");
INSERT INTO `pcab_postmeta` VALUES("1542","538","_wp_attachment_metadata","a:5:{s:5:\"width\";i:532;s:6:\"height\";i:768;s:4:\"file\";s:28:\"2017/09/door-CountryArch.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"door-CountryArch-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:\"door-CountryArch-208x300.jpg\";s:5:\"width\";i:208;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:28:\"door-CountryArch-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:28:\"door-CountryArch-532x675.jpg\";s:5:\"width\";i:532;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:28:\"door-CountryArch-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:28:\"door-CountryArch-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:28:\"door-CountryArch-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:41:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1543","539","_wp_attached_file","2017/09/door-Cathedral.jpg");
INSERT INTO `pcab_postmeta` VALUES("1544","539","_wp_attachment_metadata","a:5:{s:5:\"width\";i:532;s:6:\"height\";i:768;s:4:\"file\";s:26:\"2017/09/door-Cathedral.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"door-Cathedral-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"door-Cathedral-208x300.jpg\";s:5:\"width\";i:208;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:26:\"door-Cathedral-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:26:\"door-Cathedral-532x675.jpg\";s:5:\"width\";i:532;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:26:\"door-Cathedral-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:26:\"door-Cathedral-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:26:\"door-Cathedral-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:41:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1545","540","_wp_attached_file","2017/09/door-BroadStile.jpg");
INSERT INTO `pcab_postmeta` VALUES("1546","540","_wp_attachment_metadata","a:5:{s:5:\"width\";i:532;s:6:\"height\";i:768;s:4:\"file\";s:27:\"2017/09/door-BroadStile.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"door-BroadStile-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:\"door-BroadStile-208x300.jpg\";s:5:\"width\";i:208;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:27:\"door-BroadStile-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:27:\"door-BroadStile-532x675.jpg\";s:5:\"width\";i:532;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:27:\"door-BroadStile-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:27:\"door-BroadStile-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:27:\"door-BroadStile-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:41:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1547","541","_wp_attached_file","2017/09/door-Berkey.jpg");
INSERT INTO `pcab_postmeta` VALUES("1548","541","_wp_attachment_metadata","a:5:{s:5:\"width\";i:532;s:6:\"height\";i:768;s:4:\"file\";s:23:\"2017/09/door-Berkey.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"door-Berkey-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:\"door-Berkey-208x300.jpg\";s:5:\"width\";i:208;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:23:\"door-Berkey-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:23:\"door-Berkey-532x675.jpg\";s:5:\"width\";i:532;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:23:\"door-Berkey-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:23:\"door-Berkey-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:23:\"door-Berkey-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:41:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1549","542","_wp_attached_file","2017/09/door-Arch.jpg");
INSERT INTO `pcab_postmeta` VALUES("1550","542","_wp_attachment_metadata","a:5:{s:5:\"width\";i:532;s:6:\"height\";i:768;s:4:\"file\";s:21:\"2017/09/door-Arch.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"door-Arch-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:\"door-Arch-208x300.jpg\";s:5:\"width\";i:208;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:21:\"door-Arch-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:21:\"door-Arch-532x675.jpg\";s:5:\"width\";i:532;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:21:\"door-Arch-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:21:\"door-Arch-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:21:\"door-Arch-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:41:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1551","207","_et_pb_use_ab_testing","off");
INSERT INTO `pcab_postmeta` VALUES("1552","207","_et_pb_ab_refresh_interval","hourly");
INSERT INTO `pcab_postmeta` VALUES("1553","207","_et_pb_ab_subjects","");
INSERT INTO `pcab_postmeta` VALUES("1554","207","_et_pb_ab_current_shortcode","[et_pb_split_track id=\"207\" /]");
INSERT INTO `pcab_postmeta` VALUES("1555","546","_wp_attached_file","2017/09/kitchenKnotty-1.jpg");
INSERT INTO `pcab_postmeta` VALUES("1556","546","_wp_attachment_metadata","a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:27:\"2017/09/kitchenKnotty-1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"kitchenKnotty-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:27:\"kitchenKnotty-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"kitchenKnotty-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:27:\"kitchenKnotty-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:27:\"kitchenKnotty-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:27:\"kitchenKnotty-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:27:\"kitchenKnotty-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:35:\"KODAK EASYSHARE M340 Digital Camera\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1203350571\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"6.3\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:8:\"0.033333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:1:{i:0;s:10:\"my kitchen\";}}}");
INSERT INTO `pcab_postmeta` VALUES("1557","548","_wp_attached_file","2017/09/DrawerHeads-VHGroove.jpg");
INSERT INTO `pcab_postmeta` VALUES("1558","548","_wp_attachment_metadata","a:5:{s:5:\"width\";i:200;s:6:\"height\";i:115;s:4:\"file\";s:32:\"2017/09/DrawerHeads-VHGroove.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"DrawerHeads-VHGroove-150x115.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:115;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1559","549","_wp_attached_file","2017/09/DrawerHeads-Vgroove.jpg");
INSERT INTO `pcab_postmeta` VALUES("1560","549","_wp_attachment_metadata","a:5:{s:5:\"width\";i:200;s:6:\"height\";i:115;s:4:\"file\";s:31:\"2017/09/DrawerHeads-Vgroove.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"DrawerHeads-Vgroove-150x115.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:115;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1561","550","_wp_attached_file","2017/09/DrawerHeads-Slab.jpg");
INSERT INTO `pcab_postmeta` VALUES("1562","550","_wp_attachment_metadata","a:5:{s:5:\"width\";i:200;s:6:\"height\";i:115;s:4:\"file\";s:28:\"2017/09/DrawerHeads-Slab.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"DrawerHeads-Slab-150x115.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:115;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1563","551","_wp_attached_file","2017/09/DrawerHeads-5PieceRaised.jpg");
INSERT INTO `pcab_postmeta` VALUES("1564","551","_wp_attachment_metadata","a:5:{s:5:\"width\";i:200;s:6:\"height\";i:115;s:4:\"file\";s:36:\"2017/09/DrawerHeads-5PieceRaised.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"DrawerHeads-5PieceRaised-150x115.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:115;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1565","552","_wp_attached_file","2017/09/DrawerHeads-5PieceFlat.jpg");
INSERT INTO `pcab_postmeta` VALUES("1566","552","_wp_attachment_metadata","a:5:{s:5:\"width\";i:200;s:6:\"height\";i:115;s:4:\"file\";s:34:\"2017/09/DrawerHeads-5PieceFlat.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"DrawerHeads-5PieceFlat-150x115.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:115;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1567","553","_wp_attached_file","2017/09/DrawerHeads-5PieceBeaded.jpg");
INSERT INTO `pcab_postmeta` VALUES("1568","553","_wp_attachment_metadata","a:5:{s:5:\"width\";i:200;s:6:\"height\";i:115;s:4:\"file\";s:36:\"2017/09/DrawerHeads-5PieceBeaded.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"DrawerHeads-5PieceBeaded-150x115.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:115;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1569","554","_wp_attached_file","2017/09/DrawerHeads-5Piece.jpg");
INSERT INTO `pcab_postmeta` VALUES("1570","554","_wp_attachment_metadata","a:5:{s:5:\"width\";i:200;s:6:\"height\";i:115;s:4:\"file\";s:30:\"2017/09/DrawerHeads-5Piece.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"DrawerHeads-5Piece-150x115.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:115;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1571","555","_wp_attached_file","2017/09/DrawerHeads-3Piece.jpg");
INSERT INTO `pcab_postmeta` VALUES("1572","555","_wp_attachment_metadata","a:5:{s:5:\"width\";i:200;s:6:\"height\";i:115;s:4:\"file\";s:30:\"2017/09/DrawerHeads-3Piece.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"DrawerHeads-3Piece-150x115.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:115;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1573","557","_wp_attached_file","2017/09/glazes-Pewter.png");
INSERT INTO `pcab_postmeta` VALUES("1574","557","_wp_attachment_metadata","a:5:{s:5:\"width\";i:256;s:6:\"height\";i:256;s:4:\"file\";s:25:\"2017/09/glazes-Pewter.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"glazes-Pewter-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:25:\"glazes-Pewter-256x250.png\";s:5:\"width\";i:256;s:6:\"height\";i:250;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1575","558","_wp_attached_file","2017/09/glazes-Midnight.png");
INSERT INTO `pcab_postmeta` VALUES("1576","558","_wp_attachment_metadata","a:5:{s:5:\"width\";i:256;s:6:\"height\";i:256;s:4:\"file\";s:27:\"2017/09/glazes-Midnight.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"glazes-Midnight-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:27:\"glazes-Midnight-256x250.png\";s:5:\"width\";i:256;s:6:\"height\";i:250;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1577","559","_wp_attached_file","2017/09/glazes-Khaki.png");
INSERT INTO `pcab_postmeta` VALUES("1578","559","_wp_attachment_metadata","a:5:{s:5:\"width\";i:256;s:6:\"height\";i:256;s:4:\"file\";s:24:\"2017/09/glazes-Khaki.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"glazes-Khaki-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:24:\"glazes-Khaki-256x250.png\";s:5:\"width\";i:256;s:6:\"height\";i:250;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1579","560","_wp_attached_file","2017/09/glazes-Chocolate.png");
INSERT INTO `pcab_postmeta` VALUES("1580","560","_wp_attachment_metadata","a:5:{s:5:\"width\";i:256;s:6:\"height\";i:256;s:4:\"file\";s:28:\"2017/09/glazes-Chocolate.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"glazes-Chocolate-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:28:\"glazes-Chocolate-256x250.png\";s:5:\"width\";i:256;s:6:\"height\";i:250;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1581","561","_wp_attached_file","2017/09/glazes-Apricot.png");
INSERT INTO `pcab_postmeta` VALUES("1582","561","_wp_attachment_metadata","a:5:{s:5:\"width\";i:256;s:6:\"height\";i:256;s:4:\"file\";s:26:\"2017/09/glazes-Apricot.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"glazes-Apricot-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:26:\"glazes-Apricot-256x250.png\";s:5:\"width\";i:256;s:6:\"height\";i:250;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1583","562","_wp_attached_file","2017/09/finishing-Weathered.jpg");
INSERT INTO `pcab_postmeta` VALUES("1584","562","_wp_attachment_metadata","a:5:{s:5:\"width\";i:360;s:6:\"height\";i:922;s:4:\"file\";s:31:\"2017/09/finishing-Weathered.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"finishing-Weathered-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"finishing-Weathered-117x300.jpg\";s:5:\"width\";i:117;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:31:\"finishing-Weathered-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:31:\"finishing-Weathered-360x675.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:31:\"finishing-Weathered-360x284.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:31:\"finishing-Weathered-360x382.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:31:\"finishing-Weathered-360x516.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:516;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:41:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1585","563","_wp_attached_file","2017/09/finishing-Distressed.jpg");
INSERT INTO `pcab_postmeta` VALUES("1586","563","_wp_attachment_metadata","a:5:{s:5:\"width\";i:360;s:6:\"height\";i:922;s:4:\"file\";s:32:\"2017/09/finishing-Distressed.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"finishing-Distressed-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"finishing-Distressed-117x300.jpg\";s:5:\"width\";i:117;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:32:\"finishing-Distressed-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:32:\"finishing-Distressed-360x675.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:32:\"finishing-Distressed-360x284.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:32:\"finishing-Distressed-360x382.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:32:\"finishing-Distressed-360x516.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:516;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:41:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1587","564","_wp_attached_file","2017/09/finishing-Antique.jpg");
INSERT INTO `pcab_postmeta` VALUES("1588","564","_wp_attachment_metadata","a:5:{s:5:\"width\";i:360;s:6:\"height\";i:922;s:4:\"file\";s:29:\"2017/09/finishing-Antique.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"finishing-Antique-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:\"finishing-Antique-117x300.jpg\";s:5:\"width\";i:117;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:29:\"finishing-Antique-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:29:\"finishing-Antique-360x675.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:29:\"finishing-Antique-360x284.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:29:\"finishing-Antique-360x382.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:29:\"finishing-Antique-360x516.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:516;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:41:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1589","565","_wp_attached_file","2017/09/finishing-All.jpg");
INSERT INTO `pcab_postmeta` VALUES("1590","565","_wp_attachment_metadata","a:5:{s:5:\"width\";i:360;s:6:\"height\";i:922;s:4:\"file\";s:25:\"2017/09/finishing-All.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"finishing-All-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"finishing-All-117x300.jpg\";s:5:\"width\";i:117;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:25:\"finishing-All-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:25:\"finishing-All-360x675.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:25:\"finishing-All-360x284.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:25:\"finishing-All-360x382.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:25:\"finishing-All-360x516.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:516;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:41:\"© J.D. Small Studios
All Rights Reserved\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1591","567","_wp_attached_file","2017/09/Header-Maple.jpg");
INSERT INTO `pcab_postmeta` VALUES("1592","567","_wp_attachment_metadata","a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:300;s:4:\"file\";s:24:\"2017/09/Header-Maple.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Header-Maple-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:\"Header-Maple-300x75.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Header-Maple-768x192.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Header-Maple-1024x256.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:24:\"Header-Maple-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:25:\"Header-Maple-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:24:\"Header-Maple-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:24:\"Header-Maple-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:25:\"Header-Maple-1080x270.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:24:\"Header-Maple-400x300.jpg\";s:5:\"width\";i:400;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1593","568","_wp_attached_file","2017/09/HDR-Knotty-Type.jpg");
INSERT INTO `pcab_postmeta` VALUES("1594","568","_wp_attachment_metadata","a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:300;s:4:\"file\";s:27:\"2017/09/HDR-Knotty-Type.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"HDR-Knotty-Type-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"HDR-Knotty-Type-300x75.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"HDR-Knotty-Type-768x192.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"HDR-Knotty-Type-1024x256.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:27:\"HDR-Knotty-Type-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:28:\"HDR-Knotty-Type-1080x300.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:27:\"HDR-Knotty-Type-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:27:\"HDR-Knotty-Type-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:28:\"HDR-Knotty-Type-1080x270.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:27:\"HDR-Knotty-Type-400x300.jpg\";s:5:\"width\";i:400;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1595","571","_wp_attached_file","2017/09/DrawerHeads-VHGroove-1.jpg");
INSERT INTO `pcab_postmeta` VALUES("1596","571","_wp_attachment_metadata","a:5:{s:5:\"width\";i:200;s:6:\"height\";i:115;s:4:\"file\";s:34:\"2017/09/DrawerHeads-VHGroove-1.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"DrawerHeads-VHGroove-1-150x115.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:115;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1597","572","_wp_attached_file","2017/09/DrawerHeads-Vgroove-1.jpg");
INSERT INTO `pcab_postmeta` VALUES("1598","572","_wp_attachment_metadata","a:5:{s:5:\"width\";i:200;s:6:\"height\";i:115;s:4:\"file\";s:33:\"2017/09/DrawerHeads-Vgroove-1.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"DrawerHeads-Vgroove-1-150x115.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:115;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1599","573","_wp_attached_file","2017/09/DrawerHeads-Slab-1.jpg");
INSERT INTO `pcab_postmeta` VALUES("1600","573","_wp_attachment_metadata","a:5:{s:5:\"width\";i:200;s:6:\"height\";i:115;s:4:\"file\";s:30:\"2017/09/DrawerHeads-Slab-1.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"DrawerHeads-Slab-1-150x115.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:115;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1601","574","_wp_attached_file","2017/09/DrawerHeads-5PieceRaised-1.jpg");
INSERT INTO `pcab_postmeta` VALUES("1602","574","_wp_attachment_metadata","a:5:{s:5:\"width\";i:200;s:6:\"height\";i:115;s:4:\"file\";s:38:\"2017/09/DrawerHeads-5PieceRaised-1.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"DrawerHeads-5PieceRaised-1-150x115.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:115;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1603","575","_wp_attached_file","2017/09/DrawerHeads-5PieceFlat-1.jpg");
INSERT INTO `pcab_postmeta` VALUES("1604","575","_wp_attachment_metadata","a:5:{s:5:\"width\";i:200;s:6:\"height\";i:115;s:4:\"file\";s:36:\"2017/09/DrawerHeads-5PieceFlat-1.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"DrawerHeads-5PieceFlat-1-150x115.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:115;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1605","576","_wp_attached_file","2017/09/DrawerHeads-5PieceBeaded-1.jpg");
INSERT INTO `pcab_postmeta` VALUES("1606","576","_wp_attachment_metadata","a:5:{s:5:\"width\";i:200;s:6:\"height\";i:115;s:4:\"file\";s:38:\"2017/09/DrawerHeads-5PieceBeaded-1.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"DrawerHeads-5PieceBeaded-1-150x115.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:115;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1607","577","_wp_attached_file","2017/09/DrawerHeads-5Piece-1.jpg");
INSERT INTO `pcab_postmeta` VALUES("1608","577","_wp_attachment_metadata","a:5:{s:5:\"width\";i:200;s:6:\"height\";i:115;s:4:\"file\";s:32:\"2017/09/DrawerHeads-5Piece-1.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"DrawerHeads-5Piece-1-150x115.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:115;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1609","578","_wp_attached_file","2017/09/DrawerHeads-3Piece-1.jpg");
INSERT INTO `pcab_postmeta` VALUES("1610","578","_wp_attachment_metadata","a:5:{s:5:\"width\";i:200;s:6:\"height\";i:115;s:4:\"file\";s:32:\"2017/09/DrawerHeads-3Piece-1.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"DrawerHeads-3Piece-1-150x115.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:115;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1611","580","_et_pb_module_type","et_pb_gallery");
INSERT INTO `pcab_postmeta` VALUES("1612","580","_et_pb_excluded_global_options","[]");
INSERT INTO `pcab_postmeta` VALUES("1613","580","_et_pb_built_for_post_type","page");
INSERT INTO `pcab_postmeta` VALUES("1614","581","_et_pb_module_type","et_pb_gallery");
INSERT INTO `pcab_postmeta` VALUES("1615","581","_et_pb_excluded_global_options","[]");
INSERT INTO `pcab_postmeta` VALUES("1616","581","_et_pb_built_for_post_type","page");
INSERT INTO `pcab_postmeta` VALUES("1617","582","_et_pb_module_type","et_pb_gallery");
INSERT INTO `pcab_postmeta` VALUES("1618","582","_et_pb_excluded_global_options","[]");
INSERT INTO `pcab_postmeta` VALUES("1619","582","_et_pb_built_for_post_type","page");
INSERT INTO `pcab_postmeta` VALUES("1620","241","_et_pb_use_ab_testing","off");
INSERT INTO `pcab_postmeta` VALUES("1621","241","_et_pb_ab_refresh_interval","hourly");
INSERT INTO `pcab_postmeta` VALUES("2183","727","_et_pb_built_for_post_type","page");
INSERT INTO `pcab_postmeta` VALUES("1623","241","_et_pb_ab_current_shortcode","[et_pb_split_track id=\"241\" /]");
INSERT INTO `pcab_postmeta` VALUES("1624","587","_wp_attached_file","2017/09/Adjusting-CupHinge.pdf");
INSERT INTO `pcab_postmeta` VALUES("1625","587","_wp_attachment_metadata","a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Adjusting-CupHinge-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"Adjusting-CupHinge-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"Adjusting-CupHinge-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:26:\"Adjusting-CupHinge-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}");
INSERT INTO `pcab_postmeta` VALUES("1626","588","_wp_attached_file","2017/09/Adjusting-Slides.pdf");
INSERT INTO `pcab_postmeta` VALUES("1627","588","_wp_attachment_metadata","a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Adjusting-Slides-pdf-150x116.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Adjusting-Slides-pdf-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"Adjusting-Slides-pdf-1024x791.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:24:\"Adjusting-Slides-pdf.jpg\";s:5:\"width\";i:1408;s:6:\"height\";i:1088;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}");
INSERT INTO `pcab_postmeta` VALUES("1628","592","_wp_attached_file","2017/09/531dff959fe19.jpg");
INSERT INTO `pcab_postmeta` VALUES("1629","592","_wp_attachment_metadata","a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:783;s:4:\"file\";s:25:\"2017/09/531dff959fe19.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"531dff959fe19-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"531dff959fe19-300x196.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:196;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"531dff959fe19-768x501.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:501;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"531dff959fe19-1024x668.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:668;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:25:\"531dff959fe19-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:26:\"531dff959fe19-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:25:\"531dff959fe19-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:25:\"531dff959fe19-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:26:\"531dff959fe19-1080x705.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:25:\"531dff959fe19-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1630","593","_wp_attached_file","2017/09/531dff98f31bc.jpg");
INSERT INTO `pcab_postmeta` VALUES("1631","593","_wp_attachment_metadata","a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:783;s:4:\"file\";s:25:\"2017/09/531dff98f31bc.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"531dff98f31bc-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"531dff98f31bc-300x196.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:196;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"531dff98f31bc-768x501.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:501;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"531dff98f31bc-1024x668.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:668;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:25:\"531dff98f31bc-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:26:\"531dff98f31bc-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:25:\"531dff98f31bc-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:25:\"531dff98f31bc-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:26:\"531dff98f31bc-1080x705.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:25:\"531dff98f31bc-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1632","594","_wp_attached_file","2017/09/531dff96bdaa7.jpg");
INSERT INTO `pcab_postmeta` VALUES("1633","594","_wp_attachment_metadata","a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:783;s:4:\"file\";s:25:\"2017/09/531dff96bdaa7.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"531dff96bdaa7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"531dff96bdaa7-300x196.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:196;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"531dff96bdaa7-768x501.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:501;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"531dff96bdaa7-1024x668.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:668;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:25:\"531dff96bdaa7-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:26:\"531dff96bdaa7-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:25:\"531dff96bdaa7-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:25:\"531dff96bdaa7-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:26:\"531dff96bdaa7-1080x705.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:25:\"531dff96bdaa7-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1634","595","_wp_attached_file","2017/09/531dff92d61a0.jpg");
INSERT INTO `pcab_postmeta` VALUES("1635","595","_wp_attachment_metadata","a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:25:\"2017/09/531dff92d61a0.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"531dff92d61a0-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"531dff92d61a0-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"531dff92d61a0-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"531dff92d61a0-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:25:\"531dff92d61a0-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:26:\"531dff92d61a0-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:25:\"531dff92d61a0-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:25:\"531dff92d61a0-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:26:\"531dff92d61a0-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:25:\"531dff92d61a0-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1636","596","_wp_attached_file","2017/09/531dff949cb74.jpg");
INSERT INTO `pcab_postmeta` VALUES("1637","596","_wp_attachment_metadata","a:5:{s:5:\"width\";i:750;s:6:\"height\";i:1000;s:4:\"file\";s:25:\"2017/09/531dff949cb74.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"531dff949cb74-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"531dff949cb74-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:25:\"531dff949cb74-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:25:\"531dff949cb74-750x675.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:25:\"531dff949cb74-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:25:\"531dff949cb74-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:25:\"531dff949cb74-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1638","597","_wp_attached_file","2017/09/527babd7d98dc.jpg");
INSERT INTO `pcab_postmeta` VALUES("1639","597","_wp_attachment_metadata","a:5:{s:5:\"width\";i:831;s:6:\"height\";i:1000;s:4:\"file\";s:25:\"2017/09/527babd7d98dc.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"527babd7d98dc-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"527babd7d98dc-249x300.jpg\";s:5:\"width\";i:249;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"527babd7d98dc-768x924.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:924;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:25:\"527babd7d98dc-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:25:\"527babd7d98dc-831x675.jpg\";s:5:\"width\";i:831;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:25:\"527babd7d98dc-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:25:\"527babd7d98dc-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:25:\"527babd7d98dc-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1640","598","_wp_attached_file","2017/09/531dff93ca603.jpg");
INSERT INTO `pcab_postmeta` VALUES("1641","598","_wp_attachment_metadata","a:5:{s:5:\"width\";i:849;s:6:\"height\";i:903;s:4:\"file\";s:25:\"2017/09/531dff93ca603.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"531dff93ca603-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"531dff93ca603-282x300.jpg\";s:5:\"width\";i:282;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"531dff93ca603-768x817.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:817;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:25:\"531dff93ca603-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:25:\"531dff93ca603-849x675.jpg\";s:5:\"width\";i:849;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:25:\"531dff93ca603-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:25:\"531dff93ca603-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:25:\"531dff93ca603-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1642","599","_wp_attached_file","2017/09/531dff9bdd1d0.jpg");
INSERT INTO `pcab_postmeta` VALUES("1643","599","_wp_attachment_metadata","a:5:{s:5:\"width\";i:831;s:6:\"height\";i:1000;s:4:\"file\";s:25:\"2017/09/531dff9bdd1d0.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"531dff9bdd1d0-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"531dff9bdd1d0-249x300.jpg\";s:5:\"width\";i:249;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"531dff9bdd1d0-768x924.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:924;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:25:\"531dff9bdd1d0-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:25:\"531dff9bdd1d0-831x675.jpg\";s:5:\"width\";i:831;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:25:\"531dff9bdd1d0-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:25:\"531dff9bdd1d0-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:25:\"531dff9bdd1d0-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1644","600","_wp_attached_file","2017/09/531dff9b0319c.jpg");
INSERT INTO `pcab_postmeta` VALUES("1645","600","_wp_attachment_metadata","a:5:{s:5:\"width\";i:831;s:6:\"height\";i:1000;s:4:\"file\";s:25:\"2017/09/531dff9b0319c.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"531dff9b0319c-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"531dff9b0319c-249x300.jpg\";s:5:\"width\";i:249;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"531dff9b0319c-768x924.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:924;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:25:\"531dff9b0319c-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:25:\"531dff9b0319c-831x675.jpg\";s:5:\"width\";i:831;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:25:\"531dff9b0319c-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:25:\"531dff9b0319c-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:25:\"531dff9b0319c-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1646","601","_wp_attached_file","2017/09/531dff9a083c8.jpg");
INSERT INTO `pcab_postmeta` VALUES("1647","601","_wp_attachment_metadata","a:5:{s:5:\"width\";i:831;s:6:\"height\";i:1000;s:4:\"file\";s:25:\"2017/09/531dff9a083c8.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"531dff9a083c8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"531dff9a083c8-249x300.jpg\";s:5:\"width\";i:249;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"531dff9a083c8-768x924.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:924;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:25:\"531dff9a083c8-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:25:\"531dff9a083c8-831x675.jpg\";s:5:\"width\";i:831;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:25:\"531dff9a083c8-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:25:\"531dff9a083c8-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:25:\"531dff9a083c8-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1648","264","_et_pb_use_ab_testing","off");
INSERT INTO `pcab_postmeta` VALUES("1649","264","_et_pb_ab_refresh_interval","hourly");
INSERT INTO `pcab_postmeta` VALUES("1650","264","_et_pb_ab_subjects","");
INSERT INTO `pcab_postmeta` VALUES("1651","264","_et_pb_ab_current_shortcode","[et_pb_split_track id=\"264\" /]");
INSERT INTO `pcab_postmeta` VALUES("1652","604","_wp_attached_file","2017/09/527baab4ac383.jpg");
INSERT INTO `pcab_postmeta` VALUES("1653","604","_wp_attachment_metadata","a:5:{s:5:\"width\";i:700;s:6:\"height\";i:938;s:4:\"file\";s:25:\"2017/09/527baab4ac383.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"527baab4ac383-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"527baab4ac383-224x300.jpg\";s:5:\"width\";i:224;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:25:\"527baab4ac383-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:25:\"527baab4ac383-700x675.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:25:\"527baab4ac383-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:25:\"527baab4ac383-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:25:\"527baab4ac383-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1654","605","_wp_attached_file","2017/09/527baab888de0.jpg");
INSERT INTO `pcab_postmeta` VALUES("1655","605","_wp_attachment_metadata","a:5:{s:5:\"width\";i:700;s:6:\"height\";i:938;s:4:\"file\";s:25:\"2017/09/527baab888de0.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"527baab888de0-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"527baab888de0-224x300.jpg\";s:5:\"width\";i:224;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:25:\"527baab888de0-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:25:\"527baab888de0-700x675.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:25:\"527baab888de0-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:25:\"527baab888de0-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:25:\"527baab888de0-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1656","606","_wp_attached_file","2017/09/527baab5049de.jpg");
INSERT INTO `pcab_postmeta` VALUES("1657","606","_wp_attachment_metadata","a:5:{s:5:\"width\";i:700;s:6:\"height\";i:938;s:4:\"file\";s:25:\"2017/09/527baab5049de.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"527baab5049de-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"527baab5049de-224x300.jpg\";s:5:\"width\";i:224;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:25:\"527baab5049de-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:25:\"527baab5049de-700x675.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:25:\"527baab5049de-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:25:\"527baab5049de-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:25:\"527baab5049de-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1658","607","_wp_attached_file","2017/09/527baaba3fb97.jpg");
INSERT INTO `pcab_postmeta` VALUES("1659","607","_wp_attachment_metadata","a:5:{s:5:\"width\";i:700;s:6:\"height\";i:938;s:4:\"file\";s:25:\"2017/09/527baaba3fb97.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"527baaba3fb97-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"527baaba3fb97-224x300.jpg\";s:5:\"width\";i:224;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:25:\"527baaba3fb97-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:25:\"527baaba3fb97-700x675.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:25:\"527baaba3fb97-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:25:\"527baaba3fb97-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:25:\"527baaba3fb97-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1660","608","_wp_attached_file","2017/09/527baabbdf2e2.jpg");
INSERT INTO `pcab_postmeta` VALUES("1661","608","_wp_attachment_metadata","a:5:{s:5:\"width\";i:700;s:6:\"height\";i:938;s:4:\"file\";s:25:\"2017/09/527baabbdf2e2.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"527baabbdf2e2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"527baabbdf2e2-224x300.jpg\";s:5:\"width\";i:224;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:25:\"527baabbdf2e2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:25:\"527baabbdf2e2-700x675.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:25:\"527baabbdf2e2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:25:\"527baabbdf2e2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:25:\"527baabbdf2e2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1662","609","_wp_attached_file","2017/09/527baabf0adb1.jpg");
INSERT INTO `pcab_postmeta` VALUES("1663","609","_wp_attachment_metadata","a:5:{s:5:\"width\";i:700;s:6:\"height\";i:938;s:4:\"file\";s:25:\"2017/09/527baabf0adb1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"527baabf0adb1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"527baabf0adb1-224x300.jpg\";s:5:\"width\";i:224;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:25:\"527baabf0adb1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:25:\"527baabf0adb1-700x675.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:25:\"527baabf0adb1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:25:\"527baabf0adb1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:25:\"527baabf0adb1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1664","610","_wp_attached_file","2017/09/527baabd658ce.jpg");
INSERT INTO `pcab_postmeta` VALUES("1665","610","_wp_attachment_metadata","a:5:{s:5:\"width\";i:700;s:6:\"height\";i:938;s:4:\"file\";s:25:\"2017/09/527baabd658ce.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"527baabd658ce-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"527baabd658ce-224x300.jpg\";s:5:\"width\";i:224;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:25:\"527baabd658ce-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:25:\"527baabd658ce-700x675.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:25:\"527baabd658ce-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:25:\"527baabd658ce-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:25:\"527baabd658ce-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1666","611","_wp_attached_file","2017/09/527baabe89c35.jpg");
INSERT INTO `pcab_postmeta` VALUES("1667","611","_wp_attachment_metadata","a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:25:\"2017/09/527baabe89c35.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"527baabe89c35-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"527baabe89c35-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"527baabe89c35-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"527baabe89c35-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:25:\"527baabe89c35-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:26:\"527baabe89c35-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:25:\"527baabe89c35-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:25:\"527baabe89c35-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:26:\"527baabe89c35-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:25:\"527baabe89c35-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1668","612","_wp_attached_file","2017/09/527baac131bfd.jpg");
INSERT INTO `pcab_postmeta` VALUES("1669","612","_wp_attachment_metadata","a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:25:\"2017/09/527baac131bfd.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"527baac131bfd-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"527baac131bfd-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"527baac131bfd-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"527baac131bfd-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:25:\"527baac131bfd-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:26:\"527baac131bfd-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:25:\"527baac131bfd-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:25:\"527baac131bfd-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:26:\"527baac131bfd-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:25:\"527baac131bfd-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1670","613","_wp_attached_file","2017/09/527baabaed83e.jpg");
INSERT INTO `pcab_postmeta` VALUES("1671","613","_wp_attachment_metadata","a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:25:\"2017/09/527baabaed83e.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"527baabaed83e-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"527baabaed83e-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"527baabaed83e-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"527baabaed83e-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:25:\"527baabaed83e-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:26:\"527baabaed83e-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:25:\"527baabaed83e-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:25:\"527baabaed83e-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:26:\"527baabaed83e-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:25:\"527baabaed83e-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1672","614","_wp_attached_file","2017/09/527baab7759a2.jpg");
INSERT INTO `pcab_postmeta` VALUES("1673","614","_wp_attachment_metadata","a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:25:\"2017/09/527baab7759a2.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"527baab7759a2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"527baab7759a2-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"527baab7759a2-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"527baab7759a2-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:25:\"527baab7759a2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:26:\"527baab7759a2-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:25:\"527baab7759a2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:25:\"527baab7759a2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:26:\"527baab7759a2-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:25:\"527baab7759a2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;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:{}}}");
INSERT INTO `pcab_postmeta` VALUES("1674","618","_edit_last","1");
INSERT INTO `pcab_postmeta` VALUES("1675","618","_edit_lock","1505143845:1");
INSERT INTO `pcab_postmeta` VALUES("1676","618","_yoast_wpseo_primary_wpsl_store_category","14");
INSERT INTO `pcab_postmeta` VALUES("1677","618","wpsl_address","5030 Felhurst Way");
INSERT INTO `pcab_postmeta` VALUES("1678","618","wpsl_city","Norcross");
INSERT INTO `pcab_postmeta` VALUES("1679","618","wpsl_state","GA");
INSERT INTO `pcab_postmeta` VALUES("1680","618","wpsl_zip","30092");
INSERT INTO `pcab_postmeta` VALUES("1681","618","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("1682","618","wpsl_country_iso","US");
INSERT INTO `pcab_postmeta` VALUES("1683","618","wpsl_lat","33.977833");
INSERT INTO `pcab_postmeta` VALUES("1684","618","wpsl_lng","-84.20806");
INSERT INTO `pcab_postmeta` VALUES("1685","618","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("1686","618","wpsl_phone","(770) 263-6225");
INSERT INTO `pcab_postmeta` VALUES("1687","621","_edit_lock","1505228817:2");
INSERT INTO `pcab_postmeta` VALUES("1688","621","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("1689","621","_yoast_wpseo_primary_wpsl_store_category","14");
INSERT INTO `pcab_postmeta` VALUES("1690","621","wpsl_address","1337 Willis Mill Rd");
INSERT INTO `pcab_postmeta` VALUES("1691","621","wpsl_city","Atlanta");
INSERT INTO `pcab_postmeta` VALUES("1692","621","wpsl_state","GA");
INSERT INTO `pcab_postmeta` VALUES("1693","621","wpsl_zip","30311");
INSERT INTO `pcab_postmeta` VALUES("1694","621","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("1695","621","wpsl_lat","33.719458");
INSERT INTO `pcab_postmeta` VALUES("1696","621","wpsl_lng","-84.469833");
INSERT INTO `pcab_postmeta` VALUES("1697","621","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("1698","621","wpsl_phone","(404) 219-5302");
INSERT INTO `pcab_postmeta` VALUES("1699","623","_edit_lock","1505144777:2");
INSERT INTO `pcab_postmeta` VALUES("1700","623","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("1701","623","_yoast_wpseo_primary_wpsl_store_category","14");
INSERT INTO `pcab_postmeta` VALUES("1702","623","wpsl_address","3729 Church Street");
INSERT INTO `pcab_postmeta` VALUES("1703","623","wpsl_city","Clarkston");
INSERT INTO `pcab_postmeta` VALUES("1704","623","wpsl_state","GA");
INSERT INTO `pcab_postmeta` VALUES("1705","623","wpsl_zip","30021");
INSERT INTO `pcab_postmeta` VALUES("1706","623","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("1707","623","wpsl_lat","33.80375");
INSERT INTO `pcab_postmeta` VALUES("1708","623","wpsl_lng","-84.244271");
INSERT INTO `pcab_postmeta` VALUES("1709","623","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("1710","623","wpsl_phone","(404) 292-1730");
INSERT INTO `pcab_postmeta` VALUES("1711","625","_edit_lock","1505144927:2");
INSERT INTO `pcab_postmeta` VALUES("1712","625","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("1713","625","_yoast_wpseo_primary_wpsl_store_category","14");
INSERT INTO `pcab_postmeta` VALUES("1714","625","wpsl_address","2692 Sandpiper Dr");
INSERT INTO `pcab_postmeta` VALUES("1715","625","wpsl_city","Tucker");
INSERT INTO `pcab_postmeta` VALUES("1716","625","wpsl_state","GA");
INSERT INTO `pcab_postmeta` VALUES("1717","625","wpsl_zip","30084");
INSERT INTO `pcab_postmeta` VALUES("1718","625","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("1719","625","wpsl_lat","33.865237");
INSERT INTO `pcab_postmeta` VALUES("1720","625","wpsl_lng","-84.190163");
INSERT INTO `pcab_postmeta` VALUES("1721","625","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("1722","625","wpsl_phone","(770) 318-7909");
INSERT INTO `pcab_postmeta` VALUES("1723","627","_edit_lock","1505145085:2");
INSERT INTO `pcab_postmeta` VALUES("1724","627","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("1725","627","_yoast_wpseo_primary_wpsl_store_category","15");
INSERT INTO `pcab_postmeta` VALUES("1726","627","wpsl_address","5360 Gulf Of Mexico Dr");
INSERT INTO `pcab_postmeta` VALUES("1727","627","wpsl_address2","#108");
INSERT INTO `pcab_postmeta` VALUES("1728","627","wpsl_city","Long Boat Key");
INSERT INTO `pcab_postmeta` VALUES("1729","627","wpsl_state","FL");
INSERT INTO `pcab_postmeta` VALUES("1730","627","wpsl_zip","34228");
INSERT INTO `pcab_postmeta` VALUES("1731","627","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("1732","627","wpsl_lat","27.410781");
INSERT INTO `pcab_postmeta` VALUES("1733","627","wpsl_lng","-82.656386");
INSERT INTO `pcab_postmeta` VALUES("1734","627","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("1735","627","wpsl_phone","(419) 283-1085");
INSERT INTO `pcab_postmeta` VALUES("1736","629","_edit_lock","1505145166:2");
INSERT INTO `pcab_postmeta` VALUES("1737","629","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("1738","629","_yoast_wpseo_primary_wpsl_store_category","18");
INSERT INTO `pcab_postmeta` VALUES("1739","629","wpsl_address","3160 Bordentown Avenue");
INSERT INTO `pcab_postmeta` VALUES("1740","629","wpsl_city","Old Bridge");
INSERT INTO `pcab_postmeta` VALUES("1741","629","wpsl_state","NJ");
INSERT INTO `pcab_postmeta` VALUES("1742","629","wpsl_zip","08857");
INSERT INTO `pcab_postmeta` VALUES("1743","629","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("1744","629","wpsl_lat","40.44695");
INSERT INTO `pcab_postmeta` VALUES("1745","629","wpsl_lng","-74.315712");
INSERT INTO `pcab_postmeta` VALUES("1746","629","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("1747","629","wpsl_phone","(732) 316-9500");
INSERT INTO `pcab_postmeta` VALUES("1748","631","_edit_lock","1505145449:2");
INSERT INTO `pcab_postmeta` VALUES("1749","631","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("1750","631","_yoast_wpseo_primary_wpsl_store_category","17");
INSERT INTO `pcab_postmeta` VALUES("1751","631","wpsl_address","1 Pauls Path");
INSERT INTO `pcab_postmeta` VALUES("1752","631","wpsl_city","Coram");
INSERT INTO `pcab_postmeta` VALUES("1753","631","wpsl_state","NY");
INSERT INTO `pcab_postmeta` VALUES("1754","631","wpsl_zip","11727");
INSERT INTO `pcab_postmeta` VALUES("1755","631","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("1756","631","wpsl_lat","40.860928");
INSERT INTO `pcab_postmeta` VALUES("1757","631","wpsl_lng","-72.999243");
INSERT INTO `pcab_postmeta` VALUES("1758","631","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("1759","631","wpsl_phone","(631) 698-5680");
INSERT INTO `pcab_postmeta` VALUES("1760","633","_edit_lock","1505145551:2");
INSERT INTO `pcab_postmeta` VALUES("1761","633","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("1762","633","_yoast_wpseo_primary_wpsl_store_category","16");
INSERT INTO `pcab_postmeta` VALUES("1763","633","wpsl_address","900 E Elfinwild Rd");
INSERT INTO `pcab_postmeta` VALUES("1764","633","wpsl_city","Allison Park");
INSERT INTO `pcab_postmeta` VALUES("1765","633","wpsl_state","PA");
INSERT INTO `pcab_postmeta` VALUES("1766","633","wpsl_zip","15101");
INSERT INTO `pcab_postmeta` VALUES("1767","633","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("1768","633","wpsl_lat","40.549308");
INSERT INTO `pcab_postmeta` VALUES("1769","633","wpsl_lng","-79.959146");
INSERT INTO `pcab_postmeta` VALUES("1770","633","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("1771","633","wpsl_phone","(412) 961-0660");
INSERT INTO `pcab_postmeta` VALUES("1772","635","_edit_lock","1505145531:2");
INSERT INTO `pcab_postmeta` VALUES("1773","635","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("1774","635","_yoast_wpseo_primary_wpsl_store_category","16");
INSERT INTO `pcab_postmeta` VALUES("1775","635","wpsl_address","328 Holiday Dr");
INSERT INTO `pcab_postmeta` VALUES("1776","635","wpsl_city","Pittsburgh");
INSERT INTO `pcab_postmeta` VALUES("1777","635","wpsl_state","PA");
INSERT INTO `pcab_postmeta` VALUES("1778","635","wpsl_zip","15237");
INSERT INTO `pcab_postmeta` VALUES("1779","635","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("1780","635","wpsl_lat","40.54906");
INSERT INTO `pcab_postmeta` VALUES("1781","635","wpsl_lng","-80.046853");
INSERT INTO `pcab_postmeta` VALUES("1782","635","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("1783","635","wpsl_phone","(412) 366-3857");
INSERT INTO `pcab_postmeta` VALUES("1784","637","_edit_lock","1505145662:2");
INSERT INTO `pcab_postmeta` VALUES("1785","637","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("1786","637","_yoast_wpseo_primary_wpsl_store_category","16");
INSERT INTO `pcab_postmeta` VALUES("1787","637","wpsl_address","629 Dulancey Dr");
INSERT INTO `pcab_postmeta` VALUES("1788","637","wpsl_city","Portage");
INSERT INTO `pcab_postmeta` VALUES("1789","637","wpsl_state","PA");
INSERT INTO `pcab_postmeta` VALUES("1790","637","wpsl_zip","15946");
INSERT INTO `pcab_postmeta` VALUES("1791","637","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("1792","637","wpsl_lat","40.390247");
INSERT INTO `pcab_postmeta` VALUES("1793","637","wpsl_lng","-78.670922");
INSERT INTO `pcab_postmeta` VALUES("1794","637","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("1795","637","wpsl_phone","(814) 736-3805");
INSERT INTO `pcab_postmeta` VALUES("1796","639","_edit_lock","1505145738:2");
INSERT INTO `pcab_postmeta` VALUES("1797","639","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("1798","639","_yoast_wpseo_primary_wpsl_store_category","16");
INSERT INTO `pcab_postmeta` VALUES("1799","639","wpsl_address","80 Raspberry Rd");
INSERT INTO `pcab_postmeta` VALUES("1800","639","wpsl_city","Claysville");
INSERT INTO `pcab_postmeta` VALUES("1801","639","wpsl_state","PA");
INSERT INTO `pcab_postmeta` VALUES("1802","639","wpsl_zip","15323");
INSERT INTO `pcab_postmeta` VALUES("1803","639","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("1804","639","wpsl_lat","40.069683");
INSERT INTO `pcab_postmeta` VALUES("1805","639","wpsl_lng","-80.35617");
INSERT INTO `pcab_postmeta` VALUES("1806","639","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("1807","639","wpsl_phone","(412) 600-8366");
INSERT INTO `pcab_postmeta` VALUES("1808","641","_edit_lock","1505145815:2");
INSERT INTO `pcab_postmeta` VALUES("1809","641","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("1810","641","_yoast_wpseo_primary_wpsl_store_category","10");
INSERT INTO `pcab_postmeta` VALUES("1811","641","wpsl_address","143 Sheffield Rd");
INSERT INTO `pcab_postmeta` VALUES("1812","641","wpsl_city","Cincinnati");
INSERT INTO `pcab_postmeta` VALUES("1813","641","wpsl_state","OH");
INSERT INTO `pcab_postmeta` VALUES("1814","641","wpsl_zip","48240");
INSERT INTO `pcab_postmeta` VALUES("1815","641","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("1816","641","wpsl_lat","39.264646");
INSERT INTO `pcab_postmeta` VALUES("1817","641","wpsl_lng","-84.475815");
INSERT INTO `pcab_postmeta` VALUES("1818","641","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("1819","641","wpsl_phone","(513) 429-2090");
INSERT INTO `pcab_postmeta` VALUES("1820","643","_edit_lock","1505145896:2");
INSERT INTO `pcab_postmeta` VALUES("1821","643","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("1822","643","_yoast_wpseo_primary_wpsl_store_category","10");
INSERT INTO `pcab_postmeta` VALUES("1823","643","wpsl_address","1467 N Shoop Ave");
INSERT INTO `pcab_postmeta` VALUES("1824","643","wpsl_city","Wauseon");
INSERT INTO `pcab_postmeta` VALUES("1825","643","wpsl_state","OH");
INSERT INTO `pcab_postmeta` VALUES("1826","643","wpsl_zip","43567");
INSERT INTO `pcab_postmeta` VALUES("1827","643","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("1828","643","wpsl_lat","41.571504");
INSERT INTO `pcab_postmeta` VALUES("1829","643","wpsl_lng","-84.136562");
INSERT INTO `pcab_postmeta` VALUES("1830","643","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("1831","643","wpsl_phone","(419) 335-6665");
INSERT INTO `pcab_postmeta` VALUES("1832","643","wpsl_url","http://www.volkmankitchenandbath.com/");
INSERT INTO `pcab_postmeta` VALUES("1833","645","_edit_lock","1505145975:2");
INSERT INTO `pcab_postmeta` VALUES("1834","645","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("1835","645","_yoast_wpseo_primary_wpsl_store_category","10");
INSERT INTO `pcab_postmeta` VALUES("1836","645","wpsl_address","7946 North State Route 66");
INSERT INTO `pcab_postmeta` VALUES("1837","645","wpsl_city","Defiance");
INSERT INTO `pcab_postmeta` VALUES("1838","645","wpsl_state","OH");
INSERT INTO `pcab_postmeta` VALUES("1839","645","wpsl_zip","43512");
INSERT INTO `pcab_postmeta` VALUES("1840","645","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("1841","645","wpsl_lat","41.327252");
INSERT INTO `pcab_postmeta` VALUES("1842","645","wpsl_lng","-84.361545");
INSERT INTO `pcab_postmeta` VALUES("1843","645","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("1844","645","wpsl_phone","(419) 782-7756");
INSERT INTO `pcab_postmeta` VALUES("1845","647","_edit_lock","1505146055:2");
INSERT INTO `pcab_postmeta` VALUES("1846","647","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("1847","647","_yoast_wpseo_primary_wpsl_store_category","10");
INSERT INTO `pcab_postmeta` VALUES("1848","647","wpsl_address","3203 Orchard Avenue Se");
INSERT INTO `pcab_postmeta` VALUES("1849","647","wpsl_city","Warren");
INSERT INTO `pcab_postmeta` VALUES("1850","647","wpsl_state","OH");
INSERT INTO `pcab_postmeta` VALUES("1851","647","wpsl_zip","44484");
INSERT INTO `pcab_postmeta` VALUES("1852","647","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("1853","647","wpsl_lat","41.213108");
INSERT INTO `pcab_postmeta` VALUES("1854","647","wpsl_lng","-80.778056");
INSERT INTO `pcab_postmeta` VALUES("1855","647","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("1856","647","wpsl_phone","(330) 369-5853");
INSERT INTO `pcab_postmeta` VALUES("1857","649","_edit_lock","1505146135:2");
INSERT INTO `pcab_postmeta` VALUES("1858","649","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("1859","649","_yoast_wpseo_primary_wpsl_store_category","10");
INSERT INTO `pcab_postmeta` VALUES("1860","649","wpsl_address","6229 Hubbard Rd");
INSERT INTO `pcab_postmeta` VALUES("1861","649","wpsl_city","Hubbard");
INSERT INTO `pcab_postmeta` VALUES("1862","649","wpsl_state","OH");
INSERT INTO `pcab_postmeta` VALUES("1863","649","wpsl_zip","44425");
INSERT INTO `pcab_postmeta` VALUES("1864","649","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("1865","649","wpsl_lat","41.150818");
INSERT INTO `pcab_postmeta` VALUES("1866","649","wpsl_lng","-80.593675");
INSERT INTO `pcab_postmeta` VALUES("1867","649","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("1868","649","wpsl_phone","(330) 259-7206");
INSERT INTO `pcab_postmeta` VALUES("1869","651","_edit_lock","1505146215:2");
INSERT INTO `pcab_postmeta` VALUES("1870","651","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("1871","651","_yoast_wpseo_primary_wpsl_store_category","10");
INSERT INTO `pcab_postmeta` VALUES("1872","651","wpsl_address","37274 Fifth Ave");
INSERT INTO `pcab_postmeta` VALUES("1873","651","wpsl_city","Sardis");
INSERT INTO `pcab_postmeta` VALUES("1874","651","wpsl_state","OH");
INSERT INTO `pcab_postmeta` VALUES("1875","651","wpsl_zip","43946");
INSERT INTO `pcab_postmeta` VALUES("1876","651","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("1877","651","wpsl_lat","39.622693");
INSERT INTO `pcab_postmeta` VALUES("1878","651","wpsl_lng","-80.909811");
INSERT INTO `pcab_postmeta` VALUES("1879","651","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("1880","651","wpsl_phone","(740) 483-1989");
INSERT INTO `pcab_postmeta` VALUES("1881","653","_edit_lock","1505146301:2");
INSERT INTO `pcab_postmeta` VALUES("1882","653","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("1883","653","_yoast_wpseo_primary_wpsl_store_category","10");
INSERT INTO `pcab_postmeta` VALUES("1884","653","wpsl_address","4727 Cornell Rd");
INSERT INTO `pcab_postmeta` VALUES("1885","653","wpsl_city","Cincinnati");
INSERT INTO `pcab_postmeta` VALUES("1886","653","wpsl_state","OH");
INSERT INTO `pcab_postmeta` VALUES("1887","653","wpsl_zip","45241");
INSERT INTO `pcab_postmeta` VALUES("1888","653","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("1889","653","wpsl_lat","-84.37484");
INSERT INTO `pcab_postmeta` VALUES("1890","653","wpsl_lng","-84.37484");
INSERT INTO `pcab_postmeta` VALUES("1891","653","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("1892","653","wpsl_phone","(513) 247-0229");
INSERT INTO `pcab_postmeta` VALUES("1893","653","wpsl_url","http://www.prestige123.com/");
INSERT INTO `pcab_postmeta` VALUES("1894","655","_edit_lock","1505146406:2");
INSERT INTO `pcab_postmeta` VALUES("1895","655","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("1896","655","_yoast_wpseo_primary_wpsl_store_category","10");
INSERT INTO `pcab_postmeta` VALUES("1897","655","wpsl_address","4695 Lake Forest Dr");
INSERT INTO `pcab_postmeta` VALUES("1898","655","wpsl_address2","#300");
INSERT INTO `pcab_postmeta` VALUES("1899","655","wpsl_city","Cincinnati");
INSERT INTO `pcab_postmeta` VALUES("1900","655","wpsl_state","OH");
INSERT INTO `pcab_postmeta` VALUES("1901","655","wpsl_zip","45242");
INSERT INTO `pcab_postmeta` VALUES("1902","655","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("1903","655","wpsl_lat","39.254053");
INSERT INTO `pcab_postmeta` VALUES("1904","655","wpsl_lng","-84.377917");
INSERT INTO `pcab_postmeta` VALUES("1905","655","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("1906","655","wpsl_phone","(513) 563-3582");
INSERT INTO `pcab_postmeta` VALUES("1907","657","_edit_lock","1505146491:2");
INSERT INTO `pcab_postmeta` VALUES("1908","657","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("1909","657","_yoast_wpseo_primary_wpsl_store_category","10");
INSERT INTO `pcab_postmeta` VALUES("1910","657","wpsl_address","9645 County Rd 39");
INSERT INTO `pcab_postmeta` VALUES("1911","657","wpsl_city","Bloomingdale");
INSERT INTO `pcab_postmeta` VALUES("1912","657","wpsl_state","OH");
INSERT INTO `pcab_postmeta` VALUES("1913","657","wpsl_zip","43910");
INSERT INTO `pcab_postmeta` VALUES("1914","657","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("1915","657","wpsl_lat","40.342846");
INSERT INTO `pcab_postmeta` VALUES("1916","657","wpsl_lng","-80.81814");
INSERT INTO `pcab_postmeta` VALUES("1917","657","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("1918","657","wpsl_phone","(740) 632-6795");
INSERT INTO `pcab_postmeta` VALUES("1919","659","_edit_lock","1505146585:2");
INSERT INTO `pcab_postmeta` VALUES("1920","659","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("1921","659","_yoast_wpseo_primary_wpsl_store_category","10");
INSERT INTO `pcab_postmeta` VALUES("1922","659","wpsl_address","101 W. Dunedin Rd");
INSERT INTO `pcab_postmeta` VALUES("1923","659","wpsl_city","Columbus");
INSERT INTO `pcab_postmeta` VALUES("1924","659","wpsl_state","OH");
INSERT INTO `pcab_postmeta` VALUES("1925","659","wpsl_zip","43214");
INSERT INTO `pcab_postmeta` VALUES("1926","659","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("1927","659","wpsl_lat","40.034157");
INSERT INTO `pcab_postmeta` VALUES("1928","659","wpsl_lng","-83.019619");
INSERT INTO `pcab_postmeta` VALUES("1929","659","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("1930","659","wpsl_phone","(614) 271-5445");
INSERT INTO `pcab_postmeta` VALUES("1931","661","_edit_lock","1505146674:2");
INSERT INTO `pcab_postmeta` VALUES("1932","661","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("1933","661","_yoast_wpseo_primary_wpsl_store_category","10");
INSERT INTO `pcab_postmeta` VALUES("1934","661","wpsl_address","2115 Baldwin Rd");
INSERT INTO `pcab_postmeta` VALUES("1935","661","wpsl_city","Reynoldsburg");
INSERT INTO `pcab_postmeta` VALUES("1936","661","wpsl_state","OH");
INSERT INTO `pcab_postmeta` VALUES("1937","661","wpsl_zip","43068");
INSERT INTO `pcab_postmeta` VALUES("1938","661","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("1939","661","wpsl_lat","39.938698");
INSERT INTO `pcab_postmeta` VALUES("1940","661","wpsl_lng","-82.816574");
INSERT INTO `pcab_postmeta` VALUES("1941","661","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("1942","663","_edit_lock","1505146754:2");
INSERT INTO `pcab_postmeta` VALUES("1943","663","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("1944","663","_yoast_wpseo_primary_wpsl_store_category","10");
INSERT INTO `pcab_postmeta` VALUES("1945","663","wpsl_address","991 South Main Street");
INSERT INTO `pcab_postmeta` VALUES("1946","663","wpsl_city","Bowling Green");
INSERT INTO `pcab_postmeta` VALUES("1947","663","wpsl_state","OH");
INSERT INTO `pcab_postmeta` VALUES("1948","663","wpsl_zip","43402");
INSERT INTO `pcab_postmeta` VALUES("1949","663","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("1950","663","wpsl_lat","41.360827");
INSERT INTO `pcab_postmeta` VALUES("1951","663","wpsl_lng","-83.649596");
INSERT INTO `pcab_postmeta` VALUES("1952","663","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("1953","663","wpsl_phone","(419) 352-8147");
INSERT INTO `pcab_postmeta` VALUES("1954","665","_edit_lock","1505146845:2");
INSERT INTO `pcab_postmeta` VALUES("1955","665","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("1956","665","_yoast_wpseo_primary_wpsl_store_category","10");
INSERT INTO `pcab_postmeta` VALUES("1957","665","wpsl_address","12667 Portage St");
INSERT INTO `pcab_postmeta` VALUES("1958","665","wpsl_city","Doylestown");
INSERT INTO `pcab_postmeta` VALUES("1959","665","wpsl_state","OH");
INSERT INTO `pcab_postmeta` VALUES("1960","665","wpsl_zip","44230");
INSERT INTO `pcab_postmeta` VALUES("1961","665","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("1962","665","wpsl_lat","40.952802");
INSERT INTO `pcab_postmeta` VALUES("1963","665","wpsl_lng","-81.733161");
INSERT INTO `pcab_postmeta` VALUES("1964","665","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("1965","665","wpsl_phone","(330) 658-2023");
INSERT INTO `pcab_postmeta` VALUES("1966","667","_edit_lock","1505146929:2");
INSERT INTO `pcab_postmeta` VALUES("1967","667","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("1968","667","_yoast_wpseo_primary_wpsl_store_category","10");
INSERT INTO `pcab_postmeta` VALUES("1969","667","wpsl_address","3435 Brookpark Rd");
INSERT INTO `pcab_postmeta` VALUES("1970","667","wpsl_city","Parma");
INSERT INTO `pcab_postmeta` VALUES("1971","667","wpsl_state","OH");
INSERT INTO `pcab_postmeta` VALUES("1972","667","wpsl_zip","44134");
INSERT INTO `pcab_postmeta` VALUES("1973","667","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("1974","667","wpsl_lat","41.418622");
INSERT INTO `pcab_postmeta` VALUES("1975","667","wpsl_lng","-81.709592");
INSERT INTO `pcab_postmeta` VALUES("1976","667","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("1977","667","wpsl_phone","(216) 741-3440");
INSERT INTO `pcab_postmeta` VALUES("1978","669","_edit_lock","1505147022:2");
INSERT INTO `pcab_postmeta` VALUES("1979","669","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("1980","669","_yoast_wpseo_primary_wpsl_store_category","10");
INSERT INTO `pcab_postmeta` VALUES("1981","669","wpsl_address","150 Dane Street");
INSERT INTO `pcab_postmeta` VALUES("1982","669","wpsl_city","Amherst");
INSERT INTO `pcab_postmeta` VALUES("1983","669","wpsl_state","OH");
INSERT INTO `pcab_postmeta` VALUES("1984","669","wpsl_zip","44001");
INSERT INTO `pcab_postmeta` VALUES("1985","669","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("1986","669","wpsl_lat","41.399579");
INSERT INTO `pcab_postmeta` VALUES("1987","669","wpsl_lng","-82.243481");
INSERT INTO `pcab_postmeta` VALUES("1988","669","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("1989","669","wpsl_phone","(440) 988-7292");
INSERT INTO `pcab_postmeta` VALUES("1990","671","_edit_lock","1505147123:2");
INSERT INTO `pcab_postmeta` VALUES("1991","671","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("1992","671","_yoast_wpseo_primary_wpsl_store_category","10");
INSERT INTO `pcab_postmeta` VALUES("1993","671","wpsl_address","2840 N Reynolds Rd");
INSERT INTO `pcab_postmeta` VALUES("1994","671","wpsl_city","Toledo");
INSERT INTO `pcab_postmeta` VALUES("1995","671","wpsl_state","OH");
INSERT INTO `pcab_postmeta` VALUES("1996","671","wpsl_zip","43615");
INSERT INTO `pcab_postmeta` VALUES("1997","671","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("1998","671","wpsl_lat","41.673216");
INSERT INTO `pcab_postmeta` VALUES("1999","671","wpsl_lng","-83.668747");
INSERT INTO `pcab_postmeta` VALUES("2000","671","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("2001","671","wpsl_phone","(419) 531-8700");
INSERT INTO `pcab_postmeta` VALUES("2002","671","wpsl_url","http://www.dreamkitchenandbath.com/");
INSERT INTO `pcab_postmeta` VALUES("2003","673","_edit_lock","1505147214:2");
INSERT INTO `pcab_postmeta` VALUES("2004","673","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("2005","673","_yoast_wpseo_primary_wpsl_store_category","10");
INSERT INTO `pcab_postmeta` VALUES("2006","673","wpsl_address","101 N Stone Street");
INSERT INTO `pcab_postmeta` VALUES("2007","673","wpsl_city","Fremont");
INSERT INTO `pcab_postmeta` VALUES("2008","673","wpsl_state","OH");
INSERT INTO `pcab_postmeta` VALUES("2009","673","wpsl_zip","43420");
INSERT INTO `pcab_postmeta` VALUES("2010","673","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("2011","673","wpsl_lat","41.346652");
INSERT INTO `pcab_postmeta` VALUES("2012","673","wpsl_lng","-83.135856");
INSERT INTO `pcab_postmeta` VALUES("2013","673","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("2014","673","wpsl_phone","(419) 355-8001");
INSERT INTO `pcab_postmeta` VALUES("2015","675","_edit_lock","1505147320:2");
INSERT INTO `pcab_postmeta` VALUES("2016","675","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("2017","675","_yoast_wpseo_primary_wpsl_store_category","10");
INSERT INTO `pcab_postmeta` VALUES("2018","675","wpsl_address","215 S Main St");
INSERT INTO `pcab_postmeta` VALUES("2019","675","wpsl_city","Findlay");
INSERT INTO `pcab_postmeta` VALUES("2020","675","wpsl_state","OH");
INSERT INTO `pcab_postmeta` VALUES("2021","675","wpsl_zip","45840");
INSERT INTO `pcab_postmeta` VALUES("2022","675","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("2023","675","wpsl_lat","41.040045");
INSERT INTO `pcab_postmeta` VALUES("2024","675","wpsl_lng","-83.64969");
INSERT INTO `pcab_postmeta` VALUES("2025","675","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("2026","675","wpsl_phone","(419) 423-1115");
INSERT INTO `pcab_postmeta` VALUES("2027","675","wpsl_url","http://www.cavinskitchenvillage.com/");
INSERT INTO `pcab_postmeta` VALUES("2028","677","_edit_lock","1505147439:2");
INSERT INTO `pcab_postmeta` VALUES("2029","677","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("2030","677","_yoast_wpseo_primary_wpsl_store_category","10");
INSERT INTO `pcab_postmeta` VALUES("2031","677","wpsl_address","210R West Perkins Ave");
INSERT INTO `pcab_postmeta` VALUES("2032","677","wpsl_city","Sandusky");
INSERT INTO `pcab_postmeta` VALUES("2033","677","wpsl_state","OH");
INSERT INTO `pcab_postmeta` VALUES("2034","677","wpsl_zip","44870");
INSERT INTO `pcab_postmeta` VALUES("2035","677","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("2036","677","wpsl_lat","41.432573");
INSERT INTO `pcab_postmeta` VALUES("2037","677","wpsl_lng","-82.700499");
INSERT INTO `pcab_postmeta` VALUES("2038","677","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("2039","677","wpsl_phone","(419) 626-4032");
INSERT INTO `pcab_postmeta` VALUES("2040","679","_edit_lock","1505147764:2");
INSERT INTO `pcab_postmeta` VALUES("2041","679","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("2042","679","_yoast_wpseo_primary_wpsl_store_category","10");
INSERT INTO `pcab_postmeta` VALUES("2043","679","wpsl_address","7142 Frank Ave NW");
INSERT INTO `pcab_postmeta` VALUES("2044","679","wpsl_city","North Canton");
INSERT INTO `pcab_postmeta` VALUES("2045","679","wpsl_state","OH");
INSERT INTO `pcab_postmeta` VALUES("2046","679","wpsl_zip","44720");
INSERT INTO `pcab_postmeta` VALUES("2047","679","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("2048","679","wpsl_lat","40.884516");
INSERT INTO `pcab_postmeta` VALUES("2049","679","wpsl_lng","-81.440972");
INSERT INTO `pcab_postmeta` VALUES("2050","679","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("2051","679","wpsl_phone","(330) 244-0221");
INSERT INTO `pcab_postmeta` VALUES("2052","681","_edit_lock","1505147862:2");
INSERT INTO `pcab_postmeta` VALUES("2053","681","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("2054","681","_yoast_wpseo_primary_wpsl_store_category","12");
INSERT INTO `pcab_postmeta` VALUES("2055","681","wpsl_address","315 N Walnut St");
INSERT INTO `pcab_postmeta` VALUES("2056","681","wpsl_city","Seymour");
INSERT INTO `pcab_postmeta` VALUES("2057","681","wpsl_state","IN");
INSERT INTO `pcab_postmeta` VALUES("2058","681","wpsl_zip","47274");
INSERT INTO `pcab_postmeta` VALUES("2059","681","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("2060","681","wpsl_lat","38.959974");
INSERT INTO `pcab_postmeta` VALUES("2061","681","wpsl_lng","-85.892639");
INSERT INTO `pcab_postmeta` VALUES("2062","681","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("2063","681","wpsl_phone","(812) 522-8669");
INSERT INTO `pcab_postmeta` VALUES("2064","683","_edit_lock","1505148197:2");
INSERT INTO `pcab_postmeta` VALUES("2065","683","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("2066","683","_yoast_wpseo_primary_wpsl_store_category","12");
INSERT INTO `pcab_postmeta` VALUES("2067","683","wpsl_address","4050 Middle Road");
INSERT INTO `pcab_postmeta` VALUES("2068","683","wpsl_city","Columbus");
INSERT INTO `pcab_postmeta` VALUES("2069","683","wpsl_state","IN");
INSERT INTO `pcab_postmeta` VALUES("2070","683","wpsl_zip","47203");
INSERT INTO `pcab_postmeta` VALUES("2071","683","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("2072","683","wpsl_lat","39.245842");
INSERT INTO `pcab_postmeta` VALUES("2073","683","wpsl_lng","-85.895322");
INSERT INTO `pcab_postmeta` VALUES("2074","683","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("2075","683","wpsl_phone","(812) 379-1392");
INSERT INTO `pcab_postmeta` VALUES("2076","685","_edit_lock","1505148305:2");
INSERT INTO `pcab_postmeta` VALUES("2077","685","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("2078","685","_yoast_wpseo_primary_wpsl_store_category","12");
INSERT INTO `pcab_postmeta` VALUES("2079","685","wpsl_address","Anderson");
INSERT INTO `pcab_postmeta` VALUES("2080","685","wpsl_city","Anderson");
INSERT INTO `pcab_postmeta` VALUES("2081","685","wpsl_state","IN");
INSERT INTO `pcab_postmeta` VALUES("2082","685","wpsl_zip","46012");
INSERT INTO `pcab_postmeta` VALUES("2083","685","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("2084","685","wpsl_lat","40.158438");
INSERT INTO `pcab_postmeta` VALUES("2085","685","wpsl_lng","-85.613559");
INSERT INTO `pcab_postmeta` VALUES("2086","685","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("2087","685","wpsl_phone","(765) 378-7900");
INSERT INTO `pcab_postmeta` VALUES("2088","687","_edit_lock","1505148430:2");
INSERT INTO `pcab_postmeta` VALUES("2089","687","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("2090","687","_yoast_wpseo_primary_wpsl_store_category","11");
INSERT INTO `pcab_postmeta` VALUES("2091","687","wpsl_address","1169 Romin Road");
INSERT INTO `pcab_postmeta` VALUES("2092","687","wpsl_city","Lake Geneva");
INSERT INTO `pcab_postmeta` VALUES("2093","687","wpsl_state","WI");
INSERT INTO `pcab_postmeta` VALUES("2094","687","wpsl_zip","53147");
INSERT INTO `pcab_postmeta` VALUES("2095","687","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("2096","687","wpsl_lat","42.57518");
INSERT INTO `pcab_postmeta` VALUES("2097","687","wpsl_lng","-88.422128");
INSERT INTO `pcab_postmeta` VALUES("2098","687","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("2099","687","wpsl_phone","(262) 723-9393");
INSERT INTO `pcab_postmeta` VALUES("2100","689","_edit_lock","1505148614:2");
INSERT INTO `pcab_postmeta` VALUES("2101","689","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("2102","689","_yoast_wpseo_primary_wpsl_store_category","9");
INSERT INTO `pcab_postmeta` VALUES("2103","689","wpsl_address","2655 Orchard Lake Rd");
INSERT INTO `pcab_postmeta` VALUES("2104","689","wpsl_address2","Ste 109");
INSERT INTO `pcab_postmeta` VALUES("2105","689","wpsl_city","Sylvan Lake");
INSERT INTO `pcab_postmeta` VALUES("2106","689","wpsl_state","MI");
INSERT INTO `pcab_postmeta` VALUES("2107","689","wpsl_zip","48320");
INSERT INTO `pcab_postmeta` VALUES("2108","689","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("2109","689","wpsl_lat","42.607141");
INSERT INTO `pcab_postmeta` VALUES("2110","689","wpsl_lng","-83.337185");
INSERT INTO `pcab_postmeta` VALUES("2111","689","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("2112","689","wpsl_phone","(248) 683-2680");
INSERT INTO `pcab_postmeta` VALUES("2113","689","wpsl_url","http://www.worldwidecabinets.com/");
INSERT INTO `pcab_postmeta` VALUES("2114","691","_edit_lock","1505148741:2");
INSERT INTO `pcab_postmeta` VALUES("2115","691","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("2116","691","_yoast_wpseo_primary_wpsl_store_category","9");
INSERT INTO `pcab_postmeta` VALUES("2117","691","wpsl_address","1013 W Saginaw Road");
INSERT INTO `pcab_postmeta` VALUES("2118","691","wpsl_city","Vassar");
INSERT INTO `pcab_postmeta` VALUES("2119","691","wpsl_state","MI");
INSERT INTO `pcab_postmeta` VALUES("2120","691","wpsl_zip","48768");
INSERT INTO `pcab_postmeta` VALUES("2121","691","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("2122","691","wpsl_lat","43.375143");
INSERT INTO `pcab_postmeta` VALUES("2123","691","wpsl_lng","-83.59732");
INSERT INTO `pcab_postmeta` VALUES("2124","691","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("2125","691","wpsl_phone","(989) 823-8513");
INSERT INTO `pcab_postmeta` VALUES("2126","691","wpsl_url","http://vbc.doitbest.com/");
INSERT INTO `pcab_postmeta` VALUES("2127","693","_edit_lock","1505148867:2");
INSERT INTO `pcab_postmeta` VALUES("2128","693","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("2129","693","_yoast_wpseo_primary_wpsl_store_category","9");
INSERT INTO `pcab_postmeta` VALUES("2130","693","wpsl_address","8842 Bunton Road");
INSERT INTO `pcab_postmeta` VALUES("2131","693","wpsl_city","Willis");
INSERT INTO `pcab_postmeta` VALUES("2132","693","wpsl_state","MI");
INSERT INTO `pcab_postmeta` VALUES("2133","693","wpsl_zip","48191");
INSERT INTO `pcab_postmeta` VALUES("2134","693","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("2135","693","wpsl_lat","42.160328");
INSERT INTO `pcab_postmeta` VALUES("2136","693","wpsl_lng","-83.562493");
INSERT INTO `pcab_postmeta` VALUES("2137","693","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("2138","693","wpsl_phone","(734) 482-1981");
INSERT INTO `pcab_postmeta` VALUES("2139","695","_edit_lock","1505148982:2");
INSERT INTO `pcab_postmeta` VALUES("2140","695","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("2141","695","_yoast_wpseo_primary_wpsl_store_category","9");
INSERT INTO `pcab_postmeta` VALUES("2142","695","wpsl_address","4315 N Adrian Hwy");
INSERT INTO `pcab_postmeta` VALUES("2143","695","wpsl_city","Adrian");
INSERT INTO `pcab_postmeta` VALUES("2144","695","wpsl_state","MI");
INSERT INTO `pcab_postmeta` VALUES("2145","695","wpsl_zip","49221");
INSERT INTO `pcab_postmeta` VALUES("2146","695","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("2147","695","wpsl_lat","41.945706");
INSERT INTO `pcab_postmeta` VALUES("2148","695","wpsl_lng","-84.00396");
INSERT INTO `pcab_postmeta` VALUES("2149","695","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("2150","695","wpsl_phone","(517) 263-9585");
INSERT INTO `pcab_postmeta` VALUES("2151","695","wpsl_url","http://www.towncountrykitchen.com/");
INSERT INTO `pcab_postmeta` VALUES("2152","697","_edit_lock","1505155807:2");
INSERT INTO `pcab_postmeta` VALUES("2157","697","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("2158","697","_yoast_wpseo_primary_wpsl_store_category","9");
INSERT INTO `pcab_postmeta` VALUES("2159","697","wpsl_address","538 Hoppe Rd");
INSERT INTO `pcab_postmeta` VALUES("2160","697","wpsl_city","Hesperia");
INSERT INTO `pcab_postmeta` VALUES("2161","697","wpsl_state","MI");
INSERT INTO `pcab_postmeta` VALUES("2162","697","wpsl_zip","49421");
INSERT INTO `pcab_postmeta` VALUES("2163","697","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("2164","697","wpsl_lat","43.630523");
INSERT INTO `pcab_postmeta` VALUES("2165","697","wpsl_lng","-86.055013");
INSERT INTO `pcab_postmeta` VALUES("2166","697","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("2167","697","wpsl_phone","(231) 854-9782");
INSERT INTO `pcab_postmeta` VALUES("2182","8","_et_pb_ab_subjects","");
INSERT INTO `pcab_postmeta` VALUES("2186","136","_et_pb_use_ab_testing","off");
INSERT INTO `pcab_postmeta` VALUES("2187","136","_et_pb_ab_refresh_interval","hourly");
INSERT INTO `pcab_postmeta` VALUES("2188","136","_et_pb_ab_subjects","");
INSERT INTO `pcab_postmeta` VALUES("2189","136","_et_pb_ab_current_shortcode","[et_pb_split_track id=\"136\" /]");
INSERT INTO `pcab_postmeta` VALUES("2192","173","_et_pb_use_ab_testing","off");
INSERT INTO `pcab_postmeta` VALUES("2193","173","_et_pb_ab_refresh_interval","hourly");
INSERT INTO `pcab_postmeta` VALUES("2194","173","_et_pb_ab_subjects","");
INSERT INTO `pcab_postmeta` VALUES("2195","173","_et_pb_ab_current_shortcode","[et_pb_split_track id=\"173\" /]");
INSERT INTO `pcab_postmeta` VALUES("2202","131","_et_pb_ab_subjects","");
INSERT INTO `pcab_postmeta` VALUES("2211","183","_et_pb_use_ab_testing","off");
INSERT INTO `pcab_postmeta` VALUES("2212","183","_et_pb_ab_refresh_interval","hourly");
INSERT INTO `pcab_postmeta` VALUES("2213","183","_et_pb_ab_subjects","");
INSERT INTO `pcab_postmeta` VALUES("2214","183","_et_pb_ab_current_shortcode","[et_pb_split_track id=\"183\" /]");
INSERT INTO `pcab_postmeta` VALUES("2215","187","_et_pb_use_ab_testing","off");
INSERT INTO `pcab_postmeta` VALUES("2216","187","_et_pb_ab_refresh_interval","hourly");
INSERT INTO `pcab_postmeta` VALUES("2217","187","_et_pb_ab_subjects","");
INSERT INTO `pcab_postmeta` VALUES("2218","187","_et_pb_ab_current_shortcode","[et_pb_split_track id=\"187\" /]");
INSERT INTO `pcab_postmeta` VALUES("2219","192","_et_pb_ab_subjects","");
INSERT INTO `pcab_postmeta` VALUES("2220","198","_et_pb_use_ab_testing","off");
INSERT INTO `pcab_postmeta` VALUES("2221","198","_et_pb_ab_refresh_interval","hourly");
INSERT INTO `pcab_postmeta` VALUES("2222","198","_et_pb_ab_subjects","");
INSERT INTO `pcab_postmeta` VALUES("2223","198","_et_pb_ab_current_shortcode","[et_pb_split_track id=\"198\" /]");
INSERT INTO `pcab_postmeta` VALUES("2226","211","_et_pb_use_ab_testing","off");
INSERT INTO `pcab_postmeta` VALUES("2227","211","_et_pb_ab_refresh_interval","hourly");
INSERT INTO `pcab_postmeta` VALUES("2228","211","_et_pb_ab_subjects","");
INSERT INTO `pcab_postmeta` VALUES("2229","211","_et_pb_ab_current_shortcode","[et_pb_split_track id=\"211\" /]");
INSERT INTO `pcab_postmeta` VALUES("2230","218","_et_pb_use_ab_testing","off");
INSERT INTO `pcab_postmeta` VALUES("2231","218","_et_pb_ab_refresh_interval","hourly");
INSERT INTO `pcab_postmeta` VALUES("2232","218","_et_pb_ab_subjects","");
INSERT INTO `pcab_postmeta` VALUES("2233","218","_et_pb_ab_current_shortcode","[et_pb_split_track id=\"218\" /]");
INSERT INTO `pcab_postmeta` VALUES("2234","226","_et_pb_use_ab_testing","off");
INSERT INTO `pcab_postmeta` VALUES("2235","226","_et_pb_ab_refresh_interval","hourly");
INSERT INTO `pcab_postmeta` VALUES("2236","226","_et_pb_ab_subjects","");
INSERT INTO `pcab_postmeta` VALUES("2237","226","_et_pb_ab_current_shortcode","[et_pb_split_track id=\"226\" /]");
INSERT INTO `pcab_postmeta` VALUES("2238","237","_et_pb_use_ab_testing","off");
INSERT INTO `pcab_postmeta` VALUES("2239","237","_et_pb_ab_refresh_interval","hourly");
INSERT INTO `pcab_postmeta` VALUES("2240","237","_et_pb_ab_subjects","");
INSERT INTO `pcab_postmeta` VALUES("2241","237","_et_pb_ab_current_shortcode","[et_pb_split_track id=\"237\" /]");
INSERT INTO `pcab_postmeta` VALUES("2245","252","_et_pb_use_ab_testing","off");
INSERT INTO `pcab_postmeta` VALUES("2246","252","_et_pb_ab_refresh_interval","hourly");
INSERT INTO `pcab_postmeta` VALUES("2247","252","_et_pb_ab_subjects","");
INSERT INTO `pcab_postmeta` VALUES("2248","252","_et_pb_ab_current_shortcode","[et_pb_split_track id=\"252\" /]");
INSERT INTO `pcab_postmeta` VALUES("2249","814","_edit_lock","1505223033:2");
INSERT INTO `pcab_postmeta` VALUES("2250","814","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("2251","814","_yoast_wpseo_primary_wpsl_store_category","9");
INSERT INTO `pcab_postmeta` VALUES("2252","814","wpsl_address","33401 Grand River Ave");
INSERT INTO `pcab_postmeta` VALUES("2253","814","wpsl_city","Farmington");
INSERT INTO `pcab_postmeta` VALUES("2254","814","wpsl_state","MI");
INSERT INTO `pcab_postmeta` VALUES("2255","814","wpsl_zip","48335");
INSERT INTO `pcab_postmeta` VALUES("2256","814","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("2257","814","wpsl_lat","42.464824");
INSERT INTO `pcab_postmeta` VALUES("2258","814","wpsl_lng","-83.376679");
INSERT INTO `pcab_postmeta` VALUES("2259","814","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("2260","814","wpsl_phone","(248) 478-8888");
INSERT INTO `pcab_postmeta` VALUES("2261","814","wpsl_url","http://www.kitchenmastermi.com/");
INSERT INTO `pcab_postmeta` VALUES("2262","260","_et_pb_use_ab_testing","off");
INSERT INTO `pcab_postmeta` VALUES("2263","260","_et_pb_ab_refresh_interval","hourly");
INSERT INTO `pcab_postmeta` VALUES("2264","260","_et_pb_ab_subjects","");
INSERT INTO `pcab_postmeta` VALUES("2265","260","_et_pb_ab_current_shortcode","[et_pb_split_track id=\"260\" /]");
INSERT INTO `pcab_postmeta` VALUES("2266","246","_et_pb_use_ab_testing","off");
INSERT INTO `pcab_postmeta` VALUES("2267","246","_et_pb_ab_refresh_interval","hourly");
INSERT INTO `pcab_postmeta` VALUES("2268","246","_et_pb_ab_subjects","");
INSERT INTO `pcab_postmeta` VALUES("2269","246","_et_pb_ab_current_shortcode","[et_pb_split_track id=\"246\" /]");
INSERT INTO `pcab_postmeta` VALUES("2270","255","_et_pb_use_ab_testing","off");
INSERT INTO `pcab_postmeta` VALUES("2271","255","_et_pb_ab_refresh_interval","hourly");
INSERT INTO `pcab_postmeta` VALUES("2272","255","_et_pb_ab_subjects","");
INSERT INTO `pcab_postmeta` VALUES("2273","255","_et_pb_ab_current_shortcode","[et_pb_split_track id=\"255\" /]");
INSERT INTO `pcab_postmeta` VALUES("2274","243","_et_pb_use_ab_testing","off");
INSERT INTO `pcab_postmeta` VALUES("2275","243","_et_pb_ab_refresh_interval","hourly");
INSERT INTO `pcab_postmeta` VALUES("2276","243","_et_pb_ab_subjects","");
INSERT INTO `pcab_postmeta` VALUES("2277","243","_et_pb_ab_current_shortcode","[et_pb_split_track id=\"243\" /]");
INSERT INTO `pcab_postmeta` VALUES("2280","294","_et_pb_use_ab_testing","off");
INSERT INTO `pcab_postmeta` VALUES("2281","294","_et_pb_ab_refresh_interval","hourly");
INSERT INTO `pcab_postmeta` VALUES("2282","294","_et_pb_ab_subjects","");
INSERT INTO `pcab_postmeta` VALUES("2283","294","_et_pb_ab_current_shortcode","[et_pb_split_track id=\"294\" /]");
INSERT INTO `pcab_postmeta` VALUES("2297","863","_edit_lock","1505223226:2");
INSERT INTO `pcab_postmeta` VALUES("2298","863","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("2299","863","_yoast_wpseo_primary_wpsl_store_category","9");
INSERT INTO `pcab_postmeta` VALUES("2300","863","wpsl_address","6751 Dixie Hwy");
INSERT INTO `pcab_postmeta` VALUES("2301","863","wpsl_city","Clarkston");
INSERT INTO `pcab_postmeta` VALUES("2302","863","wpsl_state","MI");
INSERT INTO `pcab_postmeta` VALUES("2303","863","wpsl_zip","48346");
INSERT INTO `pcab_postmeta` VALUES("2304","863","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("2305","863","wpsl_lat","42.720439");
INSERT INTO `pcab_postmeta` VALUES("2306","863","wpsl_lng","-83.419217");
INSERT INTO `pcab_postmeta` VALUES("2307","863","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("2308","863","wpsl_phone","(248) 625-6767");
INSERT INTO `pcab_postmeta` VALUES("2309","863","wpsl_url","http://www.cabinetgallerymi.com/");
INSERT INTO `pcab_postmeta` VALUES("2310","865","_edit_lock","1505223293:2");
INSERT INTO `pcab_postmeta` VALUES("2311","865","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("2312","865","_yoast_wpseo_primary_wpsl_store_category","9");
INSERT INTO `pcab_postmeta` VALUES("2313","865","wpsl_address","792 W Laketon");
INSERT INTO `pcab_postmeta` VALUES("2314","865","wpsl_city","Muskegon");
INSERT INTO `pcab_postmeta` VALUES("2315","865","wpsl_state","MI");
INSERT INTO `pcab_postmeta` VALUES("2316","865","wpsl_zip","49441");
INSERT INTO `pcab_postmeta` VALUES("2317","865","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("2318","865","wpsl_lat","43.219971");
INSERT INTO `pcab_postmeta` VALUES("2319","865","wpsl_lng","-86.262637");
INSERT INTO `pcab_postmeta` VALUES("2320","865","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("2321","865","wpsl_phone","(231) 755-3777");
INSERT INTO `pcab_postmeta` VALUES("2322","867","_edit_lock","1505223354:2");
INSERT INTO `pcab_postmeta` VALUES("2323","867","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("2324","867","_yoast_wpseo_primary_wpsl_store_category","9");
INSERT INTO `pcab_postmeta` VALUES("2325","867","wpsl_address","49420 Van Dyke");
INSERT INTO `pcab_postmeta` VALUES("2326","867","wpsl_city","Utica");
INSERT INTO `pcab_postmeta` VALUES("2327","867","wpsl_state","MI");
INSERT INTO `pcab_postmeta` VALUES("2328","867","wpsl_zip","48317");
INSERT INTO `pcab_postmeta` VALUES("2329","867","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("2330","867","wpsl_lat","42.658268");
INSERT INTO `pcab_postmeta` VALUES("2331","867","wpsl_lng","-83.033179");
INSERT INTO `pcab_postmeta` VALUES("2332","867","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("2333","869","_edit_lock","1505223534:2");
INSERT INTO `pcab_postmeta` VALUES("2334","869","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("2335","869","_yoast_wpseo_primary_wpsl_store_category","9");
INSERT INTO `pcab_postmeta` VALUES("2336","869","wpsl_address","28317 Beck Rd E-1");
INSERT INTO `pcab_postmeta` VALUES("2337","869","wpsl_city","Wixom");
INSERT INTO `pcab_postmeta` VALUES("2338","869","wpsl_state","MI");
INSERT INTO `pcab_postmeta` VALUES("2339","869","wpsl_zip","48393");
INSERT INTO `pcab_postmeta` VALUES("2340","869","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("2341","869","wpsl_lat","42.49939");
INSERT INTO `pcab_postmeta` VALUES("2342","869","wpsl_lng","-83.518401");
INSERT INTO `pcab_postmeta` VALUES("2343","869","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("2344","869","wpsl_phone","(248) 912-1900");
INSERT INTO `pcab_postmeta` VALUES("2345","869","wpsl_url","http://www.stonebridgekitchen.com/");
INSERT INTO `pcab_postmeta` VALUES("2346","871","_edit_lock","1505223608:2");
INSERT INTO `pcab_postmeta` VALUES("2347","871","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("2348","871","_yoast_wpseo_primary_wpsl_store_category","9");
INSERT INTO `pcab_postmeta` VALUES("2349","871","wpsl_address","12300 Merriman");
INSERT INTO `pcab_postmeta` VALUES("2350","871","wpsl_city","Livonia");
INSERT INTO `pcab_postmeta` VALUES("2351","871","wpsl_state","MI");
INSERT INTO `pcab_postmeta` VALUES("2352","871","wpsl_zip","48150");
INSERT INTO `pcab_postmeta` VALUES("2353","871","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("2354","871","wpsl_lat","42.374255");
INSERT INTO `pcab_postmeta` VALUES("2355","871","wpsl_lng","-83.351409");
INSERT INTO `pcab_postmeta` VALUES("2356","871","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("2357","871","wpsl_phone","(734) 427-9663");
INSERT INTO `pcab_postmeta` VALUES("2358","871","wpsl_url","http://www.stellarhardwood.com/");
INSERT INTO `pcab_postmeta` VALUES("2359","873","_edit_lock","1505223678:2");
INSERT INTO `pcab_postmeta` VALUES("2360","873","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("2361","873","_yoast_wpseo_primary_wpsl_store_category","9");
INSERT INTO `pcab_postmeta` VALUES("2362","873","wpsl_address","365 84th St SW");
INSERT INTO `pcab_postmeta` VALUES("2363","873","wpsl_address2","Suite 1");
INSERT INTO `pcab_postmeta` VALUES("2364","873","wpsl_city","Byron Center");
INSERT INTO `pcab_postmeta` VALUES("2365","873","wpsl_state","MI");
INSERT INTO `pcab_postmeta` VALUES("2366","873","wpsl_zip","49315");
INSERT INTO `pcab_postmeta` VALUES("2367","873","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("2368","873","wpsl_lat","42.812564");
INSERT INTO `pcab_postmeta` VALUES("2369","873","wpsl_lng","-85.672891");
INSERT INTO `pcab_postmeta` VALUES("2370","873","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("2371","873","wpsl_phone","(616) 583-9304");
INSERT INTO `pcab_postmeta` VALUES("2372","873","wpsl_url","http://www.starlitekitchens.com/");
INSERT INTO `pcab_postmeta` VALUES("2373","875","_edit_lock","1505223886:2");
INSERT INTO `pcab_postmeta` VALUES("2374","875","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("2375","875","_yoast_wpseo_primary_wpsl_store_category","9");
INSERT INTO `pcab_postmeta` VALUES("2376","875","wpsl_address","G6189 W Pierson Rd");
INSERT INTO `pcab_postmeta` VALUES("2377","875","wpsl_city","Flushing");
INSERT INTO `pcab_postmeta` VALUES("2378","875","wpsl_state","MI");
INSERT INTO `pcab_postmeta` VALUES("2379","875","wpsl_zip","48433");
INSERT INTO `pcab_postmeta` VALUES("2380","875","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("2381","875","wpsl_lat","43.059543");
INSERT INTO `pcab_postmeta` VALUES("2382","875","wpsl_lng","-83.89703");
INSERT INTO `pcab_postmeta` VALUES("2383","875","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("2384","875","wpsl_phone","(810) 732-0982");
INSERT INTO `pcab_postmeta` VALUES("2385","875","wpsl_url","http://www.starlinekitchens.com/");
INSERT INTO `pcab_postmeta` VALUES("2386","877","_edit_lock","1505223807:2");
INSERT INTO `pcab_postmeta` VALUES("2387","877","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("2388","877","_yoast_wpseo_primary_wpsl_store_category","9");
INSERT INTO `pcab_postmeta` VALUES("2389","877","wpsl_address","11383 E McAllister Rd");
INSERT INTO `pcab_postmeta` VALUES("2390","877","wpsl_city","Suttons Bay");
INSERT INTO `pcab_postmeta` VALUES("2391","877","wpsl_state","MI");
INSERT INTO `pcab_postmeta` VALUES("2392","877","wpsl_zip","49682");
INSERT INTO `pcab_postmeta` VALUES("2393","877","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("2394","877","wpsl_lat","44.952463");
INSERT INTO `pcab_postmeta` VALUES("2395","877","wpsl_lng","-85.62535");
INSERT INTO `pcab_postmeta` VALUES("2396","877","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("2397","877","wpsl_phone","(231) 271-4333");
INSERT INTO `pcab_postmeta` VALUES("2398","879","_edit_lock","1505223867:2");
INSERT INTO `pcab_postmeta` VALUES("2399","879","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("2400","879","_yoast_wpseo_primary_wpsl_store_category","9");
INSERT INTO `pcab_postmeta` VALUES("2401","879","wpsl_address","68095 S Main St");
INSERT INTO `pcab_postmeta` VALUES("2402","879","wpsl_city","Richmond");
INSERT INTO `pcab_postmeta` VALUES("2403","879","wpsl_state","MI");
INSERT INTO `pcab_postmeta` VALUES("2404","879","wpsl_zip","48062");
INSERT INTO `pcab_postmeta` VALUES("2405","879","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("2406","879","wpsl_lat","42.802614");
INSERT INTO `pcab_postmeta` VALUES("2407","879","wpsl_lng","-82.749858");
INSERT INTO `pcab_postmeta` VALUES("2408","879","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("2409","879","wpsl_phone","(586) 615-6553");
INSERT INTO `pcab_postmeta` VALUES("2410","881","_edit_lock","1505223925:2");
INSERT INTO `pcab_postmeta` VALUES("2411","881","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("2412","881","_yoast_wpseo_primary_wpsl_store_category","9");
INSERT INTO `pcab_postmeta` VALUES("2413","881","wpsl_address","8169 Arnold Rd");
INSERT INTO `pcab_postmeta` VALUES("2414","881","wpsl_city","Ira Township");
INSERT INTO `pcab_postmeta` VALUES("2415","881","wpsl_state","MI");
INSERT INTO `pcab_postmeta` VALUES("2416","881","wpsl_zip","48023");
INSERT INTO `pcab_postmeta` VALUES("2417","881","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("2418","881","wpsl_lat","42.709208");
INSERT INTO `pcab_postmeta` VALUES("2419","881","wpsl_lng","-82.63497");
INSERT INTO `pcab_postmeta` VALUES("2420","881","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("2421","881","wpsl_phone","(586) 725-6440");
INSERT INTO `pcab_postmeta` VALUES("2422","883","_edit_lock","1505223990:2");
INSERT INTO `pcab_postmeta` VALUES("2423","883","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("2424","883","_yoast_wpseo_primary_wpsl_store_category","9");
INSERT INTO `pcab_postmeta` VALUES("2425","883","wpsl_address","1728 S Westnedge Ave");
INSERT INTO `pcab_postmeta` VALUES("2426","883","wpsl_city","Kalamazoo");
INSERT INTO `pcab_postmeta` VALUES("2427","883","wpsl_state","MI");
INSERT INTO `pcab_postmeta` VALUES("2428","883","wpsl_zip","49008");
INSERT INTO `pcab_postmeta` VALUES("2429","883","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("2430","883","wpsl_lat","42.274391");
INSERT INTO `pcab_postmeta` VALUES("2431","883","wpsl_lng","-85.589885");
INSERT INTO `pcab_postmeta` VALUES("2432","883","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("2433","883","wpsl_phone","(269) 345-1166");
INSERT INTO `pcab_postmeta` VALUES("2434","883","wpsl_url","http://www.scholtenkitchenandbath.com/");
INSERT INTO `pcab_postmeta` VALUES("2435","885","_edit_lock","1505224056:2");
INSERT INTO `pcab_postmeta` VALUES("2436","885","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("2437","885","_yoast_wpseo_primary_wpsl_store_category","9");
INSERT INTO `pcab_postmeta` VALUES("2438","885","wpsl_address","2333 Staib Rd");
INSERT INTO `pcab_postmeta` VALUES("2439","885","wpsl_city","Tecumseh");
INSERT INTO `pcab_postmeta` VALUES("2440","885","wpsl_state","MI");
INSERT INTO `pcab_postmeta` VALUES("2441","885","wpsl_zip","49286");
INSERT INTO `pcab_postmeta` VALUES("2442","885","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("2443","885","wpsl_lat","42.041381");
INSERT INTO `pcab_postmeta` VALUES("2444","885","wpsl_lng","-83.980204");
INSERT INTO `pcab_postmeta` VALUES("2445","885","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("2446","885","wpsl_phone","(517) 423-9311");
INSERT INTO `pcab_postmeta` VALUES("2447","887","_edit_lock","1505224130:2");
INSERT INTO `pcab_postmeta` VALUES("2448","887","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("2449","887","_yoast_wpseo_primary_wpsl_store_category","9");
INSERT INTO `pcab_postmeta` VALUES("2450","887","wpsl_address","104 West Main St");
INSERT INTO `pcab_postmeta` VALUES("2451","887","wpsl_city","Gaylord");
INSERT INTO `pcab_postmeta` VALUES("2452","887","wpsl_state","MI");
INSERT INTO `pcab_postmeta` VALUES("2453","887","wpsl_zip","49735");
INSERT INTO `pcab_postmeta` VALUES("2454","887","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("2455","887","wpsl_lat","45.027412");
INSERT INTO `pcab_postmeta` VALUES("2456","887","wpsl_lng","-84.674084");
INSERT INTO `pcab_postmeta` VALUES("2457","887","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("2458","887","wpsl_phone","(989) 448-8866");
INSERT INTO `pcab_postmeta` VALUES("2459","889","_edit_lock","1505224192:2");
INSERT INTO `pcab_postmeta` VALUES("2460","889","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("2461","889","_yoast_wpseo_primary_wpsl_store_category","9");
INSERT INTO `pcab_postmeta` VALUES("2462","889","wpsl_address","123 E Grand River Ave");
INSERT INTO `pcab_postmeta` VALUES("2463","889","wpsl_city","Williamston");
INSERT INTO `pcab_postmeta` VALUES("2464","889","wpsl_state","MI");
INSERT INTO `pcab_postmeta` VALUES("2465","889","wpsl_zip","48895");
INSERT INTO `pcab_postmeta` VALUES("2466","889","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("2467","889","wpsl_lat","42.689391");
INSERT INTO `pcab_postmeta` VALUES("2468","889","wpsl_lng","-84.282738");
INSERT INTO `pcab_postmeta` VALUES("2469","889","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("2470","889","wpsl_phone","(877)- REMODEL");
INSERT INTO `pcab_postmeta` VALUES("2471","891","_edit_lock","1505224254:2");
INSERT INTO `pcab_postmeta` VALUES("2472","891","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("2473","891","_yoast_wpseo_primary_wpsl_store_category","9");
INSERT INTO `pcab_postmeta` VALUES("2474","891","wpsl_address","8543 Kokosing Rd");
INSERT INTO `pcab_postmeta` VALUES("2475","891","wpsl_city","Hale");
INSERT INTO `pcab_postmeta` VALUES("2476","891","wpsl_state","MI");
INSERT INTO `pcab_postmeta` VALUES("2477","891","wpsl_zip","48739");
INSERT INTO `pcab_postmeta` VALUES("2478","891","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("2479","891","wpsl_lat","44.426709");
INSERT INTO `pcab_postmeta` VALUES("2480","891","wpsl_lng","-83.867246");
INSERT INTO `pcab_postmeta` VALUES("2481","891","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("2482","891","wpsl_phone","(989) 297-0559");
INSERT INTO `pcab_postmeta` VALUES("2483","893","_edit_lock","1505224319:2");
INSERT INTO `pcab_postmeta` VALUES("2484","893","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("2485","893","_yoast_wpseo_primary_wpsl_store_category","9");
INSERT INTO `pcab_postmeta` VALUES("2486","893","wpsl_address","1282 US 31 N");
INSERT INTO `pcab_postmeta` VALUES("2487","893","wpsl_city","Petoskey");
INSERT INTO `pcab_postmeta` VALUES("2488","893","wpsl_state","MI");
INSERT INTO `pcab_postmeta` VALUES("2489","893","wpsl_zip","49770");
INSERT INTO `pcab_postmeta` VALUES("2490","893","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("2491","893","wpsl_lat","45.388526");
INSERT INTO `pcab_postmeta` VALUES("2492","893","wpsl_lng","-84.912797");
INSERT INTO `pcab_postmeta` VALUES("2493","893","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("2494","893","wpsl_phone","(231) 347-8784");
INSERT INTO `pcab_postmeta` VALUES("2495","895","_edit_lock","1505224386:2");
INSERT INTO `pcab_postmeta` VALUES("2496","895","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("2497","895","_yoast_wpseo_primary_wpsl_store_category","9");
INSERT INTO `pcab_postmeta` VALUES("2498","895","wpsl_address","168 Harrison St");
INSERT INTO `pcab_postmeta` VALUES("2499","895","wpsl_city","Manistee");
INSERT INTO `pcab_postmeta` VALUES("2500","895","wpsl_state","MI");
INSERT INTO `pcab_postmeta` VALUES("2501","895","wpsl_zip","49660");
INSERT INTO `pcab_postmeta` VALUES("2502","895","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("2503","895","wpsl_lat","44.252625");
INSERT INTO `pcab_postmeta` VALUES("2504","895","wpsl_lng","-86.3216");
INSERT INTO `pcab_postmeta` VALUES("2505","895","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("2506","895","wpsl_phone","(231) 723-3563");
INSERT INTO `pcab_postmeta` VALUES("2507","897","_edit_lock","1505224461:2");
INSERT INTO `pcab_postmeta` VALUES("2508","897","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("2509","897","_yoast_wpseo_primary_wpsl_store_category","9");
INSERT INTO `pcab_postmeta` VALUES("2510","897","wpsl_address","996 Glaser Rd");
INSERT INTO `pcab_postmeta` VALUES("2511","897","wpsl_city","Williamston");
INSERT INTO `pcab_postmeta` VALUES("2512","897","wpsl_state","MI");
INSERT INTO `pcab_postmeta` VALUES("2513","897","wpsl_zip","48895");
INSERT INTO `pcab_postmeta` VALUES("2514","897","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("2515","897","wpsl_lat","42.691913");
INSERT INTO `pcab_postmeta` VALUES("2516","897","wpsl_lng","-84.323982");
INSERT INTO `pcab_postmeta` VALUES("2517","897","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("2518","897","wpsl_phone","(517)485-1701");
INSERT INTO `pcab_postmeta` VALUES("2519","897","wpsl_email","bret@oddfellowscontracting.com");
INSERT INTO `pcab_postmeta` VALUES("2520","897","wpsl_url","http://oddfellowscontracting.com");
INSERT INTO `pcab_postmeta` VALUES("2521","899","_edit_lock","1505224535:2");
INSERT INTO `pcab_postmeta` VALUES("2522","899","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("2523","899","_yoast_wpseo_primary_wpsl_store_category","9");
INSERT INTO `pcab_postmeta` VALUES("2524","899","wpsl_address","5227 Auburn Road");
INSERT INTO `pcab_postmeta` VALUES("2525","899","wpsl_city","Utica");
INSERT INTO `pcab_postmeta` VALUES("2526","899","wpsl_state","MI");
INSERT INTO `pcab_postmeta` VALUES("2527","899","wpsl_zip","48317");
INSERT INTO `pcab_postmeta` VALUES("2528","899","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("2529","899","wpsl_lat","42.625902");
INSERT INTO `pcab_postmeta` VALUES("2530","899","wpsl_lng","-83.043661");
INSERT INTO `pcab_postmeta` VALUES("2531","899","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("2532","899","wpsl_phone","(586) 731-4000");
INSERT INTO `pcab_postmeta` VALUES("2533","899","wpsl_url","http://www.nuwaysupply.com/");
INSERT INTO `pcab_postmeta` VALUES("2534","901","_edit_lock","1505224640:2");
INSERT INTO `pcab_postmeta` VALUES("2535","901","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("2536","901","_yoast_wpseo_primary_wpsl_store_category","9");
INSERT INTO `pcab_postmeta` VALUES("2537","901","wpsl_address","9990 N Straits Highway");
INSERT INTO `pcab_postmeta` VALUES("2538","901","wpsl_city","Cheboygan");
INSERT INTO `pcab_postmeta` VALUES("2539","901","wpsl_state","MI");
INSERT INTO `pcab_postmeta` VALUES("2540","901","wpsl_zip","49721");
INSERT INTO `pcab_postmeta` VALUES("2541","901","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("2542","901","wpsl_lat","45.604138");
INSERT INTO `pcab_postmeta` VALUES("2543","901","wpsl_lng","-84.471915");
INSERT INTO `pcab_postmeta` VALUES("2544","901","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("2545","901","wpsl_phone","(231) 627-9751");
INSERT INTO `pcab_postmeta` VALUES("2546","903","_edit_lock","1505224702:2");
INSERT INTO `pcab_postmeta` VALUES("2547","903","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("2548","903","_yoast_wpseo_primary_wpsl_store_category","9");
INSERT INTO `pcab_postmeta` VALUES("2549","903","wpsl_address","328 W M-55");
INSERT INTO `pcab_postmeta` VALUES("2550","903","wpsl_city","West Branch");
INSERT INTO `pcab_postmeta` VALUES("2551","903","wpsl_state","MI");
INSERT INTO `pcab_postmeta` VALUES("2552","903","wpsl_zip","48661");
INSERT INTO `pcab_postmeta` VALUES("2553","903","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("2554","903","wpsl_lat","44.277093");
INSERT INTO `pcab_postmeta` VALUES("2555","903","wpsl_lng","-84.137366");
INSERT INTO `pcab_postmeta` VALUES("2556","903","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("2557","903","wpsl_phone","(989) 345-2243");
INSERT INTO `pcab_postmeta` VALUES("2558","905","_edit_lock","1505224796:2");
INSERT INTO `pcab_postmeta` VALUES("2559","905","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("2560","905","_yoast_wpseo_primary_wpsl_store_category","9");
INSERT INTO `pcab_postmeta` VALUES("2561","905","wpsl_address","4015 Vandyke");
INSERT INTO `pcab_postmeta` VALUES("2562","905","wpsl_address2","Suite B");
INSERT INTO `pcab_postmeta` VALUES("2563","905","wpsl_city","Almont");
INSERT INTO `pcab_postmeta` VALUES("2564","905","wpsl_state","MI");
INSERT INTO `pcab_postmeta` VALUES("2565","905","wpsl_zip","48003");
INSERT INTO `pcab_postmeta` VALUES("2566","905","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("2567","905","wpsl_lat","42.948132");
INSERT INTO `pcab_postmeta` VALUES("2568","905","wpsl_lng","-83.056405");
INSERT INTO `pcab_postmeta` VALUES("2569","905","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("2570","905","wpsl_phone","(810) 441-6796");
INSERT INTO `pcab_postmeta` VALUES("2571","907","_edit_lock","1505224878:2");
INSERT INTO `pcab_postmeta` VALUES("2572","907","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("2573","907","_yoast_wpseo_primary_wpsl_store_category","9");
INSERT INTO `pcab_postmeta` VALUES("2574","907","wpsl_address","5492 W US 10");
INSERT INTO `pcab_postmeta` VALUES("2575","907","wpsl_city","Ludington");
INSERT INTO `pcab_postmeta` VALUES("2576","907","wpsl_state","MI");
INSERT INTO `pcab_postmeta` VALUES("2577","907","wpsl_zip","49431");
INSERT INTO `pcab_postmeta` VALUES("2578","907","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("2579","907","wpsl_lat","43.956557");
INSERT INTO `pcab_postmeta` VALUES("2580","907","wpsl_lng","-86.416353");
INSERT INTO `pcab_postmeta` VALUES("2581","907","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("2582","907","wpsl_phone","(231) 206-2743");
INSERT INTO `pcab_postmeta` VALUES("2583","909","_edit_lock","1505224958:2");
INSERT INTO `pcab_postmeta` VALUES("2584","909","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("2585","909","_yoast_wpseo_primary_wpsl_store_category","9");
INSERT INTO `pcab_postmeta` VALUES("2586","909","wpsl_address","3300 W Jefferson");
INSERT INTO `pcab_postmeta` VALUES("2587","909","wpsl_city","Trenton");
INSERT INTO `pcab_postmeta` VALUES("2588","909","wpsl_state","MI");
INSERT INTO `pcab_postmeta` VALUES("2589","909","wpsl_zip","48183");
INSERT INTO `pcab_postmeta` VALUES("2590","909","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("2591","909","wpsl_lat","42.138488");
INSERT INTO `pcab_postmeta` VALUES("2592","909","wpsl_lng","-83.178602");
INSERT INTO `pcab_postmeta` VALUES("2593","909","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("2594","909","wpsl_phone","(734) 692-0072");
INSERT INTO `pcab_postmeta` VALUES("2595","909","wpsl_url","http://www.manslumber.com/");
INSERT INTO `pcab_postmeta` VALUES("2596","911","_edit_lock","1505225041:2");
INSERT INTO `pcab_postmeta` VALUES("2597","911","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("2598","911","_yoast_wpseo_primary_wpsl_store_category","9");
INSERT INTO `pcab_postmeta` VALUES("2599","911","wpsl_address","47255 Michigan Ave");
INSERT INTO `pcab_postmeta` VALUES("2600","911","wpsl_city","Canton");
INSERT INTO `pcab_postmeta` VALUES("2601","911","wpsl_state","MI");
INSERT INTO `pcab_postmeta` VALUES("2602","911","wpsl_zip","48188");
INSERT INTO `pcab_postmeta` VALUES("2603","911","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("2604","911","wpsl_lat","42.265464");
INSERT INTO `pcab_postmeta` VALUES("2605","911","wpsl_lng","-83.502605");
INSERT INTO `pcab_postmeta` VALUES("2606","911","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("2607","911","wpsl_phone","(734) 714-5800");
INSERT INTO `pcab_postmeta` VALUES("2608","911","wpsl_url","http://www.manslumber.com/");
INSERT INTO `pcab_postmeta` VALUES("2609","913","_edit_lock","1505225124:2");
INSERT INTO `pcab_postmeta` VALUES("2610","913","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("2611","913","_yoast_wpseo_primary_wpsl_store_category","9");
INSERT INTO `pcab_postmeta` VALUES("2612","913","wpsl_address","3913 Rochester Rd");
INSERT INTO `pcab_postmeta` VALUES("2613","913","wpsl_city","Troy");
INSERT INTO `pcab_postmeta` VALUES("2614","913","wpsl_state","MI");
INSERT INTO `pcab_postmeta` VALUES("2615","913","wpsl_zip","48083");
INSERT INTO `pcab_postmeta` VALUES("2616","913","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("2617","913","wpsl_lat","42.576273");
INSERT INTO `pcab_postmeta` VALUES("2618","913","wpsl_lng","-83.12886");
INSERT INTO `pcab_postmeta` VALUES("2619","913","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("2620","913","wpsl_phone","(586) 216-1550");
INSERT INTO `pcab_postmeta` VALUES("2621","913","wpsl_url","http://www.luxurykitchens.net/");
INSERT INTO `pcab_postmeta` VALUES("2622","915","_edit_lock","1505225203:2");
INSERT INTO `pcab_postmeta` VALUES("2623","915","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("2624","915","_yoast_wpseo_primary_wpsl_store_category","9");
INSERT INTO `pcab_postmeta` VALUES("2625","915","wpsl_address","1330 E. Hemphill Road");
INSERT INTO `pcab_postmeta` VALUES("2626","915","wpsl_city","Burton");
INSERT INTO `pcab_postmeta` VALUES("2627","915","wpsl_state","MI");
INSERT INTO `pcab_postmeta` VALUES("2628","915","wpsl_zip","48529");
INSERT INTO `pcab_postmeta` VALUES("2629","915","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("2630","915","wpsl_lat","42.981277");
INSERT INTO `pcab_postmeta` VALUES("2631","915","wpsl_lng","-83.680536");
INSERT INTO `pcab_postmeta` VALUES("2632","915","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("2633","915","wpsl_phone","(810) 742-3303");
INSERT INTO `pcab_postmeta` VALUES("2634","917","_edit_lock","1505225288:2");
INSERT INTO `pcab_postmeta` VALUES("2635","917","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("2636","917","_yoast_wpseo_primary_wpsl_store_category","9");
INSERT INTO `pcab_postmeta` VALUES("2637","917","wpsl_address","1947 N M-13");
INSERT INTO `pcab_postmeta` VALUES("2638","917","wpsl_city","Pinconning");
INSERT INTO `pcab_postmeta` VALUES("2639","917","wpsl_state","MI");
INSERT INTO `pcab_postmeta` VALUES("2640","917","wpsl_zip","48650");
INSERT INTO `pcab_postmeta` VALUES("2641","917","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("2642","917","wpsl_lat","43.79464");
INSERT INTO `pcab_postmeta` VALUES("2643","917","wpsl_lng","-83.968447");
INSERT INTO `pcab_postmeta` VALUES("2644","917","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("2645","917","wpsl_phone","(989) 879-3015");
INSERT INTO `pcab_postmeta` VALUES("2646","919","_edit_lock","1505225366:2");
INSERT INTO `pcab_postmeta` VALUES("2647","919","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("2648","919","_yoast_wpseo_primary_wpsl_store_category","9");
INSERT INTO `pcab_postmeta` VALUES("2649","919","wpsl_address","1215 Wildwood Avenue");
INSERT INTO `pcab_postmeta` VALUES("2650","919","wpsl_city","Jackson");
INSERT INTO `pcab_postmeta` VALUES("2651","919","wpsl_state","MI");
INSERT INTO `pcab_postmeta` VALUES("2652","919","wpsl_zip","49202");
INSERT INTO `pcab_postmeta` VALUES("2653","919","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("2654","919","wpsl_lat","42.251653");
INSERT INTO `pcab_postmeta` VALUES("2655","919","wpsl_lng","-84.429161");
INSERT INTO `pcab_postmeta` VALUES("2656","919","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("2657","919","wpsl_phone","(517) 796-9829");
INSERT INTO `pcab_postmeta` VALUES("2658","921","_edit_lock","1505225452:2");
INSERT INTO `pcab_postmeta` VALUES("2659","921","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("2660","921","_yoast_wpseo_primary_wpsl_store_category","9");
INSERT INTO `pcab_postmeta` VALUES("2661","921","wpsl_address","217 N Clinton Ave");
INSERT INTO `pcab_postmeta` VALUES("2662","921","wpsl_city","St. John’s");
INSERT INTO `pcab_postmeta` VALUES("2663","921","wpsl_state","MI");
INSERT INTO `pcab_postmeta` VALUES("2664","921","wpsl_zip","48879");
INSERT INTO `pcab_postmeta` VALUES("2665","921","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("2666","921","wpsl_lat","43.003162");
INSERT INTO `pcab_postmeta` VALUES("2667","921","wpsl_lng","-84.558838");
INSERT INTO `pcab_postmeta` VALUES("2668","921","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("2669","921","wpsl_phone","(989) 224-3895");
INSERT INTO `pcab_postmeta` VALUES("2670","923","_edit_lock","1505225532:2");
INSERT INTO `pcab_postmeta` VALUES("2671","923","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("2672","923","_yoast_wpseo_primary_wpsl_store_category","9");
INSERT INTO `pcab_postmeta` VALUES("2673","923","wpsl_address","11630 14 Mile Rd");
INSERT INTO `pcab_postmeta` VALUES("2674","923","wpsl_address2","St 200");
INSERT INTO `pcab_postmeta` VALUES("2675","923","wpsl_city","Rockford");
INSERT INTO `pcab_postmeta` VALUES("2676","923","wpsl_state","49341");
INSERT INTO `pcab_postmeta` VALUES("2677","923","wpsl_zip","49341");
INSERT INTO `pcab_postmeta` VALUES("2678","923","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("2679","923","wpsl_lat","43.175831");
INSERT INTO `pcab_postmeta` VALUES("2680","923","wpsl_lng","-85.380218");
INSERT INTO `pcab_postmeta` VALUES("2681","923","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("2682","923","wpsl_phone","(616) 754-3238");
INSERT INTO `pcab_postmeta` VALUES("2683","925","_edit_lock","1505225619:2");
INSERT INTO `pcab_postmeta` VALUES("2684","925","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("2685","925","_yoast_wpseo_primary_wpsl_store_category","9");
INSERT INTO `pcab_postmeta` VALUES("2686","925","wpsl_address","1030 S State St");
INSERT INTO `pcab_postmeta` VALUES("2687","925","wpsl_city","Harbor Springs");
INSERT INTO `pcab_postmeta` VALUES("2688","925","wpsl_state","MI");
INSERT INTO `pcab_postmeta` VALUES("2689","925","wpsl_zip","49740");
INSERT INTO `pcab_postmeta` VALUES("2690","925","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("2691","925","wpsl_lat","45.438533");
INSERT INTO `pcab_postmeta` VALUES("2692","925","wpsl_lng","-84.989865");
INSERT INTO `pcab_postmeta` VALUES("2693","925","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("2694","925","wpsl_phone","(231) 526-2877");
INSERT INTO `pcab_postmeta` VALUES("2695","925","wpsl_url","http://morriskitchenandbath.com");
INSERT INTO `pcab_postmeta` VALUES("2696","927","_edit_lock","1505225703:2");
INSERT INTO `pcab_postmeta` VALUES("2697","927","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("2698","927","_yoast_wpseo_primary_wpsl_store_category","9");
INSERT INTO `pcab_postmeta` VALUES("2699","927","wpsl_address","17864 Mack Ave");
INSERT INTO `pcab_postmeta` VALUES("2700","927","wpsl_city","Grosse Pointe");
INSERT INTO `pcab_postmeta` VALUES("2701","927","wpsl_state","MI");
INSERT INTO `pcab_postmeta` VALUES("2702","927","wpsl_zip","48230");
INSERT INTO `pcab_postmeta` VALUES("2703","927","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("2704","927","wpsl_lat","42.40348");
INSERT INTO `pcab_postmeta` VALUES("2705","927","wpsl_lng","-82.916332");
INSERT INTO `pcab_postmeta` VALUES("2706","927","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("2707","927","wpsl_phone","(313) 886-4898");
INSERT INTO `pcab_postmeta` VALUES("2708","927","wpsl_url","http://morriskitchenandbath.com");
INSERT INTO `pcab_postmeta` VALUES("2709","929","_edit_lock","1505225789:2");
INSERT INTO `pcab_postmeta` VALUES("2710","929","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("2711","929","_yoast_wpseo_primary_wpsl_store_category","9");
INSERT INTO `pcab_postmeta` VALUES("2712","929","wpsl_address","34151 S Gratiot");
INSERT INTO `pcab_postmeta` VALUES("2713","929","wpsl_city","Clinton Township");
INSERT INTO `pcab_postmeta` VALUES("2714","929","wpsl_state","MI");
INSERT INTO `pcab_postmeta` VALUES("2715","929","wpsl_zip","48035");
INSERT INTO `pcab_postmeta` VALUES("2716","929","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("2717","929","wpsl_lat","42.54857");
INSERT INTO `pcab_postmeta` VALUES("2718","929","wpsl_lng","-82.904643");
INSERT INTO `pcab_postmeta` VALUES("2719","929","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("2720","929","wpsl_phone","(586) 791-1200");
INSERT INTO `pcab_postmeta` VALUES("2721","929","wpsl_url","http://johnslumber.com");
INSERT INTO `pcab_postmeta` VALUES("2722","931","_edit_lock","1505225868:2");
INSERT INTO `pcab_postmeta` VALUES("2723","931","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("2724","931","_yoast_wpseo_primary_wpsl_store_category","9");
INSERT INTO `pcab_postmeta` VALUES("2725","931","wpsl_address","111 West Second St");
INSERT INTO `pcab_postmeta` VALUES("2726","931","wpsl_city","Rochester");
INSERT INTO `pcab_postmeta` VALUES("2727","931","wpsl_state","MI");
INSERT INTO `pcab_postmeta` VALUES("2728","931","wpsl_zip","48307");
INSERT INTO `pcab_postmeta` VALUES("2729","931","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("2730","931","wpsl_lat","42.678045");
INSERT INTO `pcab_postmeta` VALUES("2731","931","wpsl_lng","-83.134051");
INSERT INTO `pcab_postmeta` VALUES("2732","931","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("2733","931","wpsl_phone","(248) 651-9940");
INSERT INTO `pcab_postmeta` VALUES("2734","933","_edit_lock","1505225958:2");
INSERT INTO `pcab_postmeta` VALUES("2735","933","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("2736","933","_yoast_wpseo_primary_wpsl_store_category","9");
INSERT INTO `pcab_postmeta` VALUES("2737","933","wpsl_address","8100 Fulton SE");
INSERT INTO `pcab_postmeta` VALUES("2738","933","wpsl_city","Ada");
INSERT INTO `pcab_postmeta` VALUES("2739","933","wpsl_state","MI");
INSERT INTO `pcab_postmeta` VALUES("2740","933","wpsl_zip","49301");
INSERT INTO `pcab_postmeta` VALUES("2741","933","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("2742","933","wpsl_lat","42.94974");
INSERT INTO `pcab_postmeta` VALUES("2743","933","wpsl_lng","-85.462683");
INSERT INTO `pcab_postmeta` VALUES("2744","933","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("2745","933","wpsl_phone","(616) 682-0100");
INSERT INTO `pcab_postmeta` VALUES("2746","933","wpsl_url","http://homelifehomes.com");
INSERT INTO `pcab_postmeta` VALUES("2747","935","_edit_lock","1505226053:2");
INSERT INTO `pcab_postmeta` VALUES("2748","935","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("2749","935","_yoast_wpseo_primary_wpsl_store_category","9");
INSERT INTO `pcab_postmeta` VALUES("2750","935","wpsl_address","14214 S Dixie Highway");
INSERT INTO `pcab_postmeta` VALUES("2751","935","wpsl_city","Monroe");
INSERT INTO `pcab_postmeta` VALUES("2752","935","wpsl_state","MI");
INSERT INTO `pcab_postmeta` VALUES("2753","935","wpsl_zip","48161");
INSERT INTO `pcab_postmeta` VALUES("2754","935","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("2755","935","wpsl_lat","41.873372");
INSERT INTO `pcab_postmeta` VALUES("2756","935","wpsl_lng","-83.441559");
INSERT INTO `pcab_postmeta` VALUES("2757","935","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("2758","935","wpsl_phone","(734) 243-7683");
INSERT INTO `pcab_postmeta` VALUES("2759","935","wpsl_url","http://harrismcclain.com");
INSERT INTO `pcab_postmeta` VALUES("2760","937","_edit_lock","1505226149:2");
INSERT INTO `pcab_postmeta` VALUES("2761","937","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("2762","937","_yoast_wpseo_primary_wpsl_store_category","9");
INSERT INTO `pcab_postmeta` VALUES("2763","937","wpsl_address","317 N Fiske Rd");
INSERT INTO `pcab_postmeta` VALUES("2764","937","wpsl_city","Coldwater");
INSERT INTO `pcab_postmeta` VALUES("2765","937","wpsl_state","MI");
INSERT INTO `pcab_postmeta` VALUES("2766","937","wpsl_zip","49036");
INSERT INTO `pcab_postmeta` VALUES("2767","937","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("2768","937","wpsl_lat","41.928153");
INSERT INTO `pcab_postmeta` VALUES("2769","937","wpsl_lng","-84.961411");
INSERT INTO `pcab_postmeta` VALUES("2770","937","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("2771","937","wpsl_phone","(517) 278-5814");
INSERT INTO `pcab_postmeta` VALUES("2772","939","_edit_lock","1505226242:2");
INSERT INTO `pcab_postmeta` VALUES("2773","939","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("2774","939","_yoast_wpseo_primary_wpsl_store_category","9");
INSERT INTO `pcab_postmeta` VALUES("2775","939","wpsl_address","6408 W Wackerly Rd");
INSERT INTO `pcab_postmeta` VALUES("2776","939","wpsl_city","Midland");
INSERT INTO `pcab_postmeta` VALUES("2777","939","wpsl_state","MI");
INSERT INTO `pcab_postmeta` VALUES("2778","939","wpsl_zip","48642");
INSERT INTO `pcab_postmeta` VALUES("2779","939","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("2780","939","wpsl_lat","43.655188");
INSERT INTO `pcab_postmeta` VALUES("2781","939","wpsl_lng","-84.305379");
INSERT INTO `pcab_postmeta` VALUES("2782","939","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("2783","939","wpsl_phone","(989) 835-6965");
INSERT INTO `pcab_postmeta` VALUES("2784","941","_edit_lock","1505226358:2");
INSERT INTO `pcab_postmeta` VALUES("2785","941","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("2786","941","_yoast_wpseo_primary_wpsl_store_category","9");
INSERT INTO `pcab_postmeta` VALUES("2787","941","wpsl_address","3543 Huron Rd");
INSERT INTO `pcab_postmeta` VALUES("2788","941","wpsl_city","Standish");
INSERT INTO `pcab_postmeta` VALUES("2789","941","wpsl_state","MI");
INSERT INTO `pcab_postmeta` VALUES("2790","941","wpsl_zip","48658");
INSERT INTO `pcab_postmeta` VALUES("2791","941","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("2792","941","wpsl_lat","43.998005");
INSERT INTO `pcab_postmeta` VALUES("2793","941","wpsl_lng","-83.943405");
INSERT INTO `pcab_postmeta` VALUES("2794","941","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("2795","941","wpsl_phone","(989) 846-1299");
INSERT INTO `pcab_postmeta` VALUES("2796","943","_edit_lock","1505226454:2");
INSERT INTO `pcab_postmeta` VALUES("2797","943","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("2798","943","_yoast_wpseo_primary_wpsl_store_category","9");
INSERT INTO `pcab_postmeta` VALUES("2799","943","wpsl_address","4857 Reimer Road");
INSERT INTO `pcab_postmeta` VALUES("2800","943","wpsl_city","Bridgeport");
INSERT INTO `pcab_postmeta` VALUES("2801","943","wpsl_state","MI");
INSERT INTO `pcab_postmeta` VALUES("2802","943","wpsl_zip","48722");
INSERT INTO `pcab_postmeta` VALUES("2803","943","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("2804","943","wpsl_lat","43.351408");
INSERT INTO `pcab_postmeta` VALUES("2805","943","wpsl_lng","-83.816171");
INSERT INTO `pcab_postmeta` VALUES("2806","943","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("2807","943","wpsl_phone","(989) 529-1799");
INSERT INTO `pcab_postmeta` VALUES("2808","945","_edit_lock","1505226759:2");
INSERT INTO `pcab_postmeta` VALUES("2809","945","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("2810","945","_yoast_wpseo_primary_wpsl_store_category","9");
INSERT INTO `pcab_postmeta` VALUES("2811","945","wpsl_address","2465 W M-61");
INSERT INTO `pcab_postmeta` VALUES("2812","945","wpsl_city","Gladwin");
INSERT INTO `pcab_postmeta` VALUES("2813","945","wpsl_state","MI");
INSERT INTO `pcab_postmeta` VALUES("2814","945","wpsl_zip","48624");
INSERT INTO `pcab_postmeta` VALUES("2815","945","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("2816","945","wpsl_lat","43.980352");
INSERT INTO `pcab_postmeta` VALUES("2817","945","wpsl_lng","-84.465271");
INSERT INTO `pcab_postmeta` VALUES("2818","945","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("2819","945","wpsl_phone","(989) 426-8861");
INSERT INTO `pcab_postmeta` VALUES("2820","945","wpsl_url","http://flynnlumber.com");
INSERT INTO `pcab_postmeta` VALUES("2821","947","_edit_lock","1505226936:2");
INSERT INTO `pcab_postmeta` VALUES("2822","947","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("2823","947","_yoast_wpseo_primary_wpsl_store_category","9");
INSERT INTO `pcab_postmeta` VALUES("2824","947","wpsl_address","2459 W Stadium Blvd");
INSERT INTO `pcab_postmeta` VALUES("2825","947","wpsl_city","Ann Arbor");
INSERT INTO `pcab_postmeta` VALUES("2826","947","wpsl_state","MI");
INSERT INTO `pcab_postmeta` VALUES("2827","947","wpsl_zip","48103");
INSERT INTO `pcab_postmeta` VALUES("2828","947","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("2829","947","wpsl_lat","42.278624");
INSERT INTO `pcab_postmeta` VALUES("2830","947","wpsl_lng","-83.779726");
INSERT INTO `pcab_postmeta` VALUES("2831","947","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("2832","947","wpsl_phone","(734) 741-5888");
INSERT INTO `pcab_postmeta` VALUES("2833","947","wpsl_url","http://expokb.com");
INSERT INTO `pcab_postmeta` VALUES("2835","950","_edit_lock","1505227007:2");
INSERT INTO `pcab_postmeta` VALUES("2836","950","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("2837","950","_yoast_wpseo_primary_wpsl_store_category","9");
INSERT INTO `pcab_postmeta` VALUES("2838","950","wpsl_address","2325 S. Bad Axe");
INSERT INTO `pcab_postmeta` VALUES("2839","950","wpsl_city","Bad Axe");
INSERT INTO `pcab_postmeta` VALUES("2840","950","wpsl_state","MI");
INSERT INTO `pcab_postmeta` VALUES("2841","950","wpsl_zip","48413");
INSERT INTO `pcab_postmeta` VALUES("2842","950","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("2843","950","wpsl_lat","43.722322");
INSERT INTO `pcab_postmeta` VALUES("2844","950","wpsl_lng","-82.998629");
INSERT INTO `pcab_postmeta` VALUES("2845","950","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("2846","950","wpsl_phone","(989) 269-6865");
INSERT INTO `pcab_postmeta` VALUES("2847","952","_edit_lock","1505227156:2");
INSERT INTO `pcab_postmeta` VALUES("2848","952","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("2849","952","_yoast_wpseo_primary_wpsl_store_category","9");
INSERT INTO `pcab_postmeta` VALUES("2850","952","wpsl_address","21352 Cass Ave");
INSERT INTO `pcab_postmeta` VALUES("2851","952","wpsl_city","Clinton Township");
INSERT INTO `pcab_postmeta` VALUES("2852","952","wpsl_state","MI");
INSERT INTO `pcab_postmeta` VALUES("2853","952","wpsl_zip","48036");
INSERT INTO `pcab_postmeta` VALUES("2854","952","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("2855","952","wpsl_lat","42.599166");
INSERT INTO `pcab_postmeta` VALUES("2856","952","wpsl_lng","-82.901797");
INSERT INTO `pcab_postmeta` VALUES("2857","952","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("2858","952","wpsl_phone","(586) 415-0688");
INSERT INTO `pcab_postmeta` VALUES("2859","954","_edit_lock","1505227228:2");
INSERT INTO `pcab_postmeta` VALUES("2860","954","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("2861","954","_yoast_wpseo_primary_wpsl_store_category","9");
INSERT INTO `pcab_postmeta` VALUES("2862","954","wpsl_address","747 Woodmere Ave");
INSERT INTO `pcab_postmeta` VALUES("2863","954","wpsl_city","Traverse City");
INSERT INTO `pcab_postmeta` VALUES("2864","954","wpsl_state","MI");
INSERT INTO `pcab_postmeta` VALUES("2865","954","wpsl_zip","49686");
INSERT INTO `pcab_postmeta` VALUES("2866","954","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("2867","954","wpsl_lat","44.754531");
INSERT INTO `pcab_postmeta` VALUES("2868","954","wpsl_lng","-85.607414");
INSERT INTO `pcab_postmeta` VALUES("2869","954","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("2870","954","wpsl_phone","(231) 946-2929");
INSERT INTO `pcab_postmeta` VALUES("2871","956","_edit_lock","1505227301:2");
INSERT INTO `pcab_postmeta` VALUES("2872","956","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("2873","956","_yoast_wpseo_primary_wpsl_store_category","9");
INSERT INTO `pcab_postmeta` VALUES("2874","956","wpsl_address","321 W Main St");
INSERT INTO `pcab_postmeta` VALUES("2875","956","wpsl_city","Brighton");
INSERT INTO `pcab_postmeta` VALUES("2876","956","wpsl_state","MI");
INSERT INTO `pcab_postmeta` VALUES("2877","956","wpsl_zip","48116");
INSERT INTO `pcab_postmeta` VALUES("2878","956","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("2879","956","wpsl_lat","42.529444");
INSERT INTO `pcab_postmeta` VALUES("2880","956","wpsl_lng","-83.783651");
INSERT INTO `pcab_postmeta` VALUES("2881","956","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("2882","956","wpsl_phone","(810) 220-0020");
INSERT INTO `pcab_postmeta` VALUES("2883","956","wpsl_url","http://kitchenbathbrightonmi.com");
INSERT INTO `pcab_postmeta` VALUES("2884","958","_edit_lock","1505227366:2");
INSERT INTO `pcab_postmeta` VALUES("2885","958","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("2886","958","_yoast_wpseo_primary_wpsl_store_category","9");
INSERT INTO `pcab_postmeta` VALUES("2887","958","wpsl_address","41900 Executive Dr");
INSERT INTO `pcab_postmeta` VALUES("2888","958","wpsl_city","Harrison Twp");
INSERT INTO `pcab_postmeta` VALUES("2889","958","wpsl_state","MI");
INSERT INTO `pcab_postmeta` VALUES("2890","958","wpsl_zip","48045");
INSERT INTO `pcab_postmeta` VALUES("2891","958","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("2892","958","wpsl_lat","42.602874");
INSERT INTO `pcab_postmeta` VALUES("2893","958","wpsl_lng","-82.855075");
INSERT INTO `pcab_postmeta` VALUES("2894","958","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("2895","958","wpsl_phone","(586) 477-2700");
INSERT INTO `pcab_postmeta` VALUES("2896","958","wpsl_url","http://countertopsdirect.biz");
INSERT INTO `pcab_postmeta` VALUES("2897","960","_edit_lock","1505227436:2");
INSERT INTO `pcab_postmeta` VALUES("2898","960","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("2899","960","_yoast_wpseo_primary_wpsl_store_category","9");
INSERT INTO `pcab_postmeta` VALUES("2900","960","wpsl_address","3841 Pine Grove Ave");
INSERT INTO `pcab_postmeta` VALUES("2901","960","wpsl_city","Fort Gratiot");
INSERT INTO `pcab_postmeta` VALUES("2902","960","wpsl_state","MI");
INSERT INTO `pcab_postmeta` VALUES("2903","960","wpsl_zip","48059");
INSERT INTO `pcab_postmeta` VALUES("2904","960","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("2905","960","wpsl_lat","43.020067");
INSERT INTO `pcab_postmeta` VALUES("2906","960","wpsl_lng","-82.455166");
INSERT INTO `pcab_postmeta` VALUES("2907","960","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("2908","960","wpsl_phone","(810) 937-5372");
INSERT INTO `pcab_postmeta` VALUES("2909","960","wpsl_url","http://countertopsdirect.biz");
INSERT INTO `pcab_postmeta` VALUES("2910","962","_edit_lock","1505227511:2");
INSERT INTO `pcab_postmeta` VALUES("2911","962","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("2912","962","_yoast_wpseo_primary_wpsl_store_category","9");
INSERT INTO `pcab_postmeta` VALUES("2913","962","wpsl_address","105 Eaton Ave");
INSERT INTO `pcab_postmeta` VALUES("2914","962","wpsl_city","Charlevoix");
INSERT INTO `pcab_postmeta` VALUES("2915","962","wpsl_state","MI");
INSERT INTO `pcab_postmeta` VALUES("2916","962","wpsl_zip","49720");
INSERT INTO `pcab_postmeta` VALUES("2917","962","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("2918","962","wpsl_lat","45.307073");
INSERT INTO `pcab_postmeta` VALUES("2919","962","wpsl_lng","-85.253193");
INSERT INTO `pcab_postmeta` VALUES("2920","962","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("2921","962","wpsl_phone","(231) 675-4561");
INSERT INTO `pcab_postmeta` VALUES("2922","964","_edit_lock","1505227593:2");
INSERT INTO `pcab_postmeta` VALUES("2923","964","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("2924","964","_yoast_wpseo_primary_wpsl_store_category","9");
INSERT INTO `pcab_postmeta` VALUES("2925","964","wpsl_address","33800 Capitol Rd");
INSERT INTO `pcab_postmeta` VALUES("2926","964","wpsl_city","Livonia");
INSERT INTO `pcab_postmeta` VALUES("2927","964","wpsl_state","MI");
INSERT INTO `pcab_postmeta` VALUES("2928","964","wpsl_zip","48150");
INSERT INTO `pcab_postmeta` VALUES("2929","964","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("2930","964","wpsl_lat","42.373233");
INSERT INTO `pcab_postmeta` VALUES("2931","964","wpsl_lng","-83.377975");
INSERT INTO `pcab_postmeta` VALUES("2932","964","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("2933","964","wpsl_phone","(734) 261-0222");
INSERT INTO `pcab_postmeta` VALUES("2934","964","wpsl_url","http://cabinetclinic.net");
INSERT INTO `pcab_postmeta` VALUES("2935","966","_edit_lock","1505227655:2");
INSERT INTO `pcab_postmeta` VALUES("2936","966","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("2937","966","_yoast_wpseo_primary_wpsl_store_category","9");
INSERT INTO `pcab_postmeta` VALUES("2938","966","wpsl_address","130 S Third Ave");
INSERT INTO `pcab_postmeta` VALUES("2939","966","wpsl_city","Big Rapids");
INSERT INTO `pcab_postmeta` VALUES("2940","966","wpsl_state","MI");
INSERT INTO `pcab_postmeta` VALUES("2941","966","wpsl_zip","49307");
INSERT INTO `pcab_postmeta` VALUES("2942","966","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("2943","966","wpsl_lat","43.699214");
INSERT INTO `pcab_postmeta` VALUES("2944","966","wpsl_lng","-85.472601");
INSERT INTO `pcab_postmeta` VALUES("2945","966","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("2946","966","wpsl_phone","(231) 796-3595");
INSERT INTO `pcab_postmeta` VALUES("2947","968","_edit_lock","1505227714:2");
INSERT INTO `pcab_postmeta` VALUES("2948","968","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("2949","968","_yoast_wpseo_primary_wpsl_store_category","9");
INSERT INTO `pcab_postmeta` VALUES("2950","968","wpsl_address","2424 S VanDyke Rd");
INSERT INTO `pcab_postmeta` VALUES("2951","968","wpsl_city","Marlette");
INSERT INTO `pcab_postmeta` VALUES("2952","968","wpsl_state","MI");
INSERT INTO `pcab_postmeta` VALUES("2953","968","wpsl_zip","48453");
INSERT INTO `pcab_postmeta` VALUES("2954","968","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("2955","968","wpsl_lat","43.344355");
INSERT INTO `pcab_postmeta` VALUES("2956","968","wpsl_lng","-83.085502");
INSERT INTO `pcab_postmeta` VALUES("2957","968","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("2958","968","wpsl_phone","(989) 635-7548 ext 2");
INSERT INTO `pcab_postmeta` VALUES("2959","970","_edit_lock","1505227790:2");
INSERT INTO `pcab_postmeta` VALUES("2960","970","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("2961","970","_yoast_wpseo_primary_wpsl_store_category","9");
INSERT INTO `pcab_postmeta` VALUES("2962","970","wpsl_address","01690 Old State Rd");
INSERT INTO `pcab_postmeta` VALUES("2963","970","wpsl_city","Boyne City");
INSERT INTO `pcab_postmeta` VALUES("2964","970","wpsl_state","MI");
INSERT INTO `pcab_postmeta` VALUES("2965","970","wpsl_zip","49712");
INSERT INTO `pcab_postmeta` VALUES("2966","970","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("2967","970","wpsl_lat","45.24969");
INSERT INTO `pcab_postmeta` VALUES("2968","970","wpsl_lng","-84.948593");
INSERT INTO `pcab_postmeta` VALUES("2969","970","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("2970","970","wpsl_phone","(231) 582-5807");
INSERT INTO `pcab_postmeta` VALUES("2971","972","_edit_lock","1505227858:2");
INSERT INTO `pcab_postmeta` VALUES("2972","972","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("2973","972","_yoast_wpseo_primary_wpsl_store_category","9");
INSERT INTO `pcab_postmeta` VALUES("2974","972","wpsl_address","9742 Gratiot Rd");
INSERT INTO `pcab_postmeta` VALUES("2975","972","wpsl_city","Saginaw");
INSERT INTO `pcab_postmeta` VALUES("2976","972","wpsl_state","MI");
INSERT INTO `pcab_postmeta` VALUES("2977","972","wpsl_zip","48609");
INSERT INTO `pcab_postmeta` VALUES("2978","972","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("2979","972","wpsl_lat","43.416274");
INSERT INTO `pcab_postmeta` VALUES("2980","972","wpsl_lng","-84.10627");
INSERT INTO `pcab_postmeta` VALUES("2981","972","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("2982","972","wpsl_phone","(989) 781-2668");
INSERT INTO `pcab_postmeta` VALUES("2983","974","_edit_lock","1505227918:2");
INSERT INTO `pcab_postmeta` VALUES("2984","974","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("2985","974","_yoast_wpseo_primary_wpsl_store_category","9");
INSERT INTO `pcab_postmeta` VALUES("2986","974","wpsl_address","51180 Washington St");
INSERT INTO `pcab_postmeta` VALUES("2987","974","wpsl_city","New Baltimore");
INSERT INTO `pcab_postmeta` VALUES("2988","974","wpsl_state","MI");
INSERT INTO `pcab_postmeta` VALUES("2989","974","wpsl_zip","48047");
INSERT INTO `pcab_postmeta` VALUES("2990","974","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("2991","974","wpsl_lat","42.681024");
INSERT INTO `pcab_postmeta` VALUES("2992","974","wpsl_lng","-82.736664");
INSERT INTO `pcab_postmeta` VALUES("2993","974","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("2994","974","wpsl_phone","(586) 725-8800");
INSERT INTO `pcab_postmeta` VALUES("2995","976","_edit_lock","1505227983:2");
INSERT INTO `pcab_postmeta` VALUES("2996","976","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("2997","976","_yoast_wpseo_primary_wpsl_store_category","9");
INSERT INTO `pcab_postmeta` VALUES("2998","976","wpsl_address","9720 Junction Rd");
INSERT INTO `pcab_postmeta` VALUES("2999","976","wpsl_city","Frankenmuth");
INSERT INTO `pcab_postmeta` VALUES("3000","976","wpsl_state","MI");
INSERT INTO `pcab_postmeta` VALUES("3001","976","wpsl_zip","48734");
INSERT INTO `pcab_postmeta` VALUES("3002","976","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("3003","976","wpsl_lat","43.335403");
INSERT INTO `pcab_postmeta` VALUES("3004","976","wpsl_lng","-83.763685");
INSERT INTO `pcab_postmeta` VALUES("3005","976","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("3006","976","wpsl_phone","(989) 652-8990");
INSERT INTO `pcab_postmeta` VALUES("3007","978","_edit_lock","1505228043:2");
INSERT INTO `pcab_postmeta` VALUES("3008","978","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("3009","978","_yoast_wpseo_primary_wpsl_store_category","9");
INSERT INTO `pcab_postmeta` VALUES("3010","978","wpsl_address","26056 W 12 Mile Rd");
INSERT INTO `pcab_postmeta` VALUES("3011","978","wpsl_city","Southfield");
INSERT INTO `pcab_postmeta` VALUES("3012","978","wpsl_state","MI");
INSERT INTO `pcab_postmeta` VALUES("3013","978","wpsl_zip","48034");
INSERT INTO `pcab_postmeta` VALUES("3014","978","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("3015","978","wpsl_lat","42.500703");
INSERT INTO `pcab_postmeta` VALUES("3016","978","wpsl_lng","-83.303016");
INSERT INTO `pcab_postmeta` VALUES("3017","978","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("3018","978","wpsl_phone","(248) 353-5520");
INSERT INTO `pcab_postmeta` VALUES("3019","980","_edit_lock","1505228116:2");
INSERT INTO `pcab_postmeta` VALUES("3020","980","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("3021","980","_yoast_wpseo_primary_wpsl_store_category","9");
INSERT INTO `pcab_postmeta` VALUES("3022","980","wpsl_address","6921 Jackson Road");
INSERT INTO `pcab_postmeta` VALUES("3023","980","wpsl_city","Ann Arbor");
INSERT INTO `pcab_postmeta` VALUES("3024","980","wpsl_state","MI");
INSERT INTO `pcab_postmeta` VALUES("3025","980","wpsl_zip","48103");
INSERT INTO `pcab_postmeta` VALUES("3026","980","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("3027","980","wpsl_lat","42.291899");
INSERT INTO `pcab_postmeta` VALUES("3028","980","wpsl_lng","-83.866053");
INSERT INTO `pcab_postmeta` VALUES("3029","980","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("3030","980","wpsl_phone","(734) 769-1900");
INSERT INTO `pcab_postmeta` VALUES("3031","980","wpsl_url","alpharemodeling.com");
INSERT INTO `pcab_postmeta` VALUES("3032","982","_edit_lock","1505228190:2");
INSERT INTO `pcab_postmeta` VALUES("3033","982","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("3034","982","_yoast_wpseo_primary_wpsl_store_category","9");
INSERT INTO `pcab_postmeta` VALUES("3035","982","wpsl_address","8308 Shaver Rd");
INSERT INTO `pcab_postmeta` VALUES("3036","982","wpsl_city","Portage");
INSERT INTO `pcab_postmeta` VALUES("3037","982","wpsl_state","MI");
INSERT INTO `pcab_postmeta` VALUES("3038","982","wpsl_zip","49024");
INSERT INTO `pcab_postmeta` VALUES("3039","982","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("3040","982","wpsl_lat","42.19669");
INSERT INTO `pcab_postmeta` VALUES("3041","982","wpsl_lng","-85.595765");
INSERT INTO `pcab_postmeta` VALUES("3042","982","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("3043","982","wpsl_phone","(269) 329-1800");
INSERT INTO `pcab_postmeta` VALUES("3044","984","_edit_lock","1505228256:2");
INSERT INTO `pcab_postmeta` VALUES("3045","984","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("3046","984","_yoast_wpseo_primary_wpsl_store_category","9");
INSERT INTO `pcab_postmeta` VALUES("3047","984","wpsl_address","3960 Tittabawassee Rd");
INSERT INTO `pcab_postmeta` VALUES("3048","984","wpsl_city","Saginaw");
INSERT INTO `pcab_postmeta` VALUES("3049","984","wpsl_state","MI");
INSERT INTO `pcab_postmeta` VALUES("3050","984","wpsl_zip","48604");
INSERT INTO `pcab_postmeta` VALUES("3051","984","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("3052","984","wpsl_lat","43.480541");
INSERT INTO `pcab_postmeta` VALUES("3053","984","wpsl_lng","-83.993779");
INSERT INTO `pcab_postmeta` VALUES("3054","984","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("3055","984","wpsl_phone","(989) 793-4444");
INSERT INTO `pcab_postmeta` VALUES("3056","986","_edit_lock","1505228326:2");
INSERT INTO `pcab_postmeta` VALUES("3057","986","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("3058","986","_yoast_wpseo_primary_wpsl_store_category","9");
INSERT INTO `pcab_postmeta` VALUES("3059","986","wpsl_address","7675 Highland Rd");
INSERT INTO `pcab_postmeta` VALUES("3060","986","wpsl_city","Waterford");
INSERT INTO `pcab_postmeta` VALUES("3061","986","wpsl_state","MI");
INSERT INTO `pcab_postmeta` VALUES("3062","986","wpsl_zip","48327");
INSERT INTO `pcab_postmeta` VALUES("3063","986","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("3064","986","wpsl_lat","42.660354");
INSERT INTO `pcab_postmeta` VALUES("3065","986","wpsl_lng","-83.438095");
INSERT INTO `pcab_postmeta` VALUES("3066","986","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("3067","986","wpsl_phone","(248) 666-3755");
INSERT INTO `pcab_postmeta` VALUES("3068","986","wpsl_url","http://accuratewoodworking.com");
INSERT INTO `pcab_postmeta` VALUES("3069","988","_edit_lock","1505228393:2");
INSERT INTO `pcab_postmeta` VALUES("3070","988","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("3071","988","_yoast_wpseo_primary_wpsl_store_category","9");
INSERT INTO `pcab_postmeta` VALUES("3072","988","wpsl_address","6332 Middlebelt Road");
INSERT INTO `pcab_postmeta` VALUES("3073","988","wpsl_city","Garden City");
INSERT INTO `pcab_postmeta` VALUES("3074","988","wpsl_state","MI");
INSERT INTO `pcab_postmeta` VALUES("3075","988","wpsl_zip","48135");
INSERT INTO `pcab_postmeta` VALUES("3076","988","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("3077","988","wpsl_lat","42.332533");
INSERT INTO `pcab_postmeta` VALUES("3078","988","wpsl_lng","-83.331195");
INSERT INTO `pcab_postmeta` VALUES("3079","988","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("3080","988","wpsl_phone","(734) 422-0660");
INSERT INTO `pcab_postmeta` VALUES("3081","990","_edit_lock","1505228468:2");
INSERT INTO `pcab_postmeta` VALUES("3082","990","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("3083","990","_yoast_wpseo_primary_wpsl_store_category","13");
INSERT INTO `pcab_postmeta` VALUES("3084","990","wpsl_address","1585 N. Milwaukee Ave");
INSERT INTO `pcab_postmeta` VALUES("3085","990","wpsl_address2","Suite 5");
INSERT INTO `pcab_postmeta` VALUES("3086","990","wpsl_city","Libertyville");
INSERT INTO `pcab_postmeta` VALUES("3087","990","wpsl_state","IL");
INSERT INTO `pcab_postmeta` VALUES("3088","990","wpsl_zip","60048");
INSERT INTO `pcab_postmeta` VALUES("3089","990","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("3090","990","wpsl_lat","42.301904");
INSERT INTO `pcab_postmeta` VALUES("3091","990","wpsl_lng","-87.958446");
INSERT INTO `pcab_postmeta` VALUES("3092","990","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("3093","990","wpsl_phone","(847) 367-7817");
INSERT INTO `pcab_postmeta` VALUES("3094","992","_edit_lock","1505228534:2");
INSERT INTO `pcab_postmeta` VALUES("3095","992","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("3096","992","_yoast_wpseo_primary_wpsl_store_category","20");
INSERT INTO `pcab_postmeta` VALUES("3097","992","wpsl_address","138 Boulder Circle");
INSERT INTO `pcab_postmeta` VALUES("3098","992","wpsl_city","Glastonbury");
INSERT INTO `pcab_postmeta` VALUES("3099","992","wpsl_state","CT");
INSERT INTO `pcab_postmeta` VALUES("3100","992","wpsl_zip","06033");
INSERT INTO `pcab_postmeta` VALUES("3101","992","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("3102","992","wpsl_lat","41.671692");
INSERT INTO `pcab_postmeta` VALUES("3103","992","wpsl_lng","-72.577906");
INSERT INTO `pcab_postmeta` VALUES("3104","992","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("3105","994","_edit_lock","1505228610:2");
INSERT INTO `pcab_postmeta` VALUES("3106","994","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("3107","994","_yoast_wpseo_primary_wpsl_store_category","13");
INSERT INTO `pcab_postmeta` VALUES("3108","994","wpsl_address","5N579 Creekview Lane");
INSERT INTO `pcab_postmeta` VALUES("3109","994","wpsl_city","St Charles");
INSERT INTO `pcab_postmeta` VALUES("3110","994","wpsl_state","IL");
INSERT INTO `pcab_postmeta` VALUES("3111","994","wpsl_zip","60175");
INSERT INTO `pcab_postmeta` VALUES("3112","994","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("3113","994","wpsl_lat","41.949716");
INSERT INTO `pcab_postmeta` VALUES("3114","994","wpsl_lng","-88.361844");
INSERT INTO `pcab_postmeta` VALUES("3115","994","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("3116","994","wpsl_phone","(630) 762-8778");
INSERT INTO `pcab_postmeta` VALUES("3117","996","_edit_lock","1505228681:2");
INSERT INTO `pcab_postmeta` VALUES("3118","996","_edit_last","2");
INSERT INTO `pcab_postmeta` VALUES("3119","996","_yoast_wpseo_primary_wpsl_store_category","13");
INSERT INTO `pcab_postmeta` VALUES("3120","996","wpsl_address","222 S Main St");
INSERT INTO `pcab_postmeta` VALUES("3121","996","wpsl_city","Naperville");
INSERT INTO `pcab_postmeta` VALUES("3122","996","wpsl_state","IL");
INSERT INTO `pcab_postmeta` VALUES("3123","996","wpsl_zip","60540");
INSERT INTO `pcab_postmeta` VALUES("3124","996","wpsl_country","United States");
INSERT INTO `pcab_postmeta` VALUES("3125","996","wpsl_lat","41.77237");
INSERT INTO `pcab_postmeta` VALUES("3126","996","wpsl_lng","-88.149308");
INSERT INTO `pcab_postmeta` VALUES("3127","996","wpsl_hours","a:7:{s:6:\"monday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:7:\"tuesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:9:\"wednesday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"thursday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:6:\"friday\";a:1:{i:0;s:15:\"9:00 AM,5:00 PM\";}s:8:\"saturday\";a:0:{}s:6:\"sunday\";a:0:{}}");
INSERT INTO `pcab_postmeta` VALUES("3128","996","wpsl_phone","(630) 848-0222");
INSERT INTO `pcab_postmeta` VALUES("3131","299","_et_pb_use_ab_testing","off");
INSERT INTO `pcab_postmeta` VALUES("3132","299","_et_pb_ab_refresh_interval","hourly");
INSERT INTO `pcab_postmeta` VALUES("3133","299","_et_pb_ab_subjects","");
INSERT INTO `pcab_postmeta` VALUES("3134","299","_et_pb_ab_current_shortcode","[et_pb_split_track id=\"299\" /]");
INSERT INTO `pcab_postmeta` VALUES("3137","303","_et_pb_use_ab_testing","off");
INSERT INTO `pcab_postmeta` VALUES("3138","303","_et_pb_ab_refresh_interval","hourly");
INSERT INTO `pcab_postmeta` VALUES("3139","303","_et_pb_ab_subjects","");
INSERT INTO `pcab_postmeta` VALUES("3140","303","_et_pb_ab_current_shortcode","[et_pb_split_track id=\"303\" /]");
INSERT INTO `pcab_postmeta` VALUES("3141","313","_et_pb_use_ab_testing","off");
INSERT INTO `pcab_postmeta` VALUES("3142","313","_et_pb_ab_refresh_interval","hourly");
INSERT INTO `pcab_postmeta` VALUES("3143","313","_et_pb_ab_subjects","");
INSERT INTO `pcab_postmeta` VALUES("3144","313","_et_pb_ab_current_shortcode","[et_pb_split_track id=\"313\" /]");
INSERT INTO `pcab_postmeta` VALUES("3145","270","_et_pb_use_ab_testing","off");
INSERT INTO `pcab_postmeta` VALUES("3146","270","_et_pb_ab_refresh_interval","hourly");
INSERT INTO `pcab_postmeta` VALUES("3147","270","_et_pb_ab_subjects","");
INSERT INTO `pcab_postmeta` VALUES("3148","270","_et_pb_ab_current_shortcode","[et_pb_split_track id=\"270\" /]");
INSERT INTO `pcab_postmeta` VALUES("3149","267","_et_pb_use_ab_testing","off");
INSERT INTO `pcab_postmeta` VALUES("3150","267","_et_pb_ab_refresh_interval","hourly");
INSERT INTO `pcab_postmeta` VALUES("3151","267","_et_pb_ab_subjects","");
INSERT INTO `pcab_postmeta` VALUES("3152","267","_et_pb_ab_current_shortcode","[et_pb_split_track id=\"267\" /]");


DROP TABLE IF EXISTS `pcab_posts`;

CREATE TABLE `pcab_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` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_excerpt` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
  `post_password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `to_ping` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `pinged` mediumtext 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 `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  KEY `post_parent` (`post_parent`),
  KEY `post_author` (`post_author`),
  KEY `post_name` (`post_name`(191))
) ENGINE=MyISAM AUTO_INCREMENT=1067 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

INSERT INTO `pcab_posts` VALUES("1","1","2017-09-08 10:58:34","2017-09-08 10:58:34","Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!","Hello world!","","publish","open","open","","hello-world","","","2017-09-08 10:58:34","2017-09-08 10:58:34","","0","http://www.pioneercabinetry.co/?p=1","0","post","","1");
INSERT INTO `pcab_posts` VALUES("2","1","2017-09-08 10:58:34","2017-09-08 10:58:34","This is an example of a WordPress page, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many pages like this one or sub-pages as you like and manage all of your content inside of WordPress.","About","","publish","open","open","","about","","","2017-09-08 10:58:34","2017-09-08 10:58:34","","0","http://www.pioneercabinetry.co/?page_id=2","1","page","","0");
INSERT INTO `pcab_posts` VALUES("8","1","2017-09-08 14:53:13","2017-09-08 18:53:13","[et_pb_section fb_built=\"1\" inner_shadow=\"on\" custom_padding=\"0px||0px|\" _builder_version=\"3.0.72\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" parallax=\"on\"][et_pb_row custom_padding=\"0px||0px|\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_slider top_padding=\"350px\" bottom_padding=\"350px\" top_padding_tablet=\"200px\" top_padding_phone=\"150px\" top_padding_last_edited=\"on|phone\" bottom_padding_tablet=\"200px\" bottom_padding_phone=\"150px\" bottom_padding_last_edited=\"on|phone\" admin_label=\"Gallery Slider\" _builder_version=\"3.0.72\" auto=\"on\"][et_pb_slide background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/SlideShow-frontpage5.jpg\" use_bg_overlay=\"off\" use_text_overlay=\"off\" admin_title=\"Kitchen 5\" _builder_version=\"3.0.47\" header_font=\"||||\" body_font=\"||||\" custom_button=\"off\" button_icon_placement=\"right\" button_on_hover=\"on\"][/et_pb_slide][et_pb_slide background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/SlideShow-frontpage1.jpg\" use_bg_overlay=\"off\" use_text_overlay=\"off\" admin_title=\"Kitchen 1\" _builder_version=\"3.0.47\" header_font=\"||||\" body_font=\"||||\" custom_button=\"off\" button_icon_placement=\"right\" button_on_hover=\"on\"][/et_pb_slide][et_pb_slide background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/SlideShow-frontpage2.jpg\" use_bg_overlay=\"off\" use_text_overlay=\"off\" admin_title=\"Kitchen 2\" _builder_version=\"3.0.47\" header_font=\"||||\" body_font=\"||||\" custom_button=\"off\" button_icon_placement=\"right\" button_on_hover=\"on\"][/et_pb_slide][et_pb_slide background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/SlideShow-frontpage3.jpg\" use_bg_overlay=\"off\" use_text_overlay=\"off\" admin_title=\"Kitchen 3\" _builder_version=\"3.0.47\" header_font=\"||||\" body_font=\"||||\" custom_button=\"off\" button_icon_placement=\"right\" button_on_hover=\"on\"][/et_pb_slide][et_pb_slide background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/SlideShow-frontpage8.jpg\" use_bg_overlay=\"off\" use_text_overlay=\"off\" admin_title=\"Kitchen 8\" _builder_version=\"3.0.47\" header_font=\"||||\" body_font=\"||||\" custom_button=\"off\" button_icon_placement=\"right\" button_on_hover=\"on\"][/et_pb_slide][et_pb_slide background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/SlideShow-frontpage8-1.jpg\" use_bg_overlay=\"off\" use_text_overlay=\"off\" admin_title=\"Kitchen 6\" _builder_version=\"3.0.47\" header_font=\"||||\" body_font=\"||||\" custom_button=\"off\" button_icon_placement=\"right\" button_on_hover=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"0px||0px|\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#000000\" background_color_gradient_end=\"#2b2b2b\"][et_pb_row custom_padding=\"50px|0px|7px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Home Page Headline\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||on||\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\" animation_style=\"zoom\"]
<h1 style=\"text-align: center;\">We are the Signature of Quality & Craftsmanship</h1>
[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"2\" custom_padding=\"17px|0px|25.55px|0px\" make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" background_color_3=\"#000000\" padding_top_1=\"10px\" padding_bottom_1=\"10px\" padding_top_2=\"10px\" padding_bottom_2=\"10px\" padding_top_3=\"10px\" padding_bottom_3=\"10px\" custom_css_main_1=\"border-radius:15px;\" custom_css_main_2=\"border-radius:15px;\" custom_css_main_3=\"border-radius:15px;\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"10px\" padding_top=\"10px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" custom_css_main=\"border-radius:15px;\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/species.jpg\" align=\"center\" max_width=\"50%\" admin_label=\"Wood Species Image\" _builder_version=\"3.0.72\" custom_margin=\"0px||0px|\"][/et_pb_image][et_pb_button button_url=\"/wood-color/\" button_text=\"Wood & Color\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Wood Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_bg_color=\"#e7aa0a\" button_border_width=\"1\" button_bg_color_hover=\"#006739\" button_border_color_hover=\"#707070\" custom_css_main_element=\"width:70%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"10px\" padding_top=\"10px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" custom_css_main=\"border-radius:15px;\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/doorStyles.jpg\" align=\"center\" max_width=\"50%\" admin_label=\"Door Styles Image\" _builder_version=\"3.0.72\" custom_margin=\"0px||0px|\"][/et_pb_image][et_pb_button button_url=\"/door-styles/\" button_text=\"Door Styles\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Door Styles Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_bg_color=\"#e7aa0a\" button_border_width=\"1\" button_bg_color_hover=\"#006739\" button_border_color_hover=\"#707070\" custom_css_main_element=\"width:70%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"10px\" padding_top=\"10px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" custom_css_main=\"border-radius:15px;\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/overlays.jpg\" align=\"center\" max_width=\"50%\" admin_label=\"Overlay Image\" _builder_version=\"3.0.72\" custom_margin=\"0px||0px|\"][/et_pb_image][et_pb_button button_url=\"/overlays-hinging/\" button_text=\"Overlays & Hinging\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Overlays Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_bg_color=\"#e7aa0a\" button_border_width=\"1\" button_bg_color_hover=\"#006739\" button_border_color_hover=\"#707070\" custom_css_main_element=\"width:70%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"0px||0px|\" _builder_version=\"3.0.72\" custom_css_main_element=\"margin:0px !important;\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"2\" custom_padding=\"10px|0px|30px|0px\" make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" background_color_3=\"#000000\" padding_top_1=\"10px\" padding_bottom_1=\"10px\" padding_top_2=\"10px\" padding_bottom_2=\"10px\" padding_top_3=\"10px\" padding_bottom_3=\"10px\" custom_css_main_1=\"border-radius:15px;\" custom_css_main_2=\"border-radius:15px;\" custom_css_main_3=\"border-radius:15px;\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"10px\" padding_top=\"10px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" custom_css_main=\"border-radius:15px;\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/panelStyles.jpg\" align=\"center\" max_width=\"50%\" admin_label=\"Panel Styles Image\" _builder_version=\"3.0.72\" custom_margin=\"0px||0px|\"][/et_pb_image][et_pb_button button_url=\"/panel-styles/\" button_text=\"Panel Styles\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Panel Styles Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_bg_color=\"#e7aa0a\" button_border_width=\"1\" button_bg_color_hover=\"#006739\" button_border_color_hover=\"#707070\" custom_css_main_element=\"width:70%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"10px\" padding_top=\"10px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" custom_css_main=\"border-radius:15px;\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/edges.jpg\" align=\"center\" max_width=\"50%\" admin_label=\"Edges Image\" _builder_version=\"3.0.72\" custom_margin=\"0px||0px|\"][/et_pb_image][et_pb_button button_url=\"/edges/\" button_text=\"Edges\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Edges Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_bg_color=\"#e7aa0a\" button_border_width=\"1\" button_bg_color_hover=\"#006739\" button_border_color_hover=\"#707070\" custom_css_main_element=\"width:70%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"10px\" padding_top=\"10px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" custom_css_main=\"border-radius:15px;\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/finishes.jpg\" align=\"center\" max_width=\"50%\" admin_label=\"Options Image\" _builder_version=\"3.0.72\" custom_margin=\"0px||0px|\"][/et_pb_image][et_pb_button button_url=\"/options/\" button_text=\"Options\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Options Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_bg_color=\"#e7aa0a\" button_border_width=\"1\" button_bg_color_hover=\"#006739\" button_border_color_hover=\"#707070\" custom_css_main_element=\"width:70%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.72\"][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Welcome Text\" _builder_version=\"3.0.72\" text_font=\"||||\" text_font_size=\"18px\" text_text_color=\"#ffffff\" custom_padding=\"||40px|\" text_line_height=\"1.8em\"]<p>Pioneer Cabinetry has manufactured semi-custom kitchen and bathroom cabinetry since 1986. Our factory is located in Davison, MI and our cabinetry is sold through a network of kitchen and bath dealers.</p>
<p>We stand behind our work as <strong><em>\"The Signature of Quality and Craftsmanship\"</em> </strong>and feel confident that you will not find a better value cabinet on the market.</p>
<p><strong>Our Commitment Originates with Quality</strong>  - While price is an important factor in purchasing cabinetry, another crucial factor should be considered as well: Quality. Getting a good deal is only relevant if the product is well made. Pioneer goes the extra mile to ensure that your new cabinetry is made with the best materials. We offer special features like dovetailed drawers, under-mount drawer slides, premium baked-on finishes, 3/4” adjustable shelving and wood veneer finished end panels. Our commitment to quality makes Pioneer the best value cabinet on the market today.</p>[/et_pb_text][et_pb_tabs active_tab_background_color=\"#000000\" inactive_tab_background_color=\"#3f3f3f\" admin_label=\"Home Page Tabs\" _builder_version=\"3.0.72\" tab_font=\"Open Sans Condensed||||\" tab_font_size=\"12px\" tab_text_color=\"#ffffff\" body_font=\"Open Sans Condensed||||\" body_text_color=\"#ffffff\" background_color=\"#000000\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#000000\" background_color_gradient_end=\"#474747\" use_border_color=\"on\" border_color=\"#5b5b5b\" border_width=\"0px\"][et_pb_tab title=\"Quality\" _builder_version=\"3.0.47\" tab_font=\"||||\" tab_line_height=\"2em\" tab_line_height_tablet=\"2em\" tab_line_height_phone=\"2em\" body_font=\"||||\" body_line_height=\"2em\" body_line_height_tablet=\"2em\" body_line_height_phone=\"2em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h4 style=\"color: #ffffff;\">Our Commitment Originates with Quality -</h4>
<p class=\"p2\"><span class=\"s2\">Pioneer holds quality as its highest priority, from receipt of raw materials through the delivery of cabinetry made just for you. Pioneer\'s Quality Assurance Program guarantees that you will receive the best quality product for the price.</span></p>
[/et_pb_tab][et_pb_tab title=\"Experience\" _builder_version=\"3.0.47\" tab_font=\"||||\" tab_line_height=\"2em\" tab_line_height_tablet=\"2\" tab_line_height_phone=\"2\" body_font=\"||||\" body_line_height=\"2em\" body_line_height_tablet=\"2\" body_line_height_phone=\"2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h4 style=\"color: #ffffff;\">We have the experience -</h4>
<p class=\"p2\"><span class=\"s2\">With over 30 years in business, the team at Pioneer knows how to deliver a quality product that surpasses homeowners\' hopes and expectations. Each Pioneer team member participates in an aggressive cross-training program to give them the utmost experience in all facets of cabinet manufacturing.</span></p>
[/et_pb_tab][et_pb_tab title=\"Materials\" _builder_version=\"3.0.47\" tab_font=\"||||\" tab_line_height=\"2em\" tab_line_height_tablet=\"2\" tab_line_height_phone=\"2\" body_font=\"||||\" body_line_height=\"2em\" body_line_height_tablet=\"2\" body_line_height_phone=\"2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h4 style=\"color: #ffffff;\">We only use the finest materials -</h4>
<p class=\"p2\"><span class=\"s2\">Getting a good deal is only relevant if the product is well made. Pioneer goes the extra mile to ensure that your new cabinetry is made with the best materials. We offer standard features like 3/4\" solid wood face frames and door frames, solid wood dovetailed drawers, full-extension, soft-close, under-mount drawer slides, premium finishes, 1/2\" cabinet boxes, 3/4\" adjustable shelving and wood veneer finished end panels.</span></p>
[/et_pb_tab][et_pb_tab title=\"Customization\" _builder_version=\"3.0.47\" tab_font=\"||||\" tab_line_height=\"2em\" tab_line_height_tablet=\"2em\" tab_line_height_phone=\"2em\" body_font=\"||||\" body_line_height=\"2em\" body_line_height_tablet=\"2em\" body_line_height_phone=\"2em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h4 style=\"color: #ffffff;\">Customization -</h4>
<p class=\"p2\"><span class=\"s2\">We recognize that not every cabinet works for every customer, so we are happy to help you create the right cabinet combinations for your home. With so many options in sizes and colors, your home can be customized to your liking without compromising quality or affordability.</span></p>
[/et_pb_tab][/et_pb_tabs][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_search exclude_pages=\"off\" exclude_posts=\"on\" hide_button=\"off\" placeholder=\"Search our site\" field_bg=\"#aaaaaa\" placeholder_color=\"#000000\" _builder_version=\"3.0.72\" input_font_size=\"16px\" global_module=\"95\" saved_tabs=\"all\"][/et_pb_search][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Pioneer-LrgLogo.png\" align=\"center\" admin_label=\"Pioneer Logo - White\" _builder_version=\"3.0.72\" global_module=\"97\" saved_tabs=\"all\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#999999\" custom_padding=\"20px||20px|\" _builder_version=\"3.0.72\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/lightKitchen.jpg\" background_blend=\"multiply\" custom_css_main_element=\"background-image: url(http://pioneercabinetry.net/wp/wp-content/uploads/2016/06/lightKitchen.jpg);||-moz-background-size:100% 100%;||-webkit-background-size:100% 100%;||background-size:100% 100%;\" global_module=\"90\"][et_pb_row _builder_version=\"3.0.72\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Disclaimer Text\" _builder_version=\"3.0.72\" text_font=\"Open Sans||||\" text_font_size=\"11\"]
<p>The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.</p>
[/et_pb_text][et_pb_text background_layout=\"dark\" _builder_version=\"3.0.72\" text_font_size=\"10\" text_line_height=\"1.5\"]
<p><strong>Pioneer Cabinetry, Inc</strong> | PO Box 280 | 301 W. Rising St. | Davison, MI 48423 | (810) 658-2075</p>
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]","Home","","publish","closed","closed","","home","","","2017-09-11 13:15:19","2017-09-11 17:15:19","","0","http://www.pioneercabinetry.co/?page_id=8","0","page","","0");
INSERT INTO `pcab_posts` VALUES("9","1","2017-09-08 14:51:58","2017-09-08 18:51:58","","Home","","inherit","closed","closed","","8-revision-v1","","","2017-09-08 14:51:58","2017-09-08 18:51:58","","8","http://www.pioneercabinetry.co/uncategorized/8-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("6","1","2017-09-08 14:04:40","2017-09-08 18:04:40","","Maintenance Background","","inherit","open","closed","","maintenance-2","","","2017-09-08 14:08:54","2017-09-08 18:08:54","","0","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Maintenance-1.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("7","1","2017-09-08 14:06:30","2017-09-08 18:06:30","Our Signature of Quality and Craftsmanship","Pioneer Cabinetry Logo","","inherit","open","closed","","pioneer-lrglogo-dark","","","2017-09-08 14:08:41","2017-09-08 18:08:41","","0","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Pioneer-LrgLogo-dark.png","0","attachment","image/png","0");
INSERT INTO `pcab_posts` VALUES("10","1","2017-09-08 14:52:07","2017-09-08 18:52:07","This is an example of a WordPress page, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many pages like this one or sub-pages as you like and manage all of your content inside of WordPress.","About","","inherit","closed","closed","","2-revision-v1","","","2017-09-08 14:52:07","2017-09-08 18:52:07","","2","http://www.pioneercabinetry.co/uncategorized/2-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("65","1","2017-09-08 14:55:17","2017-09-08 18:55:17","[et_pb_section background_color=\"#2ea3f2\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"150\" /][et_pb_blurb admin_label=\"Blurb\" url_new_window=\"off\" image=\"https://elegantthemesimages.com/images/premade/d2-300px.png\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\" use_icon=\"off\" icon_color=\"#108bf5\" use_circle=\"off\" circle_color=\"#108bf5\" use_circle_border=\"off\" circle_border_color=\"#108bf5\" icon_placement=\"top\"]<h1></h1>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\"]<h4><strong>Lorem Ipsum Dolor</strong></h4>
Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\"]<h4><strong>Lorem Ipsum Dolor</strong></h4>
Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\"]<h4><strong>Lorem Ipsum Dolor</strong></h4>
Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante.[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" button_text=\"Enter\" background_color=\"#2caaca\" use_background_color=\"off\" background_layout=\"dark\" text_orientation=\"center\" button_url=\"#\" /][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"400\" /][/et_pb_column][/et_pb_row][/et_pb_section]","Splash Page","","publish","closed","closed","","splash-page","","","2017-09-08 14:55:17","2017-09-08 18:55:17","","0","http://www.pioneercabinetry.co/et_pb_layout/splash-page/","0","et_pb_layout","","0");
INSERT INTO `pcab_posts` VALUES("66","1","2017-09-08 14:55:17","2017-09-08 18:55:17","[et_pb_section inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"60\" /][et_pb_blurb admin_label=\"Blurb\" url_new_window=\"off\" image=\"https://elegantthemesimages.com/images/premade/builder-blurbs-builder.jpg\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"off\" icon_color=\"#2ea3f2\" use_circle=\"off\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" icon_placement=\"top\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#f7f7f7\" inner_shadow=\"on\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\"]<h1>We will Be back Soon</h1>
This is an example of a blank page with no header or footer.[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Undergoing Maintenance\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#63cde3\" use_circle=\"on\" circle_color=\"#f7f7f7\" use_circle_border=\"on\" circle_border_color=\"#2ea3f2\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Divi is here to stay, and you can rest easy knowing that our team will be updating and improving it for years to come.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Feature Updates\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#63cde3\" use_circle=\"on\" circle_color=\"#f7f7f7\" use_circle_border=\"on\" circle_border_color=\"#2ea3f2\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Divi is here to stay, and you can rest easy knowing that our team will be updating and improving it for years to come.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Bug Fixes\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#63cde3\" use_circle=\"on\" circle_color=\"#f7f7f7\" use_circle_border=\"on\" circle_border_color=\"#2ea3f2\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Divi is here to stay, and you can rest easy knowing that our team will be updating and improving it for years to come.[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" button_url=\"#\" button_text=\"Contact Us\" background_color=\"#2caaca\" use_background_color=\"off\" background_layout=\"light\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section]","Maintenance Mode","","publish","closed","closed","","maintenance-mode","","","2017-09-08 14:55:17","2017-09-08 18:55:17","","0","http://www.pioneercabinetry.co/et_pb_layout/maintenance-mode/","0","et_pb_layout","","0");
INSERT INTO `pcab_posts` VALUES("67","1","2017-09-08 14:55:17","2017-09-08 18:55:17","[et_pb_section inner_shadow=\"off\" parallax=\"off\" background_color=\"#8d1bf4\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"70\" /][et_pb_countdown_timer admin_label=\"Countdown Timer\" date_time=\"05/31/2014 05:15\" background_layout=\"dark\" background_color=\"#e03e3e\" use_background_color=\"off\" title=\"This Site Is Coming Soon\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_signup admin_label=\"Subscribe\" title=\"Sign Up to Receive Updates\" button_text=\"Submit\" background_color=\"#6e15c2\" use_background_color=\"on\" mailchimp_list=\"none\" background_layout=\"dark\" text_orientation=\"left\" provider=\"mailchimp\" aweber_list=\"none\"]Integer accumsan leo non nisi sollicitudin, sit amet eleifend dolor mollis. Donec sagittis posuere commodo. Aenean sed convallis lectus. Vivamus et nisi posuere erat aliquet adipiscing in non libero. Integer ornare dui at molestie dictum. Vivamus id aliquam urna. Duis quis fermentum lacus. Sed viverra dui leo, non auctor nisi porttitor a. Nunc a tristique lectus.[/et_pb_signup][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" button_url=\"#\" button_text=\"Contact Us\" background_color=\"#2caaca\" use_background_color=\"off\" background_layout=\"dark\" text_orientation=\"center\" /][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"600\" /][/et_pb_column][/et_pb_row][/et_pb_section]","Coming Soon","","publish","closed","closed","","coming-soon","","","2017-09-08 14:55:17","2017-09-08 18:55:17","","0","http://www.pioneercabinetry.co/et_pb_layout/coming-soon/","0","et_pb_layout","","0");
INSERT INTO `pcab_posts` VALUES("68","1","2017-09-08 14:55:17","2017-09-08 18:55:17","[et_pb_section background_color=\"#27323a\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\"]<h1 style=\"font-size: 72px;\">My Website</h1>
<h2><em>My Tagline</em></h2>[/et_pb_text][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1080px.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"fade_in\" /][et_pb_cta admin_label=\"Call To Action\" title=\"Lorem ipsum dolor sit amet consectetur.\" button_url=\"#\" button_text=\"Learn More\" use_background_color=\"off\" background_color=\"#2ea3f2\" background_layout=\"dark\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section background_color=\"#313f55\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#2ea3f2\" use_circle=\"off\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#2ea3f2\" use_circle=\"off\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#2ea3f2\" use_circle=\"off\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis.[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section background_color=\"#27323a\" inner_shadow=\"on\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1080px.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"right\" /][et_pb_cta admin_label=\"Call To Action\" button_url=\"#\" button_text=\"Get Started\" use_background_color=\"off\" background_color=\"#2ea3f2\" background_layout=\"light\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section]","Landing Page","","publish","closed","closed","","landing-page","","","2017-09-08 14:55:17","2017-09-08 18:55:17","","0","http://www.pioneercabinetry.co/et_pb_layout/landing-page/","0","et_pb_layout","","0");
INSERT INTO `pcab_posts` VALUES("62","1","2017-09-08 14:55:17","2017-09-08 18:55:17","[et_pb_section fullwidth=\"on\" specialty=\"off\" background_color=\"#2ea3f2\" inner_shadow=\"on\" parallax=\"off\"][et_pb_fullwidth_header admin_label=\"Fullwidth Header\" title=\"Welcome to My Blog\" subhead=\"Here is a basic blog layout with a right sidebar\" background_layout=\"dark\" text_orientation=\"left\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"on\"][et_pb_column type=\"3_4\" specialty_columns=\"3\"][et_pb_row_inner][et_pb_column_inner type=\"4_4\"][et_pb_blog admin_label=\"Blog\" fullwidth=\"on\" posts_number=\"6\" meta_date=\"M j, Y\" show_thumbnail=\"on\" show_content=\"off\" show_author=\"on\" show_date=\"on\" show_categories=\"on\" show_pagination=\"on\" background_layout=\"light\" /][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" background_layout=\"light\" /][/et_pb_column][/et_pb_section]","Blog Standard","","publish","closed","closed","","blog-standard","","","2017-09-08 14:55:17","2017-09-08 18:55:17","","0","http://www.pioneercabinetry.co/et_pb_layout/blog-standard/","0","et_pb_layout","","0");
INSERT INTO `pcab_posts` VALUES("63","1","2017-09-08 14:55:17","2017-09-08 18:55:17","[et_pb_section fullwidth=\"on\" specialty=\"off\" background_color=\"#f84b48\" inner_shadow=\"off\" parallax=\"off\"][et_pb_fullwidth_header admin_label=\"Fullwidth Header\" title=\"Welcome to Our Shop\" subhead=\"Divi gives you the power to run a full-fledged online storefront.\" background_layout=\"dark\" text_orientation=\"left\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_shop admin_label=\"Shop\" type=\"recent\" posts_number=\"12\" columns=\"4\" orderby=\"menu_order\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"News & Events\" button_url=\"#\" button_text=\"Follow\" use_background_color=\"on\" background_color=\"#57ccc4\" background_layout=\"dark\" text_orientation=\"center\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. In in risus eget lectus suscipit malesuada.[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Shop Basic","","publish","closed","closed","","shop-basic","","","2017-09-08 14:55:17","2017-09-08 18:55:17","","0","http://www.pioneercabinetry.co/et_pb_layout/shop-basic/","0","et_pb_layout","","0");
INSERT INTO `pcab_posts` VALUES("64","1","2017-09-08 14:55:17","2017-09-08 18:55:17","[et_pb_section fullwidth=\"on\" specialty=\"off\" background_color=\"#b2ede0\" inner_shadow=\"off\" parallax=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"off\"][et_pb_slide heading=\"Our Shop\" button_text=\"Shop Now\" button_link=\"#\" background_color=\"#81dfde\" alignment=\"center\" background_layout=\"dark\" image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-510px.png\"]Divi gives you the power to easily run a full-fledged online storefront. With the Divi Builder, you can create gorgeous shop pages, such as this one.[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"on\"][et_pb_column type=\"3_4\" specialty_columns=\"3\"][et_pb_row_inner][et_pb_column_inner type=\"4_4\"][et_pb_shop admin_label=\"Shop\" type=\"recent\" posts_number=\"6\" columns=\"3\" orderby=\"menu_order\" /][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner][et_pb_column_inner type=\"1_2\"][et_pb_cta admin_label=\"Call To Action\" title=\"Summer Sale!\" button_url=\"#\" button_text=\"Shop Now\" background_color=\"#ed5362\" use_background_color=\"on\" background_layout=\"dark\" text_orientation=\"center\"]For a limited time only, all of our vintage products are 50% off! Don\'t miss your chance to save big on these wonderful items.[/et_pb_cta][/et_pb_column_inner][et_pb_column_inner type=\"1_2\"][et_pb_cta admin_label=\"Call To Action\" title=\"Buy 2 Get 1 Free\" button_url=\"#\" button_text=\"Coupon Code\" background_color=\"#57ccc4\" use_background_color=\"on\" background_layout=\"dark\" text_orientation=\"center\"]For a limited time only, if you buy two of any item, you get the 3rd for free! Click below to redeem the coupon code to use at checkout.[/et_pb_cta][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" background_layout=\"light\" /][/et_pb_column][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#f7f7f7\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h1>Our Most Popular Items</h1>[/et_pb_text][et_pb_shop admin_label=\"Shop\" type=\"best_selling\" posts_number=\"4\" columns=\"4\" orderby=\"menu_order\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#57ccc4\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"View All of Our On-Sale Items\" button_url=\"#\" background_color=\"#2caaca\" use_background_color=\"off\" background_layout=\"dark\" text_orientation=\"center\" button_text=\"Shop Now\"]For a limited time only, all of our vintage products are 50% off! Don’t miss your chance to save big on these wonderful items.[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Shop Extended","","publish","closed","closed","","shop-extended","","","2017-09-08 14:55:17","2017-09-08 18:55:17","","0","http://www.pioneercabinetry.co/et_pb_layout/shop-extended/","0","et_pb_layout","","0");
INSERT INTO `pcab_posts` VALUES("60","1","2017-09-08 14:55:17","2017-09-08 18:55:17","[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h1>Your Project Name</h1>[/et_pb_text][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\" url_new_window=\"off\" animation=\"fade_in\" show_in_lightbox=\"off\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h4>Project Description</h4>
Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl. Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue at nisl. Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h4>Project Details</h4>
<strong>Client </strong>Client Name
<strong>Date </strong>Date of Completion
<strong>Skills </strong>Branding, Web Design
<strong>View </strong>elegantthemes.com[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#f7f7f7\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/d2-placeholder-510px.png\" url_new_window=\"off\" animation=\"left\" show_in_lightbox=\"off\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"60\" /][et_pb_cta admin_label=\"Call To Action\" title=\"Project Feature\" button_url=\"#\" button_text=\"Live Project\" background_color=\"#2caaca\" use_background_color=\"off\" background_layout=\"light\" text_orientation=\"left\"]Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl quis nibh non, molestie tempus sapien.[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"100\" /][et_pb_cta admin_label=\"Call To Action\" title=\"Project Feature\" button_url=\"#\" button_text=\"See More\" background_color=\"#2caaca\" use_background_color=\"off\" background_layout=\"light\" text_orientation=\"right\"]Vivamus ipsum velit, ullamcorper quis nibh, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl.[/et_pb_cta][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/d2-placeholder-700px.jpg\" url_new_window=\"off\" animation=\"right\" show_in_lightbox=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\" inner_shadow=\"off\" parallax=\"on\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Like What You See?\" button_url=\"#\" button_text=\"Contact Us\" background_color=\"#2caaca\" use_background_color=\"off\" background_layout=\"dark\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section]","Project Extended 2","","publish","closed","closed","","project-extended-2","","","2017-09-08 14:55:17","2017-09-08 18:55:17","","0","http://www.pioneercabinetry.co/et_pb_layout/project-extended-2/","0","et_pb_layout","","0");
INSERT INTO `pcab_posts` VALUES("61","1","2017-09-08 14:55:17","2017-09-08 18:55:17","[et_pb_section fullwidth=\"on\" specialty=\"off\" background_color=\"#2ea3f2\" inner_shadow=\"on\" parallax=\"off\"][et_pb_fullwidth_header admin_label=\"Fullwidth Header\" title=\"Welcome to My Blog\" subhead=\"Here is a masonry blog layout with no sidebar\" background_layout=\"dark\" text_orientation=\"left\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#f7f7f7\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_blog admin_label=\"Blog\" fullwidth=\"off\" posts_number=\"18\" meta_date=\"M j, Y\" show_thumbnail=\"on\" show_content=\"off\" show_author=\"on\" show_date=\"on\" show_categories=\"on\" show_pagination=\"on\" background_layout=\"light\" /][/et_pb_column][/et_pb_row][/et_pb_section]","Blog Masonry","","publish","closed","closed","","blog-masonry","","","2017-09-08 14:55:17","2017-09-08 18:55:17","","0","http://www.pioneercabinetry.co/et_pb_layout/blog-masonry/","0","et_pb_layout","","0");
INSERT INTO `pcab_posts` VALUES("56","1","2017-09-08 14:55:17","2017-09-08 18:55:17","[et_pb_section fullwidth=\"on\" specialty=\"off\" background_image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\" inner_shadow=\"off\" parallax=\"on\"][et_pb_fullwidth_header admin_label=\"Fullwidth Header\" title=\"My Work\" subhead=\"Your Subtitle Goes Here\" background_layout=\"dark\" text_orientation=\"left\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_portfolio admin_label=\"Portfolio\" fullwidth=\"on\" posts_number=\"4\" show_title=\"on\" show_categories=\"on\" show_pagination=\"on\" background_layout=\"light\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#2ea3f2\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"I Love Working With Creative Minds\" button_url=\"#\" button_text=\"Contact Me\" background_color=\"#2caaca\" use_background_color=\"off\" background_layout=\"dark\" text_orientation=\"center\"]If you are interested in working together, send me an inquiry and I will get back to you as soon as I can![/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Portfolio 1 Column","","publish","closed","closed","","portfolio-1-column","","","2017-09-08 14:55:17","2017-09-08 18:55:17","","0","http://www.pioneercabinetry.co/et_pb_layout/portfolio-1-column/","0","et_pb_layout","","0");
INSERT INTO `pcab_posts` VALUES("57","1","2017-09-08 14:55:17","2017-09-08 18:55:17","[et_pb_section fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"on\" parallax=\"off\"][et_pb_slide background_image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" /][et_pb_slide background_image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" /][et_pb_slide background_image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" /][/et_pb_fullwidth_slider][et_pb_fullwidth_portfolio admin_label=\"Fullwidth Portfolio\" fullwidth=\"on\" show_title=\"on\" show_date=\"on\" background_layout=\"light\" auto=\"off\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#2ea3f2\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Let\'s Build Something Together\" button_url=\"#\" button_text=\"Contact Me\" use_background_color=\"off\" background_color=\"#2ea3f2\" background_layout=\"dark\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section]","Portfolio Fullwidth Carousel","","publish","closed","closed","","portfolio-fullwidth-carousel","","","2017-09-08 14:55:17","2017-09-08 18:55:17","","0","http://www.pioneercabinetry.co/et_pb_layout/portfolio-fullwidth-carousel/","0","et_pb_layout","","0");
INSERT INTO `pcab_posts` VALUES("58","1","2017-09-08 14:55:17","2017-09-08 18:55:17","[et_pb_section fullwidth=\"on\" specialty=\"off\" background_color=\"#2ea3f2\" inner_shadow=\"off\" parallax=\"off\"][et_pb_fullwidth_portfolio admin_label=\"Fullwidth Portfolio\" fullwidth=\"off\" show_title=\"on\" show_date=\"on\" background_layout=\"dark\" auto=\"off\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#2ea3f2\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Interested In Working On A Project?\" button_url=\"#\" button_text=\"Contact Me\" use_background_color=\"off\" background_color=\"#2ea3f2\" background_layout=\"dark\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section]","Portfolio Fullwidth Grid","","publish","closed","closed","","portfolio-fullwidth-grid","","","2017-09-08 14:55:17","2017-09-08 18:55:17","","0","http://www.pioneercabinetry.co/et_pb_layout/portfolio-fullwidth-grid/","0","et_pb_layout","","0");
INSERT INTO `pcab_posts` VALUES("59","1","2017-09-08 14:55:17","2017-09-08 18:55:17","[et_pb_section background_color=\"#3a3a3a\" inner_shadow=\"off\" parallax=\"on\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_blurb admin_label=\"Blurb\" url_new_window=\"off\" image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" animation=\"bottom\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"off\" icon_color=\"#45c4ec\" use_circle=\"off\" circle_color=\"#45c4ec\" use_circle_border=\"off\" circle_border_color=\"#45c4ec\" icon_placement=\"top\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\"]<h1 style=\"font-size: 72px; font-weight: 300;\">Your Project Name</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h2>The Challenge</h2>
Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl. Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h2>The Solution</h2>
Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl. Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"on\" specialty=\"off\" inner_shadow=\"off\" parallax=\"on\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\"][et_pb_slide heading=\"Complete Corporate Identity\" background_image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" /][et_pb_slide heading=\"We Rethought Everything\" background_color=\"#2ea3f2\" alignment=\"center\" background_layout=\"dark\" /][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#353535\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Corporate Rebranding\" number=\"70\" percent_sign=\"on\" background_layout=\"dark\" counter_color=\"#2ea3f2\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Website Redesign\" number=\"30\" percent_sign=\"on\" background_layout=\"dark\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Day Turnaround\" number=\"60\" percent_sign=\"off\" background_layout=\"dark\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Amazing Result\" number=\"1\" percent_sign=\"off\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#2ea3f2\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_2\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"90\" /][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"left\"]<h1>Mobile Site Boosted Sales By 50%</h1>[/et_pb_text][et_pb_blurb admin_label=\"Blurb\" title=\"Mobile Refresh\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"right\" background_layout=\"dark\" text_orientation=\"left\"]The Challenge Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Rebuilt From the Inside Out\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"right\" background_layout=\"dark\" text_orientation=\"left\"]The Challenge Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Extensive Demographic Studies\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"right\" background_layout=\"dark\" text_orientation=\"left\"]The Challenge Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/mobile-lockup.png\" url_new_window=\"off\" animation=\"left\" show_in_lightbox=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#353535\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"60\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_counters admin_label=\"Bar Counters\" background_layout=\"light\" background_color=\"#2e2e2e\"][et_pb_counter percent=\"80\"]Mobile Sales[/et_pb_counter][et_pb_counter percent=\"50\"]Website Traffic[/et_pb_counter][et_pb_counter percent=\"75\"]Conversion Rate[/et_pb_counter][et_pb_counter percent=\"60\"]Email Subscribers[/et_pb_counter][/et_pb_counters][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Call To Action\" title=\"The Results Were Amazing\" button_url=\"#\" button_text=\"Live Project\" use_background_color=\"off\" background_color=\"#2ea3f2\" background_layout=\"dark\" text_orientation=\"left\"]Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl. Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl.[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"60\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"on\" specialty=\"off\" inner_shadow=\"off\" parallax=\"on\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\"][et_pb_slide heading=\"We Rethought Everything\" background_color=\"#2ea3f2\" alignment=\"center\" background_layout=\"dark\" /][et_pb_slide heading=\"Complete Corporate Identity\" background_image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" /][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#f7f7f7\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Interested In Working With Us?\" button_url=\"#\" button_text=\"Get In Touch\" use_background_color=\"off\" background_color=\"#2ea3f2\" background_layout=\"light\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section]","Project Extended","","publish","closed","closed","","project-extended","","","2017-09-08 14:55:17","2017-09-08 18:55:17","","0","http://www.pioneercabinetry.co/et_pb_layout/project-extended/","0","et_pb_layout","","0");
INSERT INTO `pcab_posts` VALUES("53","1","2017-09-08 14:55:17","2017-09-08 18:55:17","[et_pb_section fullwidth=\"on\" specialty=\"off\" background_color=\"#2ea3f2\" inner_shadow=\"off\" parallax=\"off\"][et_pb_fullwidth_header admin_label=\"Fullwidth Header\" title=\"Page With Left Sidebar\" subhead=\"Here is a basic page layout with a left sidebar\" background_layout=\"dark\" text_orientation=\"left\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"on\"][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"left\" background_layout=\"light\" /][/et_pb_column][et_pb_column type=\"3_4\" specialty_columns=\"3\"][et_pb_row_inner][et_pb_column_inner type=\"4_4\"][et_pb_text admin_label=\"Text\"]
<h2>Just A Standard Page</h2>
Nunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.

Sed sit amet blandit ipsum, et consectetur libero. Integer convallis at metus quis molestie. Morbi vitae odio ut ante molestie scelerisque. Aliquam erat volutpat. Vivamus dignissim fringilla semper. Aliquam imperdiet dui a purus pellentesque, non ornare ipsum blandit. Sed imperdiet elit in quam egestas lacinia nec sit amet dui. Cras malesuada tincidunt ante, in luctus tellus hendrerit at. Duis massa mauris, bibendum a mollis a, laoreet quis elit. Nulla pulvinar vestibulum est, in viverra nisi malesuada vel. Nam ut ipsum quis est faucibus mattis eu ut turpis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas nunc felis, venenatis in fringilla vel, tempus in turpis. Mauris aliquam dictum dolor at varius. Fusce sed vestibulum metus. Vestibulum dictum ultrices nulla sit amet fermentum.

[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner][et_pb_column_inner type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]
<h3>Lorem Ipsum Dolor</h3>
Nunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.

[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]
<h3>Lorem Ipsum Dolor</h3>
Nunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.

[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner][et_pb_column_inner type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]
<h4>Lorem Ipsum Dolor</h4>
Nunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.

[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]
<h4>Lorem Ipsum Dolor</h4>
Nunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.

[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]
<h4>Lorem Ipsum Dolor</h4>
Nunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.

[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section]","Page Left Sidebar","","publish","closed","closed","","page-left-sidebar","","","2017-09-08 14:55:17","2017-09-08 18:55:17","","0","http://www.pioneercabinetry.co/et_pb_layout/page-left-sidebar/","0","et_pb_layout","","0");
INSERT INTO `pcab_posts` VALUES("54","1","2017-09-08 14:55:17","2017-09-08 18:55:17","[et_pb_section fullwidth=\"on\" specialty=\"off\" background_color=\"#2ea3f2\" inner_shadow=\"off\" parallax=\"off\"][et_pb_fullwidth_header admin_label=\"Fullwidth Header\" title=\"Page With Dual Sidebars\" subhead=\"Here is a basic page layout with dual sidebars\" background_layout=\"dark\" text_orientation=\"left\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"on\"][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"left\" background_layout=\"light\" /][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\"][et_pb_row_inner][et_pb_column_inner type=\"4_4\"][et_pb_text admin_label=\"Text\"]
<h2>Just A Standard Page</h2>
Nunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.

Sed sit amet blandit ipsum, et consectetur libero. Integer convallis at metus quis molestie. Morbi vitae odio ut ante molestie scelerisque. Aliquam erat volutpat. Vivamus dignissim fringilla semper. Aliquam imperdiet dui a purus pellentesque, non ornare ipsum blandit. Sed imperdiet elit in quam egestas lacinia nec sit amet dui. Cras malesuada tincidunt ante, in luctus tellus hendrerit at. Duis massa mauris, bibendum a mollis a, laoreet quis elit. Nulla pulvinar vestibulum est, in viverra nisi malesuada vel. Nam ut ipsum quis est faucibus mattis eu ut turpis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas nunc felis, venenatis in fringilla vel, tempus in turpis. Mauris aliquam dictum dolor at varius. Fusce sed vestibulum metus. Vestibulum dictum ultrices nulla sit amet fermentum.

[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner][et_pb_column_inner type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]
<h3>Lorem Ipsum Dolor</h3>
Nunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.

[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]
<h3>Lorem Ipsum Dolor</h3>
Nunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.

[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" background_layout=\"light\" /][/et_pb_column][/et_pb_section]","Page Dual Sidebars","","publish","closed","closed","","page-dual-sidebars","","","2017-09-08 14:55:17","2017-09-08 18:55:17","","0","http://www.pioneercabinetry.co/et_pb_layout/page-dual-sidebars/","0","et_pb_layout","","0");
INSERT INTO `pcab_posts` VALUES("55","1","2017-09-08 14:55:17","2017-09-08 18:55:17","[et_pb_section fullwidth=\"on\" specialty=\"off\" background_image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\" inner_shadow=\"off\" parallax=\"off\"][et_pb_fullwidth_header admin_label=\"Fullwidth Header\" title=\"My Work\" subhead=\"Your Subtitle Goes Here\" background_layout=\"dark\" text_orientation=\"left\" /][/et_pb_section][et_pb_section inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_filterable_portfolio admin_label=\"Filterable Portfolio\" fullwidth=\"off\" posts_number=\"12\" show_title=\"on\" show_categories=\"on\" show_pagination=\"off\" background_layout=\"light\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#f7f7f7\" inner_shadow=\"on\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Like What You See?\" button_url=\"#\" button_text=\"Contact Me\" use_background_color=\"off\" background_color=\"#108bf5\" background_layout=\"light\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section]","Portfolio Grid","","publish","closed","closed","","portfolio-grid","","","2017-09-08 14:55:17","2017-09-08 18:55:17","","0","http://www.pioneercabinetry.co/et_pb_layout/portfolio-grid/","0","et_pb_layout","","0");
INSERT INTO `pcab_posts` VALUES("51","1","2017-09-08 14:55:17","2017-09-08 18:55:17","[et_pb_section fullwidth=\"on\" specialty=\"off\" inner_shadow=\"off\" parallax=\"off\" background_color=\"#2ea3f2\"][et_pb_fullwidth_header admin_label=\"Fullwidth Header\" title=\"Page Title\" subhead=\"Here is a basic page layout with no sidebar\" background_layout=\"dark\" text_orientation=\"left\" /][/et_pb_section][et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\"]
<h2>Just A Standard Page</h2>
Nunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.

Sed sit amet blandit ipsum, et consectetur libero. Integer convallis at metus quis molestie. Morbi vitae odio ut ante molestie scelerisque. Aliquam erat volutpat. Vivamus dignissim fringilla semper. Aliquam imperdiet dui a purus pellentesque, non ornare ipsum blandit. Sed imperdiet elit in quam egestas lacinia nec sit amet dui. Cras malesuada tincidunt ante, in luctus tellus hendrerit at. Duis massa mauris, bibendum a mollis a, laoreet quis elit. Nulla pulvinar vestibulum est, in viverra nisi malesuada vel. Nam ut ipsum quis est faucibus mattis eu ut turpis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas nunc felis, venenatis in fringilla vel, tempus in turpis. Mauris aliquam dictum dolor at varius. Fusce sed vestibulum metus. Vestibulum dictum ultrices nulla sit amet fermentum.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]
<h3>Lorem Ipsum Dolor</h3>
Nunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]
<h3>Lorem Ipsum Dolor</h3>
Nunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]
<h4>Lorem Ipsum Dolor</h4>
Nunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]
<h4>Lorem Ipsum Dolor</h4>
Nunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]
<h4>Lorem Ipsum Dolor</h4>
Nunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]","Page Fullwidth","","publish","closed","closed","","page-fullwidth","","","2017-09-08 14:55:17","2017-09-08 18:55:17","","0","http://www.pioneercabinetry.co/et_pb_layout/page-fullwidth/","0","et_pb_layout","","0");
INSERT INTO `pcab_posts` VALUES("52","1","2017-09-08 14:55:17","2017-09-08 18:55:17","[et_pb_section fullwidth=\"on\" specialty=\"off\" background_color=\"#2ea3f2\" inner_shadow=\"on\" parallax=\"off\"][et_pb_fullwidth_header admin_label=\"Fullwidth Header\" title=\"Page Title\" subhead=\"Here is a basic page layout with a right sidebar\" background_layout=\"dark\" text_orientation=\"left\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"on\"][et_pb_column type=\"3_4\" specialty_columns=\"3\"][et_pb_row_inner][et_pb_column_inner type=\"4_4\"][et_pb_text admin_label=\"Text\"]
<h2>Just A Standard Page</h2>
Nunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.

Sed sit amet blandit ipsum, et consectetur libero. Integer convallis at metus quis molestie. Morbi vitae odio ut ante molestie scelerisque. Aliquam erat volutpat. Vivamus dignissim fringilla semper. Aliquam imperdiet dui a purus pellentesque, non ornare ipsum blandit. Sed imperdiet elit in quam egestas lacinia nec sit amet dui. Cras malesuada tincidunt ante, in luctus tellus hendrerit at. Duis massa mauris, bibendum a mollis a, laoreet quis elit. Nulla pulvinar vestibulum est, in viverra nisi malesuada vel. Nam ut ipsum quis est faucibus mattis eu ut turpis. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas nunc felis, venenatis in fringilla vel, tempus in turpis. Mauris aliquam dictum dolor at varius. Fusce sed vestibulum metus. Vestibulum dictum ultrices nulla sit amet fermentum.

[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner][et_pb_column_inner type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]
<h3>Lorem Ipsum Dolor</h3>
Nunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.

[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]
<h3>Lorem Ipsum Dolor</h3>
Nunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.

[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner][et_pb_column_inner type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]
<h4>Lorem Ipsum Dolor</h4>
Nunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.

[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]
<h4>Lorem Ipsum Dolor</h4>
Nunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.

[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]
<h4>Lorem Ipsum Dolor</h4>
Nunc et vestibulum velit. Suspendisse euismod eros vel urna bibendum gravida. Phasellus et metus nec dui ornare molestie. In consequat urna sed tincidunt euismod. Praesent non pharetra arcu, at tincidunt sapien. Nullam lobortis ultricies bibendum. Duis elit leo, porta vel nisl in, ullamcorper scelerisque velit. Fusce volutpat purus dolor, vel pulvinar dui porttitor sed. Phasellus ac odio eu quam varius elementum sit amet euismod justo.

[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" background_layout=\"light\" /][/et_pb_column][/et_pb_section]","Page Right Sidebar","","publish","closed","closed","","page-right-sidebar","","","2017-09-08 14:55:17","2017-09-08 18:55:17","","0","http://www.pioneercabinetry.co/et_pb_layout/page-right-sidebar/","0","et_pb_layout","","0");
INSERT INTO `pcab_posts` VALUES("50","1","2017-09-08 14:55:17","2017-09-08 18:55:17","[et_pb_section fullwidth=\"on\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\"][et_pb_slide heading=\"Welcome To Our Website\" button_text=\"Learn More\" button_link=\"#\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" video_bg_width=\"1920\" video_bg_height=\"638\" background_image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\"]Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl. Cras venenatis ac lorema ac tincidunt. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue.[/et_pb_slide][et_pb_slide heading=\"Sky\'s The Limit\" background_color=\"#444444\" image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-510px.png\" alignment=\"center\" background_layout=\"dark\" button_text=\"A Closer Look\" button_link=\"#\"]Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl.[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fullwidth=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" icon_placement=\"left\" font_icon=\"\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#7c4dd5\" circle_color=\"#7c4dd5\" circle_border_color=\"#2caaca\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" icon_placement=\"left\" font_icon=\"\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#7c4dd5\" circle_color=\"#7c4dd5\" circle_border_color=\"#2caaca\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" icon_placement=\"left\" font_icon=\"\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#7c4dd5\" circle_color=\"#7c4dd5\" circle_border_color=\"#2caaca\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam.[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" icon_placement=\"left\" font_icon=\"\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#7c4dd5\" circle_color=\"#7c4dd5\" circle_border_color=\"#2caaca\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" icon_placement=\"left\" font_icon=\"\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#7c4dd5\" circle_color=\"#7c4dd5\" circle_border_color=\"#2caaca\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" icon_placement=\"left\" font_icon=\"\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#7c4dd5\" circle_color=\"#7c4dd5\" circle_border_color=\"#2caaca\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam.[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" background_color=\"#27c9b8\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" button_url=\"#\" button_text=\"Get Started\" background_color=\"#7ebec5\" use_background_color=\"off\" background_layout=\"dark\" text_orientation=\"center\"]</p><h1>Building a website has never been so fun.</h1><p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" background_color=\"#27323a\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\"]</p><h1>Lorem Ipsum Dolor.</h1><p>Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus dolor ipsum amet sit. Nec  eleifend tincidunt nisi.Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam.</p><p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1080px.jpg\" url_new_window=\"off\" animation=\"right\" show_in_lightbox=\"off\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"left\"]</p><h3>Lorem Ipsum</h3><p><span style=\"color: #bbbbbb;\">Vestibulum lobortis. Donec at euismod nibh, eu ibendum quam. Nullam non gravida puruipsum amet sdum it. Nec ele bulum lobortis. Donec at euismod nibh, eu biben</span></p><p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"left\"]</p><h3>Lorem Ipsum</h3><p><span style=\"color: #bbbbbb;\">Vestibulum lobortis. Donec at euismod nibh, eu ibendum quam. Nullam non gravida puruipsum amet sdum it. Nec ele bulum lobortis. Donec at euismod nibh, eu biben</span></p><p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"left\"]</p><h3>Lorem Ipsum</h3><p><span style=\"color: #bbbbbb;\">Vestibulum lobortis. Donec at euismod nibh, eu ibendum quam. Nullam non gravida puruipsum amet sdum it. Nec ele bulum lobortis. Donec at euismod nibh, eu biben</span></p><p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" background_color=\"#22262e\" inner_shadow=\"off\" parallax=\"on\"][et_pb_row][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Lorem Ipsum\" number=\"2700\" percent_sign=\"off\" counter_color=\"#815ab4\" background_layout=\"dark\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Lorem Ipsum\" number=\"30\" percent_sign=\"off\" counter_color=\"#2caaca\" background_layout=\"dark\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Lorem Ipsum\" number=\"87\" percent_sign=\"off\" counter_color=\"#35bbaa\" background_layout=\"dark\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Lorem Ipsum\" number=\"999\" percent_sign=\"off\" counter_color=\"#ef6462\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"on\"][et_pb_fullwidth_portfolio admin_label=\"Fullwidth Portfolio\" fullwidth=\"on\" show_title=\"on\" show_date=\"on\" background_layout=\"dark\" auto=\"on\" /][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"off\"][et_pb_slide heading=\"Slide Title Here\" button_text=\"Shop Now\" button_link=\"https://elegantthemes.com/preview/Divi2/shop-extended/\" background_color=\"#1a86cf\" alignment=\"center\" background_layout=\"dark\" image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-510px.png\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. In in risus eget lectus suscipit malesuada. Maecenas ut urna mollis, aliquam eros at, laoreet metus.[/et_pb_slide][et_pb_slide heading=\"Slide Title Here\" alignment=\"center\" background_layout=\"dark\" background_image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\" background_color=\"#ffffff\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. In in risus eget lectus suscipit malesuada. Maecenas ut urna mollis, aliquam er
os at, laoreet metus.[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\"]</p><h1>Core Features</h1><p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" image=\"https://elegantthemesimages.com/images/premade/builder-blurbs-builder.jpg\" animation=\"bottom\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"off\" icon_color=\"#2caaca\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"top\"]Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus, nec  eleifend tincidunt nisi. Fusce at purus in massa laoreet[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" image=\"https://elegantthemesimages.com/images/premade/builder-blurbs-layouts.jpg\" animation=\"bottom\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"off\" icon_color=\"#2caaca\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"top\" url=\"https://elegantthemes.com/preview/Divi2/features/#predefined\"]Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus, nec  eleifend tincidunt nisi. Fusce at purus in massa laoreet[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" image=\"https://elegantthemesimages.com/images/premade/builder-blurbs-export.jpg\" animation=\"bottom\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"off\" icon_color=\"#2caaca\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"top\" url=\"https://elegantthemes.com/preview/Divi2/features/#layouts\"]Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus, nec  eleifend tincidunt nisi. Fusce at purus in massa laoreet[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" image=\"https://elegantthemesimages.com/images/premade/builder-blurbs-modules.jpg\" animation=\"bottom\" background_layout=\"light\" text_orientation=\"center\" icon_placement=\"top\" use_icon=\"off\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#2caaca\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\"]Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus, nec  eleifend tincidunt nisi. Fusce at purus in massa laoreet[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" image=\"https://elegantthemesimages.com/images/premade/builder-blurbs-mobile.jpg\" animation=\"bottom\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"off\" icon_color=\"#2caaca\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"top\" url=\"https://elegantthemes.com/preview/Divi2/features/#mobile\"]Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus, nec  eleifend tincidunt nisi. Fusce at purus in massa laoreet[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" image=\"https://elegantthemesimages.com/images/premade/builder-blurbs-commerce.jpg\" animation=\"bottom\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"off\" icon_color=\"#2caaca\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"top\"]Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus, nec  eleifend tincidunt nisi. Fusce at purus in massa laoreet[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"on\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\"][et_pb_slide heading=\"Slide Title Here\" button_text=\"Our Work\" button_link=\"#\" background_image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus, nec  eleifend tincidunt nisi.Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus, nec  eleifend tincidunt nisi.[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fullwidth=\"off\" background_color=\"#283139\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\"]</p><h1>Versatile Layout Options</h1><p>Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus dolor ipsum amet sit.</p><p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"R\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#ec6d5f\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"bottom\" background_layout=\"dark\" text_orientation=\"center\"]<span style=\"color: #bbbbbb;\">Donec at euismod nibh, eu bibendum.[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"R\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#1fa0e3\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"right\" background_layout=\"dark\" text_orientation=\"center\"]<span style=\"color: #bbbbbb;\">Donec at euismod nibh, eu bibendum.[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum Dolor\" url_new_window=\"off\" icon_placement=\"left\" font_icon=\"R\" use_icon=\"on\" use_circle=\"off\" use_circle_border=\"off\" icon_color=\"#47bfa4\" circle_color=\"#2caaca\" circle_border_color=\"#2caaca\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\"]<span style=\"color: #bbbbbb;\">Donec at euismod nibh, eu bibendum.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" url_new_window=\"off\" animation=\"bottom\" show_in_lightbox=\"off\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" url_new_window=\"off\" animation=\"bottom\" show_in_lightbox=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" background_color=\"#ec6d5f\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" background_color=\"#7ebec5\" use_background_color=\"off\" background_layout=\"dark\" text_orientation=\"center\" button_url=\"#\" button_text=\"Join Now\"]</p><h1>Look No Further. Get Started Today</h1><p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Homepage Extended","","publish","closed","closed","","homepage-extended","","","2017-09-08 14:55:17","2017-09-08 18:55:17","","0","http://www.pioneercabinetry.co/et_pb_layout/homepage-extended/","0","et_pb_layout","","0");
INSERT INTO `pcab_posts` VALUES("49","1","2017-09-08 14:55:17","2017-09-08 18:55:17","[et_pb_section fullwidth=\"on\" specialty=\"off\" inner_shadow=\"off\" parallax=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"off\"][et_pb_slide heading=\"Our Company\" button_text=\"Learn More\" button_link=\"#\" background_color=\"#f7f7f7\" image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-510px.png\" alignment=\"center\" background_layout=\"light\"]Changing the way you build websites. Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante. In vitae tempus nunc. Etiam adipiscing enim sed condimentum ultrices.[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#3a4149\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_4\"][et_pb_circle_counter admin_label=\"Circle Counter\" title=\"Sales & Marketing\" number=\"70\" percent_sign=\"on\" background_layout=\"dark\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_circle_counter admin_label=\"Circle Counter\" title=\"Brand & Identity\" number=\"90\" percent_sign=\"on\" background_layout=\"dark\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_circle_counter admin_label=\"Circle Counter\" title=\"Web Design\" number=\"80\" percent_sign=\"on\" background_layout=\"dark\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_circle_counter admin_label=\"Circle Counter\" title=\"App Development\" number=\"50\" percent_sign=\"on\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h2>What We Offer</h2>[/et_pb_text][et_pb_tabs admin_label=\"Tabs\"][et_pb_tab title=\"Overview\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante. In vitae tempus nunc. Etiam adipiscing enim sed condimentum ultrices. Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante.[/et_pb_tab][et_pb_tab title=\"Mission Statement\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante. In vitae tempus nunc. Etiam adipiscing enim sed condimentum ultrices. Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante.[/et_pb_tab][et_pb_tab title=\"Culture\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante. In vitae tempus nunc. Etiam adipiscing enim sed condimentum ultrices. Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante.[/et_pb_tab][/et_pb_tabs][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"50\" /][et_pb_counters admin_label=\"Bar Counters\" background_layout=\"light\" background_color=\"#f4f4f4\"][et_pb_counter percent=\"80\"]Brand Consulting[/et_pb_counter][et_pb_counter percent=\"45\"]Marketing Campaigns [/et_pb_counter][et_pb_counter percent=\"95\"]Custom Website Design[/et_pb_counter][/et_pb_counters][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#eaeaea\" show_divider=\"on\" height=\"30\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/d2-placeholder-510px.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h1>Our Work Flow</h1>[/et_pb_text][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Upsum\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#ffffff\" use_circle=\"on\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante.[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Upsum\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#ffffff\" use_circle=\"on\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante.[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Upsum\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#ffffff\" use_circle=\"on\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante.[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#212a34\" inner_shadow=\"off\" parallax=\"off\" background_image=\"https://www.elegantthemesimages.com/images/premade/d2-placeholder-1920.png\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"20\" /][et_pb_blurb admin_label=\"Blurb\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#2ea3f2\" use_circle=\"off\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" image=\"https://elegantthemesimages.com/images/premade/d2-300px.png\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h2>Frequently Asked Questions</h2>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc aliquam justo et nibh venenatis aliquet. Morbi mollis mollis pellentesque. Aenean vitae erat velit. Maecenas urna sapien, dignissim a augue vitae, porttitor luctus urna. Morbi scelerisque semper congue. Donec vitae congue quam. Pellentesque convallis est a eros porta, ut porttitor magna convallis.

Donec quis felis imperdiet, vestibulum est ut, pulvinar dolor. Mauris laoreet varius sem, tempus congue nibh elementum facilisis. Aliquam ut odio risus. Mauris consectetur mi et ante aliquam, eget posuere urna semper. Vestibulum vestibulum rhoncus enim, id iaculis eros commodo non.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_accordion admin_label=\"Accordion\"][et_pb_accordion_item title=\"What kind of clients do you work with?\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc aliquam justo et nibh venenatis aliquet.[/et_pb_accordion_item][et_pb_accordion_item title=\"What is your turn around time?\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc aliquam justo et nibh venenatis aliquet. Morbi mollis mollis pellentesque. Aenean vitae erat velit. Maecenas urna sapien, dignissim a augue vitae, porttitor luctus urna.[/et_pb_accordion_item][et_pb_accordion_item title=\"Do you have an affiliate program?\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc aliquam justo et nibh venenatis aliquet. Morbi mollis mollis pellentesque. Aenean vitae erat velit. Maecenas urna sapien, dignissim a augue vitae, porttitor luctus urna.[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#eaeaea\" show_divider=\"on\" height=\"30\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Lorem Ipsum\" url_new_window=\"off\" quote_icon=\"on\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"center\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante. In vitae tempus nunc. Etiam adipiscing enim sed condimentum ultrices. Aenean consectetur ipsum ante, vel egestas enim tincidunt qu[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Lorem Ipsum\" url_new_window=\"off\" quote_icon=\"on\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"center\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante. In vitae tempus nunc. Etiam adipiscing enim sed condimentum ultrices. Aenean consectetur ipsum ante, vel egestas enim tincidunt qu[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Lorem Ipsum\" url_new_window=\"off\" quote_icon=\"on\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"center\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante. In vitae tempus nunc. Etiam adipiscing enim sed condimentum ultrices. Aenean consectetur ipsum ante, vel egestas enim tincidunt qu[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#f74b47\" inner_shadow=\"on\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" button_url=\"#\" button_text=\"Email\" use_background_color=\"off\" background_color=\"#2ea3f2\" background_layout=\"dark\" text_orientation=\"center\" title=\"Don\'t Be Shy\"]Drop us a line anytime, and one of our customer service reps will respond to you as soon as possible[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Homepage Corporate","","publish","closed","closed","","homepage-corporate","","","2017-09-08 14:55:17","2017-09-08 18:55:17","","0","http://www.pioneercabinetry.co/et_pb_layout/homepage-corporate/","0","et_pb_layout","","0");
INSERT INTO `pcab_posts` VALUES("47","1","2017-09-08 14:55:17","2017-09-08 18:55:17","[et_pb_section fullwidth=\"on\" specialty=\"off\" background_color=\"#2e2e2e\" inner_shadow=\"off\" parallax=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"on\" parallax=\"on\"][et_pb_slide background_image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" heading=\"Hello! Welcome To My Online Portfolio\" /][et_pb_slide background_color=\"#f84b48\" alignment=\"center\" background_layout=\"dark\" heading=\"Project Title\" button_text=\"View Project\" /][et_pb_slide background_color=\"#23a1f5\" alignment=\"center\" background_layout=\"dark\" heading=\"Project Title\" button_text=\"View Project\" /][et_pb_slide background_color=\"#27c8b8\" alignment=\"center\" background_layout=\"dark\" heading=\"Project Title\" button_text=\"View Project\" /][/et_pb_fullwidth_slider][et_pb_fullwidth_portfolio admin_label=\"Fullwidth Portfolio\" fullwidth=\"on\" show_title=\"on\" show_date=\"on\" background_layout=\"dark\" auto=\"off\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#f7f7f7\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/d2-placeholder-510px.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"left\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"40\" /][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#ffffff\" use_circle=\"on\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc aliquam justo et nibh venenatis aliquet.[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#ffffff\" use_circle=\"on\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc aliquam justo et nibh venenatis aliquet.[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#ffffff\" use_circle=\"on\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc aliquam justo et nibh venenatis aliquet.[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Coding Languages\" number=\"7\" percent_sign=\"off\" background_layout=\"light\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Loyal Clients\" number=\"65\" percent_sign=\"off\" background_layout=\"light\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"International Awards\" number=\"12\" percent_sign=\"off\" background_layout=\"light\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Years of Experience\" number=\"10\" percent_sign=\"off\" background_layout=\"light\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#27c8b8\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"View My Full Portfolio\" button_url=\"#\" button_text=\"Enter\" background_color=\"#2caaca\" use_background_color=\"off\" background_layout=\"dark\" text_orientation=\"center\"]Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl. Cras venenatis ac lorema ac tincidunt.[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Homepage Portfolio","","publish","closed","closed","","homepage-portfolio","","","2017-09-08 14:55:17","2017-09-08 18:55:17","","0","http://www.pioneercabinetry.co/et_pb_layout/homepage-portfolio/","0","et_pb_layout","","0");
INSERT INTO `pcab_posts` VALUES("48","1","2017-09-08 14:55:17","2017-09-08 18:55:17","[et_pb_section fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"off\"][et_pb_slide heading=\"Our Company\" button_text=\"Features\" button_link=\"https://elegantthemes.com/preview/Divi2/features/\" background_color=\"#8d1bf4\" alignment=\"center\" background_layout=\"dark\" image=\"https://elegantthemesimages.com/images/premade/d2-300px.png\" background_image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\"]Quisque eleifend orci sit amet est semper, iaculis tempor mi volutpat. Phasellus consectetur justo sed tristique molestie. Cras lectus quam, vehicula eu dictum a, sollicitudin id velit.[/et_pb_slide][et_pb_slide heading=\"Slide Title\" button_text=\"Learn More\" button_link=\"#\" background_color=\"#f84c48\" alignment=\"center\" background_layout=\"dark\"]Quisque eleifend orci sit amet est semper, iaculis tempor mi volutpat. Phasellus consectetur justo sed tristique molestie. Cras lectus quam, vehicula eu dictum a, sollicitudin id velit.[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#2ea3f2\" use_circle=\"off\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Cras semper dictum lectus ac bibendum. Sed id massa vel lorem laoreet molestie. Nullam vulputate lacus at mauris molestie porttitor.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#2ea3f2\" use_circle=\"off\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Cras semper dictum lectus ac bibendum. Sed id massa vel lorem laoreet molestie. Nullam vulputate lacus at mauris molestie porttitor.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#2ea3f2\" use_circle=\"off\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Cras semper dictum lectus ac bibendum. Sed id massa vel lorem laoreet molestie. Nullam vulputate lacus at mauris molestie porttitor.[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"on\" specialty=\"off\" background_color=\"#4b4b4b\" inner_shadow=\"on\" parallax=\"off\"][et_pb_fullwidth_portfolio admin_label=\"Fullwidth Portfolio\" title=\"Recent Work\" fullwidth=\"on\" show_title=\"on\" show_date=\"on\" background_layout=\"dark\" auto=\"off\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#eeeeee\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/et-logo.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"top\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/et-logo.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"top\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/et-logo.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"top\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/et-logo.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"top\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_2\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Lorem Ipsum\" company_name=\"Company\" url_new_window=\"off\" portrait_url=\"https://elegantthemesimages.com/images/premade/d2-placeholder-225px.png\" quote_icon=\"off\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\" job_title=\"Job Role\" url=\"#\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante.[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Lorem Ipsum\" company_name=\"Company\" url_new_window=\"off\" portrait_url=\"https://elegantthemesimages.com/images/premade/d2-placeholder-225px.png\" quote_icon=\"off\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\" job_title=\"Job Role\" url=\"#\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante.[/et_pb_testimonial][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Lorem Ipsum\" company_name=\"Company\" url_new_window=\"off\" portrait_url=\"https://elegantthemesimages.com/images/premade/d2-placeholder-225px.png\" quote_icon=\"off\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\" job_title=\"Job Role\" url=\"#\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante.[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Lorem Ipsum\" company_name=\"Company\" url_new_window=\"off\" portrait_url=\"https://elegantthemesimages.com/images/premade/d2-placeholder-225px.png\" quote_icon=\"off\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\" job_title=\"Job Role\" url=\"#\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante.[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_map admin_label=\"Fullwidth Map\" zoom_level=\"8\" address_lat=\"37.43410184255073\" address_lng=\"-122.04768412931253\"][et_pb_map_pin title=\"Elegant Themes\" pin_address=\"San Francisco, CA, USA\" pin_address_lat=\"37.7749295\" pin_address_lng=\"-122.41941550000001\" /][et_pb_map_pin title=\"Lorem Ipsum\" pin_address=\"San Jose, CA, USA\" pin_address_lat=\"37.3393857\" pin_address_lng=\"-121.89495549999998\" /][/et_pb_fullwidth_map][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_contact_form admin_label=\"Contact Form\" captcha=\"off\" title=\"Contact Us\" /][/et_pb_column][/et_pb_row][/et_pb_section]","Homepage Company","","publish","closed","closed","","homepage-company","","","2017-09-08 14:55:17","2017-09-08 18:55:17","","0","http://www.pioneercabinetry.co/et_pb_layout/homepage-company/","0","et_pb_layout","","0");
INSERT INTO `pcab_posts` VALUES("45","1","2017-09-08 14:55:17","2017-09-08 18:55:17","[et_pb_section fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_slider admin_label=\"Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"off\"][et_pb_slide heading=\"Welcome To My Website\" button_text=\"Enter\" button_link=\"#\" background_color=\"#27c9b9\" alignment=\"center\" background_layout=\"dark\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. In in risus eget lectus suscipit malesuada. Maecenas ut urna mollis, aliquam eros at, laoreet metus.[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"on\" specialty=\"off\" background_color=\"#f7f7f7\" inner_shadow=\"on\" parallax=\"off\"][et_pb_fullwidth_header admin_label=\"Fullwidth Header\" title=\"We Are a Company of Passionate Designers and Developers\" background_layout=\"light\" text_orientation=\"center\" /][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum\" url_new_window=\"off\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"on\" font_icon=\"h\" icon_color=\"#a8a8a8\" use_circle=\"on\" circle_color=\"#ffffff\" use_circle_border=\"on\" circle_border_color=\"#e0e0e0\" icon_placement=\"top\"]Divi will change the way you build websites forever. The advanced page builder makes it possible to build truly dynamic pages without learning code.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum\" url_new_window=\"off\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"on\" font_icon=\"\" icon_color=\"#a8a8a8\" use_circle=\"on\" circle_color=\"#ffffff\" use_circle_border=\"on\" circle_border_color=\"#e0e0e0\" icon_placement=\"top\"]Divi will change the way you build websites forever. The advanced page builder makes it possible to build truly dynamic pages without learning code.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum\" url_new_window=\"off\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"on\" font_icon=\"v\" icon_color=\"#a8a8a8\" use_circle=\"on\" circle_color=\"#ffffff\" use_circle_border=\"on\" circle_border_color=\"#e0e0e0\" icon_placement=\"top\"]Divi will change the way you build websites forever. The advanced page builder makes it possible to build truly dynamic pages without learning code.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum\" url_new_window=\"off\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"on\" font_icon=\"g\" icon_color=\"#a8a8a8\" use_circle=\"on\" circle_color=\"#ffffff\" use_circle_border=\"on\" circle_border_color=\"#e0e0e0\" icon_placement=\"top\"]Divi will change the way you build websites forever. The advanced page builder makes it possible to build truly dynamic pages without learning code.[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Drop Me a Line\" button_url=\"#\" button_text=\"Contact\" background_color=\"#2ea3f2\" use_background_color=\"on\" background_layout=\"dark\" text_orientation=\"center\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. In in risus eget lectus suscipit malesuada. Maecenas ut urna mollis, aliquam eros at, laoreet metus.[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Homepage Basic","","publish","closed","closed","","homepage-basic","","","2017-09-08 14:55:17","2017-09-08 18:55:17","","0","http://www.pioneercabinetry.co/et_pb_layout/homepage-basic/","0","et_pb_layout","","0");
INSERT INTO `pcab_posts` VALUES("46","1","2017-09-08 14:55:17","2017-09-08 18:55:17","[et_pb_section fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"off\"][et_pb_slide heading=\"Welcome to Our Shop\" button_text=\"Shop Now\" background_color=\"#0194f3\" image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-510px.png\" alignment=\"center\" background_layout=\"dark\" button_link=\"#\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. In in risus eget lectus suscipit malesuada. Maecenas ut urna mollis, aliquam eros at, laoreet metus.[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h1>Featured Products</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_shop admin_label=\"Shop\" type=\"featured\" posts_number=\"4\" columns=\"4\" orderby=\"menu_order\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"on\" background_color=\"#f7f7f7\" inner_shadow=\"off\" parallax=\"off\"][et_pb_column type=\"3_4\" specialty_columns=\"3\"][et_pb_row_inner][et_pb_column_inner type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h1>Recent Products</h1>[/et_pb_text][et_pb_shop admin_label=\"Shop\" type=\"recent\" posts_number=\"6\" columns=\"3\" orderby=\"date\" /][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner][et_pb_column_inner type=\"1_2\"][et_pb_cta admin_label=\"Call To Action\" title=\"Holiday Special Sale\" button_text=\"Shop Now\" background_color=\"#108bf5\" use_background_color=\"on\" background_layout=\"dark\" text_orientation=\"center\" button_url=\"#\"]Cras rutrum blandit sem, molestie consequat erat luctus vel. Cras nunc est, laoreet sit amet ligula et, eleifend commodo dui.[/et_pb_cta][/et_pb_column_inner][et_pb_column_inner type=\"1_2\"][et_pb_cta admin_label=\"Call To Action\" title=\"Become a Vendor\" button_text=\"Learn More\" background_color=\"#27c9b9\" use_background_color=\"on\" background_layout=\"dark\" text_orientation=\"center\" button_url=\"#\"]Cras rutrum blandit sem, molestie consequat erat luctus vel. Cras nunc est, laoreet sit amet ligula et, eleifend commodo dui.[/et_pb_cta][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" background_layout=\"light\" /][/et_pb_column][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]
<h1>What Our Customers are Saying</h1>
[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Lorem Ipsum\" url_new_window=\"off\" portrait_url=\"https://elegantthemesimages.com/images/premade/d2-placeholder-225px.png\" quote_icon=\"off\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\"]\"Cras rutrum blandit sem, molestie consequat erat luctus vel. Cras nunc est, laoreet sit amet ligula et, eleifend commodo dui. Vivamus id blandit nisi, eu mattis odio.\"[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Lorem Ipsum\" url_new_window=\"off\" portrait_url=\"https://elegantthemesimages.com/images/premade/d2-placeholder-225px.png\" quote_icon=\"off\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\"]\"Cras rutrum blandit sem, molestie consequat erat luctus vel. Cras nunc est, laoreet sit amet ligula et, eleifend commodo dui. Vivamus id blandit nisi, eu mattis odio.\"[/et_pb_testimonial][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Lorem Ipsum\" url_new_window=\"off\" portrait_url=\"https://elegantthemesimages.com/images/premade/d2-placeholder-225px.png\" quote_icon=\"off\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\"]\"Cras rutrum blandit sem, molestie consequat erat luctus vel. Cras nunc est, laoreet sit amet ligula et, eleifend commodo dui. Vivamus id blandit nisi, eu mattis odio.\"[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Lorem Ipsum\" url_new_window=\"off\" portrait_url=\"https://elegantthemesimages.com/images/premade/d2-placeholder-225px.png\" quote_icon=\"off\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\"]\"Cras rutrum blandit sem, molestie consequat erat luctus vel. Cras nunc est, laoreet sit amet ligula et, eleifend commodo dui. Vivamus id blandit nisi, eu mattis odio.\"[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#27c9b9\" inner_shadow=\"off\" parallax=\"on\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Browse Our Full Shop\" button_url=\"#\" button_text=\"Enter\" use_background_color=\"off\" background_color=\"#108bf5\" background_layout=\"dark\" text_orientation=\"center\"]Cras rutrum blandit sem, molestie consequat erat luctus vel. Cras nunc est, laoreet sit amet ligula et, eleifend commodo dui.[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Homepage Shop","","publish","closed","closed","","homepage-shop","","","2017-09-08 14:55:17","2017-09-08 18:55:17","","0","http://www.pioneercabinetry.co/et_pb_layout/homepage-shop/","0","et_pb_layout","","0");
INSERT INTO `pcab_posts` VALUES("44","1","2017-09-08 14:55:17","2017-09-08 18:55:17","[et_pb_section fullwidth=\"on\" background_color=\"#1f0030\"][et_pb_fullwidth_header title=\"Divi Builder\" background_layout=\"dark\" text_orientation=\"center\" scroll_down_icon_color=\"#ffffff\" scroll_down_icon_size=\"36px\" content_font_color=\"rgba(255,255,255,0.85)\" max_width=\"700px\" button_one_text=\"Join Now\" button_one_url=\"Join today\" background_overlay_color=\"rgba(40,40,48,0.8)\" title_font=\"Old Standard TT|on||on|\" title_font_size=\"62px\" title_font_size_phone=\"48px\" title_font_size_last_edited=\"on|phone\" content_font=\"Raleway||||\" content_font_size=\"20px\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#e85929\" button_one_border_width=\"0px\" button_one_border_radius=\"2px\" button_one_letter_spacing=\"3px\" button_one_font=\"Raleway|on||on|\" button_one_use_icon=\"off\" button_one_bg_color_hover=\"rgba(232,89,41,0.85)\" button_one_letter_spacing_hover=\"2px\" custom_css_main_element=\"padding: 6% 0 12% 0;\" custom_css_header_container=\"width: 100%;\" custom_css_button_1=\"margin-top: 40px;\" background_image=\"https://cdn.elegantthemes.com/images/tour/hummus2.jpg\" header_fullscreen=\"off\" header_scroll_down=\"off\" image_orientation=\"center\" content_orientation=\"center\" button_one_icon_placement=\"right\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_icon_placement=\"right\" button_two_letter_spacing_hover=\"0\"]Divi 3.0 introduces a completely new visual interface that will forever change how you build websites. This front end editor allows you to make changes to your website...on your actual website![/et_pb_fullwidth_header][/et_pb_section][et_pb_section background_color=\"#efefe8\" custom_css_main_element=\"z-index: 999;\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"0px||0px|\" custom_margin=\"-100px||60px|\" make_equal=\"on\" background_color_1=\"#ffffff\" background_color_2=\"#ffffff\" bg_img_1=\"https://cdn.elegantthemes.com/images/tour/limes.jpg\" bg_img_2=\"https://cdn.elegantthemes.com/images/tour/springrolls.jpg\" bg_img_3=\"https://cdn.elegantthemes.com/images/tour/eggs.jpg\" bg_img_4=\"https://cdn.elegantthemes.com/images/tour/lemons.jpg\" background_position_1=\"bottom_center\" background_position_2=\"bottom_center\" background_position_3=\"bottom_center\" background_position_4=\"bottom_center\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" background_repeat_3=\"no-repeat\" background_repeat_4=\"no-repeat\" custom_css_main_element=\"overflow: visible !important;||-webkit-box-shadow: 0px 4px 30px 4px rgba(0,0,0,0.08);||-moz-box-shadow: 0px 4px 30px 4px rgba(0,0,0,0.08);||box-shadow: 0px 4px 30px 4px rgba(0,0,0,0.08);\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Click & type\" use_icon=\"on\" font_icon=\"%%119%%\" icon_color=\"rgba(46,48,55,0.38)\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"32px\" header_font=\"Raleway|on||on|\" header_font_size=\"20\" header_text_color=\"#3a3e59\" body_font_size=\"16px\" body_text_color=\"rgba(46,48,55,0.5)\" body_line_height=\"1.8em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#ffffff\" background_color_gradient_end=\"rgba(255,255,255,0)\" custom_padding=\"40px|24px|140%|24px\" custom_css_blurb_title=\"margin-bottom: 10px;\" saved_tabs=\"all\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]<p>Lorem ipsum dolor sit amet consectetur adipiscing elit el vivamus eu vehicula.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Drag & Drop\" use_icon=\"on\" font_icon=\"%%372%%\" icon_color=\"rgba(46,48,55,0.38)\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"32px\" header_font=\"Raleway|on||on|\" header_font_size=\"20\" header_text_color=\"#3a3e59\" body_font_size=\"16px\" body_text_color=\"rgba(46,48,55,0.5)\" body_line_height=\"1.8em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#e4e4e4\" background_color_gradient_end=\"rgba(228,228,228,0)\" background_color_gradient_start_position=\"30%\" background_color_gradient_end_position=\"90%\" custom_padding=\"40px|24px|140%|24px\" custom_css_blurb_title=\"margin-bottom: 10px;\" saved_tabs=\"all\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]<p>Lorem ipsum dolor sit amet consectetur adipiscing elit el vivamus eu vehicula.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Fully Customize\" use_icon=\"on\" font_icon=\"%%70%%\" icon_color=\"rgba(46,48,55,0.38)\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"32px\" header_font=\"Raleway|on||on|\" header_font_size=\"20\" header_text_color=\"#3a3e59\" body_font_size=\"16px\" body_text_color=\"rgba(46,48,55,0.5)\" body_line_height=\"1.8em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#efefef\" background_color_gradient_end=\"rgba(239,239,239,0)\" background_color_gradient_start_position=\"30%\" background_color_gradient_end_position=\"90%\" custom_padding=\"40px|24px|140%|24px\" custom_css_blurb_title=\"margin-bottom: 10px;\" saved_tabs=\"all\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]<p>Lorem ipsum dolor sit amet consectetur adipiscing elit el vivamus eu vehicula.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb title=\"Clone & Delete\" use_icon=\"on\" font_icon=\"%%100%%\" icon_color=\"rgba(46,48,55,0.38)\" animation=\"off\" text_orientation=\"center\" use_icon_font_size=\"on\" icon_font_size=\"32px\" header_font=\"Raleway|on||on|\" header_font_size=\"20\" header_text_color=\"#3a3e59\" body_font_size=\"16px\" body_text_color=\"rgba(46,48,55,0.5)\" body_line_height=\"1.8em\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#d7d9d9\" background_color_gradient_end=\"rgba(215,217,217,0)\" background_color_gradient_start_position=\"30%\" background_color_gradient_end_position=\"90%\" custom_padding=\"40px|24px|140%|24px\" custom_css_blurb_title=\"margin-bottom: 10px;\" saved_tabs=\"all\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]<p>Lorem ipsum dolor sit amet consectetur adipiscing elit el vivamus eu vehicula.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" custom_padding=\"0px|||\" background_color=\"#efefe8\"][et_pb_row custom_margin=\"|||\" padding_top_1=\"10%\" background_position_1=\"top_left\" background_position_2=\"top_left\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_2\"][et_pb_blurb title=\"So simple!\" animation=\"off\" text_orientation=\"right\" header_font=\"Raleway|on||on|\" header_font_size=\"36px\" header_text_color=\"#3a3e59\" custom_css_main_element=\"max-width: none;\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse tempus sed odio non blandit. Ut varius purus eget erat ornare facilisis. Mauris pharetra lacus nec sapien iaculis, sit amet ullamcorper sapien finibus.[/et_pb_blurb][et_pb_button button_text=\"Learn more\" button_alignment=\"right\" background_layout=\"dark\" disabled_on=\"on|on|\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#e85929\" button_border_width=\"0px\" button_border_radius=\"3px\" button_letter_spacing=\"3px\" button_font=\"Raleway|on||on|\" button_use_icon=\"off\" button_bg_color_hover=\"#e84712\" button_letter_spacing_hover=\"2px\" background_color=\"#7EBEC5\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image src=\"https://cdn.elegantthemes.com/images/tour/jar.jpg\" align=\"center\" max_width=\"510px\" /][/et_pb_column][/et_pb_row][et_pb_row custom_margin=\"|||\" make_equal=\"on\" padding_top_2=\"14%\" background_position_1=\"top_left\" background_position_2=\"top_left\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_2\"][et_pb_image src=\"https://cdn.elegantthemes.com/images/tour/cake.jpg\" animation=\"right\" align=\"center\" max_width=\"510px\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_blurb title=\"So sweet!\" animation=\"off\" header_font=\"Raleway|on||on|\" header_font_size=\"36px\" header_text_color=\"#3a3e59\" custom_css_main_element=\"max-width: none;\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse tempus sed odio non blandit. Ut varius purus eget erat ornare facilisis. Mauris pharetra lacus nec sapien iaculis, sit amet ullamcorper sapien finibus.[/et_pb_blurb][et_pb_button button_text=\"Learn more\" button_alignment=\"left\" background_layout=\"dark\" disabled_on=\"on|on|\" custom_button=\"on\" button_text_size=\"16px\" button_text_color=\"#ffffff\" button_bg_color=\"#e85929\" button_border_width=\"0px\" button_border_radius=\"2px\" button_letter_spacing=\"3px\" button_font=\"Raleway|on||on|\" button_use_icon=\"off\" button_bg_color_hover=\"#e84712\" button_letter_spacing_hover=\"2px\" background_color=\"#7EBEC5\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section background_color=\"#212127\" custom_padding=\"|||\" fullwidth=\"on\"][et_pb_fullwidth_header title=\"Perfectly Diverse\" background_layout=\"dark\" text_orientation=\"center\" scroll_down_icon_color=\"#ffffff\" scroll_down_icon_size=\"36px\" content_font_color=\"rgba(255,255,255,0.72)\" button_one_text=\"Download\" background_overlay_color=\"rgba(255,255,255,0)\" title_font=\"Old Standard TT|on||on|\" title_font_size=\"62px\" title_font_size_tablet=\"62px\" title_font_size_phone=\"48px\" title_font_size_last_edited=\"on|phone\" content_font=\"Raleway||||\" content_font_size=\"20px\" content_text_color=\"#ffffff\" custom_button_one=\"on\" button_one_text_size=\"16px\" button_one_text_color=\"#ffffff\" button_one_bg_color=\"#e85929\" button_one_border_width=\"0px\" button_one_border_radius=\"2px\" button_one_letter_spacing=\"3px\" button_one_font=\"Raleway|on||on|\" button_one_use_icon=\"off\" button_one_bg_color_hover=\"rgba(232,89,41,0.85)\" button_one_letter_spacing_hover=\"2px\" custom_css_main_element=\"padding: 6% 0;\" custom_css_header_container=\"width: 100%;\" custom_css_button_1=\"margin-top: 40px;\"]<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer vel mollis eros. Vestibulum in blandit massa. Nunc lorem lacus, lacinia ut lobortis id, tempor a sem. Vivamus rhoncus imperdiet quam quis vestibulum. Sed at dui orci. </p>[/et_pb_fullwidth_header][/et_pb_section][et_pb_section fullwidth=\"on\"][et_pb_fullwidth_image src=\"https://cdn.elegantthemes.com/images/tour/cheese.jpg\" animation=\"off\" /][/et_pb_section]","Divi Builder Demo","","publish","closed","closed","","divi-builder-demo","","","2017-09-08 14:55:17","2017-09-08 18:55:17","","0","http://www.pioneercabinetry.co/et_pb_layout/divi-builder-demo/","0","et_pb_layout","","0");
INSERT INTO `pcab_posts` VALUES("76","1","2017-09-08 14:55:17","2017-09-08 18:55:17","[et_pb_section background_color=\"#132c47\" inner_shadow=\"off\" parallax=\"on\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"60\" /][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\"]<h1 style=\"font-size: 52px;\">Product Features</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\" url_new_window=\"off\" animation=\"bottom\" show_in_lightbox=\"off\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Advanced Page Builder\" url_new_window=\"off\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon=\"on\" use_circle=\"on\" circle_color=\"#0d2035\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"top\" font_icon=\"\" icon_color=\"#2ea3f2\"]Divi will change the way you build websites forever. The advanced page builder makes it possible to build truly dynamic pages without learning code.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Key Elements\" url_new_window=\"off\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon=\"on\" use_circle=\"on\" circle_color=\"#0d2035\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"top\" font_icon=\"\" icon_color=\"#2ad4e0\"]The builder comes packed with tons of great modules, and more are on the way! Combine and arrange them in any order. The possibilities are countless.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Target Audience\" url_new_window=\"off\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon=\"on\" icon_color=\"#9633e8\" use_circle=\"on\" circle_color=\"#0d2035\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"top\" font_icon=\"\"]Divi’s layout has been designed with mobile devices in mind. No matter how you use it, and no matter how you view it, your website is going to look great.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Strategy\" url_new_window=\"off\" image=\"https://elegantthemes.com/preview/Divi2/wp-content/uploads/2014/04/blurb-icon-updates.png\" animation=\"top\" background_layout=\"dark\" text_orientation=\"center\" use_icon=\"on\" icon_color=\"#d85fd6\" use_circle=\"on\" circle_color=\"#0d2035\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"top\" font_icon=\"\"]Divi is here to stay, and you can rest easy knowing that our team will be updating and improving it for years to come. Build on top of a powerful foundation.[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" inner_shadow=\"off\" parallax=\"off\" module_id=\"builder\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\"]<h1>Advanced Drag & Drop Builder</h1>
The Divi Builder was made with user experience at the forefront of its priorities. The way it is broken up into sections, rows, columns and widgets, really allows you to understand and edit the structure of your page. Your editing controls are pulled out of the main content area so that you get a clear and concise representation of how your modules fit into your page layout.[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1080px.jpg\" url_new_window=\"off\" animation=\"right\" show_in_lightbox=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"on\" specialty=\"off\" inner_shadow=\"off\" parallax=\"on\" module_id=\"backgrounds\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"off\"][et_pb_slide heading=\"All The Right Things\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" background_image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus, nec  eleifend tincidunt nisi.Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus, nec  eleifend tincidunt nisi.[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#283139\" inner_shadow=\"off\" parallax=\"off\" module_id=\"mobile\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\"]
<h1>Fully Responsive Layouts</h1>
We know that your website needs to be accessible and readable on all devices. We made Divi fully responsive so that your designs look great no matter what. With the builder, you design your desktop website, and we make sure that Divi does the heavy lifting for you.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1080px.jpg\" url_new_window=\"off\" animation=\"left\" show_in_lightbox=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" inner_shadow=\"off\" parallax=\"off\" module_id=\"layouts\"][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/d2-placeholder-510px.png\" url_new_window=\"off\" animation=\"right\" show_in_lightbox=\"off\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"70\" /][et_pb_cta admin_label=\"Call To Action\" title=\"Product Feature\" button_url=\"#\" button_text=\"Learn More\" use_background_color=\"off\" background_color=\"#2caaca\" background_layout=\"light\" text_orientation=\"left\"]Divi Ships with a tone of great premade layouts to get you started with a homepage, a portfolio, an eCommerce Storefront, and much more! Check out the theme demo to preview a few of these premade layouts. We\'ve even realeased layout packs along the way for portfolios and business focused websites.[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"40\" /][et_pb_cta admin_label=\"Call To Action\" title=\"Product Feature\" button_url=\"#\" button_text=\"Learn More\" use_background_color=\"off\" background_color=\"#2caaca\" background_layout=\"light\" text_orientation=\"right\"]Divi Ships with a tone of great premade layouts to get you started with a homepage, a portfolio, an eCommerce Storefront, and much more! Check out the theme demo to preview a few of these premade layouts. We\'ve even realeased layout packs along the way for portfolios and business focused websites.[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/d2-placeholder-510px.png\" url_new_window=\"off\" animation=\"left\" show_in_lightbox=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#f74b47\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Signup Today For Instant Access\" button_url=\"#\" button_text=\"Join Today\" use_background_color=\"off\" background_color=\"#2ea3f2\" background_layout=\"dark\" text_orientation=\"center\"]Join today and get access to Divi, as well as our other countless themes and plugins.[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Product Features","","publish","closed","closed","","product-features","","","2017-09-08 14:55:17","2017-09-08 18:55:17","","0","http://www.pioneercabinetry.co/et_pb_layout/product-features/","0","et_pb_layout","","0");
INSERT INTO `pcab_posts` VALUES("75","1","2017-09-08 14:55:17","2017-09-08 18:55:17","[et_pb_section background_color=\"#2ea3f2\" inner_shadow=\"off\" parallax=\"on\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_blurb admin_label=\"Blurb\" url_new_window=\"off\" image=\"https://elegantthemesimages.com/images/premade/d2-300px.png\" animation=\"bottom\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"off\" icon_color=\"#45c4ec\" use_circle=\"off\" circle_color=\"#45c4ec\" use_circle_border=\"off\" circle_border_color=\"#45c4ec\" icon_placement=\"top\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\"]<h1 style=\"font-size: 72px; font-weight: 300;\">Divi Case Study</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h2>The Challenge</h2>
Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl. Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h2>The Solution</h2>
Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl. Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"on\" specialty=\"off\" inner_shadow=\"off\" parallax=\"on\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\"][et_pb_slide heading=\"Complete Corporate Identity\" background_image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" /][et_pb_slide heading=\"We Rethought Everything\" background_image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" /][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#353535\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Corporate Rebranding\" number=\"70\" percent_sign=\"on\" background_layout=\"dark\" counter_color=\"#2ea3f2\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Website Redesign\" number=\"30\" percent_sign=\"on\" background_layout=\"dark\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Day Turnaround\" number=\"60\" percent_sign=\"off\" background_layout=\"dark\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_number_counter admin_label=\"Number Counter\" title=\"Amazing Result\" number=\"1\" percent_sign=\"off\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#2ea3f2\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_2\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"90\" /][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"left\"]<h1>Mobile Site Boosted Sales By 50%</h1>[/et_pb_text][et_pb_blurb admin_label=\"Blurb\" title=\"Mobile Refresh\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"right\" background_layout=\"dark\" text_orientation=\"left\"]The Challenge Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Rebuilt From the Inside Out\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"right\" background_layout=\"dark\" text_orientation=\"left\"]The Challenge Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor[/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"Extensive Demographic Studies\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#ffffff\" use_circle=\"off\" circle_color=\"#2caaca\" use_circle_border=\"off\" circle_border_color=\"#2caaca\" icon_placement=\"left\" animation=\"right\" background_layout=\"dark\" text_orientation=\"left\"]The Challenge Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/mobile-lockup.png\" url_new_window=\"off\" animation=\"left\" show_in_lightbox=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#353535\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"60\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_2\"][et_pb_counters admin_label=\"Bar Counters\" background_layout=\"light\" background_color=\"#2e2e2e\"][et_pb_counter percent=\"80\"]Mobile Sales[/et_pb_counter][et_pb_counter percent=\"50\"]Website Traffic[/et_pb_counter][et_pb_counter percent=\"75\"]Conversion Rate[/et_pb_counter][et_pb_counter percent=\"60\"]Email Subscribers[/et_pb_counter][/et_pb_counters][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Call To Action\" title=\"The Results Were Amazing\" button_url=\"#\" button_text=\"Live Project\" use_background_color=\"off\" background_color=\"#2ea3f2\" background_layout=\"dark\" text_orientation=\"left\"]Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl. Vivamus ipsum velit, ullamcorper quis nibh non, molestie tempus sapien. Mauris ultrices, felis ut eleifend auctor, leo felis vehicula quam, ut accumsan augue nunc at nisl.[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"60\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"on\" specialty=\"off\" inner_shadow=\"off\" parallax=\"off\" background_color=\"#2e2e2e\"][et_pb_fullwidth_portfolio admin_label=\"Fullwidth Portfolio\" fullwidth=\"on\" show_title=\"on\" show_date=\"off\" background_layout=\"dark\" auto=\"off\" title=\"Related Case Studies\" /][/et_pb_section]","Case Study","","publish","closed","closed","","case-study","","","2017-09-08 14:55:17","2017-09-08 18:55:17","","0","http://www.pioneercabinetry.co/et_pb_layout/case-study/","0","et_pb_layout","","0");
INSERT INTO `pcab_posts` VALUES("74","1","2017-09-08 14:55:17","2017-09-08 18:55:17","[et_pb_section fullwidth=\"on\" specialty=\"off\" inner_shadow=\"off\" parallax=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"off\"][et_pb_slide heading=\"A Brand New Product\" background_color=\"#efefef\" image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-510px.png\" alignment=\"center\" background_layout=\"light\" button_text=\"Buy Now\"]The Divi Builder allows you to create beautiful and unique layouts visually, without touching a single line of code.[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Gorgeous Design\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#2ea3f2\" use_circle=\"off\" circle_color=\"#108bf5\" use_circle_border=\"off\" circle_border_color=\"#108bf5\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Drag & Drop Builder\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"1\" icon_color=\"#2ea3f2\" use_circle=\"off\" circle_color=\"#108bf5\" use_circle_border=\"off\" circle_border_color=\"#108bf5\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Fully Responsive\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#2ea3f2\" use_circle=\"off\" circle_color=\"#108bf5\" use_circle_border=\"off\" circle_border_color=\"#108bf5\" icon_placement=\"left\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam.[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#f3f3f3\" inner_shadow=\"on\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\"]<h1>Plans and Pricing</h1>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. In in risus eget lectus suscipit malesuada. Maecenas ut urna mollis, aliquam eros at, laoreet metus. Proin ac eros eros. Suspendisse auctor, eros ac sollicitudin vulputate.[/et_pb_text][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"60\" /][et_pb_pricing_tables admin_label=\"Pricing Table\"][et_pb_pricing_table featured=\"off\" title=\"Basic\" currency=\"$\" per=\"yr\" sum=\"39\" button_url=\"https://elegantthemes.com/\" button_text=\"Sign Up\"]+Access to <a href=\"https://elegantthemes.com/preview/Divi/module-pricing-tables/#\">All Themes</a>
+Perpetual Theme Updates
-Premium Technical Support
-Access to <a href=\"https://elegantthemes.com/preview/Divi/module-pricing-tables/#\">All Plugins</a>
-Layered Photoshop Files
-No Yearly Fees[/et_pb_pricing_table][et_pb_pricing_table featured=\"off\" title=\"Personal\" currency=\"$\" per=\"yr\" sum=\"69\" button_url=\"https://elegantthemes.com/\" button_text=\"Sign Up\"]+Access to <a href=\"https://elegantthemes.com/preview/Divi/module-pricing-tables/#\">All Themes</a>
+Perpetual Theme Updates
+Premium Technical Support
-Access to <a href=\"https://elegantthemes.com/preview/Divi/module-pricing-tables/#\">All Plugins</a>
-Layered Photoshop Files
-No Yearly Fees[/et_pb_pricing_table][et_pb_pricing_table featured=\"on\" title=\"Developer\" subtitle=\"Best Value\" currency=\"$\" per=\"yr\" sum=\"89\" button_url=\"https://elegantthemes.com/\" button_text=\"Sign Up\"]+Access to <a href=\"https://elegantthemes.com/preview/Divi/module-pricing-tables/#\">All Themes</a>
+Perpetual Theme Updates
+Premium Technical Support
+Access to <a href=\"https://elegantthemes.com/preview/Divi/module-pricing-tables/#\">All Plugins</a>
+Layered Photoshop Files
-No Yearly Fees[/et_pb_pricing_table][et_pb_pricing_table featured=\"off\" title=\"Lifetime\" currency=\"$\" sum=\"249\" button_url=\"https://elegantthemes.com/\" button_text=\"Sign Up\"]+Access to <a href=\"https://elegantthemes.com/preview/Divi/module-pricing-tables/#\">All Themes</a>
+Perpetual Theme Updates
+Premium Technical Support
+Access to <a href=\"https://elegantthemes.com/preview/Divi/module-pricing-tables/#\">All Plugins</a>
+Layered Photoshop Files
+No Yearly Fees[/et_pb_pricing_table][/et_pb_pricing_tables][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" height=\"60\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\"]<h1>What Our Customers Are Saying</h1>
Don\'t just take it from us, let our customers do the talking![/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Luke Chapman\" url_new_window=\"off\" portrait_url=\"https://elegantthemesimages.com/images/premade/d2-placeholder-225px.png\" quote_icon=\"off\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\"]\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. In in risus eget lectus suscipit malesuada. Maecenas ut urna mollis, aliquam eros at, laoreet metus. Proin ac eros eros. Suspendisse auctor, eros ac sollicitudin vulputate, urna arcu sodales quam, eget faucibus eros ante nec enim.

Etiam quis eros in enim molestie tempus a non urna. Suspendisse nibh massa, tristique sit amet interdum non, fermentum in quam. \"[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Luke Chapman\" url_new_window=\"off\" portrait_url=\"https://elegantthemesimages.com/images/premade/d2-placeholder-225px.png\" quote_icon=\"off\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\"]\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. In in risus eget lectus suscipit malesuada. Maecenas ut urna mollis, aliquam eros at, laoreet metus. Proin ac eros eros. Suspendisse auctor, eros ac sollicitudin vulputate, urna arcu sodales quam, eget faucibus eros ante nec enim.

Etiam quis eros in enim molestie tempus a non urna. Suspendisse nibh massa, tristique sit amet interdum non, fermentum in quam. \"[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_testimonial admin_label=\"Testimonial\" author=\"Luke Chapman\" url_new_window=\"off\" portrait_url=\"https://elegantthemesimages.com/images/premade/d2-placeholder-225px.png\" quote_icon=\"off\" use_background_color=\"on\" background_color=\"#f5f5f5\" background_layout=\"light\" text_orientation=\"left\"]\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. In in risus eget lectus suscipit malesuada. Maecenas ut urna mollis, aliquam eros at, laoreet metus. Proin ac eros eros. Suspendisse auctor, eros ac sollicitudin vulputate, urna arcu sodales quam, eget faucibus eros ante nec enim.

Etiam quis eros in enim molestie tempus a non urna. Suspendisse nibh massa, tristique sit amet interdum non, fermentum in quam. \"[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#eeeeee\" inner_shadow=\"on\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/et-logo.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"bottom\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/et-logo.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"bottom\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/et-logo.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"bottom\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"https://elegantthemesimages.com/images/premade/et-logo.png\" show_in_lightbox=\"off\" url_new_window=\"off\" animation=\"bottom\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\"]<h1>Frequently Asked Questions</h1>[/et_pb_text][et_pb_toggle admin_label=\"Toggle\" title=\"Can I use the themes on multiple sites?\" open=\"off\"]Yes, you are free to use our themes on as many websites as you like. We do not place any restrictions on how many times you can download or use a theme, nor do we limit the number of domains that you can install our themes to.[/et_pb_toggle][et_pb_toggle admin_label=\"Toggle\" title=\"What is your refund policy?\" open=\"on\"]We offer no-questions-asked refunds to all customers within 30 days of your purchase. If you are not satisfied with our product, then simply send us an email and we will refund your purchase right away. Our goal has always been to create a happy, thriving community. If you are not thrilled with the product or are not enjoying the experience, then we have no interest in forcing you to stay an unhappy member.[/et_pb_toggle][et_pb_toggle admin_label=\"Toggle\" title=\"What are Photoshop Files?\" open=\"off\"]Elegant Themes offers two different packages: Personal and Developer. The Personal Subscription is ideal for the average user while the Developers License is meant for experienced designers who wish to customize their themes using the original Photoshop files. Photoshop files are the original design files that were used to create the theme. They can be opened using Adobe Photoshop and edited, and prove very useful for customers wishing to change their theme\'s design in some way.[/et_pb_toggle][et_pb_toggle admin_label=\"Toggle\" title=\"Can I upgrade after signing up?\" open=\"off\"]Yes, you can upgrade at any time after signing up. When you log in as a \"personal\" subscriber, you will see a notice regarding your current package and instructions on how to upgrade.[/et_pb_toggle][et_pb_toggle admin_label=\"Toggle\" title=\"Can I use your themes with WP.com?\" open=\"off\"]Unfortunately WordPress.com does not allow the use of custom themes. If you would like to use a custom theme of any kind, you will need to purchase your own hosting account and install the free software from WordPress.org. If you are looking for great WordPress hosting, we recommend giving HostGator a try.[/et_pb_toggle][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\" inner_shadow=\"on\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Don\'t Be Shy\" button_url=\"#\" button_text=\"Get In Touch\" use_background_color=\"off\" background_color=\"#108bf5\" background_layout=\"dark\" text_orientation=\"center\"]If we didn\'t answer all of your questions, feel free to drop us a line anytime.[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Sales Page","","publish","closed","closed","","sales-page","","","2017-09-08 14:55:17","2017-09-08 18:55:17","","0","http://www.pioneercabinetry.co/et_pb_layout/sales-page/","0","et_pb_layout","","0");
INSERT INTO `pcab_posts` VALUES("71","1","2017-09-08 14:55:17","2017-09-08 18:55:17","[et_pb_section fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_map admin_label=\"Fullwidth Map\" zoom_level=\"9\" address_lat=\"37.77492949999972\" address_lng=\"-122.41941550000001\"][et_pb_map_pin title=\"Headquarters\" pin_address=\"San Francisco, CA, USA\" pin_address_lat=\"37.7749295\" pin_address_lng=\"-122.41941550000001\" /][/et_pb_fullwidth_map][/et_pb_section][et_pb_section fullwidth=\"off\"][et_pb_row][et_pb_column type=\"2_3\"][et_pb_contact_form admin_label=\"Contact Form\" captcha=\"off\" title=\"Get In Touch\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h3>More Info</h3>
<p>sit amet, consectetur adipiscing elit. Integer placerat metus id orci facilisis, in luctus eros laoreet. Mauris interdum augue varius, faucibus massa id, imperdiet tortor. Donec vel tortor molestie, hendrerit sem a, hendrerit arcu. Aliquam erat volutpat. Proin varius eros eros, non condimentum nis.</p>

<strong>Address:</strong> 890 Lorem Ipsum Street #12
San Francisco, California 65432

<strong>Phone:</strong> 123.4567.890

<strong>Business Hours:</strong> 8a-6:30p M-F, 9a-2p S-S[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]","Contact Us","","publish","closed","closed","","contact-us","","","2017-09-08 14:55:17","2017-09-08 18:55:17","","0","http://www.pioneercabinetry.co/et_pb_layout/contact-us/","0","et_pb_layout","","0");
INSERT INTO `pcab_posts` VALUES("72","1","2017-09-08 14:55:17","2017-09-08 18:55:17","[et_pb_section background_color=\"#6aceb6\" inner_shadow=\"on\" fullwidth=\"on\"]
[et_pb_fullwidth_header title=\"About Our Team\" subhead=\"Your subtitle goes right here.\" background_layout=\"dark\"][/et_pb_fullwidth_header]
[/et_pb_section]

[et_pb_section]
[et_pb_row]
[et_pb_column type=\"1_3\"]
[et_pb_image src=\"https://www.elegantthemesimages.com/images/premade_image_800x600.png\" animation=\"left\"][/et_pb_image]
[et_pb_text]
<h2>Nick Roach</h2>
<em>President, CEO, Theme UI/UX Designer</em>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent mattis nec nisi non luctus. Donec aliquam non nisi ut rutrum. In sit amet vestibulum felis, id aliquet ipsum. Vestibulum feugiat lacinia aliquet.
[/et_pb_text]
[et_pb_counters]
[et_pb_counter percent=\"50\"]Design & UX[/et_pb_counter]
[et_pb_counter percent=\"80\"]Web Programming[/et_pb_counter]
[et_pb_counter percent=\"10\"]Internet Marketing[/et_pb_counter]
[/et_pb_counters]
[/et_pb_column]

[et_pb_column type=\"1_3\"]
[et_pb_image src=\"https://www.elegantthemesimages.com/images/premade_image_800x600.png\" animation=\"top\"][/et_pb_image]
[et_pb_text]
<h2>Kenny Sing</h2>
<em>Lead Graphic Designers</em>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent mattis nec nisi non luctus. Donec aliquam non nisi ut rutrum. In sit amet vestibulum felis, id aliquet ipsum. Vestibulum feugiat lacinia aliquet.
[/et_pb_text]
[et_pb_counters]
[et_pb_counter percent=\"85\"]Photoshop[/et_pb_counter]
[et_pb_counter percent=\"70\"]After Effects[/et_pb_counter]
[et_pb_counter percent=\"50\"]Illustrator[/et_pb_counter]
[/et_pb_counters]
[/et_pb_column]

[et_pb_column type=\"1_3\"]
[et_pb_image src=\"https://www.elegantthemesimages.com/images/premade_image_800x600.png\" animation=\"right\"][/et_pb_image]
[et_pb_text]
<h2>Mitch Skolnik</h2>
<em>Community Manager</em>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent mattis nec nisi non luctus. Donec aliquam non nisi ut rutrum. In sit amet vestibulum felis, id aliquet ipsum. Vestibulum feugiat lacinia aliquet.
[/et_pb_text]
[et_pb_counters]
[et_pb_counter percent=\"80\"]Customer Happiness[/et_pb_counter]
[et_pb_counter percent=\"30\"]Tech Support[/et_pb_counter]
[et_pb_counter percent=\"50\"]Community Management[/et_pb_counter]
[/et_pb_counters]
[/et_pb_column]
[/et_pb_row]
[/et_pb_section]

[et_pb_section background_color=\"#2d3743\" inner_shadow=\"on\"]
[et_pb_row]
[et_pb_column type=\"1_4\"]
[et_pb_blurb background_layout=\"dark\" image=\"https://www.elegantthemesimages.com/images/premade_blurb_5.png\"  title=\"Timely Support\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus, nec eleifend tincidunt nisi. Fusce at purus in massa laoreet.[/et_pb_blurb]
[/et_pb_column]
[et_pb_column type=\"1_4\"]
[et_pb_blurb background_layout=\"dark\" image=\"https://www.elegantthemesimages.com/images/premade_blurb_6.png\"  title=\"Innovative Ideas\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus, nec eleifend tincidunt nisi. Fusce at purus in massa laoreet.[/et_pb_blurb]
[/et_pb_column]
[et_pb_column type=\"1_4\"]
[et_pb_blurb background_layout=\"dark\" image=\"https://www.elegantthemesimages.com/images/premade_blurb_7.png\"  title=\"Advanced Technology\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus, nec eleifend tincidunt nisi. Fusce at purus in massa laoreet.[/et_pb_blurb]
[/et_pb_column]
[et_pb_column type=\"1_4\"]
[et_pb_blurb background_layout=\"dark\" image=\"https://www.elegantthemesimages.com/images/premade_blurb_8.png\"  title=\"Clear Communication\"]Vestibulum lobortis. Donec at euismod nibh, eu bibendum quam. Nullam non gravida purus, nec eleifend tincidunt nisi. Fusce at purus in massa laoreet.[/et_pb_blurb]
[/et_pb_column]
[/et_pb_row]
[/et_pb_section]

[et_pb_section background_color=\"#f5f5f5\" inner_shadow=\"on\"]
[et_pb_row]
[et_pb_column type=\"4_4\"]
[et_pb_text text_orientation=\"center\"]<h2>Recent Blog Posts</h2>
Learn from the top thought leaders in the industry.
[/et_pb_text]
[/et_pb_column]
[/et_pb_row]
[et_pb_row]
[et_pb_column type=\"4_4\"]
[et_pb_blog fullwidth=\"off\" show_pagination=\"off\" posts_number=\"3\" meta_date=\"M j, Y\" show_thumbnail=\"on\" show_content=\"off\" show_author=\"on\" show_date=\"on\" show_categories=\"on\"][/et_pb_blog]
[/et_pb_column]
[/et_pb_row]
[/et_pb_section]

[et_pb_section]
[et_pb_row]
[et_pb_column type=\"4_4\"]
[et_pb_text text_orientation=\"center\"]<h2>Recent Projects</h2>
Learn from the top thought leaders in the industry.
[/et_pb_text]
[/et_pb_column]
[/et_pb_row]
[et_pb_row]
[et_pb_column type=\"4_4\"]
[et_pb_portfolio categories=\"Portfolio\" fullwidth=\"off\"][/et_pb_portfolio]
[/et_pb_column]
[/et_pb_row]
[/et_pb_section]

[et_pb_section background_color=\"#7EBEC5\"]
[et_pb_row]
[et_pb_column type=\"4_4\"]
[et_pb_cta title=\"Don\'t Be Shy. Get In Touch.\" button_url=\"#\" button_text=\"Contact Us\" background_layout=\"dark\" background_color=\"none\"]
If you are interested in working together, send us an inquiry and we will get back to you as soon as we can!
[/et_pb_cta]
[/et_pb_column]
[/et_pb_row]
[/et_pb_section]","Our Team","","publish","closed","closed","","our-team","","","2017-09-08 14:55:17","2017-09-08 18:55:17","","0","http://www.pioneercabinetry.co/et_pb_layout/our-team/","0","et_pb_layout","","0");
INSERT INTO `pcab_posts` VALUES("73","1","2017-09-08 14:55:17","2017-09-08 18:55:17","[et_pb_section fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"off\"][et_pb_slide heading=\"WE ARE A CREATIVE AGENCY\" button_text=\"Our Work\" button_link=\"https://elegantthemes.com/preview/Divi2/fullwidth-grid/\" background_image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\" /][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum\" url_new_window=\"off\" image=\"https://elegantthemesimages.com/images/premade/builder-blurbs-mobile.jpg\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"off\" icon_color=\"#108bf5\" use_circle=\"off\" circle_color=\"#108bf5\" use_circle_border=\"off\" circle_border_color=\"#108bf5\" icon_placement=\"top\"]Divi will change the way you build websites forever. The advanced page builder makes it possible to build truly dynamic pages without learning code.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum\" url_new_window=\"off\" image=\"https://elegantthemesimages.com/images/premade/builder-blurbs-export.jpg\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"off\" icon_color=\"#108bf5\" use_circle=\"off\" circle_color=\"#108bf5\" use_circle_border=\"off\" circle_border_color=\"#108bf5\" icon_placement=\"top\"]Divi will change the way you build websites forever. The advanced page builder makes it possible to build truly dynamic pages without learning code.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum\" url_new_window=\"off\" image=\"https://elegantthemesimages.com/images/premade/builder-blurbs-layouts.jpg\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"off\" icon_color=\"#108bf5\" use_circle=\"off\" circle_color=\"#108bf5\" use_circle_border=\"off\" circle_border_color=\"#108bf5\" icon_placement=\"top\"]Divi will change the way you build websites forever. The advanced page builder makes it possible to build truly dynamic pages without learning code.[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Lorem Ipsum\" url_new_window=\"off\" image=\"https://elegantthemesimages.com/images/premade/builder-blurbs-commerce.jpg\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon=\"off\" icon_color=\"#108bf5\" use_circle=\"off\" circle_color=\"#108bf5\" use_circle_border=\"off\" circle_border_color=\"#108bf5\" icon_placement=\"top\"]Divi will change the way you build websites forever. The advanced page builder makes it possible to build truly dynamic pages without learning code.[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#f7f7f7\" inner_shadow=\"on\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\"]<h1>OUR LATEST WORK</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_portfolio admin_label=\"Portfolio\" fullwidth=\"off\" posts_number=\"8\" show_title=\"on\" show_categories=\"off\" show_pagination=\"off\" background_layout=\"light\" /][et_pb_cta admin_label=\"Call To Action\" button_url=\"#\" button_text=\"Full Portfolio\" use_background_color=\"off\" background_color=\"#2ea3f2\" background_layout=\"light\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#222b34\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\"]<h1>MEET THE CREW</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_team_member admin_label=\"Team Member\" name=\"Lorem Ipsum\" position=\"Company Role\" image_url=\"https://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" animation=\"fade_in\" background_layout=\"dark\" /][et_pb_team_member admin_label=\"Team Member\" name=\"Lorem Ipsum\" position=\"Company Role\" image_url=\"https://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" animation=\"fade_in\" background_layout=\"dark\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_team_member admin_label=\"Team Member\" name=\"Lorem Ipsum\" position=\"Company Role\" image_url=\"https://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" animation=\"fade_in\" background_layout=\"dark\" /][et_pb_team_member admin_label=\"Team Member\" name=\"Lorem Ipsum\" position=\"Company Role\" image_url=\"https://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" animation=\"fade_in\" background_layout=\"dark\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_team_member admin_label=\"Team Member\" name=\"Lorem Ipsum\" position=\"Company Role\" image_url=\"https://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" animation=\"fade_in\" background_layout=\"dark\" /][et_pb_team_member admin_label=\"Team Member\" name=\"Lorem Ipsum\" position=\"Company Role\" image_url=\"https://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" animation=\"fade_in\" background_layout=\"dark\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" button_url=\"#\" button_text=\"Full Profiles\" use_background_color=\"off\" background_color=\"#2ea3f2\" background_layout=\"dark\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"center\"]<h1>OUR CLIENTS</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"https://www.elegantthemesimages.com/images/premade/et-logo.png\" url_new_window=\"off\" animation=\"left\" show_in_lightbox=\"off\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"https://www.elegantthemesimages.com/images/premade/et-logo.png\" url_new_window=\"off\" animation=\"left\" show_in_lightbox=\"off\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"https://www.elegantthemesimages.com/images/premade/et-logo.png\" url_new_window=\"off\" animation=\"left\" show_in_lightbox=\"off\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"https://www.elegantthemesimages.com/images/premade/et-logo.png\" url_new_window=\"off\" animation=\"left\" show_in_lightbox=\"off\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"https://www.elegantthemesimages.com/images/premade/et-logo.png\" url_new_window=\"off\" animation=\"left\" show_in_lightbox=\"off\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"https://www.elegantthemesimages.com/images/premade/et-logo.png\" url_new_window=\"off\" animation=\"left\" show_in_lightbox=\"off\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"https://www.elegantthemesimages.com/images/premade/et-logo.png\" url_new_window=\"off\" animation=\"left\" show_in_lightbox=\"off\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"https://www.elegantthemesimages.com/images/premade/et-logo.png\" url_new_window=\"off\" animation=\"left\" show_in_lightbox=\"off\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" button_url=\"#\" button_text=\"Full List\" use_background_color=\"off\" background_color=\"#2ea3f2\" background_layout=\"light\" text_orientation=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" inner_shadow=\"off\" parallax=\"off\" background_color=\"#2ea3f2\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_signup admin_label=\"Subscribe\" provider=\"mailchimp\" mailc
himp_list=\"none\" aweber_list=\"3423452\" button_text=\"Sign Me Up\" use_background_color=\"off\" background_color=\"#2ea3f2\" background_layout=\"dark\" text_orientation=\"left\" title=\"Connect With Us\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante. In vitae tempus nunc. Etiam adipiscing enim sed condimentum ultrices. Cras rutrum blandit sem, molestie consequat erat luctus vel. Cras nunc est, laoreet sit amet ligula et, eleifend commodo dui. Vivamus id blandit nisi, eu mattis odio. Nulla facilisi. Aenean in mi odio. Etiam adipiscing enim sed condimentum ultrices.[/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section]","Creative Agency","","publish","closed","closed","","creative-agency","","","2017-09-08 14:55:17","2017-09-08 18:55:17","","0","http://www.pioneercabinetry.co/et_pb_layout/creative-agency/","0","et_pb_layout","","0");
INSERT INTO `pcab_posts` VALUES("69","1","2017-09-08 14:55:17","2017-09-08 18:55:17","[et_pb_section fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\"][et_pb_slide heading=\"My Name\" background_image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\"]Subheading[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h1>This is My Story</h1>
Curabitur quis dui volutpat, cursus eros ut, commodo elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Ut id est euismod, rhoncus nunc quis, lobortis turpis. Tam sociis natoque. Curabitur quis dui volutpat, cursus eros ut, commodo elit. Cum sociis natoque penatibus et magnis dis parturient montes.[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_counters admin_label=\"Bar Counters\" background_layout=\"light\" background_color=\"#dddddd\" bar_bg_color=\"#2ea3f2\"][et_pb_counter percent=\"80\"]Brand Strategy[/et_pb_counter][et_pb_counter percent=\"60\"]Internet Marketing[/et_pb_counter][et_pb_counter percent=\"50\"]App Development[/et_pb_counter][et_pb_counter percent=\"90\"]Customer Happiness[/et_pb_counter][/et_pb_counters][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"on\" specialty=\"off\" background_color=\"#108bf5\" inner_shadow=\"off\" parallax=\"off\"][et_pb_fullwidth_header admin_label=\"Fullwidth Header\" title=\"My Recent Work\" background_layout=\"dark\" text_orientation=\"center\" /][et_pb_fullwidth_portfolio admin_label=\"Fullwidth Portfolio\" fullwidth=\"on\" show_title=\"on\" show_date=\"on\" background_layout=\"light\" auto=\"on\" /][/et_pb_section]","About Me","","publish","closed","closed","","about-me","","","2017-09-08 14:55:17","2017-09-08 18:55:17","","0","http://www.pioneercabinetry.co/et_pb_layout/about-me/","0","et_pb_layout","","0");
INSERT INTO `pcab_posts` VALUES("70","1","2017-09-08 14:55:17","2017-09-08 18:55:17","[et_pb_section fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"on\"][et_pb_slide heading=\"Our Company\" button_text=\"Learn More\" button_link=\"#\" background_image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-1920.png\" background_color=\"#ffffff\" alignment=\"center\" background_layout=\"dark\"]Our Company Tagline lorem ipsum dolor sit amet.[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section inner_shadow=\"off\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"A Digital Agency\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#7c8d9b\" use_circle=\"off\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Curabitur quis dui volutpat, cursus eros elut commodo elit cum sociis natoque penatibus[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Forward Thinking\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#7c8d9b\" use_circle=\"off\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Curabitur quis dui volutpat, cursus eros elut commodo elit cum sociis natoque penatibus[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Problem Solvers\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#7c8d9b\" use_circle=\"off\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Curabitur quis dui volutpat, cursus eros elut commodo elit cum sociis natoque penatibus[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_blurb admin_label=\"Blurb\" title=\"Customer Support\" url_new_window=\"off\" use_icon=\"on\" font_icon=\"\" icon_color=\"#7c8d9b\" use_circle=\"off\" circle_color=\"#2ea3f2\" use_circle_border=\"off\" circle_border_color=\"#2ea3f2\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\"]Curabitur quis dui volutpat, cursus eros elut commodo elit cum sociis natoque penatibus[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" background_color=\"#f7f7f7\" inner_shadow=\"on\" parallax=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]<h1>Our Story</h1>
Curabitur quis dui volutpat, cursus eros ut, commodo elit. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Ut id est euismod, rhoncus nunc quis, lobortis turpis. Tam sociis natoque. Curabitur quis dui volutpat, cursus eros ut, commodo elit. Cum sociis natoque penatibus et magnis dis parturient montes.[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_counters admin_label=\"Bar Counters\" background_layout=\"light\" background_color=\"#dddddd\" bar_bg_color=\"#2ea3f2\"][et_pb_counter percent=\"80\"]Brand Strategy[/et_pb_counter][et_pb_counter percent=\"60\"]Internet Marketing[/et_pb_counter][et_pb_counter percent=\"50\"]App Development[/et_pb_counter][et_pb_counter percent=\"90\"]Customer Happiness[/et_pb_counter][/et_pb_counters][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"1_3\"][et_pb_team_member admin_label=\"Team Member\" name=\"Team Member 1\" position=\"Company Role\" image_url=\"https://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" animation=\"fade_in\" background_layout=\"light\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante. In vitae tempus nunc.[/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_team_member admin_label=\"Team Member\" name=\"Team Member 1\" position=\"Company Role\" image_url=\"https://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" animation=\"fade_in\" background_layout=\"light\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante. In vitae tempus nunc.[/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_team_member admin_label=\"Team Member\" name=\"Team Member 1\" position=\"Company Role\" image_url=\"https://elegantthemesimages.com/images/premade/d2-placeholder-320px.jpg\" animation=\"fade_in\" background_layout=\"light\" facebook_url=\"#\" twitter_url=\"#\" google_url=\"#\" linkedin_url=\"#\"]Aenean consectetur ipsum ante, vel egestas enim tincidunt quis. Pellentesque vitae congue neque, vel mattis ante. In vitae tempus nunc.[/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section]","About Us","","publish","closed","closed","","about-us","","","2017-09-08 14:55:17","2017-09-08 18:55:17","","0","http://www.pioneercabinetry.co/et_pb_layout/about-us/","0","et_pb_layout","","0");
INSERT INTO `pcab_posts` VALUES("85","1","2017-09-08 15:07:17","2017-09-08 19:07:17","/*classes------------------*/
.finishes {border-top:1px solid #ffffff;border-radius:10px;}

/*FAQ toggles----------------*/
.et_pb_toggle_title:before {
	color: #058526;
}

h5.et_pb_toggle_title {
	color: #058526 !important;font-weight:bold;
}

/*SideBar Menu------------------*/
.et_pb_gutters2 .et_pb_column_1_4 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4 .et_pb_module {
	margin-bottom: 0 !important;
}

.et_pb_gallery_image img {
	width: 100% !important;
}

ul.et_pb_tabs_controls {
	background-color: transparent !important;
}

/*fixes-------------------- */
.et_fb_preview_active--responsive_preview .et_pb_section .et_pb_column .et_pb_module {
    margin-bottom: 0px !important;
}
.et_header_style_centered #main-header .logo_container {
}

.et_pb_inner_shadow {
	-webkit-box-shadow: inset 0 0 40px 3px rgba(0,0,0,.2);
	box-shadow: inset 0 0 40px 3px rgba(0,0,0,.2);
}

/*Scroll to top-------------*/
.et_pb_scroll_top.et-pb-icon {
	background-color: #e09900;
}


/*Lists -------------------*/
ul.bullets {margin:0px 0px 20px 0px;padding:10px 20px 10px 40px;line-height:1em;border-left:1px solid #777777;border-right:1px solid #777777;
border-radius:20px;background-color:#333333;
}
.bullets li {
	font-style: normal;
	font-size: 1.1em !important;
	padding-bottom: 8px;
	padding-top:5px;
	line-height: 1.2em !important;
}


/*TOP MENU------------------*/
#top-menu li {font-weight: normal;text-transform: uppercase;}
#main-header, #main-header .nav li ul, .et-search-form, #main-header .et_mobile_menu {background-color: #2b2b2b;-webkit-box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6);box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6);}
#main-header.et-fixed-header {background-color: #2b2b2b;-webkit-box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6) !important;box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6) !important;}
#top-menu li .menu-item-has-children > a:first-child {padding-right: 20px;}
#top-menu li li {margin: 0;padding: 0;}
#top-menu li li a {width: 240px;padding: 6px 20px;}
#top-menu li li a:hover {background-color: #000000;}
.et_mobile_menu li a {font-size: 18px !important;}
.et_mobile_menu li a:hover {background-color: #000000;}

/*FONTS------------------*/
h1, h2, h3, h4, h5, {
	font-style: normal;
	font-weight: 100;
	color: RED !important;
	line-height: 1em;
	padding-top: 20px !important;
	padding-bottom: 1px !important;
	margin-top: 30px !important;
	margin-bottom: 1px !important;
}

h1 {font-size:2.5em;}

h2 {
	padding-top: 10px !important;
}

ul {margin-top: 0;margin-bottom: 0;padding-top: 0;}

li.li1 {padding-left: 10px;margin-left: 20px;margin-top: 0;margin-bottom: 0;padding-bottom: 5px;}

ul.et_pb_tabs_controls {border-bottom: 1px solid #d9d9d9;background-color: #f4f4f4;font-size: 1.2em;text-transform: uppercase;letter-spacing: 1px;}


/*Gallery-----------------------------------------*/
.rounded {-webkit-border-radius: 2px;border-radius: 2px;}
.rounded img {-webkit-border-radius: 2px;border-radius: 2px;border: 1px solid #212121;}

.responsive {width:100%;margin:0;}

.et_pb_gallery_grid {}
.et_pb_gallery_caption {text-align:center;}
.et_pb_gallery_grid .et_pb_gallery_image {overflow: hidden;position: relative;-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.4);box-shadow: 0 0 10px 3px rgba(0,0,0,.4);-webkit-border-radius: 2px;border-radius: 2px;margin: 10px;}
.et_pb_gallery_item img {height: 100px;-webkit-border-radius: 2px;border-radius: 2px;border: 1px solid #ffffff;}

.fullGallery .et_pb_gallery_item img {height: auto;width: 100%;-webkit-border-radius: 2px;border-radius: 2px;border: 1px solid #ffffff;}
.et_overlay {-webkit-border-radius: 2px;border-radius: 2px;}

.safari .et_pb_gallery_grid .et_pb_gallery_image {overflow: visible;margin: 10px;-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.2);box-shadow: 0 0 10px 3px rgba(0,0,0,.2);-webkit-border-radius: 2px;border-radius: 2px;}


/*Find a Dealer ------------------*/
#wpsl-result-list li p {
    padding-left: 0;
    margin: 0px !important;
}
#wpsl-result-list {
    background-color: #dddddd;-webkit-box-shadow:inset 0 0 10px 6px rgba(0,0,0,0.1);
box-shadow:inset 0 0 10px 6px rgba(0,0,0,0.1);
}
#wpsl-wrap {
    position: relative;
    overflow: hidden;
    background-color: #e1e1e1;
    padding: 20px;
border:2px solid #e09900;border-radius:10px
}
#wpsl-search-wrap div label {
    font-weight: bold;
}

div.wpsl-store-location p {padding-bottom:2px;}
#wpsl-result-list a {font-weight:bold;font-size:0.9em !important;}
div.wpsl-store-location strong {font-size:1.2em;text-transform:uppercase;}

/*FORMS------------------------*/
.ninja-input {-webkit-box-shadow: inset 0 0 5px 5px rgba(0,0,0,.1);box-shadow: inset 0 0 5px 5px rgba(0,0,0,.1);-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px;padding: 10px !important;font-size: 1em;width: 99%;}

.ninja-forms-required-items {font-style: italic;font-size: .8em;text-align: right;}

.field-wrap {margin-top: 5px;margin-bottom: 5px !important;}

::-webkit-input-placeholder {color: red;}
:-moz-placeholder {/* Firefox 18- */color: red;}
::-moz-placeholder {/* Firefox 19+ */color: red;}
:-ms-input-placeholder {color: red;}

.ninja-button {background-color: #c20430;color: #ffffff;opacity: 1;margin: 0 auto;font-size: 20px;font-weight: 500;padding: .3em 1em;position: relative;border: 2px solid;border-color: #ffffff;-moz-border-radius: 10px;-webkit-border-radius: 10px;border-radius: 10px;-webkit-box-shadow: inset 0 0 5px 5px rgba(0,0,0,.2);box-shadow: inset 0 0 5px 5px rgba(0,0,0,.2);-moz-transition: all .2s;-webkit-transition: all .2s;transition: all .2s;line-height: 1.7em;cursor: pointer;width: 100% !important;}

.ninja-button:hover {background-color: #c3d04c;color: #ffffff;}

input.wpcf7-form-control.wpcf7-submit.submit-button:hover {background-color: #c3d04c;color: #ffffff;}","Divi-child","","publish","closed","closed","","divi-child","","","2017-09-12 11:57:51","2017-09-12 15:57:51","","0","http://www.pioneercabinetry.co/uncategorized/divi-child/","0","custom_css","","0");
INSERT INTO `pcab_posts` VALUES("699","1","2017-09-11 13:01:27","2017-09-11 17:01:27","","Divi-child","","inherit","closed","closed","","85-revision-v1","","","2017-09-11 13:01:27","2017-09-11 17:01:27","","85","http://www.pioneercabinetry.co/uncategorized/85-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("701","1","2017-09-11 13:02:28","2017-09-11 17:02:28","/*Find a Dealer ------------------*/
#wpsl-search-wrap .wpsl-input label {font-size: 1.3em;}
#wpsl-search-wrap div label {font-size: 1.3em;}
div.wpsl-store-location {font-size: 1.2em;line-height: 1em !important;}
div#wpsl-wrap {background-color: #ffffff;-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.2);box-shadow: 0 0 10px 3px rgba(0,0,0,.2);padding: 20px;}
div.wpsl-direction-wrap {font-size: 1em !important;}
#wpsl-result-list a {font-size: 18px;}
","Divi-child","","inherit","closed","closed","","85-revision-v1","","","2017-09-11 13:02:28","2017-09-11 17:02:28","","85","http://www.pioneercabinetry.co/uncategorized/85-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("702","2","2017-09-11 13:02:35","2017-09-11 17:02:35","","TLC Kitchens & Bath Inc","","inherit","closed","closed","","697-revision-v1","","","2017-09-11 13:02:35","2017-09-11 17:02:35","","697","http://www.pioneercabinetry.co/uncategorized/697-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("704","1","2017-09-11 13:03:27","2017-09-11 17:03:27","/*TOP MENU------------------*/
#top-menu li {
	font-weight: normal;
	text-transform: uppercase;
}


/*Find a Dealer ------------------*/
#wpsl-search-wrap .wpsl-input label {font-size: 1.3em;}
#wpsl-search-wrap div label {font-size: 1.3em;}
div.wpsl-store-location {font-size: 1.2em;line-height: 1em !important;}
div#wpsl-wrap {background-color: #ffffff;-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.2);box-shadow: 0 0 10px 3px rgba(0,0,0,.2);padding: 20px;}
div.wpsl-direction-wrap {font-size: 1em !important;}
#wpsl-result-list a {font-size: 18px;}
","Divi-child","","inherit","closed","closed","","85-revision-v1","","","2017-09-11 13:03:27","2017-09-11 17:03:27","","85","http://www.pioneercabinetry.co/uncategorized/85-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("706","1","2017-09-11 13:05:12","2017-09-11 17:05:12","/*TOP MENU------------------*/
#top-menu li {
	font-weight: normal;
	text-transform: uppercase;
}
#main-header, #main-header .nav li ul, .et-search-form, #main-header .et_mobile_menu {background-color: #2b2b2b;-webkit-box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6);box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6);}
#main-header.et-fixed-header {background-color: #2b2b2b;-webkit-box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6) !important;box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6) !important;}
#top-menu li .menu-item-has-children > a:first-child {padding-right: 20px;}
#top-menu li li {margin: 0;padding: 0;}
#top-menu li li a {width: 240px;padding: 6px 20px;}
#top-menu li li a:hover {background-color: #000000;}
.et_mobile_menu li a {font-size: 18px !important;}
.et_mobile_menu li a:hover {background-color: #000000;}

/*Find a Dealer ------------------*/
#wpsl-search-wrap .wpsl-input label {font-size: 1.3em;}
#wpsl-search-wrap div label {font-size: 1.3em;}
div.wpsl-store-location {font-size: 1.2em;line-height: 1em !important;}
div#wpsl-wrap {background-color: #ffffff;-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.2);box-shadow: 0 0 10px 3px rgba(0,0,0,.2);padding: 20px;}
div.wpsl-direction-wrap {font-size: 1em !important;}
#wpsl-result-list a {font-size: 18px;}
","Divi-child","","inherit","closed","closed","","85-revision-v1","","","2017-09-11 13:05:12","2017-09-11 17:05:12","","85","http://www.pioneercabinetry.co/uncategorized/85-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("708","1","2017-09-11 13:06:36","2017-09-11 17:06:36","/*TOP MENU------------------*/
#top-menu li {font-weight: normal;text-transform: uppercase;}
#main-header, #main-header .nav li ul, .et-search-form, #main-header .et_mobile_menu {background-color: #2b2b2b;-webkit-box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6);box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6);}
#main-header.et-fixed-header {background-color: #2b2b2b;-webkit-box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6) !important;box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6) !important;}
#top-menu li .menu-item-has-children > a:first-child {padding-right: 20px;}
#top-menu li li {margin: 0;padding: 0;}
#top-menu li li a {width: 240px;padding: 6px 20px;}
#top-menu li li a:hover {background-color: #000000;}
.et_mobile_menu li a {font-size: 18px !important;}
.et_mobile_menu li a:hover {background-color: #000000;}

/*FONTS------------------*/
h1, h2, h3, h4, h5, {
	font-style: normal;
	font-weight: 100;
	color: #333;
	line-height: 1em;
	padding-top: 20px !important;
	padding-bottom: 1px !important;
	margin-top: 30px !important;
	margin-bottom: 1px !important;
}

h2 {
	padding-top: 10px !important;
}


/*Find a Dealer ------------------*/
#wpsl-search-wrap .wpsl-input label {font-size: 1.3em;}
#wpsl-search-wrap div label {font-size: 1.3em;}
div.wpsl-store-location {font-size: 1.2em;line-height: 1em !important;}
div#wpsl-wrap {background-color: #ffffff;-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.2);box-shadow: 0 0 10px 3px rgba(0,0,0,.2);padding: 20px;}
div.wpsl-direction-wrap {font-size: 1em !important;}
#wpsl-result-list a {font-size: 18px;}
","Divi-child","","inherit","closed","closed","","85-revision-v1","","","2017-09-11 13:06:36","2017-09-11 17:06:36","","85","http://www.pioneercabinetry.co/uncategorized/85-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("86","1","2017-09-08 15:07:17","2017-09-08 19:07:17","
.et_pb_gutters2 .et_pb_column_1_4 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4 .et_pb_module {
	margin-bottom: 0 !important;
}

.et_pb_gallery_image img {
	width: 100% !important;
}

ul.et_pb_tabs_controls {
	background-color: transparent !important;
}

.hp-wrap {
	display: none;
}

body {
	font-family: acumin-pro-condensed, sans-serif;
}

div.logo_container {
	padding-bottom: 0;
	margin-bottom: 0;
	padding-top: 30px;
}

.et_header_style_centered #main-header .logo_container {
	height: auto;
	padding-top: 30px;
}

.et_header_style_centered header#main-header.et-fixed-header .logo_container {
	height: 100% !important;
}

.et_header_style_centered #top-menu > li > a {
	padding-bottom: 1em;
	padding-top: 1em;
}

#top-menu li.current-menu-item > a, #top-menu li.current-menu-ancestor > a {
	color: #dd9933;
}

#top-menu .menu-item-has-children > a:first-child:after {
	top: 1em;
}

.et_mobile_menu li a {
/*font-size: 1.3em;*/
}

.et_pb_sum, .et_pb_pricing li a, .et_pb_pricing_table_button, .et_overlay:before, .et_pb_member_social_links a:hover, .woocommerce-page #content input.button:hover .et_pb_widget li a:hover, .et_pb_bg_layout_light .et_pb_promo_button, .et_pb_bg_layout_light.et_pb_module.et_pb_button, .et_pb_bg_layout_light .et_pb_more_button, .et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active, .et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a.active, .et_pb_gallery .et_pb_gallery_pagination ul li a.active, .et_pb_contact_submit, .et_pb_bg_layout_light .et_pb_newsletter_button {
	color: #058526;
}

.nav li li a, .et_mobile_menu li a {
/*font-size: 1.3em;*/
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

/*navigation Menu ---------------
@media (max-width: 1024px) {
	
}

@media (max-width: 980px) {
	
}

@media all and (max-width: 768px) {
	
}

@media all and (max-width: 479px) {
	
}

*/

/*FAQ toggles----------------*/
.et_pb_toggle_title:before {
	color: #058526;
}

h5.et_pb_toggle_title {
	color: #058526 !important;
}

/*Find a Dealer -----------------------*/
#wpsl-search-wrap .wpsl-input label {
	font-size: 1.3em;
}

#wpsl-search-wrap div label {
	font-size: 1.3em;
}

div.wpsl-store-location {
	font-size: 1.2em;
	line-height: 1em !important;
}

div#wpsl-wrap {
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.2);
	box-shadow: 0 0 10px 3px rgba(0,0,0,.2);
	padding: 20px;
}

div.wpsl-direction-wrap {
	font-size: 1em !important;
}

#wpsl-result-list a {
	font-size: 18px;
}

/*------------------*/
#top-menu li {
	font-weight: normal;
	text-transform: uppercase;
	font-family: \"acumin-pro\", sans-serif;
/*font-size: 1.3em !important;*/
}

#main-header, #main-header .nav li ul, .et-search-form, #main-header .et_mobile_menu {
	background-color: #2b2b2b;
	-webkit-box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6);
	box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6);
}

#main-header.et-fixed-header {
	background-color: #2b2b2b;
	-webkit-box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6) !important;
	box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6) !important;
}

#top-menu li .menu-item-has-children > a:first-child {
	padding-right: 20px;
}

#top-menu li li {
	margin: 0;
	padding: 0;
}

#top-menu li li a {
	width: 240px;
	padding: 6px 20px;
/*font-size: 1.2em !important;*/
}

#top-menu li li a:hover {
	background-color: #000000;
}

.et_mobile_menu li a {
	font-size: 18px !important;
}

.et_mobile_menu li a:hover {
	background-color: #000000;
}

.p1 {
	padding-top: 2px;
}

/*h1.scriptH1 {
	font-size: 3.5em !important;
	color: #058526 !important;
}*/
.scriptH1 h1 {
	padding-top: 20px;
	padding-bottom: 20px;
	color: #ffffff !important;
}

h1, h2, h3, h4, h5, {
	font-family: \"acumin-pro-extra-condensed\", sans-serif;
	font-style: normal;
	font-weight: 100;
	color: #333;
	line-height: 1em;
	padding-top: 20px !important;
	padding-bottom: 1px !important;
	margin-top: 30px !important;
	margin-bottom: 1px !important;
}

h2 {
	padding-top: 10px !important;
}

li.li1 {
	font-family: acumin-pro-condensed, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 1.4em !important;
	line-height: 1.5em !important;
}

p {
	font-family: acumin-pro-condensed, sans-serif;
	font-style: normal;
	font-size: 1.1em !important;
	padding-bottom: 10px;
	font-weight: 400;
	line-height: 1.7em !important;
}

.bullets {
	font-family: acumin-pro-condensed, sans-serif;
	font-style: normal;
	font-size: 1.3em !important;
	padding-bottom: 0;
	padding-left: 40px !important;
	font-weight: 400;
	line-height: 1.3em !important;
}

#footer-info {
	font-size: 12px !important;
}

ul {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
}

li.li1 {
	padding-left: 10px;
	margin-left: 20px;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 5px;
}

ul.et_pb_tabs_controls {
	border-bottom: 1px solid #d9d9d9;
	background-color: #f4f4f4;
	font-size: 1.2em;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.greenType h1 {
	color: #058526 !important;
}

.kicker {
	font-size: 1.7em !important;
	line-height: 1.3em !important;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
	font-weight: 400 !important;
/*text-transform: uppercase;*/
	color: #ffffff;
}

.et_pb_promo_description {
	padding-bottom: 15px;
	font-size: 16px;
	padding-top: 3px !important;
	margin-top: 1px;
}

@media (max-width: 980px) {
	.scriptH1 h1 {
	/*font-size: 2.8em !important;*/
		color: #ffffff !important;
		padding-top: 20px;
		padding-bottom: 10px;
	}
	
	.et_pb_row, .et_pb_column .et_pb_row_inner {
		padding: 10px 0;
	}
	
	.et_pb_column {
		margin-bottom: 10px;
	}
	
	.et_pb_section .et_pb_column .et_pb_module {
		margin-bottom: 10px;
	}
	
	.et_pb_section {
		padding: 0;
	}
}

@media all and (max-width: 768px) {
	.scriptH1 h1 {
	/*font-size: 2.5em !important;*/
		color: #ffffff !important;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

@media all and (max-width: 479px) {
	.scriptH1 h1 {
	/*font-size: 2em !important;*/
		color: #ffffff !important;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	.et_pb_section {
		padding: 5px 0;
	}
	
	.et_pb_section .et_pb_row .et_pb_column.et_pb_column_1_4 {
		width: 100% !important;
		margin: 0 0 10px;
	}
}

.et_pb_column_1_3 h2, .et_pb_column_1_4 h2 {
	font-size: 34px;
}

/*Backgrounds--------------------------*/
.grayFade {
	background-color: #ffffff;
	background: -moz-linear-gradient(top,rgba(221,221,221,1) 0%,rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(top,rgba(221,221,221,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom,rgba(221,221,221,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#dddddd\',endColorstr=\'#00ffffff\',GradientType=0);
	-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.2);
	box-shadow: 0 0 10px 3px rgba(0,0,0,.2);
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid #ffffff;
}

.et_pb_inner_shadow {
	-webkit-box-shadow: inset 0 0 40px 3px rgba(0,0,0,.2);
	box-shadow: inset 0 0 40px 3px rgba(0,0,0,.2);
}

.et_pb_scroll_top.et-pb-icon {
	background-color: #e09900;
}

/*Buttons-----------------------------------------*/
.et_pb_bg_layout_light.et_pb_module.et_pb_button {
	color: #058526 !important;
}

.et_pb_gutters2 .et_pb_column_1_3 .et_pb_module {
	margin-bottom: 1px !important;
}

/*Gallery-----------------------------------------*/
.rounded {
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.rounded img {
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #212121;
}

.et_pb_gallery_grid {
}

.et_pb_gallery_grid .et_pb_gallery_image {
	overflow: hidden;
	position: relative;
	-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.4);
	box-shadow: 0 0 10px 3px rgba(0,0,0,.4);
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin: 10px;
}

.et_pb_gallery_item img {
	height: 100px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #ffffff;
}

.fullGallery .et_pb_gallery_item img {
	height: auto;
	width: 100%;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #ffffff;
}

.et_overlay {
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.safari .et_pb_gallery_grid .et_pb_gallery_image {
	overflow: visible;
	margin: 10px;
	-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.2);
	box-shadow: 0 0 10px 3px rgba(0,0,0,.2);
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

/* Form Buttons------------------------------------------------------------------- */
.formBKGD {
	background-color: #dddddd;
	padding: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,0.2);
	box-shadow: 0 0 10px 2px rgba(0,0,0,0.2);
	border: 1px solid #ffffff;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,ffffff+100&0.65+0,0+100 */
	background: -moz-linear-gradient(top,rgba(230,230,230,0.95) 0%,rgba(255,255,255,0) 100%);
/* FF3.6-15 */
	background: -webkit-linear-gradient(top,rgba(230,230,230,0.95) 0%,rgba(255,255,255,0) 100%);
/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,rgba(230,230,230,0.95) 0%,rgba(255,255,255,0) 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#a6eeeeee\',endColorstr=\'#00ffffff\',GradientType=0);
/* IE6-9 */
}

.ninja-input {
	-webkit-box-shadow: inset 0 0 5px 5px rgba(0,0,0,.1);
	box-shadow: inset 0 0 5px 5px rgba(0,0,0,.1);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 10px !important;
	font-size: 1em;
	width: 99%;
}

.ninja-forms-required-items {
	font-style: italic;
	font-size: .8em;
	text-align: right;
}

.field-wrap {
	margin-top: 5px;
	margin-bottom: 5px !important;
}

.et_pb_contact p input, .et_pb_contact p textarea {
	-webkit-box-shadow: inset 0 0 5px 5px rgba(0,0,0,.2);
	box-shadow: inset 0 0 5px 5px rgba(0,0,0,.2);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#selectArrow {
	background: url(http://marketingimpactinc.com/cb/wp-content/uploads/2015/09/down_arrow_select.png) no-repeat right #cccccc;
}

#captchaBox {
	width: 50%;
}

#formWidth {
	width: 100%;
}

::-webkit-input-placeholder {
	color: red;
}

:-moz-placeholder {
/* Firefox 18- */
	color: red;
}

::-moz-placeholder {
/* Firefox 19+ */
	color: red;
}

:-ms-input-placeholder {
	color: red;
}

.radioList {
	background-color: #eeeeee;
	display: inline;
	border: none;
/* width: 100%; */
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	font-size: 14px;
	color: Red;
	padding: 16px;
}

input.wpcf7-form-control.wpcf7-submit.submit-button {
	background-color: #9eb35c;
	color: #9eb35c;
	opacity: 1;
	margin: 0 auto;
	font-size: 20px;
	font-weight: 500;
	padding: .3em 1em;
	background: transparent;
	position: relative;
	border: 2px solid;
	border-color: #9eb35c;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px 5px rgba(0,0,0,.2);
	box-shadow: inset 0 0 5px 5px rgba(0,0,0,.2);
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	transition: all .2s;
	line-height: 1.7em;
	cursor: pointer;
}

.ninja-button {
	background-color: #c20430;
	color: #ffffff;
	opacity: 1;
	margin: 0 auto;
	font-size: 20px;
	font-weight: 500;
	padding: .3em 1em;
	position: relative;
	border: 2px solid;
	border-color: #ffffff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px 5px rgba(0,0,0,.2);
	box-shadow: inset 0 0 5px 5px rgba(0,0,0,.2);
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	transition: all .2s;
	line-height: 1.7em;
	cursor: pointer;
	width: 100% !important;
}

.ninja-button:hover {
	background-color: #c3d04c;
	color: #ffffff;
}

input.wpcf7-form-control.wpcf7-submit.submit-button:hover {
	background-color: #c3d04c;
	color: #ffffff;
}

.et_pb_grid_item {
	margin-bottom: 10px !important;
}

div.photoGallery div.et_pb_gallery_items div.et_pb_gallery_item div.portrait a img, div.photoGallery div.et_pb_gallery_items div.et_pb_gallery_item div.landscape a img {
	height: 100% !important;
}

@media (max-width: 980px) {
	.et_pb_column .et_pb_grid_item:nth-child(n) {
		margin: 0 5% 0 0 !important;
	}
}

@media all and (max-width: 768px) {
	.et_pb_column .et_pb_grid_item:nth-child(n) {
		margin: 0 4% 0 0 !important;
	}
}","Divi-child","","inherit","closed","closed","","85-revision-v1","","","2017-09-08 15:07:17","2017-09-08 19:07:17","","85","http://www.pioneercabinetry.co/uncategorized/85-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("87","1","2017-09-08 15:09:40","2017-09-08 19:09:40","[et_pb_section bb_built=\"1\"][et_pb_row][/et_pb_row][/et_pb_section]","Home","","inherit","closed","closed","","8-revision-v1","","","2017-09-08 15:09:40","2017-09-08 19:09:40","","8","http://www.pioneercabinetry.co/uncategorized/8-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("88","1","2017-09-08 15:12:34","2017-09-08 19:12:34","[et_pb_section bb_built=\"1\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.72\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]

Home Page

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]","Home","","inherit","closed","closed","","8-revision-v1","","","2017-09-08 15:12:34","2017-09-08 19:12:34","","8","http://www.pioneercabinetry.co/uncategorized/8-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("90","1","2017-09-08 15:18:58","2017-09-08 19:18:58","[et_pb_section bb_built=\"1\" background_color=\"#999999\" custom_padding=\"20px||20px|\" _builder_version=\"3.0.72\" custom_css_main_element=\"background-image: url(http://pioneercabinetry.net/wp/wp-content/uploads/2016/06/lightKitchen.jpg);||-moz-background-size:100% 100%;||-webkit-background-size:100% 100%;||background-size:100% 100%;\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/lightKitchen.jpg\" background_blend=\"multiply\" template_type=\"section\"][et_pb_row _builder_version=\"3.0.72\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Disclaimer Text\" background_layout=\"dark\" _builder_version=\"3.0.72\" text_font=\"Open Sans||||\" text_font_size=\"11\"]

<p>The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.</p>

[/et_pb_text][et_pb_text background_layout=\"dark\" _builder_version=\"3.0.72\" text_font_size=\"10\" text_line_height=\"1.5\"]

<p><strong>Pioneer Cabinetry, Inc</strong> | PO Box 280 | 301 W. Rising St. | Davison, MI 48423 | (810) 658-2075</p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]","Disclaimer Text","","publish","closed","closed","","disclaimer-text","","","2017-09-11 13:13:08","2017-09-11 17:13:08","","0","http://www.pioneercabinetry.co/et_pb_layout/disclaimer-text/","0","et_pb_layout","","0");
INSERT INTO `pcab_posts` VALUES("91","1","2017-09-08 15:19:02","2017-09-08 19:19:02","[et_pb_section bb_built=\"1\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.72\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]

Home Page

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"2_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"1_2\"][/et_pb_column][et_pb_column type=\"1_2\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.72\" background_color=\"#999999\" custom_padding=\"20px||20px|\" custom_css_main_element=\"background-image: url(http://pioneercabinetry.net/wp/wp-content/uploads/2016/06/lightKitchen.jpg);||-moz-background-size:100% 100%;||-webkit-background-size:100% 100%;||background-size:100% 100%;\" global_module=\"90\"][et_pb_row global_parent=\"90\" _builder_version=\"3.0.72\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Disclaimer Text\" global_parent=\"90\" _builder_version=\"3.0.72\" background_layout=\"dark\" text_orientation=\"left\" text_font=\"Open Sans||||\" text_font_size=\"11\" border_style=\"solid\"] The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications. [/et_pb_text][et_pb_text global_parent=\"90\" _builder_version=\"3.0.72\" background_layout=\"dark\" text_orientation=\"left\" text_font_size=\"10\" text_line_height=\"1.5\" border_style=\"solid\"]

<strong>Pioneer Cabinetry, Inc</strong> | PO Box 280 | 301 W. Rising St. | Davison, MI 48423 | (810) 658-2075

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]","Home","","inherit","closed","closed","","8-revision-v1","","","2017-09-08 15:19:02","2017-09-08 19:19:02","","8","http://www.pioneercabinetry.co/uncategorized/8-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("92","1","2017-09-08 15:19:10","2017-09-08 19:19:10","[et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.72\" background_color=\"#999999\" custom_padding=\"20px||20px|\" custom_css_main_element=\"background-image: url(http://pioneercabinetry.net/wp/wp-content/uploads/2016/06/lightKitchen.jpg);||-moz-background-size:100% 100%;||-webkit-background-size:100% 100%;||background-size:100% 100%;\" template_type=\"section\"][et_pb_row _builder_version=\"3.0.72\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Disclaimer Text\" _builder_version=\"3.0.72\" background_layout=\"dark\" text_orientation=\"left\" text_font=\"Open Sans||||\" text_font_size=\"11\" border_style=\"solid\"]

<p>The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.</p>

[/et_pb_text][et_pb_text _builder_version=\"3.0.72\" background_layout=\"dark\" text_orientation=\"left\" text_font_size=\"10\" text_line_height=\"1.5\" border_style=\"solid\"]

<p><strong>Pioneer Cabinetry, Inc</strong> | PO Box 280 | 301 W. Rising St. | Davison, MI 48423 | (810) 658-2075</p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]","Disclaimer Text","","inherit","closed","closed","","90-revision-v1","","","2017-09-08 15:19:10","2017-09-08 19:19:10","","90","http://www.pioneercabinetry.co/uncategorized/90-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("93","1","2017-09-08 15:24:25","2017-09-08 19:24:25","[et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" template_type=\"section\"][et_pb_row background_color_1=\"#000000\" background_color_2=\"#000000\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" _builder_version=\"3.0.72\" make_equal=\"on\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

</p>
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
<p>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

</p>
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
<p>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Warranty Dealer CTAs","","publish","closed","closed","","warranty-dealer-ctas","","","2017-09-12 14:12:51","2017-09-12 18:12:51","","0","http://www.pioneercabinetry.co/et_pb_layout/warranty-dealer-ctas/","0","et_pb_layout","","0");
INSERT INTO `pcab_posts` VALUES("94","1","2017-09-08 15:24:37","2017-09-08 19:24:37","[et_pb_section bb_built=\"1\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.72\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]

Home Page

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"2_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.72\" background_color=\"#2b2b2b\" global_module=\"93\"][et_pb_row global_parent=\"93\" _builder_version=\"3.0.72\" background_color_1=\"#000000\" background_repeat_1=\"no-repeat\" background_color_2=\"#000000\" background_repeat_2=\"no-repeat\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" global_parent=\"93\" _builder_version=\"3.0.72\" title=\"Warranty\" button_text=\"READ MORE\" button_url=\"/quality-care/warranty/\" url_new_window=\"off\" use_background_color=\"off\" background_layout=\"dark\" body_font_size=\"16\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\"]

<span class=\"s1\">We stand behind our craftsmanship.</span>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" global_parent=\"93\" _builder_version=\"3.0.72\" title=\"Dealer Locator\" button_text=\"FIND A DEALER\" button_url=\"/find-a-dealer/\" url_new_window=\"off\" use_background_color=\"off\" background_layout=\"dark\" body_font_size=\"16\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\"]

<span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.72\" background_color=\"#999999\" custom_padding=\"20px||20px|\" custom_css_main_element=\"background-image: url(http://pioneercabinetry.net/wp/wp-content/uploads/2016/06/lightKitchen.jpg);||-moz-background-size:100% 100%;||-webkit-background-size:100% 100%;||background-size:100% 100%;\" global_module=\"90\"][et_pb_row global_parent=\"90\" _builder_version=\"3.0.72\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Disclaimer Text\" global_parent=\"90\" _builder_version=\"3.0.72\" background_layout=\"dark\" text_orientation=\"left\" text_font=\"Open Sans||||\" text_font_size=\"11\" border_style=\"solid\"]

The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.

[/et_pb_text][et_pb_text global_parent=\"90\" _builder_version=\"3.0.72\" background_layout=\"dark\" text_orientation=\"left\" text_font_size=\"10\" text_line_height=\"1.5\" border_style=\"solid\"]

<strong>Pioneer Cabinetry, Inc</strong> | PO Box 280 | 301 W. Rising St. | Davison, MI 48423 | (810) 658-2075

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]","Home","","inherit","closed","closed","","8-revision-v1","","","2017-09-08 15:24:37","2017-09-08 19:24:37","","8","http://www.pioneercabinetry.co/uncategorized/8-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("115","1","2017-09-08 16:02:07","2017-09-08 20:02:07","","dots","","inherit","closed","closed","","dots","","","2017-09-08 16:02:07","2017-09-08 20:02:07","","0","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("116","1","2017-09-08 16:10:20","2017-09-08 20:10:20","[et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" template_type=\"section\"][et_pb_row background_color_1=\"#000000\" background_color_2=\"#000000\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" _builder_version=\"3.0.72\" padding_top_1=\"20px\" padding_bottom_1=\"20px\" padding_top_2=\"20px\" padding_bottom_2=\"20px\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Warranty Dealer CTAs","","inherit","closed","closed","","93-revision-v1","","","2017-09-08 16:10:20","2017-09-08 20:10:20","","93","http://www.pioneercabinetry.co/uncategorized/93-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("95","1","2017-09-08 15:28:00","2017-09-08 19:28:00","[et_pb_search _builder_version=\"3.0.72\" placeholder=\"Search our site\" hide_button=\"off\" exclude_pages=\"off\" exclude_posts=\"on\" field_bg=\"#aaaaaa\" placeholder_color=\"#000000\" background_layout=\"light\" text_orientation=\"left\" input_font_size=\"16px\" saved_tabs=\"all\" template_type=\"module\" /]","Search","","publish","closed","closed","","search","","","2017-09-08 15:28:00","2017-09-08 19:28:00","","0","http://www.pioneercabinetry.co/et_pb_layout/search/","0","et_pb_layout","","0");
INSERT INTO `pcab_posts` VALUES("96","1","2017-09-08 15:28:31","2017-09-08 19:28:31","Pioneer Cabinetry logo with white cabinetry type","Pioneer Cabinetry","","inherit","closed","closed","","pioneer-lrglogo","","","2017-09-08 15:29:05","2017-09-08 19:29:05","","8","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Pioneer-LrgLogo.png","0","attachment","image/png","0");
INSERT INTO `pcab_posts` VALUES("97","1","2017-09-08 15:29:59","2017-09-08 19:29:59","[et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Pioneer-LrgLogo.png\" align=\"center\" force_fullwidth=\"off\" admin_label=\"Pioneer Logo - White\" _builder_version=\"3.0.72\" saved_tabs=\"all\" template_type=\"module\" show_in_lightbox=\"off\" url_new_window=\"off\" sticky=\"off\" always_center_on_mobile=\"on\" use_overlay=\"off\" animation_style=\"none\"][/et_pb_image]","Pioneer Logo - White","","publish","closed","closed","","pioneer-logo-white","","","2017-09-11 13:15:15","2017-09-11 17:15:15","","0","http://www.pioneercabinetry.co/et_pb_layout/pioneer-logo-white/","0","et_pb_layout","","0");
INSERT INTO `pcab_posts` VALUES("98","1","2017-09-08 15:30:03","2017-09-08 19:30:03","[et_pb_section bb_built=\"1\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.72\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]

Home Page

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.72\" background_color=\"#2b2b2b\" custom_padding=\"0px||0px|\" custom_css_main_element=\"margin:0px !important;\"][et_pb_row _builder_version=\"3.0.72\"][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Welcome Text\" _builder_version=\"3.0.72\" background_layout=\"dark\" text_orientation=\"left\" border_style=\"solid\"]

Pioneer Cabinetry has manufactured semi-custom kitchen and bathroom cabinetry since 1986. Our factory is located in Davison, MI and our cabinetry is sold through a network of kitchen and bath dealers.

We stand behind our work as <strong><em>\"The Signature of Quality and Craftsmanship\"</em> </strong>and feel confident that you will not find a better value cabinet on the market.

<strong>Our Commitment Originates with Quality</strong>  - While price is an important factor in purchasing cabinetry, another crucial factor should be considered as well: Quality. Getting a good deal is only relevant if the product is well made. Pioneer goes the extra mile to ensure that your new cabinetry is made with the best materials. We offer special features like dovetailed drawers, under-mount drawer slides, premium baked-on finishes, 3/4” adjustable shelving and wood veneer finished end panels. Our commitment to quality makes Pioneer the best value cabinet on the market today.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_search _builder_version=\"3.0.72\" placeholder=\"Search our site\" hide_button=\"off\" exclude_pages=\"off\" exclude_posts=\"on\" field_bg=\"#aaaaaa\" placeholder_color=\"#000000\" background_layout=\"light\" text_orientation=\"left\" input_font_size=\"16px\" saved_tabs=\"all\" global_module=\"95\" /][et_pb_image admin_label=\"Pioneer Logo - White\" _builder_version=\"3.0.72\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Pioneer-LrgLogo.png\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" border_style=\"solid\" force_fullwidth=\"on\" saved_tabs=\"all\" global_module=\"97\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.72\" background_color=\"#2b2b2b\" global_module=\"93\"][et_pb_row global_parent=\"93\" _builder_version=\"3.0.72\" background_color_1=\"#000000\" background_repeat_1=\"no-repeat\" background_color_2=\"#000000\" background_repeat_2=\"no-repeat\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" global_parent=\"93\" _builder_version=\"3.0.72\" title=\"Warranty\" button_text=\"READ MORE\" button_url=\"/quality-care/warranty/\" url_new_window=\"off\" use_background_color=\"off\" background_layout=\"dark\" body_font_size=\"16\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\"]

<span class=\"s1\">We stand behind our craftsmanship.</span>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" global_parent=\"93\" _builder_version=\"3.0.72\" title=\"Dealer Locator\" button_text=\"FIND A DEALER\" button_url=\"/find-a-dealer/\" url_new_window=\"off\" use_background_color=\"off\" background_layout=\"dark\" body_font_size=\"16\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\"]

<span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.72\" background_color=\"#999999\" custom_padding=\"20px||20px|\" custom_css_main_element=\"background-image: url(http://pioneercabinetry.net/wp/wp-content/uploads/2016/06/lightKitchen.jpg);||-moz-background-size:100% 100%;||-webkit-background-size:100% 100%;||background-size:100% 100%;\" global_module=\"90\"][et_pb_row global_parent=\"90\" _builder_version=\"3.0.72\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Disclaimer Text\" global_parent=\"90\" _builder_version=\"3.0.72\" background_layout=\"dark\" text_orientation=\"left\" text_font=\"Open Sans||||\" text_font_size=\"11\" border_style=\"solid\"]

The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.

[/et_pb_text][et_pb_text global_parent=\"90\" _builder_version=\"3.0.72\" background_layout=\"dark\" text_orientation=\"left\" text_font_size=\"10\" text_line_height=\"1.5\" border_style=\"solid\"]

<strong>Pioneer Cabinetry, Inc</strong> | PO Box 280 | 301 W. Rising St. | Davison, MI 48423 | (810) 658-2075

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]","Home","","inherit","closed","closed","","8-revision-v1","","","2017-09-08 15:30:03","2017-09-08 19:30:03","","8","http://www.pioneercabinetry.co/uncategorized/8-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("117","1","2017-09-08 16:11:49","2017-09-08 20:11:49","[et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" template_type=\"section\"][et_pb_row background_color_1=\"#000000\" background_color_2=\"#000000\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" _builder_version=\"3.0.72\" padding_top_1=\"20px\" padding_bottom_1=\"20px\" padding_top_2=\"20px\" padding_bottom_2=\"20px\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Warranty Dealer CTAs","","inherit","closed","closed","","93-revision-v1","","","2017-09-08 16:11:49","2017-09-08 20:11:49","","93","http://www.pioneercabinetry.co/uncategorized/93-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("118","1","2017-09-08 16:12:19","2017-09-08 20:12:19","[et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" template_type=\"section\"][et_pb_row background_color_1=\"#000000\" background_color_2=\"#000000\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" _builder_version=\"3.0.72\" padding_top_1=\"20px\" padding_bottom_1=\"20px\" padding_top_2=\"20px\" padding_bottom_2=\"20px\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Warranty Dealer CTAs","","inherit","closed","closed","","93-revision-v1","","","2017-09-08 16:12:19","2017-09-08 20:12:19","","93","http://www.pioneercabinetry.co/uncategorized/93-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("99","1","2017-09-08 15:34:47","2017-09-08 19:34:47","[et_pb_section bb_built=\"1\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.72\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]

Home Page

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.72\" background_color=\"#2b2b2b\" custom_padding=\"0px||0px|\" custom_css_main_element=\"margin:0px !important;\"][et_pb_row _builder_version=\"3.0.72\"][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Welcome Text\" _builder_version=\"3.0.72\" background_layout=\"dark\" text_orientation=\"left\" border_style=\"solid\"]

Pioneer Cabinetry has manufactured semi-custom kitchen and bathroom cabinetry since 1986. Our factory is located in Davison, MI and our cabinetry is sold through a network of kitchen and bath dealers.

We stand behind our work as <strong><em>\"The Signature of Quality and Craftsmanship\"</em> </strong>and feel confident that you will not find a better value cabinet on the market.

<strong>Our Commitment Originates with Quality</strong>  - While price is an important factor in purchasing cabinetry, another crucial factor should be considered as well: Quality. Getting a good deal is only relevant if the product is well made. Pioneer goes the extra mile to ensure that your new cabinetry is made with the best materials. We offer special features like dovetailed drawers, under-mount drawer slides, premium baked-on finishes, 3/4” adjustable shelving and wood veneer finished end panels. Our commitment to quality makes Pioneer the best value cabinet on the market today.

[/et_pb_text][et_pb_tabs admin_label=\"Home Page Tabs\" _builder_version=\"3.0.72\" active_tab_background_color=\"#000000\" inactive_tab_background_color=\"#3f3f3f\" use_border_color=\"on\" border_color=\"#5b5b5b\" border_width=\"0px\" border_style=\"solid\"]

[et_pb_tab title=\"Quality\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" tab_line_height=\"2em\" tab_line_height_tablet=\"2em\" tab_line_height_phone=\"2em\" body_font_select=\"default\" body_font=\"||||\" body_line_height=\"2em\" body_line_height_tablet=\"2em\" body_line_height_phone=\"2em\"]

&nbsp;
<h4 style=\"color: #ffffff;\">Our Commitment Originates with Quality -</h4>
<p class=\"p2\"><span class=\"s2\">Pioneer holds quality as its highest priority, from receipt of raw materials through the delivery of cabinetry made just for you. Pioneer\'s Quality Assurance Program guarantees that you will receive the best quality product for the price.</span></p>
&nbsp;

[/et_pb_tab][et_pb_tab title=\"Experience\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" tab_line_height=\"2em\" tab_line_height_tablet=\"2\" tab_line_height_phone=\"2\" body_font_select=\"default\" body_font=\"||||\" body_line_height=\"2em\" body_line_height_tablet=\"2\" body_line_height_phone=\"2\"]

<h4 style=\"color: #ffffff;\">We have the experience -</h4>
<p class=\"p2\"><span class=\"s2\">With over 30 years in business, the team at Pioneer knows how to deliver a quality product that surpasses homeowners\' hopes and expectations. Each Pioneer team member participates in an aggressive cross-training program to give them the utmost experience in all facets of cabinet manufacturing.</span></p>

[/et_pb_tab][et_pb_tab title=\"Materials\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" tab_line_height=\"2em\" tab_line_height_tablet=\"2\" tab_line_height_phone=\"2\" body_font_select=\"default\" body_font=\"||||\" body_line_height=\"2em\" body_line_height_tablet=\"2\" body_line_height_phone=\"2\"]

<h4 style=\"color: #ffffff;\">We only use the finest materials -</h4>
<p class=\"p2\"><span class=\"s2\">Getting a good deal is only relevant if the product is well made. Pioneer goes the extra mile to ensure that your new cabinetry is made with the best materials. We offer standard features like 3/4\" solid wood face frames and door frames, solid wood dovetailed drawers, full-extension, soft-close, under-mount drawer slides, premium finishes, 1/2\" cabinet boxes, 3/4\" adjustable shelving and wood veneer finished end panels.</span></p>

[/et_pb_tab][et_pb_tab title=\"Customization\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" tab_line_height=\"2em\" tab_line_height_tablet=\"2em\" tab_line_height_phone=\"2em\" body_font_select=\"default\" body_font=\"||||\" body_line_height=\"2em\" body_line_height_tablet=\"2em\" body_line_height_phone=\"2em\"]

<h4 style=\"color: #ffffff;\">Customization -</h4>
<p class=\"p2\"><span class=\"s2\">We recognize that not every cabinet works for every customer, so we are happy to help you create the right cabinet combinations for your home. With so many options in sizes and colors, your home can be customized to your liking without compromising quality or affordability.</span></p>

[/et_pb_tab]

[/et_pb_tabs][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_search _builder_version=\"3.0.72\" placeholder=\"Search our site\" hide_button=\"off\" exclude_pages=\"off\" exclude_posts=\"on\" field_bg=\"#aaaaaa\" placeholder_color=\"#000000\" background_layout=\"light\" text_orientation=\"left\" input_font_size=\"16px\" saved_tabs=\"all\" global_module=\"95\" /][et_pb_image admin_label=\"Pioneer Logo - White\" _builder_version=\"3.0.72\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Pioneer-LrgLogo.png\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" border_style=\"solid\" force_fullwidth=\"on\" saved_tabs=\"all\" global_module=\"97\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.72\" background_color=\"#2b2b2b\" global_module=\"93\"][et_pb_row global_parent=\"93\" _builder_version=\"3.0.72\" background_color_1=\"#000000\" background_repeat_1=\"no-repeat\" background_color_2=\"#000000\" background_repeat_2=\"no-repeat\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" global_parent=\"93\" _builder_version=\"3.0.72\" title=\"Warranty\" button_text=\"READ MORE\" button_url=\"/quality-care/warranty/\" url_new_window=\"off\" use_background_color=\"off\" background_layout=\"dark\" body_font_size=\"16\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\"]

<span class=\"s1\">We stand behind our craftsmanship.</span>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" global_parent=\"93\" _builder_version=\"3.0.72\" title=\"Dealer Locator\" button_text=\"FIND A DEALER\" button_url=\"/find-a-dealer/\" url_new_window=\"off\" use_background_color=\"off\" background_layout=\"dark\" body_font_size=\"16\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\"]

<span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.72\" background_color=\"#999999\" custom_padding=\"20px||20px|\" custom_css_main_element=\"background-image: url(http://pioneercabinetry.net/wp/wp-content/uploads/2016/06/lightKitchen.jpg);||-moz-background-size:100% 100%;||-webkit-background-size:100% 100%;||background-size:100% 100%;\" global_module=\"90\"][et_pb_row global_parent=\"90\" _builder_version=\"3.0.72\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Disclaimer Text\" global_parent=\"90\" _builder_version=\"3.0.72\" background_layout=\"dark\" text_orientation=\"left\" text_font=\"Open Sans||||\" text_font_size=\"11\" border_style=\"solid\"]

The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.

[/et_pb_text][et_pb_text global_parent=\"90\" _builder_version=\"3.0.72\" background_layout=\"dark\" text_orientation=\"left\" text_font_size=\"10\" text_line_height=\"1.5\" border_style=\"solid\"]

<strong>Pioneer Cabinetry, Inc</strong> | PO Box 280 | 301 W. Rising St. | Davison, MI 48423 | (810) 658-2075

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]","Home","","inherit","closed","closed","","8-revision-v1","","","2017-09-08 15:34:47","2017-09-08 19:34:47","","8","http://www.pioneercabinetry.co/uncategorized/8-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("100","1","2017-09-08 15:34:55","2017-09-08 19:34:55","[et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.72\" background_color=\"#999999\" custom_padding=\"20px||20px|\" custom_css_main_element=\"background-image: url(http://pioneercabinetry.net/wp/wp-content/uploads/2016/06/lightKitchen.jpg);||-moz-background-size:100% 100%;||-webkit-background-size:100% 100%;||background-size:100% 100%;\" template_type=\"section\"][et_pb_row _builder_version=\"3.0.72\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Disclaimer Text\" _builder_version=\"3.0.72\" background_layout=\"dark\" text_orientation=\"left\" text_font=\"Open Sans||||\" text_font_size=\"11\" border_style=\"solid\"]

</p>
<p>The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.</p>
<p>

[/et_pb_text][et_pb_text _builder_version=\"3.0.72\" background_layout=\"dark\" text_orientation=\"left\" text_font_size=\"10\" text_line_height=\"1.5\" border_style=\"solid\"]

</p>
<p><strong>Pioneer Cabinetry, Inc</strong> | PO Box 280 | 301 W. Rising St. | Davison, MI 48423 | (810) 658-2075</p>
<p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]","Disclaimer Text","","inherit","closed","closed","","90-revision-v1","","","2017-09-08 15:34:55","2017-09-08 19:34:55","","90","http://www.pioneercabinetry.co/uncategorized/90-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("101","1","2017-09-08 15:34:55","2017-09-08 19:34:55","[et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.72\" background_color=\"#2b2b2b\" template_type=\"section\"][et_pb_row _builder_version=\"3.0.72\" background_color_1=\"#000000\" background_repeat_1=\"no-repeat\" background_color_2=\"#000000\" background_repeat_2=\"no-repeat\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" title=\"Warranty\" button_text=\"READ MORE\" button_url=\"/quality-care/warranty/\" url_new_window=\"off\" use_background_color=\"off\" background_layout=\"dark\" body_font_size=\"16\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\"]

</p>
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
<p>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" title=\"Dealer Locator\" button_text=\"FIND A DEALER\" button_url=\"/find-a-dealer/\" url_new_window=\"off\" use_background_color=\"off\" background_layout=\"dark\" body_font_size=\"16\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\"]

</p>
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
<p>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Warranty Dealer CTAs","","inherit","closed","closed","","93-revision-v1","","","2017-09-08 15:34:55","2017-09-08 19:34:55","","93","http://www.pioneercabinetry.co/uncategorized/93-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("102","1","2017-09-08 15:39:41","2017-09-08 19:39:41","","Wood species","","inherit","closed","closed","","species","","","2017-09-08 15:39:54","2017-09-08 19:39:54","","8","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/species.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("103","1","2017-09-08 15:43:02","2017-09-08 19:43:02","[et_pb_section bb_built=\"1\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.72\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]

Home Page

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.72\" background_color=\"#2b2b2b\" custom_padding=\"0px||0px|\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Home Page Headline\" _builder_version=\"3.0.72\" background_layout=\"dark\" text_orientation=\"center\" border_style=\"solid\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\" animation_style=\"zoom\"]

<h1 style=\"text-align: center;\">We are the Signature of Quality &amp; Craftsmanship</h1>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Wood Species Image\" _builder_version=\"3.0.72\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/species.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" border_style=\"solid\" max_width=\"50%\" force_fullwidth=\"off\" custom_margin=\"0px||0px|\" /][et_pb_button admin_label=\"Wood Button\" _builder_version=\"3.0.72\" button_text=\"Wood &amp; Color\" button_url=\"/wp/wood-color/\" url_new_window=\"off\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"16\" button_bg_color=\"#e7aa0a\" button_border_width=\"1\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_bg_color_hover=\"#006739\" button_border_color_hover=\"#707070\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:70%;\" /][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.72\" background_color=\"#2b2b2b\" custom_padding=\"0px||0px|\" custom_css_main_element=\"margin:0px !important;\"][et_pb_row _builder_version=\"3.0.72\"][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Welcome Text\" _builder_version=\"3.0.72\" background_layout=\"dark\" text_orientation=\"left\" border_style=\"solid\"]

Pioneer Cabinetry has manufactured semi-custom kitchen and bathroom cabinetry since 1986. Our factory is located in Davison, MI and our cabinetry is sold through a network of kitchen and bath dealers.

We stand behind our work as <strong><em>\"The Signature of Quality and Craftsmanship\"</em> </strong>and feel confident that you will not find a better value cabinet on the market.

<strong>Our Commitment Originates with Quality</strong>  - While price is an important factor in purchasing cabinetry, another crucial factor should be considered as well: Quality. Getting a good deal is only relevant if the product is well made. Pioneer goes the extra mile to ensure that your new cabinetry is made with the best materials. We offer special features like dovetailed drawers, under-mount drawer slides, premium baked-on finishes, 3/4” adjustable shelving and wood veneer finished end panels. Our commitment to quality makes Pioneer the best value cabinet on the market today.

[/et_pb_text][et_pb_tabs admin_label=\"Home Page Tabs\" _builder_version=\"3.0.72\" active_tab_background_color=\"#000000\" inactive_tab_background_color=\"#3f3f3f\" use_border_color=\"on\" border_color=\"#5b5b5b\" border_width=\"0px\" border_style=\"solid\"]

[et_pb_tab title=\"Quality\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" tab_line_height=\"2em\" tab_line_height_tablet=\"2em\" tab_line_height_phone=\"2em\" body_font_select=\"default\" body_font=\"||||\" body_line_height=\"2em\" body_line_height_tablet=\"2em\" body_line_height_phone=\"2em\"]

&nbsp;
<h4 style=\"color: #ffffff;\">Our Commitment Originates with Quality -</h4>
<p class=\"p2\"><span class=\"s2\">Pioneer holds quality as its highest priority, from receipt of raw materials through the delivery of cabinetry made just for you. Pioneer\'s Quality Assurance Program guarantees that you will receive the best quality product for the price.</span></p>
&nbsp;

[/et_pb_tab][et_pb_tab title=\"Experience\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" tab_line_height=\"2em\" tab_line_height_tablet=\"2\" tab_line_height_phone=\"2\" body_font_select=\"default\" body_font=\"||||\" body_line_height=\"2em\" body_line_height_tablet=\"2\" body_line_height_phone=\"2\"]

<h4 style=\"color: #ffffff;\">We have the experience -</h4>
<p class=\"p2\"><span class=\"s2\">With over 30 years in business, the team at Pioneer knows how to deliver a quality product that surpasses homeowners\' hopes and expectations. Each Pioneer team member participates in an aggressive cross-training program to give them the utmost experience in all facets of cabinet manufacturing.</span></p>

[/et_pb_tab][et_pb_tab title=\"Materials\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" tab_line_height=\"2em\" tab_line_height_tablet=\"2\" tab_line_height_phone=\"2\" body_font_select=\"default\" body_font=\"||||\" body_line_height=\"2em\" body_line_height_tablet=\"2\" body_line_height_phone=\"2\"]

<h4 style=\"color: #ffffff;\">We only use the finest materials -</h4>
<p class=\"p2\"><span class=\"s2\">Getting a good deal is only relevant if the product is well made. Pioneer goes the extra mile to ensure that your new cabinetry is made with the best materials. We offer standard features like 3/4\" solid wood face frames and door frames, solid wood dovetailed drawers, full-extension, soft-close, under-mount drawer slides, premium finishes, 1/2\" cabinet boxes, 3/4\" adjustable shelving and wood veneer finished end panels.</span></p>

[/et_pb_tab][et_pb_tab title=\"Customization\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" tab_line_height=\"2em\" tab_line_height_tablet=\"2em\" tab_line_height_phone=\"2em\" body_font_select=\"default\" body_font=\"||||\" body_line_height=\"2em\" body_line_height_tablet=\"2em\" body_line_height_phone=\"2em\"]

<h4 style=\"color: #ffffff;\">Customization -</h4>
<p class=\"p2\"><span class=\"s2\">We recognize that not every cabinet works for every customer, so we are happy to help you create the right cabinet combinations for your home. With so many options in sizes and colors, your home can be customized to your liking without compromising quality or affordability.</span></p>

[/et_pb_tab]

[/et_pb_tabs][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_search _builder_version=\"3.0.72\" placeholder=\"Search our site\" hide_button=\"off\" exclude_pages=\"off\" exclude_posts=\"on\" field_bg=\"#aaaaaa\" placeholder_color=\"#000000\" background_layout=\"light\" text_orientation=\"left\" input_font_size=\"16px\" saved_tabs=\"all\" global_module=\"95\" /][et_pb_image admin_label=\"Pioneer Logo - White\" _builder_version=\"3.0.72\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Pioneer-LrgLogo.png\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" border_style=\"solid\" force_fullwidth=\"on\" saved_tabs=\"all\" global_module=\"97\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.72\" background_color=\"#2b2b2b\" global_module=\"93\"][et_pb_row global_parent=\"93\" _builder_version=\"3.0.72\" background_color_1=\"#000000\" background_repeat_1=\"no-repeat\" background_color_2=\"#000000\" background_repeat_2=\"no-repeat\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" global_parent=\"93\" _builder_version=\"3.0.72\" title=\"Warranty\" button_text=\"READ MORE\" button_url=\"/quality-care/warranty/\" url_new_window=\"off\" use_background_color=\"off\" background_layout=\"dark\" body_font_size=\"16\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\"]

</p>
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
<p>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" global_parent=\"93\" _builder_version=\"3.0.72\" title=\"Dealer Locator\" button_text=\"FIND A DEALER\" button_url=\"/find-a-dealer/\" url_new_window=\"off\" use_background_color=\"off\" background_layout=\"dark\" body_font_size=\"16\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\"]

</p>
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
<p>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.72\" background_color=\"#999999\" custom_padding=\"20px||20px|\" custom_css_main_element=\"background-image: url(http://pioneercabinetry.net/wp/wp-content/uploads/2016/06/lightKitchen.jpg);||-moz-background-size:100% 100%;||-webkit-background-size:100% 100%;||background-size:100% 100%;\" global_module=\"90\"][et_pb_row global_parent=\"90\" _builder_version=\"3.0.72\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Disclaimer Text\" global_parent=\"90\" _builder_version=\"3.0.72\" background_layout=\"dark\" text_orientation=\"left\" text_font=\"Open Sans||||\" text_font_size=\"11\" border_style=\"solid\"]

</p>
<p>The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.</p>
<p>

[/et_pb_text][et_pb_text global_parent=\"90\" _builder_version=\"3.0.72\" background_layout=\"dark\" text_orientation=\"left\" text_font_size=\"10\" text_line_height=\"1.5\" border_style=\"solid\"]

</p>
<p><strong>Pioneer Cabinetry, Inc</strong> | PO Box 280 | 301 W. Rising St. | Davison, MI 48423 | (810) 658-2075</p>
<p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]","Home","","inherit","closed","closed","","8-revision-v1","","","2017-09-08 15:43:02","2017-09-08 19:43:02","","8","http://www.pioneercabinetry.co/uncategorized/8-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("119","1","2017-09-08 16:12:54","2017-09-08 20:12:54","[et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" template_type=\"section\"][et_pb_row background_color_1=\"#000000\" background_color_2=\"#000000\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" _builder_version=\"3.0.72\" padding_top_1=\"20px\" padding_bottom_1=\"20px\" padding_top_2=\"20px\" padding_bottom_2=\"20px\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Warranty Dealer CTAs","","inherit","closed","closed","","93-revision-v1","","","2017-09-08 16:12:54","2017-09-08 20:12:54","","93","http://www.pioneercabinetry.co/uncategorized/93-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("104","1","2017-09-08 15:43:44","2017-09-08 19:43:44","","Pioneer Door Styles","","inherit","closed","closed","","doorstyles","","","2017-09-08 15:43:55","2017-09-08 19:43:55","","8","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/doorStyles.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("105","1","2017-09-08 15:44:43","2017-09-08 19:44:43","","overlays","","inherit","closed","closed","","overlays","","","2017-09-08 15:44:43","2017-09-08 19:44:43","","8","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/overlays.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("106","1","2017-09-08 15:45:26","2017-09-08 19:45:26","","panelStyles","","inherit","closed","closed","","panelstyles","","","2017-09-08 15:45:26","2017-09-08 19:45:26","","8","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/panelStyles.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("107","1","2017-09-08 15:46:15","2017-09-08 19:46:15","","Cabinet edges","","inherit","closed","closed","","edges","","","2017-09-08 15:46:24","2017-09-08 19:46:24","","8","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/edges.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("108","1","2017-09-08 15:47:29","2017-09-08 19:47:29","","Cabinet finishes","","inherit","closed","closed","","finishes","","","2017-09-08 15:47:41","2017-09-08 19:47:41","","8","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/finishes.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("109","1","2017-09-08 15:47:51","2017-09-08 19:47:51","[et_pb_section bb_built=\"1\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.72\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]

Home Page

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.72\" background_color=\"#2b2b2b\" custom_padding=\"0px||0px|\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Home Page Headline\" _builder_version=\"3.0.72\" background_layout=\"dark\" text_orientation=\"center\" border_style=\"solid\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\" animation_style=\"zoom\"]

<h1 style=\"text-align: center;\">We are the Signature of Quality &amp; Craftsmanship</h1>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Wood Species Image\" _builder_version=\"3.0.72\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/species.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" border_style=\"solid\" max_width=\"50%\" force_fullwidth=\"off\" custom_margin=\"0px||0px|\" /][et_pb_button admin_label=\"Wood Button\" _builder_version=\"3.0.72\" button_text=\"Wood &amp; Color\" button_url=\"/wp/wood-color/\" url_new_window=\"off\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"16\" button_bg_color=\"#e7aa0a\" button_border_width=\"1\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_bg_color_hover=\"#006739\" button_border_color_hover=\"#707070\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:70%;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Door Styles Image\" _builder_version=\"3.0.72\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/doorStyles.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"left\" always_center_on_mobile=\"on\" border_style=\"solid\" max_width=\"50%\" force_fullwidth=\"off\" custom_margin=\"0px||0px|\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Overlay Image\" _builder_version=\"3.0.72\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/overlays.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" border_style=\"solid\" max_width=\"50%\" force_fullwidth=\"off\" custom_margin=\"0px||0px|\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Panel Styles Image\" _builder_version=\"3.0.72\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/panelStyles.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" border_style=\"solid\" max_width=\"50%\" force_fullwidth=\"off\" custom_margin=\"0px||0px|\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Edges Image\" _builder_version=\"3.0.72\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/edges.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" border_style=\"solid\" max_width=\"50%\" force_fullwidth=\"off\" custom_margin=\"0px||0px|\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Options Image\" _builder_version=\"3.0.72\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/finishes.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"left\" always_center_on_mobile=\"on\" border_style=\"solid\" force_fullwidth=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.72\" background_color=\"#2b2b2b\" custom_padding=\"0px||0px|\" custom_css_main_element=\"margin:0px !important;\"][et_pb_row _builder_version=\"3.0.72\"][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Welcome Text\" _builder_version=\"3.0.72\" background_layout=\"dark\" text_orientation=\"left\" border_style=\"solid\"]

Pioneer Cabinetry has manufactured semi-custom kitchen and bathroom cabinetry since 1986. Our factory is located in Davison, MI and our cabinetry is sold through a network of kitchen and bath dealers.

We stand behind our work as <strong><em>\"The Signature of Quality and Craftsmanship\"</em> </strong>and feel confident that you will not find a better value cabinet on the market.

<strong>Our Commitment Originates with Quality</strong>  - While price is an important factor in purchasing cabinetry, another crucial factor should be considered as well: Quality. Getting a good deal is only relevant if the product is well made. Pioneer goes the extra mile to ensure that your new cabinetry is made with the best materials. We offer special features like dovetailed drawers, under-mount drawer slides, premium baked-on finishes, 3/4” adjustable shelving and wood veneer finished end panels. Our commitment to quality makes Pioneer the best value cabinet on the market today.

[/et_pb_text][et_pb_tabs admin_label=\"Home Page Tabs\" _builder_version=\"3.0.72\" active_tab_background_color=\"#000000\" inactive_tab_background_color=\"#3f3f3f\" use_border_color=\"on\" border_color=\"#5b5b5b\" border_width=\"0px\" border_style=\"solid\"]

[et_pb_tab title=\"Quality\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" tab_line_height=\"2em\" tab_line_height_tablet=\"2em\" tab_line_height_phone=\"2em\" body_font_select=\"default\" body_font=\"||||\" body_line_height=\"2em\" body_line_height_tablet=\"2em\" body_line_height_phone=\"2em\"]

&nbsp;
<h4 style=\"color: #ffffff;\">Our Commitment Originates with Quality -</h4>
<p class=\"p2\"><span class=\"s2\">Pioneer holds quality as its highest priority, from receipt of raw materials through the delivery of cabinetry made just for you. Pioneer\'s Quality Assurance Program guarantees that you will receive the best quality product for the price.</span></p>
&nbsp;

[/et_pb_tab][et_pb_tab title=\"Experience\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" tab_line_height=\"2em\" tab_line_height_tablet=\"2\" tab_line_height_phone=\"2\" body_font_select=\"default\" body_font=\"||||\" body_line_height=\"2em\" body_line_height_tablet=\"2\" body_line_height_phone=\"2\"]

<h4 style=\"color: #ffffff;\">We have the experience -</h4>
<p class=\"p2\"><span class=\"s2\">With over 30 years in business, the team at Pioneer knows how to deliver a quality product that surpasses homeowners\' hopes and expectations. Each Pioneer team member participates in an aggressive cross-training program to give them the utmost experience in all facets of cabinet manufacturing.</span></p>

[/et_pb_tab][et_pb_tab title=\"Materials\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" tab_line_height=\"2em\" tab_line_height_tablet=\"2\" tab_line_height_phone=\"2\" body_font_select=\"default\" body_font=\"||||\" body_line_height=\"2em\" body_line_height_tablet=\"2\" body_line_height_phone=\"2\"]

<h4 style=\"color: #ffffff;\">We only use the finest materials -</h4>
<p class=\"p2\"><span class=\"s2\">Getting a good deal is only relevant if the product is well made. Pioneer goes the extra mile to ensure that your new cabinetry is made with the best materials. We offer standard features like 3/4\" solid wood face frames and door frames, solid wood dovetailed drawers, full-extension, soft-close, under-mount drawer slides, premium finishes, 1/2\" cabinet boxes, 3/4\" adjustable shelving and wood veneer finished end panels.</span></p>

[/et_pb_tab][et_pb_tab title=\"Customization\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" tab_line_height=\"2em\" tab_line_height_tablet=\"2em\" tab_line_height_phone=\"2em\" body_font_select=\"default\" body_font=\"||||\" body_line_height=\"2em\" body_line_height_tablet=\"2em\" body_line_height_phone=\"2em\"]

<h4 style=\"color: #ffffff;\">Customization -</h4>
<p class=\"p2\"><span class=\"s2\">We recognize that not every cabinet works for every customer, so we are happy to help you create the right cabinet combinations for your home. With so many options in sizes and colors, your home can be customized to your liking without compromising quality or affordability.</span></p>

[/et_pb_tab]

[/et_pb_tabs][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_search _builder_version=\"3.0.72\" placeholder=\"Search our site\" hide_button=\"off\" exclude_pages=\"off\" exclude_posts=\"on\" field_bg=\"#aaaaaa\" placeholder_color=\"#000000\" background_layout=\"light\" text_orientation=\"left\" input_font_size=\"16px\" saved_tabs=\"all\" global_module=\"95\" /][et_pb_image admin_label=\"Pioneer Logo - White\" _builder_version=\"3.0.72\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Pioneer-LrgLogo.png\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" border_style=\"solid\" force_fullwidth=\"on\" saved_tabs=\"all\" global_module=\"97\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.72\" background_color=\"#2b2b2b\" global_module=\"93\"][et_pb_row global_parent=\"93\" _builder_version=\"3.0.72\" background_color_1=\"#000000\" background_repeat_1=\"no-repeat\" background_color_2=\"#000000\" background_repeat_2=\"no-repeat\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" global_parent=\"93\" _builder_version=\"3.0.72\" title=\"Warranty\" button_text=\"READ MORE\" button_url=\"/quality-care/warranty/\" url_new_window=\"off\" use_background_color=\"off\" background_layout=\"dark\" body_font_size=\"16\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\"]

</p>
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
<p>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" global_parent=\"93\" _builder_version=\"3.0.72\" title=\"Dealer Locator\" button_text=\"FIND A DEALER\" button_url=\"/find-a-dealer/\" url_new_window=\"off\" use_background_color=\"off\" background_layout=\"dark\" body_font_size=\"16\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\"]

</p>
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
<p>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.72\" background_color=\"#999999\" custom_padding=\"20px||20px|\" custom_css_main_element=\"background-image: url(http://pioneercabinetry.net/wp/wp-content/uploads/2016/06/lightKitchen.jpg);||-moz-background-size:100% 100%;||-webkit-background-size:100% 100%;||background-size:100% 100%;\" global_module=\"90\"][et_pb_row global_parent=\"90\" _builder_version=\"3.0.72\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Disclaimer Text\" global_parent=\"90\" _builder_version=\"3.0.72\" background_layout=\"dark\" text_orientation=\"left\" text_font=\"Open Sans||||\" text_font_size=\"11\" border_style=\"solid\"]

</p>
<p>The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.</p>
<p>

[/et_pb_text][et_pb_text global_parent=\"90\" _builder_version=\"3.0.72\" background_layout=\"dark\" text_orientation=\"left\" text_font_size=\"10\" text_line_height=\"1.5\" border_style=\"solid\"]

</p>
<p><strong>Pioneer Cabinetry, Inc</strong> | PO Box 280 | 301 W. Rising St. | Davison, MI 48423 | (810) 658-2075</p>
<p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]","Home","","inherit","closed","closed","","8-revision-v1","","","2017-09-08 15:47:51","2017-09-08 19:47:51","","8","http://www.pioneercabinetry.co/uncategorized/8-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("120","1","2017-09-08 16:13:18","2017-09-08 20:13:18","","lightKitchen","","inherit","closed","closed","","lightkitchen","","","2017-09-08 16:13:18","2017-09-08 20:13:18","","0","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/lightKitchen.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("170","1","2017-09-10 13:07:09","2017-09-10 17:07:09","[et_pb_section bb_built=\"1\" background_color=\"#999999\" custom_padding=\"20px||20px|\" _builder_version=\"3.0.72\" custom_css_main_element=\"background-image: url(http://pioneercabinetry.net/wp/wp-content/uploads/2016/06/lightKitchen.jpg);||-moz-background-size:100% 100%;||-webkit-background-size:100% 100%;||background-size:100% 100%;\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/lightKitchen.jpg\" background_blend=\"multiply\" template_type=\"section\"][et_pb_row _builder_version=\"3.0.72\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Disclaimer Text\" background_layout=\"dark\" _builder_version=\"3.0.72\" text_font=\"Open Sans||||\" text_font_size=\"11\"]

<p>The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.</p>

[/et_pb_text][et_pb_text background_layout=\"dark\" _builder_version=\"3.0.72\" text_font_size=\"10\" text_line_height=\"1.5\"]

<p><strong>Pioneer Cabinetry, Inc</strong> | PO Box 280 | 301 W. Rising St. | Davison, MI 48423 | (810) 658-2075</p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]","Disclaimer Text","","inherit","closed","closed","","90-revision-v1","","","2017-09-10 13:07:09","2017-09-10 17:07:09","","90","http://www.pioneercabinetry.co/uncategorized/90-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("121","1","2017-09-08 16:13:36","2017-09-08 20:13:36","[et_pb_section fb_built=\"1\" background_color=\"#999999\" custom_padding=\"20px||20px|\" _builder_version=\"3.0.72\" custom_css_main_element=\"background-image: url(http://pioneercabinetry.net/wp/wp-content/uploads/2016/06/lightKitchen.jpg);||-moz-background-size:100% 100%;||-webkit-background-size:100% 100%;||background-size:100% 100%;\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/lightKitchen.jpg\" background_blend=\"multiply\" template_type=\"section\"][et_pb_row _builder_version=\"3.0.72\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Disclaimer Text\" _builder_version=\"3.0.72\" text_font=\"Open Sans||||\" text_font_size=\"11\"]
<p>The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.</p>
[/et_pb_text][et_pb_text background_layout=\"dark\" _builder_version=\"3.0.72\" text_font_size=\"10\" text_line_height=\"1.5\"]
<p><strong>Pioneer Cabinetry, Inc</strong> | PO Box 280 | 301 W. Rising St. | Davison, MI 48423 | (810) 658-2075</p>
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]","Disclaimer Text","","inherit","closed","closed","","90-revision-v1","","","2017-09-08 16:13:36","2017-09-08 20:13:36","","90","http://www.pioneercabinetry.co/uncategorized/90-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("110","1","2017-09-08 15:49:55","2017-09-08 19:49:55","[et_pb_section bb_built=\"1\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.72\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]

Home Page

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.72\" background_color=\"#2b2b2b\" custom_padding=\"0px||0px|\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Home Page Headline\" _builder_version=\"3.0.72\" background_layout=\"dark\" text_orientation=\"center\" border_style=\"solid\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\" animation_style=\"zoom\"]

<h1 style=\"text-align: center;\">We are the Signature of Quality &amp; Craftsmanship</h1>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Wood Species Image\" _builder_version=\"3.0.72\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/species.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" border_style=\"solid\" max_width=\"50%\" force_fullwidth=\"off\" custom_margin=\"0px||0px|\" /][et_pb_button admin_label=\"Wood Button\" _builder_version=\"3.0.72\" button_text=\"Wood &amp; Color\" button_url=\"/wp/wood-color/\" url_new_window=\"off\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"16\" button_bg_color=\"#e7aa0a\" button_border_width=\"1\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_bg_color_hover=\"#006739\" button_border_color_hover=\"#707070\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:70%;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Door Styles Image\" _builder_version=\"3.0.72\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/doorStyles.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"left\" always_center_on_mobile=\"on\" border_style=\"solid\" max_width=\"50%\" force_fullwidth=\"off\" custom_margin=\"0px||0px|\" /][et_pb_button admin_label=\"Door Styles Button\" _builder_version=\"3.0.72\" button_text=\"Door Styles\" button_url=\"/door-styles/\" url_new_window=\"off\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"16\" button_bg_color=\"#e7aa0a\" button_border_width=\"1\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_bg_color_hover=\"#006739\" button_border_color_hover=\"#707070\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:70%;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Overlay Image\" _builder_version=\"3.0.72\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/overlays.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" border_style=\"solid\" max_width=\"50%\" force_fullwidth=\"off\" custom_margin=\"0px||0px|\" /][et_pb_button admin_label=\"Overlays Button\" _builder_version=\"3.0.72\" button_text=\"Overlays &amp; Hinging\" button_url=\"/overlays-hinging/\" url_new_window=\"off\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"16\" button_bg_color=\"#e7aa0a\" button_border_width=\"1\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_bg_color_hover=\"#006739\" button_border_color_hover=\"#707070\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:70%;\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Panel Styles Image\" _builder_version=\"3.0.72\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/panelStyles.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" border_style=\"solid\" max_width=\"50%\" force_fullwidth=\"off\" custom_margin=\"0px||0px|\" /][et_pb_button admin_label=\"Panel Styles Button\" _builder_version=\"3.0.72\" button_text=\"Panel Styles\" button_url=\"/panel-styles/\" url_new_window=\"off\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"16\" button_bg_color=\"#e7aa0a\" button_border_width=\"1\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_bg_color_hover=\"#006739\" button_border_color_hover=\"#707070\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:70%;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Edges Image\" _builder_version=\"3.0.72\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/edges.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" border_style=\"solid\" max_width=\"50%\" force_fullwidth=\"off\" custom_margin=\"0px||0px|\" /][et_pb_button admin_label=\"Edges Button\" _builder_version=\"3.0.72\" button_text=\"Edges\" button_url=\"/edges/\" url_new_window=\"off\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"16\" button_bg_color=\"#e7aa0a\" button_border_width=\"1\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_bg_color_hover=\"#006739\" button_border_color_hover=\"#707070\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:70%;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Options Image\" _builder_version=\"3.0.72\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/finishes.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"left\" always_center_on_mobile=\"on\" border_style=\"solid\" force_fullwidth=\"off\" /][et_pb_button admin_label=\"Options Button\" _builder_version=\"3.0.72\" button_text=\"Options\" button_url=\"/options/\" url_new_window=\"off\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"16\" button_bg_color=\"#e7aa0a\" button_border_width=\"1\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_bg_color_hover=\"#006739\" button_border_color_hover=\"#707070\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:70%;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.72\" background_color=\"#2b2b2b\" custom_padding=\"0px||0px|\" custom_css_main_element=\"margin:0px !important;\"][et_pb_row _builder_version=\"3.0.72\"][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Welcome Text\" _builder_version=\"3.0.72\" background_layout=\"dark\" text_orientation=\"left\" border_style=\"solid\"]

Pioneer Cabinetry has manufactured semi-custom kitchen and bathroom cabinetry since 1986. Our factory is located in Davison, MI and our cabinetry is sold through a network of kitchen and bath dealers.

We stand behind our work as <strong><em>\"The Signature of Quality and Craftsmanship\"</em> </strong>and feel confident that you will not find a better value cabinet on the market.

<strong>Our Commitment Originates with Quality</strong>  - While price is an important factor in purchasing cabinetry, another crucial factor should be considered as well: Quality. Getting a good deal is only relevant if the product is well made. Pioneer goes the extra mile to ensure that your new cabinetry is made with the best materials. We offer special features like dovetailed drawers, under-mount drawer slides, premium baked-on finishes, 3/4” adjustable shelving and wood veneer finished end panels. Our commitment to quality makes Pioneer the best value cabinet on the market today.

[/et_pb_text][et_pb_tabs admin_label=\"Home Page Tabs\" _builder_version=\"3.0.72\" active_tab_background_color=\"#000000\" inactive_tab_background_color=\"#3f3f3f\" use_border_color=\"on\" border_color=\"#5b5b5b\" border_width=\"0px\" border_style=\"solid\"]

[et_pb_tab title=\"Quality\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" tab_line_height=\"2em\" tab_line_height_tablet=\"2em\" tab_line_height_phone=\"2em\" body_font_select=\"default\" body_font=\"||||\" body_line_height=\"2em\" body_line_height_tablet=\"2em\" body_line_height_phone=\"2em\"]

&nbsp;
<h4 style=\"color: #ffffff;\">Our Commitment Originates with Quality -</h4>
<p class=\"p2\"><span class=\"s2\">Pioneer holds quality as its highest priority, from receipt of raw materials through the delivery of cabinetry made just for you. Pioneer\'s Quality Assurance Program guarantees that you will receive the best quality product for the price.</span></p>
&nbsp;

[/et_pb_tab][et_pb_tab title=\"Experience\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" tab_line_height=\"2em\" tab_line_height_tablet=\"2\" tab_line_height_phone=\"2\" body_font_select=\"default\" body_font=\"||||\" body_line_height=\"2em\" body_line_height_tablet=\"2\" body_line_height_phone=\"2\"]

<h4 style=\"color: #ffffff;\">We have the experience -</h4>
<p class=\"p2\"><span class=\"s2\">With over 30 years in business, the team at Pioneer knows how to deliver a quality product that surpasses homeowners\' hopes and expectations. Each Pioneer team member participates in an aggressive cross-training program to give them the utmost experience in all facets of cabinet manufacturing.</span></p>

[/et_pb_tab][et_pb_tab title=\"Materials\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" tab_line_height=\"2em\" tab_line_height_tablet=\"2\" tab_line_height_phone=\"2\" body_font_select=\"default\" body_font=\"||||\" body_line_height=\"2em\" body_line_height_tablet=\"2\" body_line_height_phone=\"2\"]

<h4 style=\"color: #ffffff;\">We only use the finest materials -</h4>
<p class=\"p2\"><span class=\"s2\">Getting a good deal is only relevant if the product is well made. Pioneer goes the extra mile to ensure that your new cabinetry is made with the best materials. We offer standard features like 3/4\" solid wood face frames and door frames, solid wood dovetailed drawers, full-extension, soft-close, under-mount drawer slides, premium finishes, 1/2\" cabinet boxes, 3/4\" adjustable shelving and wood veneer finished end panels.</span></p>

[/et_pb_tab][et_pb_tab title=\"Customization\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" tab_line_height=\"2em\" tab_line_height_tablet=\"2em\" tab_line_height_phone=\"2em\" body_font_select=\"default\" body_font=\"||||\" body_line_height=\"2em\" body_line_height_tablet=\"2em\" body_line_height_phone=\"2em\"]

<h4 style=\"color: #ffffff;\">Customization -</h4>
<p class=\"p2\"><span class=\"s2\">We recognize that not every cabinet works for every customer, so we are happy to help you create the right cabinet combinations for your home. With so many options in sizes and colors, your home can be customized to your liking without compromising quality or affordability.</span></p>

[/et_pb_tab]

[/et_pb_tabs][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_search _builder_version=\"3.0.72\" placeholder=\"Search our site\" hide_button=\"off\" exclude_pages=\"off\" exclude_posts=\"on\" field_bg=\"#aaaaaa\" placeholder_color=\"#000000\" background_layout=\"light\" text_orientation=\"left\" input_font_size=\"16px\" saved_tabs=\"all\" global_module=\"95\" /][et_pb_image admin_label=\"Pioneer Logo - White\" _builder_version=\"3.0.72\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Pioneer-LrgLogo.png\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" border_style=\"solid\" force_fullwidth=\"on\" saved_tabs=\"all\" global_module=\"97\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.72\" background_color=\"#2b2b2b\" global_module=\"93\"][et_pb_row global_parent=\"93\" _builder_version=\"3.0.72\" background_color_1=\"#000000\" background_repeat_1=\"no-repeat\" background_color_2=\"#000000\" background_repeat_2=\"no-repeat\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" global_parent=\"93\" _builder_version=\"3.0.72\" title=\"Warranty\" button_text=\"READ MORE\" button_url=\"/quality-care/warranty/\" url_new_window=\"off\" use_background_color=\"off\" background_layout=\"dark\" body_font_size=\"16\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\"]

</p>
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
<p>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" global_parent=\"93\" _builder_version=\"3.0.72\" title=\"Dealer Locator\" button_text=\"FIND A DEALER\" button_url=\"/find-a-dealer/\" url_new_window=\"off\" use_background_color=\"off\" background_layout=\"dark\" body_font_size=\"16\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\"]

</p>
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
<p>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.72\" background_color=\"#999999\" custom_padding=\"20px||20px|\" custom_css_main_element=\"background-image: url(http://pioneercabinetry.net/wp/wp-content/uploads/2016/06/lightKitchen.jpg);||-moz-background-size:100% 100%;||-webkit-background-size:100% 100%;||background-size:100% 100%;\" global_module=\"90\"][et_pb_row global_parent=\"90\" _builder_version=\"3.0.72\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Disclaimer Text\" global_parent=\"90\" _builder_version=\"3.0.72\" background_layout=\"dark\" text_orientation=\"left\" text_font=\"Open Sans||||\" text_font_size=\"11\" border_style=\"solid\"]

</p>
<p>The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.</p>
<p>

[/et_pb_text][et_pb_text global_parent=\"90\" _builder_version=\"3.0.72\" background_layout=\"dark\" text_orientation=\"left\" text_font_size=\"10\" text_line_height=\"1.5\" border_style=\"solid\"]

</p>
<p><strong>Pioneer Cabinetry, Inc</strong> | PO Box 280 | 301 W. Rising St. | Davison, MI 48423 | (810) 658-2075</p>
<p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]","Home","","inherit","closed","closed","","8-revision-v1","","","2017-09-08 15:49:55","2017-09-08 19:49:55","","8","http://www.pioneercabinetry.co/uncategorized/8-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("111","1","2017-09-08 15:53:53","2017-09-08 19:53:53","","Slide Show-Kitchen 5","","inherit","closed","closed","","slideshow-frontpage5","","","2017-09-08 15:54:08","2017-09-08 19:54:08","","8","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/SlideShow-frontpage5.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("112","1","2017-09-08 15:55:18","2017-09-08 19:55:18","","Slide Show-Kitchen 1","","inherit","closed","closed","","slideshow-frontpage1","","","2017-09-08 15:55:30","2017-09-08 19:55:30","","8","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/SlideShow-frontpage1.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("122","1","2017-09-08 16:16:10","2017-09-08 20:16:10","[et_pb_section fb_built=\"1\" _builder_version=\"3.0.72\" inner_shadow=\"on\" parallax=\"on\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" custom_padding=\"0px||0px|\"][et_pb_row _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px||0px|\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_slider top_padding=\"350px\" bottom_padding=\"350px\" top_padding_tablet=\"200px\" top_padding_phone=\"150px\" top_padding_last_edited=\"on|phone\" bottom_padding_tablet=\"200px\" bottom_padding_phone=\"150px\" bottom_padding_last_edited=\"on|phone\" admin_label=\"Gallery Slider\" _builder_version=\"3.0.72\" auto=\"on\"][et_pb_slide background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/SlideShow-frontpage5.jpg\" use_bg_overlay=\"off\" use_text_overlay=\"off\" admin_title=\"Kitchen 5\" _builder_version=\"3.0.47\" header_font=\"||||\" body_font=\"||||\" custom_button=\"off\" button_icon_placement=\"right\" button_on_hover=\"on\"][/et_pb_slide][et_pb_slide background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/SlideShow-frontpage1.jpg\" use_bg_overlay=\"off\" use_text_overlay=\"off\" admin_title=\"Kitchen 1\" _builder_version=\"3.0.47\" header_font=\"||||\" body_font=\"||||\" custom_button=\"off\" button_icon_placement=\"right\" button_on_hover=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"0px||0px|\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#000000\" background_color_gradient_end=\"#2b2b2b\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"50px|0px|7px|0px\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Home Page Headline\" _builder_version=\"3.0.72\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\" animation_style=\"zoom\" header_font=\"Droid Serif||on||\"]

<h1 style=\"text-align: center;\">We are the Signature of Quality & Craftsmanship</h1>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row gutter_width=\"2\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" make_fullwidth=\"on\" use_custom_gutter=\"on\" make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" background_color_3=\"#000000\" padding_top_1=\"10px\" padding_bottom_1=\"10px\" padding_top_2=\"10px\" padding_bottom_2=\"10px\" padding_top_3=\"10px\" padding_bottom_3=\"10px\" custom_padding=\"17px|0px|25.55px|0px\" custom_css_main_1=\"border-radius:15px;\" custom_css_main_2=\"border-radius:15px;\" custom_css_main_3=\"border-radius:15px;\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"10px\" padding_top=\"10px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" custom_css_main=\"border-radius:15px;\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/species.jpg\" align=\"center\" max_width=\"50%\" admin_label=\"Wood Species Image\" _builder_version=\"3.0.72\" custom_margin=\"0px||0px|\"][/et_pb_image][et_pb_button button_url=\"/wp/wood-color/\" button_text=\"Wood & Color\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Wood Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_bg_color=\"#e7aa0a\" button_border_width=\"1\" button_bg_color_hover=\"#006739\" button_border_color_hover=\"#707070\" custom_css_main_element=\"width:70%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"10px\" padding_top=\"10px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" custom_css_main=\"border-radius:15px;\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/doorStyles.jpg\" max_width=\"50%\" admin_label=\"Door Styles Image\" _builder_version=\"3.0.72\" custom_margin=\"0px||0px|\" align=\"center\"][/et_pb_image][et_pb_button button_url=\"/door-styles/\" button_text=\"Door Styles\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Door Styles Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_bg_color=\"#e7aa0a\" button_border_width=\"1\" button_bg_color_hover=\"#006739\" button_border_color_hover=\"#707070\" custom_css_main_element=\"width:70%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"10px\" padding_top=\"10px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" custom_css_main=\"border-radius:15px;\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/overlays.jpg\" align=\"center\" max_width=\"50%\" admin_label=\"Overlay Image\" _builder_version=\"3.0.72\" custom_margin=\"0px||0px|\"][/et_pb_image][et_pb_button button_url=\"/overlays-hinging/\" button_text=\"Overlays & Hinging\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Overlays Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_bg_color=\"#e7aa0a\" button_border_width=\"1\" button_bg_color_hover=\"#006739\" button_border_color_hover=\"#707070\" custom_css_main_element=\"width:70%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"0px||0px|\" _builder_version=\"3.0.72\" custom_css_main_element=\"margin:0px !important;\"][et_pb_row gutter_width=\"2\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" make_fullwidth=\"on\" use_custom_gutter=\"on\" make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" background_color_3=\"#000000\" padding_top_1=\"10px\" padding_bottom_1=\"10px\" padding_top_2=\"10px\" padding_bottom_2=\"10px\" padding_top_3=\"10px\" padding_bottom_3=\"10px\" custom_padding=\"17px|0px|25.55px|0px\" custom_css_main_1=\"border-radius:15px;\" custom_css_main_2=\"border-radius:15px;\" custom_css_main_3=\"border-radius:15px;\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" padding_bottom=\"10px\" padding_top=\"10px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" custom_css_main=\"border-radius:15px;\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/panelStyles.jpg\" align=\"center\" max_width=\"50%\" admin_label=\"Panel Styles Image\" _builder_version=\"3.0.72\" custom_margin=\"0px||0px|\"][/et_pb_image][et_pb_button button_url=\"/panel-styles/\" button_text=\"Panel Styles\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Panel Styles Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_bg_color=\"#e7aa0a\" button_border_width=\"1\" button_bg_color_hover=\"#006739\" button_border_color_hover=\"#707070\" custom_css_main_element=\"width:70%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" padding_bottom=\"10px\" padding_top=\"10px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" custom_css_main=\"border-radius:15px;\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/edges.jpg\" align=\"center\" max_width=\"50%\" admin_label=\"Edges Image\" _builder_version=\"3.0.72\" custom_margin=\"0px||0px|\"][/et_pb_image][et_pb_button button_url=\"/edges/\" button_text=\"Edges\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Edges Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_bg_color=\"#e7aa0a\" button_border_width=\"1\" button_bg_color_hover=\"#006739\" button_border_color_hover=\"#707070\" custom_css_main_element=\"width:70%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"10px\" padding_top=\"10px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" custom_css_main=\"border-radius:15px;\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/finishes.jpg\" admin_label=\"Options Image\" _builder_version=\"3.0.72\" align=\"center\" max_width=\"50%\" custom_margin=\"0px||0px|\"][/et_pb_image][et_pb_button button_url=\"/options/\" button_text=\"Options\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Options Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_bg_color=\"#e7aa0a\" button_border_width=\"1\" button_bg_color_hover=\"#006739\" button_border_color_hover=\"#707070\" custom_css_main_element=\"width:70%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.72\"][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Welcome Text\" _builder_version=\"3.0.72\" text_font_size=\"14px\" text_font=\"Open Sans Condensed||||\" text_text_color=\"#ffffff\"]<p>Pioneer Cabinetry has manufactured semi-custom kitchen and bathroom cabinetry since 1986. Our factory is located in Davison, MI and our cabinetry is sold through a network of kitchen and bath dealers.</p>
<p>We stand behind our work as <strong><em>\"The Signature of Quality and Craftsmanship\"</em> </strong>and feel confident that you will not find a better value cabinet on the market.</p>
<p><strong>Our Commitment Originates with Quality</strong>  - While price is an important factor in purchasing cabinetry, another crucial factor should be considered as well: Quality. Getting a good deal is only relevant if the product is well made. Pioneer goes the extra mile to ensure that your new cabinetry is made with the best materials. We offer special features like dovetailed drawers, under-mount drawer slides, premium baked-on finishes, 3/4” adjustable shelving and wood veneer finished end panels. Our commitment to quality makes Pioneer the best value cabinet on the market today.</p>[/et_pb_text][et_pb_tabs active_tab_background_color=\"#000000\" inactive_tab_background_color=\"#3f3f3f\" admin_label=\"Home Page Tabs\" _builder_version=\"3.0.72\" use_border_color=\"on\" border_color=\"#5b5b5b\" border_width=\"0px\" tab_font=\"Open Sans Condensed||||\" tab_font_size=\"12px\" tab_text_color=\"#ffffff\" body_text_color=\"#ffffff\" body_font=\"Open Sans Condensed||||\" background_color=\"#000000\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#000000\" background_color_gradient_end=\"#474747\"][et_pb_tab title=\"Quality\" _builder_version=\"3.0.47\" tab_font=\"||||\" tab_line_height=\"2em\" tab_line_height_tablet=\"2em\" tab_line_height_phone=\"2em\" body_font=\"||||\" body_line_height=\"2em\" body_line_height_tablet=\"2em\" body_line_height_phone=\"2em\"]<p>&nbsp;</p>
<h4 style=\"color: #ffffff;\">Our Commitment Originates with Quality -</h4>
<p class=\"p2\"><span class=\"s2\">Pioneer holds quality as its highest priority, from receipt of raw materials through the delivery of cabinetry made just for you. Pioneer\'s Quality Assurance Program guarantees that you will receive the best quality product for the price.</span></p>
<p>&nbsp;</p>
[/et_pb_tab][et_pb_tab title=\"Experience\" _builder_version=\"3.0.47\" tab_font=\"||||\" tab_line_height=\"2em\" tab_line_height_tablet=\"2\" tab_line_height_phone=\"2\" body_font=\"||||\" body_line_height=\"2em\" body_line_height_tablet=\"2\" body_line_height_phone=\"2\"]<h4 style=\"color: #ffffff;\">We have the experience -</h4>
<p class=\"p2\"><span class=\"s2\">With over 30 years in business, the team at Pioneer knows how to deliver a quality product that surpasses homeowners\' hopes and expectations. Each Pioneer team member participates in an aggressive cross-training program to give them the utmost experience in all facets of cabinet manufacturing.</span></p>
[/et_pb_tab][et_pb_tab title=\"Materials\" _builder_version=\"3.0.47\" tab_font=\"||||\" tab_line_height=\"2em\" tab_line_height_tablet=\"2\" tab_line_height_phone=\"2\" body_font=\"||||\" body_line_height=\"2em\" body_line_height_tablet=\"2\" body_line_height_phone=\"2\"]<h4 style=\"color: #ffffff;\">We only use the finest materials -</h4>
<p class=\"p2\"><span class=\"s2\">Getting a good deal is only relevant if the product is well made. Pioneer goes the extra mile to ensure that your new cabinetry is made with the best materials. We offer standard features like 3/4\" solid wood face frames and door frames, solid wood dovetailed drawers, full-extension, soft-close, under-mount drawer slides, premium finishes, 1/2\" cabinet boxes, 3/4\" adjustable shelving and wood veneer finished end panels.</span></p>
[/et_pb_tab][et_pb_tab title=\"Customization\" _builder_version=\"3.0.47\" tab_font=\"||||\" tab_line_height=\"2em\" tab_line_height_tablet=\"2em\" tab_line_height_phone=\"2em\" body_font=\"||||\" body_line_height=\"2em\" body_line_height_tablet=\"2em\" body_line_height_phone=\"2em\"]<h4 style=\"color: #ffffff;\">Customization -</h4>
<p class=\"p2\"><span class=\"s2\">We recognize that not every cabinet works for every customer, so we are happy to help you create the right cabinet combinations for your home. With so many options in sizes and colors, your home can be customized to your liking without compromising quality or affordability.</span></p>
[/et_pb_tab][/et_pb_tabs][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_search exclude_pages=\"off\" exclude_posts=\"on\" hide_button=\"off\" placeholder=\"Search our site\" field_bg=\"#aaaaaa\" placeholder_color=\"#000000\" _builder_version=\"3.0.72\" input_font_size=\"16px\" global_module=\"95\" saved_tabs=\"all\"][/et_pb_search][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Pioneer-LrgLogo.png\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Pioneer Logo - White\" _builder_version=\"3.0.72\" global_module=\"97\" saved_tabs=\"all\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" global_module=\"93\"][et_pb_row background_color_1=\"#000000\" background_color_2=\"#000000\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" _builder_version=\"3.0.72\" padding_top_1=\"20px\" padding_bottom_1=\"20px\" padding_top_2=\"20px\" padding_bottom_2=\"20px\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#999999\" custom_padding=\"20px||20px|\" _builder_version=\"3.0.72\" custom_css_main_element=\"background-image: url(http://pioneercabinetry.net/wp/wp-content/uploads/2016/06/lightKitchen.jpg);||-moz-background-size:100% 100%;||-webkit-background-size:100% 100%;||background-size:100% 100%;\" global_module=\"90\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/lightKitchen.jpg\" background_blend=\"multiply\"][et_pb_row _builder_version=\"3.0.72\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Disclaimer Text\" _builder_version=\"3.0.72\" text_font=\"Open Sans||||\" text_font_size=\"11\"]
<p>The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.</p>
[/et_pb_text][et_pb_text background_layout=\"dark\" _builder_version=\"3.0.72\" text_font_size=\"10\" text_line_height=\"1.5\"]
<p><strong>Pioneer Cabinetry, Inc</strong> | PO Box 280 | 301 W. Rising St. | Davison, MI 48423 | (810) 658-2075</p>
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]","Home","","inherit","closed","closed","","8-revision-v1","","","2017-09-08 16:16:10","2017-09-08 20:16:10","","8","http://www.pioneercabinetry.co/uncategorized/8-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("113","1","2017-09-08 15:56:33","2017-09-08 19:56:33","[et_pb_section bb_built=\"1\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_slider admin_label=\"Gallery Slider\" _builder_version=\"3.0.72\" show_arrows=\"on\" show_pagination=\"on\" parallax=\"off\" parallax_method=\"off\" remove_inner_shadow=\"off\" top_padding=\"350px\" top_padding_tablet=\"200px\" top_padding_phone=\"150px\" top_padding_last_edited=\"on|phone\" bottom_padding=\"350px\" bottom_padding_tablet=\"200px\" bottom_padding_phone=\"150px\" bottom_padding_last_edited=\"on|phone\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" auto=\"on\"]

[et_pb_slide background_color=\"#ffffff\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/SlideShow-frontpage5.jpg\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" admin_title=\"Kitchen 5\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" alignment=\"center\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" /][et_pb_slide background_color=\"#ffffff\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/SlideShow-frontpage1.jpg\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" admin_title=\"Kitchen 1\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" alignment=\"center\" background_layout=\"dark\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" /]

[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.72\" background_color=\"#2b2b2b\" custom_padding=\"0px||0px|\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Home Page Headline\" _builder_version=\"3.0.72\" background_layout=\"dark\" text_orientation=\"center\" border_style=\"solid\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\" animation_style=\"zoom\"]

<h1 style=\"text-align: center;\">We are the Signature of Quality &amp; Craftsmanship</h1>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Wood Species Image\" _builder_version=\"3.0.72\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/species.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" border_style=\"solid\" max_width=\"50%\" force_fullwidth=\"off\" custom_margin=\"0px||0px|\" /][et_pb_button admin_label=\"Wood Button\" _builder_version=\"3.0.72\" button_text=\"Wood &amp; Color\" button_url=\"/wp/wood-color/\" url_new_window=\"off\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"16\" button_bg_color=\"#e7aa0a\" button_border_width=\"1\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_bg_color_hover=\"#006739\" button_border_color_hover=\"#707070\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:70%;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Door Styles Image\" _builder_version=\"3.0.72\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/doorStyles.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"left\" always_center_on_mobile=\"on\" border_style=\"solid\" max_width=\"50%\" force_fullwidth=\"off\" custom_margin=\"0px||0px|\" /][et_pb_button admin_label=\"Door Styles Button\" _builder_version=\"3.0.72\" button_text=\"Door Styles\" button_url=\"/door-styles/\" url_new_window=\"off\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"16\" button_bg_color=\"#e7aa0a\" button_border_width=\"1\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_bg_color_hover=\"#006739\" button_border_color_hover=\"#707070\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:70%;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Overlay Image\" _builder_version=\"3.0.72\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/overlays.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" border_style=\"solid\" max_width=\"50%\" force_fullwidth=\"off\" custom_margin=\"0px||0px|\" /][et_pb_button admin_label=\"Overlays Button\" _builder_version=\"3.0.72\" button_text=\"Overlays &amp; Hinging\" button_url=\"/overlays-hinging/\" url_new_window=\"off\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"16\" button_bg_color=\"#e7aa0a\" button_border_width=\"1\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_bg_color_hover=\"#006739\" button_border_color_hover=\"#707070\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:70%;\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Panel Styles Image\" _builder_version=\"3.0.72\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/panelStyles.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" border_style=\"solid\" max_width=\"50%\" force_fullwidth=\"off\" custom_margin=\"0px||0px|\" /][et_pb_button admin_label=\"Panel Styles Button\" _builder_version=\"3.0.72\" button_text=\"Panel Styles\" button_url=\"/panel-styles/\" url_new_window=\"off\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"16\" button_bg_color=\"#e7aa0a\" button_border_width=\"1\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_bg_color_hover=\"#006739\" button_border_color_hover=\"#707070\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:70%;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Edges Image\" _builder_version=\"3.0.72\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/edges.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" border_style=\"solid\" max_width=\"50%\" force_fullwidth=\"off\" custom_margin=\"0px||0px|\" /][et_pb_button admin_label=\"Edges Button\" _builder_version=\"3.0.72\" button_text=\"Edges\" button_url=\"/edges/\" url_new_window=\"off\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"16\" button_bg_color=\"#e7aa0a\" button_border_width=\"1\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_bg_color_hover=\"#006739\" button_border_color_hover=\"#707070\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:70%;\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Options Image\" _builder_version=\"3.0.72\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/finishes.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"left\" always_center_on_mobile=\"on\" border_style=\"solid\" force_fullwidth=\"off\" /][et_pb_button admin_label=\"Options Button\" _builder_version=\"3.0.72\" button_text=\"Options\" button_url=\"/options/\" url_new_window=\"off\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"16\" button_bg_color=\"#e7aa0a\" button_border_width=\"1\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_bg_color_hover=\"#006739\" button_border_color_hover=\"#707070\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:70%;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.72\" background_color=\"#2b2b2b\" custom_padding=\"0px||0px|\" custom_css_main_element=\"margin:0px !important;\"][et_pb_row _builder_version=\"3.0.72\"][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Welcome Text\" _builder_version=\"3.0.72\" background_layout=\"dark\" text_orientation=\"left\" border_style=\"solid\"]

Pioneer Cabinetry has manufactured semi-custom kitchen and bathroom cabinetry since 1986. Our factory is located in Davison, MI and our cabinetry is sold through a network of kitchen and bath dealers.

We stand behind our work as <strong><em>\"The Signature of Quality and Craftsmanship\"</em> </strong>and feel confident that you will not find a better value cabinet on the market.

<strong>Our Commitment Originates with Quality</strong>  - While price is an important factor in purchasing cabinetry, another crucial factor should be considered as well: Quality. Getting a good deal is only relevant if the product is well made. Pioneer goes the extra mile to ensure that your new cabinetry is made with the best materials. We offer special features like dovetailed drawers, under-mount drawer slides, premium baked-on finishes, 3/4” adjustable shelving and wood veneer finished end panels. Our commitment to quality makes Pioneer the best value cabinet on the market today.

[/et_pb_text][et_pb_tabs admin_label=\"Home Page Tabs\" _builder_version=\"3.0.72\" active_tab_background_color=\"#000000\" inactive_tab_background_color=\"#3f3f3f\" use_border_color=\"on\" border_color=\"#5b5b5b\" border_width=\"0px\" border_style=\"solid\"]

[et_pb_tab title=\"Quality\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" tab_line_height=\"2em\" tab_line_height_tablet=\"2em\" tab_line_height_phone=\"2em\" body_font_select=\"default\" body_font=\"||||\" body_line_height=\"2em\" body_line_height_tablet=\"2em\" body_line_height_phone=\"2em\"]

&nbsp;
<h4 style=\"color: #ffffff;\">Our Commitment Originates with Quality -</h4>
<p class=\"p2\"><span class=\"s2\">Pioneer holds quality as its highest priority, from receipt of raw materials through the delivery of cabinetry made just for you. Pioneer\'s Quality Assurance Program guarantees that you will receive the best quality product for the price.</span></p>
&nbsp;

[/et_pb_tab][et_pb_tab title=\"Experience\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" tab_line_height=\"2em\" tab_line_height_tablet=\"2\" tab_line_height_phone=\"2\" body_font_select=\"default\" body_font=\"||||\" body_line_height=\"2em\" body_line_height_tablet=\"2\" body_line_height_phone=\"2\"]

<h4 style=\"color: #ffffff;\">We have the experience -</h4>
<p class=\"p2\"><span class=\"s2\">With over 30 years in business, the team at Pioneer knows how to deliver a quality product that surpasses homeowners\' hopes and expectations. Each Pioneer team member participates in an aggressive cross-training program to give them the utmost experience in all facets of cabinet manufacturing.</span></p>

[/et_pb_tab][et_pb_tab title=\"Materials\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" tab_line_height=\"2em\" tab_line_height_tablet=\"2\" tab_line_height_phone=\"2\" body_font_select=\"default\" body_font=\"||||\" body_line_height=\"2em\" body_line_height_tablet=\"2\" body_line_height_phone=\"2\"]

<h4 style=\"color: #ffffff;\">We only use the finest materials -</h4>
<p class=\"p2\"><span class=\"s2\">Getting a good deal is only relevant if the product is well made. Pioneer goes the extra mile to ensure that your new cabinetry is made with the best materials. We offer standard features like 3/4\" solid wood face frames and door frames, solid wood dovetailed drawers, full-extension, soft-close, under-mount drawer slides, premium finishes, 1/2\" cabinet boxes, 3/4\" adjustable shelving and wood veneer finished end panels.</span></p>

[/et_pb_tab][et_pb_tab title=\"Customization\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" tab_font_select=\"default\" tab_font=\"||||\" tab_line_height=\"2em\" tab_line_height_tablet=\"2em\" tab_line_height_phone=\"2em\" body_font_select=\"default\" body_font=\"||||\" body_line_height=\"2em\" body_line_height_tablet=\"2em\" body_line_height_phone=\"2em\"]

<h4 style=\"color: #ffffff;\">Customization -</h4>
<p class=\"p2\"><span class=\"s2\">We recognize that not every cabinet works for every customer, so we are happy to help you create the right cabinet combinations for your home. With so many options in sizes and colors, your home can be customized to your liking without compromising quality or affordability.</span></p>

[/et_pb_tab]

[/et_pb_tabs][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_search _builder_version=\"3.0.72\" placeholder=\"Search our site\" hide_button=\"off\" exclude_pages=\"off\" exclude_posts=\"on\" field_bg=\"#aaaaaa\" placeholder_color=\"#000000\" background_layout=\"light\" text_orientation=\"left\" input_font_size=\"16px\" saved_tabs=\"all\" global_module=\"95\" /][et_pb_image admin_label=\"Pioneer Logo - White\" _builder_version=\"3.0.72\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Pioneer-LrgLogo.png\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" border_style=\"solid\" force_fullwidth=\"on\" saved_tabs=\"all\" global_module=\"97\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.72\" background_color=\"#2b2b2b\" global_module=\"93\"][et_pb_row global_parent=\"93\" _builder_version=\"3.0.72\" background_color_1=\"#000000\" background_repeat_1=\"no-repeat\" background_color_2=\"#000000\" background_repeat_2=\"no-repeat\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" global_parent=\"93\" _builder_version=\"3.0.72\" title=\"Warranty\" button_text=\"READ MORE\" button_url=\"/quality-care/warranty/\" url_new_window=\"off\" use_background_color=\"off\" background_layout=\"dark\" body_font_size=\"16\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\"]

</p>
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
<p>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" global_parent=\"93\" _builder_version=\"3.0.72\" title=\"Dealer Locator\" button_text=\"FIND A DEALER\" button_url=\"/find-a-dealer/\" url_new_window=\"off\" use_background_color=\"off\" background_layout=\"dark\" body_font_size=\"16\" border_style=\"solid\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\"]

</p>
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
<p>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.72\" background_color=\"#999999\" custom_padding=\"20px||20px|\" custom_css_main_element=\"background-image: url(http://pioneercabinetry.net/wp/wp-content/uploads/2016/06/lightKitchen.jpg);||-moz-background-size:100% 100%;||-webkit-background-size:100% 100%;||background-size:100% 100%;\" global_module=\"90\"][et_pb_row global_parent=\"90\" _builder_version=\"3.0.72\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Disclaimer Text\" global_parent=\"90\" _builder_version=\"3.0.72\" background_layout=\"dark\" text_orientation=\"left\" text_font=\"Open Sans||||\" text_font_size=\"11\" border_style=\"solid\"]

</p>
<p>The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.</p>
<p>

[/et_pb_text][et_pb_text global_parent=\"90\" _builder_version=\"3.0.72\" background_layout=\"dark\" text_orientation=\"left\" text_font_size=\"10\" text_line_height=\"1.5\" border_style=\"solid\"]

</p>
<p><strong>Pioneer Cabinetry, Inc</strong> | PO Box 280 | 301 W. Rising St. | Davison, MI 48423 | (810) 658-2075</p>
<p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]","Home","","inherit","closed","closed","","8-revision-v1","","","2017-09-08 15:56:33","2017-09-08 19:56:33","","8","http://www.pioneercabinetry.co/uncategorized/8-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("124","1","2017-09-08 16:18:00","2017-09-08 20:18:00","[et_pb_section fb_built=\"1\" _builder_version=\"3.0.72\" inner_shadow=\"on\" parallax=\"on\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" custom_padding=\"0px||0px|\"][et_pb_row _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px||0px|\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_slider top_padding=\"350px\" bottom_padding=\"350px\" top_padding_tablet=\"200px\" top_padding_phone=\"150px\" top_padding_last_edited=\"on|phone\" bottom_padding_tablet=\"200px\" bottom_padding_phone=\"150px\" bottom_padding_last_edited=\"on|phone\" admin_label=\"Gallery Slider\" _builder_version=\"3.0.72\" auto=\"on\"][et_pb_slide background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/SlideShow-frontpage5.jpg\" use_bg_overlay=\"off\" use_text_overlay=\"off\" admin_title=\"Kitchen 5\" _builder_version=\"3.0.47\" header_font=\"||||\" body_font=\"||||\" custom_button=\"off\" button_icon_placement=\"right\" button_on_hover=\"on\"][/et_pb_slide][et_pb_slide background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/SlideShow-frontpage1.jpg\" use_bg_overlay=\"off\" use_text_overlay=\"off\" admin_title=\"Kitchen 1\" _builder_version=\"3.0.47\" header_font=\"||||\" body_font=\"||||\" custom_button=\"off\" button_icon_placement=\"right\" button_on_hover=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"0px||0px|\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#000000\" background_color_gradient_end=\"#2b2b2b\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"50px|0px|7px|0px\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Home Page Headline\" _builder_version=\"3.0.72\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\" animation_style=\"zoom\" header_font=\"Droid Serif||on||\"]

<h1 style=\"text-align: center;\">We are the Signature of Quality & Craftsmanship</h1>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row gutter_width=\"2\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" make_fullwidth=\"on\" use_custom_gutter=\"on\" make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" background_color_3=\"#000000\" padding_top_1=\"10px\" padding_bottom_1=\"10px\" padding_top_2=\"10px\" padding_bottom_2=\"10px\" padding_top_3=\"10px\" padding_bottom_3=\"10px\" custom_padding=\"17px|0px|25.55px|0px\" custom_css_main_1=\"border-radius:15px;\" custom_css_main_2=\"border-radius:15px;\" custom_css_main_3=\"border-radius:15px;\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"10px\" padding_top=\"10px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" custom_css_main=\"border-radius:15px;\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/species.jpg\" align=\"center\" max_width=\"50%\" admin_label=\"Wood Species Image\" _builder_version=\"3.0.72\" custom_margin=\"0px||0px|\"][/et_pb_image][et_pb_button button_url=\"/wp/wood-color/\" button_text=\"Wood & Color\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Wood Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_bg_color=\"#e7aa0a\" button_border_width=\"1\" button_bg_color_hover=\"#006739\" button_border_color_hover=\"#707070\" custom_css_main_element=\"width:70%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"10px\" padding_top=\"10px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" custom_css_main=\"border-radius:15px;\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/doorStyles.jpg\" max_width=\"50%\" admin_label=\"Door Styles Image\" _builder_version=\"3.0.72\" custom_margin=\"0px||0px|\" align=\"center\"][/et_pb_image][et_pb_button button_url=\"/door-styles/\" button_text=\"Door Styles\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Door Styles Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_bg_color=\"#e7aa0a\" button_border_width=\"1\" button_bg_color_hover=\"#006739\" button_border_color_hover=\"#707070\" custom_css_main_element=\"width:70%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"10px\" padding_top=\"10px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" custom_css_main=\"border-radius:15px;\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/overlays.jpg\" align=\"center\" max_width=\"50%\" admin_label=\"Overlay Image\" _builder_version=\"3.0.72\" custom_margin=\"0px||0px|\"][/et_pb_image][et_pb_button button_url=\"/overlays-hinging/\" button_text=\"Overlays & Hinging\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Overlays Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_bg_color=\"#e7aa0a\" button_border_width=\"1\" button_bg_color_hover=\"#006739\" button_border_color_hover=\"#707070\" custom_css_main_element=\"width:70%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"0px||0px|\" _builder_version=\"3.0.72\" custom_css_main_element=\"margin:0px !important;\"][et_pb_row gutter_width=\"2\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" make_fullwidth=\"on\" use_custom_gutter=\"on\" make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" background_color_3=\"#000000\" padding_top_1=\"10px\" padding_bottom_1=\"10px\" padding_top_2=\"10px\" padding_bottom_2=\"10px\" padding_top_3=\"10px\" padding_bottom_3=\"10px\" custom_padding=\"10px|0px|30px|0px\" custom_css_main_1=\"border-radius:15px;\" custom_css_main_2=\"border-radius:15px;\" custom_css_main_3=\"border-radius:15px;\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"10px\" padding_top=\"10px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" custom_css_main=\"border-radius:15px;\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/panelStyles.jpg\" align=\"center\" max_width=\"50%\" admin_label=\"Panel Styles Image\" _builder_version=\"3.0.72\" custom_margin=\"0px||0px|\"][/et_pb_image][et_pb_button button_url=\"/panel-styles/\" button_text=\"Panel Styles\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Panel Styles Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_bg_color=\"#e7aa0a\" button_border_width=\"1\" button_bg_color_hover=\"#006739\" button_border_color_hover=\"#707070\" custom_css_main_element=\"width:70%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"10px\" padding_top=\"10px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" custom_css_main=\"border-radius:15px;\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/edges.jpg\" align=\"center\" max_width=\"50%\" admin_label=\"Edges Image\" _builder_version=\"3.0.72\" custom_margin=\"0px||0px|\"][/et_pb_image][et_pb_button button_url=\"/edges/\" button_text=\"Edges\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Edges Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_bg_color=\"#e7aa0a\" button_border_width=\"1\" button_bg_color_hover=\"#006739\" button_border_color_hover=\"#707070\" custom_css_main_element=\"width:70%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"10px\" padding_top=\"10px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" custom_css_main=\"border-radius:15px;\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/finishes.jpg\" admin_label=\"Options Image\" _builder_version=\"3.0.72\" align=\"center\" max_width=\"50%\" custom_margin=\"0px||0px|\"][/et_pb_image][et_pb_button button_url=\"/options/\" button_text=\"Options\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Options Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_bg_color=\"#e7aa0a\" button_border_width=\"1\" button_bg_color_hover=\"#006739\" button_border_color_hover=\"#707070\" custom_css_main_element=\"width:70%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.72\"][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Welcome Text\" _builder_version=\"3.0.72\" text_font_size=\"14px\" text_font=\"Open Sans Condensed||||\" text_text_color=\"#ffffff\"]<p>Pioneer Cabinetry has manufactured semi-custom kitchen and bathroom cabinetry since 1986. Our factory is located in Davison, MI and our cabinetry is sold through a network of kitchen and bath dealers.</p>
<p>We stand behind our work as <strong><em>\"The Signature of Quality and Craftsmanship\"</em> </strong>and feel confident that you will not find a better value cabinet on the market.</p>
<p><strong>Our Commitment Originates with Quality</strong>  - While price is an important factor in purchasing cabinetry, another crucial factor should be considered as well: Quality. Getting a good deal is only relevant if the product is well made. Pioneer goes the extra mile to ensure that your new cabinetry is made with the best materials. We offer special features like dovetailed drawers, under-mount drawer slides, premium baked-on finishes, 3/4” adjustable shelving and wood veneer finished end panels. Our commitment to quality makes Pioneer the best value cabinet on the market today.</p>[/et_pb_text][et_pb_tabs active_tab_background_color=\"#000000\" inactive_tab_background_color=\"#3f3f3f\" admin_label=\"Home Page Tabs\" _builder_version=\"3.0.72\" use_border_color=\"on\" border_color=\"#5b5b5b\" border_width=\"0px\" tab_font=\"Open Sans Condensed||||\" tab_font_size=\"12px\" tab_text_color=\"#ffffff\" body_text_color=\"#ffffff\" body_font=\"Open Sans Condensed||||\" background_color=\"#000000\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#000000\" background_color_gradient_end=\"#474747\"][et_pb_tab title=\"Quality\" _builder_version=\"3.0.47\" tab_font=\"||||\" tab_line_height=\"2em\" tab_line_height_tablet=\"2em\" tab_line_height_phone=\"2em\" body_font=\"||||\" body_line_height=\"2em\" body_line_height_tablet=\"2em\" body_line_height_phone=\"2em\"]<p>&nbsp;</p>
<h4 style=\"color: #ffffff;\">Our Commitment Originates with Quality -</h4>
<p class=\"p2\"><span class=\"s2\">Pioneer holds quality as its highest priority, from receipt of raw materials through the delivery of cabinetry made just for you. Pioneer\'s Quality Assurance Program guarantees that you will receive the best quality product for the price.</span></p>
<p>&nbsp;</p>
[/et_pb_tab][et_pb_tab title=\"Experience\" _builder_version=\"3.0.47\" tab_font=\"||||\" tab_line_height=\"2em\" tab_line_height_tablet=\"2\" tab_line_height_phone=\"2\" body_font=\"||||\" body_line_height=\"2em\" body_line_height_tablet=\"2\" body_line_height_phone=\"2\"]<h4 style=\"color: #ffffff;\">We have the experience -</h4>
<p class=\"p2\"><span class=\"s2\">With over 30 years in business, the team at Pioneer knows how to deliver a quality product that surpasses homeowners\' hopes and expectations. Each Pioneer team member participates in an aggressive cross-training program to give them the utmost experience in all facets of cabinet manufacturing.</span></p>
[/et_pb_tab][et_pb_tab title=\"Materials\" _builder_version=\"3.0.47\" tab_font=\"||||\" tab_line_height=\"2em\" tab_line_height_tablet=\"2\" tab_line_height_phone=\"2\" body_font=\"||||\" body_line_height=\"2em\" body_line_height_tablet=\"2\" body_line_height_phone=\"2\"]<h4 style=\"color: #ffffff;\">We only use the finest materials -</h4>
<p class=\"p2\"><span class=\"s2\">Getting a good deal is only relevant if the product is well made. Pioneer goes the extra mile to ensure that your new cabinetry is made with the best materials. We offer standard features like 3/4\" solid wood face frames and door frames, solid wood dovetailed drawers, full-extension, soft-close, under-mount drawer slides, premium finishes, 1/2\" cabinet boxes, 3/4\" adjustable shelving and wood veneer finished end panels.</span></p>
[/et_pb_tab][et_pb_tab title=\"Customization\" _builder_version=\"3.0.47\" tab_font=\"||||\" tab_line_height=\"2em\" tab_line_height_tablet=\"2em\" tab_line_height_phone=\"2em\" body_font=\"||||\" body_line_height=\"2em\" body_line_height_tablet=\"2em\" body_line_height_phone=\"2em\"]<h4 style=\"color: #ffffff;\">Customization -</h4>
<p class=\"p2\"><span class=\"s2\">We recognize that not every cabinet works for every customer, so we are happy to help you create the right cabinet combinations for your home. With so many options in sizes and colors, your home can be customized to your liking without compromising quality or affordability.</span></p>
[/et_pb_tab][/et_pb_tabs][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_search exclude_pages=\"off\" exclude_posts=\"on\" hide_button=\"off\" placeholder=\"Search our site\" field_bg=\"#aaaaaa\" placeholder_color=\"#000000\" _builder_version=\"3.0.72\" input_font_size=\"16px\" global_module=\"95\" saved_tabs=\"all\"][/et_pb_search][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Pioneer-LrgLogo.png\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Pioneer Logo - White\" _builder_version=\"3.0.72\" global_module=\"97\" saved_tabs=\"all\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" global_module=\"93\"][et_pb_row background_color_1=\"#000000\" background_color_2=\"#000000\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" _builder_version=\"3.0.72\" padding_top_1=\"20px\" padding_bottom_1=\"20px\" padding_top_2=\"20px\" padding_bottom_2=\"20px\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#999999\" custom_padding=\"20px||20px|\" _builder_version=\"3.0.72\" custom_css_main_element=\"background-image: url(http://pioneercabinetry.net/wp/wp-content/uploads/2016/06/lightKitchen.jpg);||-moz-background-size:100% 100%;||-webkit-background-size:100% 100%;||background-size:100% 100%;\" global_module=\"90\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/lightKitchen.jpg\" background_blend=\"multiply\"][et_pb_row _builder_version=\"3.0.72\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Disclaimer Text\" _builder_version=\"3.0.72\" text_font=\"Open Sans||||\" text_font_size=\"11\"]
<p>The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.</p>
[/et_pb_text][et_pb_text background_layout=\"dark\" _builder_version=\"3.0.72\" text_font_size=\"10\" text_line_height=\"1.5\"]
<p><strong>Pioneer Cabinetry, Inc</strong> | PO Box 280 | 301 W. Rising St. | Davison, MI 48423 | (810) 658-2075</p>
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]","Home","","inherit","closed","closed","","8-revision-v1","","","2017-09-08 16:18:00","2017-09-08 20:18:00","","8","http://www.pioneercabinetry.co/uncategorized/8-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("126","1","2017-09-08 16:18:30","2017-09-08 20:18:30","[et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" template_type=\"section\"][et_pb_row background_color_1=\"#000000\" background_color_2=\"#000000\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" _builder_version=\"3.0.72\" padding_top_1=\"20px\" padding_bottom_1=\"20px\" padding_top_2=\"20px\" padding_bottom_2=\"20px\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Warranty Dealer CTAs","","inherit","closed","closed","","93-revision-v1","","","2017-09-08 16:18:30","2017-09-08 20:18:30","","93","http://www.pioneercabinetry.co/uncategorized/93-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("127","1","2017-09-08 16:19:33","2017-09-08 20:19:33","[et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" template_type=\"section\"][et_pb_row background_color_1=\"#000000\" background_color_2=\"#000000\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" _builder_version=\"3.0.72\" padding_top_1=\"20px\" padding_bottom_1=\"20px\" padding_top_2=\"20px\" padding_bottom_2=\"20px\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Warranty Dealer CTAs","","inherit","closed","closed","","93-revision-v1","","","2017-09-08 16:19:33","2017-09-08 20:19:33","","93","http://www.pioneercabinetry.co/uncategorized/93-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("150","1","2017-09-10 12:56:51","2017-09-10 16:56:51","[et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" template_type=\"section\"][et_pb_row background_color_1=\"#000000\" background_color_2=\"#000000\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" _builder_version=\"3.0.72\" make_equal=\"on\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Warranty Dealer CTAs","","inherit","closed","closed","","93-revision-v1","","","2017-09-10 12:56:51","2017-09-10 16:56:51","","93","http://www.pioneercabinetry.co/uncategorized/93-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("128","1","2017-09-08 16:19:57","2017-09-08 20:19:57","[et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" template_type=\"section\"][et_pb_row background_color_1=\"#000000\" background_color_2=\"#000000\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" _builder_version=\"3.0.72\" make_equal=\"on\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Warranty Dealer CTAs","","inherit","closed","closed","","93-revision-v1","","","2017-09-08 16:19:57","2017-09-08 20:19:57","","93","http://www.pioneercabinetry.co/uncategorized/93-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("129","1","2017-09-08 16:20:30","2017-09-08 20:20:30","[et_pb_section fb_built=\"1\" _builder_version=\"3.0.72\" inner_shadow=\"on\" parallax=\"on\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" custom_padding=\"0px||0px|\"][et_pb_row _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px||0px|\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_slider top_padding=\"350px\" bottom_padding=\"350px\" top_padding_tablet=\"200px\" top_padding_phone=\"150px\" top_padding_last_edited=\"on|phone\" bottom_padding_tablet=\"200px\" bottom_padding_phone=\"150px\" bottom_padding_last_edited=\"on|phone\" admin_label=\"Gallery Slider\" _builder_version=\"3.0.72\" auto=\"on\"][et_pb_slide background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/SlideShow-frontpage5.jpg\" use_bg_overlay=\"off\" use_text_overlay=\"off\" admin_title=\"Kitchen 5\" _builder_version=\"3.0.47\" header_font=\"||||\" body_font=\"||||\" custom_button=\"off\" button_icon_placement=\"right\" button_on_hover=\"on\"][/et_pb_slide][et_pb_slide background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/SlideShow-frontpage1.jpg\" use_bg_overlay=\"off\" use_text_overlay=\"off\" admin_title=\"Kitchen 1\" _builder_version=\"3.0.47\" header_font=\"||||\" body_font=\"||||\" custom_button=\"off\" button_icon_placement=\"right\" button_on_hover=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"0px||0px|\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#000000\" background_color_gradient_end=\"#2b2b2b\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"50px|0px|7px|0px\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Home Page Headline\" _builder_version=\"3.0.72\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\" animation_style=\"zoom\" header_font=\"Droid Serif||on||\"]

<h1 style=\"text-align: center;\">We are the Signature of Quality & Craftsmanship</h1>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row gutter_width=\"2\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" make_fullwidth=\"on\" use_custom_gutter=\"on\" make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" background_color_3=\"#000000\" padding_top_1=\"10px\" padding_bottom_1=\"10px\" padding_top_2=\"10px\" padding_bottom_2=\"10px\" padding_top_3=\"10px\" padding_bottom_3=\"10px\" custom_padding=\"17px|0px|25.55px|0px\" custom_css_main_1=\"border-radius:15px;\" custom_css_main_2=\"border-radius:15px;\" custom_css_main_3=\"border-radius:15px;\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"10px\" padding_top=\"10px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" custom_css_main=\"border-radius:15px;\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/species.jpg\" align=\"center\" max_width=\"50%\" admin_label=\"Wood Species Image\" _builder_version=\"3.0.72\" custom_margin=\"0px||0px|\"][/et_pb_image][et_pb_button button_url=\"/wp/wood-color/\" button_text=\"Wood & Color\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Wood Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_bg_color=\"#e7aa0a\" button_border_width=\"1\" button_bg_color_hover=\"#006739\" button_border_color_hover=\"#707070\" custom_css_main_element=\"width:70%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"10px\" padding_top=\"10px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" custom_css_main=\"border-radius:15px;\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/doorStyles.jpg\" max_width=\"50%\" admin_label=\"Door Styles Image\" _builder_version=\"3.0.72\" custom_margin=\"0px||0px|\" align=\"center\"][/et_pb_image][et_pb_button button_url=\"/door-styles/\" button_text=\"Door Styles\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Door Styles Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_bg_color=\"#e7aa0a\" button_border_width=\"1\" button_bg_color_hover=\"#006739\" button_border_color_hover=\"#707070\" custom_css_main_element=\"width:70%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"10px\" padding_top=\"10px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" custom_css_main=\"border-radius:15px;\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/overlays.jpg\" align=\"center\" max_width=\"50%\" admin_label=\"Overlay Image\" _builder_version=\"3.0.72\" custom_margin=\"0px||0px|\"][/et_pb_image][et_pb_button button_url=\"/overlays-hinging/\" button_text=\"Overlays & Hinging\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Overlays Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_bg_color=\"#e7aa0a\" button_border_width=\"1\" button_bg_color_hover=\"#006739\" button_border_color_hover=\"#707070\" custom_css_main_element=\"width:70%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"0px||0px|\" _builder_version=\"3.0.72\" custom_css_main_element=\"margin:0px !important;\"][et_pb_row gutter_width=\"2\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" make_fullwidth=\"on\" use_custom_gutter=\"on\" make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" background_color_3=\"#000000\" padding_top_1=\"10px\" padding_bottom_1=\"10px\" padding_top_2=\"10px\" padding_bottom_2=\"10px\" padding_top_3=\"10px\" padding_bottom_3=\"10px\" custom_padding=\"10px|0px|30px|0px\" custom_css_main_1=\"border-radius:15px;\" custom_css_main_2=\"border-radius:15px;\" custom_css_main_3=\"border-radius:15px;\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"10px\" padding_top=\"10px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" custom_css_main=\"border-radius:15px;\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/panelStyles.jpg\" align=\"center\" max_width=\"50%\" admin_label=\"Panel Styles Image\" _builder_version=\"3.0.72\" custom_margin=\"0px||0px|\"][/et_pb_image][et_pb_button button_url=\"/panel-styles/\" button_text=\"Panel Styles\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Panel Styles Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_bg_color=\"#e7aa0a\" button_border_width=\"1\" button_bg_color_hover=\"#006739\" button_border_color_hover=\"#707070\" custom_css_main_element=\"width:70%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"10px\" padding_top=\"10px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" custom_css_main=\"border-radius:15px;\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/edges.jpg\" align=\"center\" max_width=\"50%\" admin_label=\"Edges Image\" _builder_version=\"3.0.72\" custom_margin=\"0px||0px|\"][/et_pb_image][et_pb_button button_url=\"/edges/\" button_text=\"Edges\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Edges Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_bg_color=\"#e7aa0a\" button_border_width=\"1\" button_bg_color_hover=\"#006739\" button_border_color_hover=\"#707070\" custom_css_main_element=\"width:70%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"10px\" padding_top=\"10px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" custom_css_main=\"border-radius:15px;\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/finishes.jpg\" admin_label=\"Options Image\" _builder_version=\"3.0.72\" align=\"center\" max_width=\"50%\" custom_margin=\"0px||0px|\"][/et_pb_image][et_pb_button button_url=\"/options/\" button_text=\"Options\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Options Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_bg_color=\"#e7aa0a\" button_border_width=\"1\" button_bg_color_hover=\"#006739\" button_border_color_hover=\"#707070\" custom_css_main_element=\"width:70%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.72\"][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Welcome Text\" _builder_version=\"3.0.72\" text_font_size=\"14px\" text_font=\"Open Sans Condensed||||\" text_text_color=\"#ffffff\" custom_padding=\"||40px|\"]<p>Pioneer Cabinetry has manufactured semi-custom kitchen and bathroom cabinetry since 1986. Our factory is located in Davison, MI and our cabinetry is sold through a network of kitchen and bath dealers.</p>
<p>We stand behind our work as <strong><em>\"The Signature of Quality and Craftsmanship\"</em> </strong>and feel confident that you will not find a better value cabinet on the market.</p>
<p><strong>Our Commitment Originates with Quality</strong>  - While price is an important factor in purchasing cabinetry, another crucial factor should be considered as well: Quality. Getting a good deal is only relevant if the product is well made. Pioneer goes the extra mile to ensure that your new cabinetry is made with the best materials. We offer special features like dovetailed drawers, under-mount drawer slides, premium baked-on finishes, 3/4” adjustable shelving and wood veneer finished end panels. Our commitment to quality makes Pioneer the best value cabinet on the market today.</p>[/et_pb_text][et_pb_tabs active_tab_background_color=\"#000000\" inactive_tab_background_color=\"#3f3f3f\" admin_label=\"Home Page Tabs\" _builder_version=\"3.0.72\" use_border_color=\"on\" border_color=\"#5b5b5b\" border_width=\"0px\" tab_font=\"Open Sans Condensed||||\" tab_font_size=\"12px\" tab_text_color=\"#ffffff\" body_text_color=\"#ffffff\" body_font=\"Open Sans Condensed||||\" background_color=\"#000000\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#000000\" background_color_gradient_end=\"#474747\"][et_pb_tab title=\"Quality\" _builder_version=\"3.0.47\" tab_font=\"||||\" tab_line_height=\"2em\" tab_line_height_tablet=\"2em\" tab_line_height_phone=\"2em\" body_font=\"||||\" body_line_height=\"2em\" body_line_height_tablet=\"2em\" body_line_height_phone=\"2em\"]<p>&nbsp;</p>
<h4 style=\"color: #ffffff;\">Our Commitment Originates with Quality -</h4>
<p class=\"p2\"><span class=\"s2\">Pioneer holds quality as its highest priority, from receipt of raw materials through the delivery of cabinetry made just for you. Pioneer\'s Quality Assurance Program guarantees that you will receive the best quality product for the price.</span></p>
<p>&nbsp;</p>
[/et_pb_tab][et_pb_tab title=\"Experience\" _builder_version=\"3.0.47\" tab_font=\"||||\" tab_line_height=\"2em\" tab_line_height_tablet=\"2\" tab_line_height_phone=\"2\" body_font=\"||||\" body_line_height=\"2em\" body_line_height_tablet=\"2\" body_line_height_phone=\"2\"]<h4 style=\"color: #ffffff;\">We have the experience -</h4>
<p class=\"p2\"><span class=\"s2\">With over 30 years in business, the team at Pioneer knows how to deliver a quality product that surpasses homeowners\' hopes and expectations. Each Pioneer team member participates in an aggressive cross-training program to give them the utmost experience in all facets of cabinet manufacturing.</span></p>
[/et_pb_tab][et_pb_tab title=\"Materials\" _builder_version=\"3.0.47\" tab_font=\"||||\" tab_line_height=\"2em\" tab_line_height_tablet=\"2\" tab_line_height_phone=\"2\" body_font=\"||||\" body_line_height=\"2em\" body_line_height_tablet=\"2\" body_line_height_phone=\"2\"]<h4 style=\"color: #ffffff;\">We only use the finest materials -</h4>
<p class=\"p2\"><span class=\"s2\">Getting a good deal is only relevant if the product is well made. Pioneer goes the extra mile to ensure that your new cabinetry is made with the best materials. We offer standard features like 3/4\" solid wood face frames and door frames, solid wood dovetailed drawers, full-extension, soft-close, under-mount drawer slides, premium finishes, 1/2\" cabinet boxes, 3/4\" adjustable shelving and wood veneer finished end panels.</span></p>
[/et_pb_tab][et_pb_tab title=\"Customization\" _builder_version=\"3.0.47\" tab_font=\"||||\" tab_line_height=\"2em\" tab_line_height_tablet=\"2em\" tab_line_height_phone=\"2em\" body_font=\"||||\" body_line_height=\"2em\" body_line_height_tablet=\"2em\" body_line_height_phone=\"2em\"]<h4 style=\"color: #ffffff;\">Customization -</h4>
<p class=\"p2\"><span class=\"s2\">We recognize that not every cabinet works for every customer, so we are happy to help you create the right cabinet combinations for your home. With so many options in sizes and colors, your home can be customized to your liking without compromising quality or affordability.</span></p>
[/et_pb_tab][/et_pb_tabs][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_search exclude_pages=\"off\" exclude_posts=\"on\" hide_button=\"off\" placeholder=\"Search our site\" field_bg=\"#aaaaaa\" placeholder_color=\"#000000\" _builder_version=\"3.0.72\" input_font_size=\"16px\" global_module=\"95\" saved_tabs=\"all\"][/et_pb_search][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Pioneer-LrgLogo.png\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Pioneer Logo - White\" _builder_version=\"3.0.72\" global_module=\"97\" saved_tabs=\"all\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" global_module=\"93\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\"][et_pb_row background_color_1=\"#000000\" background_color_2=\"#000000\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" _builder_version=\"3.0.72\" make_equal=\"on\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#999999\" custom_padding=\"20px||20px|\" _builder_version=\"3.0.72\" custom_css_main_element=\"background-image: url(http://pioneercabinetry.net/wp/wp-content/uploads/2016/06/lightKitchen.jpg);||-moz-background-size:100% 100%;||-webkit-background-size:100% 100%;||background-size:100% 100%;\" global_module=\"90\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/lightKitchen.jpg\" background_blend=\"multiply\"][et_pb_row _builder_version=\"3.0.72\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Disclaimer Text\" _builder_version=\"3.0.72\" text_font=\"Open Sans||||\" text_font_size=\"11\"]
<p>The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.</p>
[/et_pb_text][et_pb_text background_layout=\"dark\" _builder_version=\"3.0.72\" text_font_size=\"10\" text_line_height=\"1.5\"]
<p><strong>Pioneer Cabinetry, Inc</strong> | PO Box 280 | 301 W. Rising St. | Davison, MI 48423 | (810) 658-2075</p>
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]","Home","","inherit","closed","closed","","8-revision-v1","","","2017-09-08 16:20:30","2017-09-08 20:20:30","","8","http://www.pioneercabinetry.co/uncategorized/8-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("131","1","2017-09-10 12:31:20","2017-09-10 16:31:20","[et_pb_section fb_built=\"1\" background_color=\"#ffffff\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" disabled_on=\"on|off|off\" admin_label=\"section\" _builder_version=\"3.0.72\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HD-Generic1.jpg\" align=\"center\" admin_label=\"Wood Color Image\" _builder_version=\"3.0.72\" animation_direction=\"off\" custom_css_main_element=\"width:100%;\" animation=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"16px||30px|\" custom_padding_tablet=\"10px||10px|\" module_id=\"wood\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.0.72\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Wood Text\" _builder_version=\"3.0.72\" text_font_size=\"18\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||30px|\"]<h1>Wide selection of wood species & color</h1>
Are you are looking for the american classic like oak or the red tones of cherry? Whether you need a clean seamless look of our thermofoil product, or trendy painted look for your cabinets, you can find the perfect wood choice for your cabinets here.
[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" padding_top_1=\"10px\" padding_right_1=\"0px\" padding_bottom_1=\"10px\" padding_left_1=\"0px\" padding_top_2=\"10px\" padding_right_2=\"0px\" padding_bottom_2=\"10px\" padding_left_2=\"0px\" padding_top_3=\"10px\" padding_right_3=\"0px\" padding_bottom_3=\"10px\" padding_left_3=\"0px\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"10px\" padding_left=\"0px\" padding_right=\"0px\" padding_top=\"10px\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Oak.jpg\" align=\"center\" admin_label=\"Oak Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/oak/\" button_text=\"MORE ABOUT OAK\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Oak Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;margin-bottom:10px;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Oak Text\" _builder_version=\"3.0.72\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||20px|\" custom_padding_last_edited=\"on|desktop\" text_font_size=\"18px\"]

Oak, the mainstay of the cabinet and furniture industry, offers depth in color from pink to white and light brown.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"10px\" padding_left=\"0px\" padding_right=\"0px\" padding_top=\"10px\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Maple.jpg\" align=\"center\" admin_label=\"Maple Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/maple/\" button_text=\"MORE ABOUT MAPLE\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Maple Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Maple Text\" _builder_version=\"3.0.72\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||20px|\" text_font_size=\"18px\"]

Predominately off-white in color, maple is a smooth, closed-grain wood that may contain shades of brown and pink.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"10px\" padding_left=\"0px\" padding_right=\"0px\" padding_top=\"10px\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Hickory-Type.jpg\" align=\"center\" admin_label=\"Hickory Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/hickory/\" button_text=\"MORE ABOUT HICKORY\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Hickory Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Hickory Text\" _builder_version=\"3.0.72\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||20px|\" text_font_size=\"18px\"]

Hickory is a very “wild” wood, known for its wide spectrum of color that can range from white to dark brown and can also feature wormholes and black knots.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" padding_top_1=\"10px\" padding_right_1=\"0px\" padding_bottom_1=\"10px\" padding_left_1=\"0px\" padding_top_2=\"10px\" padding_right_2=\"0px\" padding_bottom_2=\"10px\" padding_left_2=\"0px\" padding_top_3=\"10px\" padding_right_3=\"0px\" padding_bottom_3=\"10px\" padding_left_3=\"0px\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"10px\" padding_left=\"0px\" padding_right=\"0px\" padding_top=\"10px\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Cherry-Type.jpg\" align=\"center\" admin_label=\"Cherry Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/cherry/\" button_text=\"MORE ABOUT CHERRY\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Cherry Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Cherry Text\" _builder_version=\"3.0.72\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||20px|\" text_font_size=\"18px\"]

Cherry is a multi-colored wood characterized by shades of red, white and brown.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"10px\" padding_left=\"0px\" padding_right=\"0px\" padding_top=\"10px\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Knotty-Type.jpg\" align=\"center\" admin_label=\"Knotty Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/knotty/\" button_text=\"MORE ABOUT KNOTTY\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Knotty Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Knotty Text\" _builder_version=\"3.0.72\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||20px|\" text_font_size=\"18px\"]

At Pioneer we love the look of real wood with all its natural properties.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"10px\" padding_left=\"0px\" padding_right=\"0px\" padding_top=\"10px\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Painted-Type.jpg\" align=\"center\" admin_label=\"Painted Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/painted/\" button_text=\"MORE ABOUT PAINTED\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Painted Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Painted Text\" _builder_version=\"3.0.72\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||20px|\" text_font_size=\"18px\"]

Tinted varnishes, which give cabinets a \"painted look,\" are one of today’s hottest trends in cabinetry.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" padding_top_1=\"10px\" padding_right_1=\"0px\" padding_bottom_1=\"10px\" padding_left_1=\"0px\" padding_top_2=\"10px\" padding_right_2=\"0px\" padding_bottom_2=\"10px\" padding_left_2=\"0px\" padding_top_3=\"10px\" padding_right_3=\"0px\" padding_bottom_3=\"10px\" padding_left_3=\"0px\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"10px\" padding_left=\"0px\" padding_right=\"0px\" padding_top=\"10px\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Thermofoil-Type.jpg\" align=\"center\" admin_label=\"Thermofoil Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/thermofoil/\" button_text=\"MORE ABOUT THERMOFOIL\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Thermofoil Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Thermofoil Text\" _builder_version=\"3.0.72\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||20px|\" text_font_size=\"18px\"]

White, Snow and Ivory thermofoil door cabinets offer an alternative to the typical wood/stained cabinet.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"10px\" padding_left=\"0px\" padding_right=\"0px\" padding_top=\"10px\" parallax=\"off\" parallax_method=\"off\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"10px\" padding_left=\"0px\" padding_right=\"0px\" padding_top=\"10px\" parallax=\"off\" parallax_method=\"off\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Wood & Color","","publish","closed","closed","","wood-color","","","2017-09-12 12:49:15","2017-09-12 16:49:15","","0","http://www.pioneercabinetry.co/?page_id=131","0","page","","0");
INSERT INTO `pcab_posts` VALUES("132","1","2017-09-10 12:30:26","2017-09-10 16:30:26","","HD-Generic1","","inherit","closed","closed","","hd-generic1","","","2017-09-10 12:30:26","2017-09-10 16:30:26","","0","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HD-Generic1.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("729","1","2017-09-11 13:28:09","2017-09-11 17:28:09","[et_pb_section bb_built=\"1\" admin_label=\"section\" background_color=\"#ffffff\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row admin_label=\"row\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Wood Color Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HD-Generic1.jpg\" align=\"center\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" animation=\"off\" animation_direction=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" padding_mobile=\"off\" module_id=\"wood\" _builder_version=\"3.0.72\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Wood Text\" background_layout=\"dark\" _builder_version=\"3.0.47\" text_font_size=\"18\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]
<h1>Wide selection of wood species &amp; color</h1>
Are you are looking for the american classic like oak or the red tones of cherry? Whether you need a clean seamless look of our thermofoil product, or trendy painted look for your cabinets, you can find the perfect wood choice for your cabinets here.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Oak Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Oak.jpg\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_button admin_label=\"Oak Button\" button_url=\"/wood-color/oak/\" button_text=\"MORE ABOUT OAK\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][et_pb_text admin_label=\"Oak Text\" background_layout=\"dark\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

Oak, the mainstay of the cabinet and furniture industry, offers depth in color from pink to white and light brown.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Maple Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Maple.jpg\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_button admin_label=\"Maple Button\" button_url=\"/wood-color/maple/\" button_text=\"MORE ABOUT MAPLE\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][et_pb_text admin_label=\"Maple Text\" background_layout=\"dark\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

Predominately off-white in color, maple is a smooth, closed-grain wood that may contain shades of brown and pink.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Hickory Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Hickory-Type.jpg\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_button admin_label=\"Hickory Button\" button_url=\"/wood-color/hickory/\" button_text=\"MORE ABOUT HICKORY\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][et_pb_text admin_label=\"Hickory Text\" background_layout=\"dark\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

Hickory is a very “wild” wood, known for its wide spectrum of color that can range from white to dark brown and can also feature wormholes and black knots.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"10px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Cherry Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Cherry-Type.jpg\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_button admin_label=\"Cherry Button\" button_url=\"/wood-color/cherry/\" button_text=\"MORE ABOUT CHERRY\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][et_pb_text admin_label=\"Cherry Text\" background_layout=\"dark\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

Cherry is a multi-colored wood characterized by shades of red, white and brown.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Knotty Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Knotty-Type.jpg\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_button admin_label=\"Knotty Button\" button_url=\"/wood-color/knotty/\" button_text=\"MORE ABOUT KNOTTY\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][et_pb_text admin_label=\"Knotty Text\" background_layout=\"dark\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

At Pioneer we love the look of real wood with all its natural properties.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Painted Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Painted-Type.jpg\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_button admin_label=\"Painted Button\" button_url=\"/wood-color/painted/\" button_text=\"MORE ABOUT PAINTED\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][et_pb_text admin_label=\"Painted Text\" background_layout=\"dark\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

Tinted varnishes, which give cabinets a \"painted look,\" are one of today’s hottest trends in cabinetry.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"10px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Thermofoil Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Thermofoil-Type.jpg\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_button admin_label=\"Thermofoil Button\" button_url=\"/wood-color/thermofoil/\" button_text=\"MORE ABOUT THERMOFOIL\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][et_pb_text admin_label=\"Thermofoil Text\" background_layout=\"dark\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

White, Snow and Ivory thermofoil door cabinets offer an alternative to the typical wood/stained cabinet.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row global_parent=\"93\" background_color_1=\"#000000\" background_color_2=\"#000000\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" _builder_version=\"3.0.72\" make_equal=\"on\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" global_parent=\"93\" title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<span class=\"s1\">We stand behind our craftsmanship.</span>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" global_parent=\"93\" title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Wood & Color","","inherit","closed","closed","","131-revision-v1","","","2017-09-11 13:28:09","2017-09-11 17:28:09","","131","http://www.pioneercabinetry.co/uncategorized/131-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("162","1","2017-09-10 12:59:08","2017-09-10 16:59:08","[et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#ffffff\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Wood Color Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HD-Generic1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" border_style=\"solid\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Oak Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"30px||20px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#2b2b2b\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px|0px|0px|0px\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_color_2=\"#494949\" padding_right_2=\"0px\" padding_left_2=\"0px\" padding_top_2=\"10px\" padding_bottom_2=\"20px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Wood Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]
<h1>Wide selection of wood species &amp; color</h1>
Are you are looking for the american classic like oak or the red tones of cherry? Whether you need a clean seamless look of our thermofoil product, or trendy painted look for your cabinets, you can find the perfect wood choice for your cabinets here.

[/et_pb_text][et_pb_cta admin_label=\"Contact Dealer CTA\" title=\"Need some help deciding?\" button_url=\"/find-dealer/\" url_new_window=\"off\" button_text=\"FIND A DEALER\" use_background_color=\"on\" background_layout=\"dark\" body_font_size=\"17\" border_style=\"solid\" custom_margin=\"10px|0px|10px|0px\" custom_padding=\"10px|20px|20px|20px\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"-webkit-border-radius: 20px;||border-radius: 20px;\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"159\"]
<h4>Locate the perfect dealer to help you get started in the right direction.</h4>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Select Species\" saved_tabs=\"all\" background_layout=\"dark\" text_orientation=\"left\" border_style=\"solid\" custom_margin=\"0px||0px|\" custom_padding=\"0px||5px|20px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" global_module=\"161\"]
<h2>Select Species</h2>
[/et_pb_text][et_pb_button admin_label=\"Oak Button\" button_url=\"/wood-color/oak/\" url_new_window=\"off\" button_text=\"OAK\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"141\" /][et_pb_button admin_label=\"Maple Button\" button_url=\"/wood-color/maple/\" url_new_window=\"off\" button_text=\"MAPLE\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"144\" /][et_pb_button admin_label=\"Hickory Button\" button_url=\"/wood-color/hickory/\" url_new_window=\"off\" button_text=\"HICKORY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"154\" /][et_pb_button admin_label=\"Cherry Button\" button_url=\"/wood-color/cherry/\" url_new_window=\"off\" button_text=\"CHERRY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"152\" /][et_pb_button admin_label=\"Knotty Button\" button_url=\"/wood-color/knotty/\" url_new_window=\"off\" button_text=\"KNOTTY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"151\" /][et_pb_button admin_label=\"Painted Button\" button_url=\"/wood-color/painted/\" url_new_window=\"off\" button_text=\"PAINTED\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"147\" /][et_pb_button admin_label=\"Thermofoil Button\" button_url=\"/wood-color/thermofoil/\" url_new_window=\"off\" button_text=\"THERMOFOIL\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"148\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row global_parent=\"93\" background_color_1=\"#000000\" background_color_2=\"#000000\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" _builder_version=\"3.0.72\" make_equal=\"on\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" global_parent=\"93\" title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<span class=\"s1\">We stand behind our craftsmanship.</span>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" global_parent=\"93\" title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Wood & Color","","inherit","closed","closed","","131-revision-v1","","","2017-09-10 12:59:08","2017-09-10 16:59:08","","131","http://www.pioneercabinetry.co/uncategorized/131-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("133","1","2017-09-10 12:30:34","2017-09-10 16:30:34","[et_pb_section admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#ffffff\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HD-Generic1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_main_element=\"width:100%;\"] [/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Oak Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"30px||20px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#2b2b2b\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px|0px|0px|0px\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_color_2=\"#494949\" padding_right_2=\"0px\" padding_left_2=\"0px\" padding_top_2=\"10px\" padding_bottom_2=\"20px\"][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Wood Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\"]
<h1>Wide selection of wood species &amp; color</h1>
Are you are looking for the american classic like oak or the red tones of cherry? Whether you need a clean seamless look of our thermofoil product, or trendy painted look for your cabinets, you can find the perfect wood choice for your cabinets here.

[/et_pb_text][et_pb_cta admin_label=\"Contact Dealer CTA\" global_module=\"308\" saved_tabs=\"all\" title=\"Need some help deciding?\" button_url=\"/wp/find-dealer/\" url_new_window=\"off\" button_text=\"FIND A DEALER\" use_background_color=\"on\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" body_font_size=\"17\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"10px|0px|10px|0px\" custom_padding=\"10px|20px|20px|20px\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"-webkit-border-radius: 20px;||border-radius: 20px;\"]
<h4>Locate the perfect dealer to help you get started in the right direction.</h4>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Other Species\" saved_tabs=\"all\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"0px||0px|\" custom_padding=\"0px||5px|20px\"]
<h2>Select Species</h2>
[/et_pb_text][et_pb_button admin_label=\"Oak Button\" saved_tabs=\"all\" button_url=\"/wp/wood-color/oak/\" url_new_window=\"off\" button_text=\"OAK\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"1336\"] [/et_pb_button][et_pb_button admin_label=\"Maple Button\" saved_tabs=\"all\" button_url=\"/wp/wood-color/maple/\" url_new_window=\"off\" button_text=\"MAPLE\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"1337\"] [/et_pb_button][et_pb_button admin_label=\"Hickory Button\" saved_tabs=\"all\" button_url=\"/wp/wood-color/hickory/\" url_new_window=\"off\" button_text=\"HICKORY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"1338\"] [/et_pb_button][et_pb_button admin_label=\"Cherry Button\" saved_tabs=\"all\" button_url=\"/wp/wood-color/cherry/\" url_new_window=\"off\" button_text=\"CHERRY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"1339\"] [/et_pb_button][et_pb_button admin_label=\"Knotty Button\" saved_tabs=\"all\" button_url=\"/wp/wood-color/knotty/\" url_new_window=\"off\" button_text=\"KNOTTY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"1340\"] [/et_pb_button][et_pb_button admin_label=\"Painted Button\" saved_tabs=\"all\" button_url=\"/wp/wood-color/painted/\" url_new_window=\"off\" button_text=\"PAINTED\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"1341\"] [/et_pb_button][et_pb_button admin_label=\"Thermofoil Button\" saved_tabs=\"all\" button_url=\"/wp/wood-color/thermofoil/\" url_new_window=\"off\" button_text=\"THERMOFOIL\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"1342\"] [/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#dddddd\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" disabled_on=\"on|on|on\" disabled=\"on\" collapsed=\"on\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"10px|||\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" parallax_4=\"off\" parallax_method_4=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"OAK Button\" global_module=\"222\" saved_tabs=\"all\" button_url=\"http://pioneercabinetry.net/wp/wood-color/oak/\" url_new_window=\"off\" button_text=\"OAK\" button_alignment=\"center\" background_layout=\"light\" custom_button=\"on\" button_bg_color=\"rgba(255,255,255,0.5)\" button_border_width=\"1\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_bg_color_hover=\"#ffffff\" button_letter_spacing_hover=\"0\" module_class=\"subMenu\" custom_css_main_element=\"width:100%;||margin:0px !important;||\"] [/et_pb_button][et_pb_button admin_label=\"Knotty Button\" global_module=\"239\" saved_tabs=\"all\" button_url=\"http://pioneercabinetry.net/wp/wood-color/knotty/\" url_new_window=\"off\" button_text=\"KNOTTY\" button_alignment=\"center\" background_layout=\"light\" custom_button=\"on\" button_bg_color=\"rgba(255,255,255,0.5)\" button_border_width=\"1\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_bg_color_hover=\"#ffffff\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;||\"] [/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Maple Button\" global_module=\"236\" saved_tabs=\"all\" button_url=\"http://pioneercabinetry.net/wp/wood-color/maple/\" url_new_window=\"off\" button_text=\"MAPLE\" button_alignment=\"center\" background_layout=\"light\" custom_button=\"on\" button_bg_color=\"rgba(255,255,255,0.5)\" button_border_width=\"1\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_bg_color_hover=\"#ffffff\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;||\"] [/et_pb_button][et_pb_button admin_label=\"Painted Button\" global_module=\"240\" saved_tabs=\"all\" button_url=\"http://pioneercabinetry.net/wp/wood-color/painted/\" url_new_window=\"off\" button_text=\"PAINTED\" button_alignment=\"center\" background_layout=\"light\" custom_button=\"on\" button_bg_color=\"rgba(255,255,255,0.5)\" button_border_width=\"1\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_bg_color_hover=\"#ffffff\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;||\"] [/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Hickory Button\" global_module=\"237\" saved_tabs=\"all\" button_url=\"http://pioneercabinetry.net/wp/wood-color/hickory/\" url_new_window=\"off\" button_text=\"HICKORY\" button_alignment=\"center\" background_layout=\"light\" custom_button=\"on\" button_bg_color=\"rgba(255,255,255,0.5)\" button_border_width=\"1\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_bg_color_hover=\"#ffffff\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;||\"] [/et_pb_button][et_pb_button admin_label=\"Thermofoil Button\" global_module=\"241\" saved_tabs=\"all\" button_url=\"http://pioneercabinetry.net/wp/wood-color/thermofoil/\" url_new_window=\"off\" button_text=\"THERMOFOIL\" button_alignment=\"center\" background_layout=\"light\" custom_button=\"on\" button_bg_color=\"rgba(255,255,255,0.5)\" button_border_width=\"1\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_bg_color_hover=\"#ffffff\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;||\"] [/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Cherry Button\" global_module=\"238\" saved_tabs=\"all\" button_url=\"http://pioneercabinetry.net/wp/wood-color/cherry/\" url_new_window=\"off\" button_text=\"CHERRY\" button_alignment=\"center\" background_layout=\"light\" custom_button=\"on\" button_bg_color=\"rgba(255,255,255,0.5)\" button_border_width=\"1\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_bg_color_hover=\"#ffffff\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;||\"] [/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" global_module=\"587\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"on\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" custom_padding=\"10px||25px|\"][et_pb_row global_parent=\"587\" admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"||0px|\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_color_1=\"#000000\" padding_top_1=\"10px\" padding_right_1=\"10px\" padding_bottom_1=\"30px\" padding_left_1=\"10px\" background_color_2=\"#000000\" padding_top_2=\"10px\" padding_right_2=\"10px\" padding_bottom_2=\"30px\" padding_left_2=\"10px\"][et_pb_column type=\"1_2\"][et_pb_cta global_parent=\"587\" admin_label=\"Warranty CTA\" title=\"Warranty\" button_url=\"http://pioneercabinetry.net/wp/quality-care/warranty/\" url_new_window=\"off\" button_text=\"READ MORE\" use_background_color=\"off\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" button_bg_color=\"#e09900\" button_border_width=\"1\" body_font_size=\"16\"]
<p class=\"p1\" style=\"text-align: center;\"><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta global_parent=\"587\" admin_label=\"Dealer CTA\" title=\"Dealer Locator\" button_url=\"http://pioneercabinetry.net/wp/find-a-dealer/\" url_new_window=\"off\" button_text=\"FIND A DEALER\" use_background_color=\"off\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" button_bg_color=\"#e09900\" button_border_width=\"1\" body_font_size=\"16\"]
<p class=\"p1\" style=\"text-align: center;\"><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Wood & Color","","inherit","closed","closed","","131-revision-v1","","","2017-09-10 12:30:34","2017-09-10 16:30:34","","131","http://www.pioneercabinetry.co/uncategorized/131-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("134","1","2017-09-10 12:30:47","2017-09-10 16:30:47","[et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#ffffff\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HD-Generic1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_main_element=\"width:100%;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Oak Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"30px||20px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#2b2b2b\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px|0px|0px|0px\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_color_2=\"#494949\" padding_right_2=\"0px\" padding_left_2=\"0px\" padding_top_2=\"10px\" padding_bottom_2=\"20px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Wood Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]
<h1>Wide selection of wood species &amp; color</h1>
Are you are looking for the american classic like oak or the red tones of cherry? Whether you need a clean seamless look of our thermofoil product, or trendy painted look for your cabinets, you can find the perfect wood choice for your cabinets here.

[/et_pb_text][et_pb_cta admin_label=\"Contact Dealer CTA\" global_module=\"308\" saved_tabs=\"all\" title=\"Need some help deciding?\" button_url=\"/wp/find-dealer/\" url_new_window=\"off\" button_text=\"FIND A DEALER\" use_background_color=\"on\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" body_font_size=\"17\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"10px|0px|10px|0px\" custom_padding=\"10px|20px|20px|20px\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"-webkit-border-radius: 20px;||border-radius: 20px;\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]
<h4>Locate the perfect dealer to help you get started in the right direction.</h4>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Other Species\" saved_tabs=\"all\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"0px||0px|\" custom_padding=\"0px||5px|20px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]
<h2>Select Species</h2>
[/et_pb_text][et_pb_button admin_label=\"Oak Button\" saved_tabs=\"all\" button_url=\"/wp/wood-color/oak/\" url_new_window=\"off\" button_text=\"OAK\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"1336\" /][et_pb_button admin_label=\"Maple Button\" saved_tabs=\"all\" button_url=\"/wp/wood-color/maple/\" url_new_window=\"off\" button_text=\"MAPLE\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"1337\" /][et_pb_button admin_label=\"Hickory Button\" saved_tabs=\"all\" button_url=\"/wp/wood-color/hickory/\" url_new_window=\"off\" button_text=\"HICKORY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"1338\" /][et_pb_button admin_label=\"Cherry Button\" saved_tabs=\"all\" button_url=\"/wp/wood-color/cherry/\" url_new_window=\"off\" button_text=\"CHERRY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"1339\" /][et_pb_button admin_label=\"Knotty Button\" saved_tabs=\"all\" button_url=\"/wp/wood-color/knotty/\" url_new_window=\"off\" button_text=\"KNOTTY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"1340\" /][et_pb_button admin_label=\"Painted Button\" saved_tabs=\"all\" button_url=\"/wp/wood-color/painted/\" url_new_window=\"off\" button_text=\"PAINTED\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"1341\" /][et_pb_button admin_label=\"Thermofoil Button\" saved_tabs=\"all\" button_url=\"/wp/wood-color/thermofoil/\" url_new_window=\"off\" button_text=\"THERMOFOIL\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"1342\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#dddddd\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" disabled_on=\"on|on|on\" disabled=\"on\" collapsed=\"on\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"10px|||\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" parallax_4=\"off\" parallax_method_4=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"OAK Button\" global_module=\"222\" saved_tabs=\"all\" button_url=\"http://pioneercabinetry.net/wp/wood-color/oak/\" url_new_window=\"off\" button_text=\"OAK\" button_alignment=\"center\" background_layout=\"light\" custom_button=\"on\" button_bg_color=\"rgba(255,255,255,0.5)\" button_border_width=\"1\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_bg_color_hover=\"#ffffff\" button_letter_spacing_hover=\"0\" module_class=\"subMenu\" custom_css_main_element=\"width:100%;||margin:0px !important;||\" /][et_pb_button admin_label=\"Knotty Button\" global_module=\"239\" saved_tabs=\"all\" button_url=\"http://pioneercabinetry.net/wp/wood-color/knotty/\" url_new_window=\"off\" button_text=\"KNOTTY\" button_alignment=\"center\" background_layout=\"light\" custom_button=\"on\" button_bg_color=\"rgba(255,255,255,0.5)\" button_border_width=\"1\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_bg_color_hover=\"#ffffff\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;||\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Maple Button\" global_module=\"236\" saved_tabs=\"all\" button_url=\"http://pioneercabinetry.net/wp/wood-color/maple/\" url_new_window=\"off\" button_text=\"MAPLE\" button_alignment=\"center\" background_layout=\"light\" custom_button=\"on\" button_bg_color=\"rgba(255,255,255,0.5)\" button_border_width=\"1\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_bg_color_hover=\"#ffffff\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;||\" /][et_pb_button admin_label=\"Painted Button\" global_module=\"240\" saved_tabs=\"all\" button_url=\"http://pioneercabinetry.net/wp/wood-color/painted/\" url_new_window=\"off\" button_text=\"PAINTED\" button_alignment=\"center\" background_layout=\"light\" custom_button=\"on\" button_bg_color=\"rgba(255,255,255,0.5)\" button_border_width=\"1\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_bg_color_hover=\"#ffffff\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;||\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Hickory Button\" global_module=\"237\" saved_tabs=\"all\" button_url=\"http://pioneercabinetry.net/wp/wood-color/hickory/\" url_new_window=\"off\" button_text=\"HICKORY\" button_alignment=\"center\" background_layout=\"light\" custom_button=\"on\" button_bg_color=\"rgba(255,255,255,0.5)\" button_border_width=\"1\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_bg_color_hover=\"#ffffff\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;||\" /][et_pb_button admin_label=\"Thermofoil Button\" global_module=\"241\" saved_tabs=\"all\" button_url=\"http://pioneercabinetry.net/wp/wood-color/thermofoil/\" url_new_window=\"off\" button_text=\"THERMOFOIL\" button_alignment=\"center\" background_layout=\"light\" custom_button=\"on\" button_bg_color=\"rgba(255,255,255,0.5)\" button_border_width=\"1\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_bg_color_hover=\"#ffffff\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;||\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Cherry Button\" global_module=\"238\" saved_tabs=\"all\" button_url=\"http://pioneercabinetry.net/wp/wood-color/cherry/\" url_new_window=\"off\" button_text=\"CHERRY\" button_alignment=\"center\" background_layout=\"light\" custom_button=\"on\" button_bg_color=\"rgba(255,255,255,0.5)\" button_border_width=\"1\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_bg_color_hover=\"#ffffff\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;||\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"on\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" custom_padding=\"10px||25px|\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"||0px|\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_color_1=\"#000000\" padding_top_1=\"10px\" padding_right_1=\"10px\" padding_bottom_1=\"30px\" padding_left_1=\"10px\" background_color_2=\"#000000\" padding_top_2=\"10px\" padding_right_2=\"10px\" padding_bottom_2=\"30px\" padding_left_2=\"10px\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" title=\"Warranty\" button_url=\"http://pioneercabinetry.net/wp/quality-care/warranty/\" url_new_window=\"off\" button_text=\"READ MORE\" use_background_color=\"off\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" button_bg_color=\"#e09900\" button_border_width=\"1\" body_font_size=\"16\"]
<p class=\"p1\" style=\"text-align: center;\"><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" title=\"Dealer Locator\" button_url=\"http://pioneercabinetry.net/wp/find-a-dealer/\" url_new_window=\"off\" button_text=\"FIND A DEALER\" use_background_color=\"off\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" button_bg_color=\"#e09900\" button_border_width=\"1\" body_font_size=\"16\"]
<p class=\"p1\" style=\"text-align: center;\"><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Wood & Color","","inherit","closed","closed","","131-revision-v1","","","2017-09-10 12:30:47","2017-09-10 16:30:47","","131","http://www.pioneercabinetry.co/uncategorized/131-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("135","1","2017-09-10 12:31:20","2017-09-10 16:31:20","[et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#ffffff\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HD-Generic1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Oak Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"30px||20px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#2b2b2b\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px|0px|0px|0px\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_color_2=\"#494949\" padding_right_2=\"0px\" padding_left_2=\"0px\" padding_top_2=\"10px\" padding_bottom_2=\"20px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Wood Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]
<h1>Wide selection of wood species &amp; color</h1>
Are you are looking for the american classic like oak or the red tones of cherry? Whether you need a clean seamless look of our thermofoil product, or trendy painted look for your cabinets, you can find the perfect wood choice for your cabinets here.

[/et_pb_text][et_pb_cta admin_label=\"Contact Dealer CTA\" global_module=\"308\" saved_tabs=\"all\" title=\"Need some help deciding?\" button_url=\"/wp/find-dealer/\" url_new_window=\"off\" button_text=\"FIND A DEALER\" use_background_color=\"on\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" body_font_size=\"17\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"10px|0px|10px|0px\" custom_padding=\"10px|20px|20px|20px\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"-webkit-border-radius: 20px;||border-radius: 20px;\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]
<h4>Locate the perfect dealer to help you get started in the right direction.</h4>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Other Species\" saved_tabs=\"all\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"0px||0px|\" custom_padding=\"0px||5px|20px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]
<h2>Select Species</h2>
[/et_pb_text][et_pb_button admin_label=\"Oak Button\" saved_tabs=\"all\" button_url=\"/wp/wood-color/oak/\" url_new_window=\"off\" button_text=\"OAK\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"1336\" /][et_pb_button admin_label=\"Maple Button\" saved_tabs=\"all\" button_url=\"/wp/wood-color/maple/\" url_new_window=\"off\" button_text=\"MAPLE\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"1337\" /][et_pb_button admin_label=\"Hickory Button\" saved_tabs=\"all\" button_url=\"/wp/wood-color/hickory/\" url_new_window=\"off\" button_text=\"HICKORY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"1338\" /][et_pb_button admin_label=\"Cherry Button\" saved_tabs=\"all\" button_url=\"/wp/wood-color/cherry/\" url_new_window=\"off\" button_text=\"CHERRY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"1339\" /][et_pb_button admin_label=\"Knotty Button\" saved_tabs=\"all\" button_url=\"/wp/wood-color/knotty/\" url_new_window=\"off\" button_text=\"KNOTTY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"1340\" /][et_pb_button admin_label=\"Painted Button\" saved_tabs=\"all\" button_url=\"/wp/wood-color/painted/\" url_new_window=\"off\" button_text=\"PAINTED\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"1341\" /][et_pb_button admin_label=\"Thermofoil Button\" saved_tabs=\"all\" button_url=\"/wp/wood-color/thermofoil/\" url_new_window=\"off\" button_text=\"THERMOFOIL\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"1342\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#dddddd\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" disabled_on=\"on|on|on\" disabled=\"on\" collapsed=\"on\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"10px|||\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" parallax_4=\"off\" parallax_method_4=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"OAK Button\" global_module=\"222\" saved_tabs=\"all\" button_url=\"http://pioneercabinetry.net/wp/wood-color/oak/\" url_new_window=\"off\" button_text=\"OAK\" button_alignment=\"center\" background_layout=\"light\" custom_button=\"on\" button_bg_color=\"rgba(255,255,255,0.5)\" button_border_width=\"1\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_bg_color_hover=\"#ffffff\" button_letter_spacing_hover=\"0\" module_class=\"subMenu\" custom_css_main_element=\"width:100%;||margin:0px !important;||\" /][et_pb_button admin_label=\"Knotty Button\" global_module=\"239\" saved_tabs=\"all\" button_url=\"http://pioneercabinetry.net/wp/wood-color/knotty/\" url_new_window=\"off\" button_text=\"KNOTTY\" button_alignment=\"center\" background_layout=\"light\" custom_button=\"on\" button_bg_color=\"rgba(255,255,255,0.5)\" button_border_width=\"1\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_bg_color_hover=\"#ffffff\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;||\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Maple Button\" global_module=\"236\" saved_tabs=\"all\" button_url=\"http://pioneercabinetry.net/wp/wood-color/maple/\" url_new_window=\"off\" button_text=\"MAPLE\" button_alignment=\"center\" background_layout=\"light\" custom_button=\"on\" button_bg_color=\"rgba(255,255,255,0.5)\" button_border_width=\"1\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_bg_color_hover=\"#ffffff\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;||\" /][et_pb_button admin_label=\"Painted Button\" global_module=\"240\" saved_tabs=\"all\" button_url=\"http://pioneercabinetry.net/wp/wood-color/painted/\" url_new_window=\"off\" button_text=\"PAINTED\" button_alignment=\"center\" background_layout=\"light\" custom_button=\"on\" button_bg_color=\"rgba(255,255,255,0.5)\" button_border_width=\"1\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_bg_color_hover=\"#ffffff\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;||\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Hickory Button\" global_module=\"237\" saved_tabs=\"all\" button_url=\"http://pioneercabinetry.net/wp/wood-color/hickory/\" url_new_window=\"off\" button_text=\"HICKORY\" button_alignment=\"center\" background_layout=\"light\" custom_button=\"on\" button_bg_color=\"rgba(255,255,255,0.5)\" button_border_width=\"1\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_bg_color_hover=\"#ffffff\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;||\" /][et_pb_button admin_label=\"Thermofoil Button\" global_module=\"241\" saved_tabs=\"all\" button_url=\"http://pioneercabinetry.net/wp/wood-color/thermofoil/\" url_new_window=\"off\" button_text=\"THERMOFOIL\" button_alignment=\"center\" background_layout=\"light\" custom_button=\"on\" button_bg_color=\"rgba(255,255,255,0.5)\" button_border_width=\"1\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_bg_color_hover=\"#ffffff\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;||\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Cherry Button\" global_module=\"238\" saved_tabs=\"all\" button_url=\"http://pioneercabinetry.net/wp/wood-color/cherry/\" url_new_window=\"off\" button_text=\"CHERRY\" button_alignment=\"center\" background_layout=\"light\" custom_button=\"on\" button_bg_color=\"rgba(255,255,255,0.5)\" button_border_width=\"1\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_bg_color_hover=\"#ffffff\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;||\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"on\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" custom_padding=\"10px||25px|\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"||0px|\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_color_1=\"#000000\" padding_top_1=\"10px\" padding_right_1=\"10px\" padding_bottom_1=\"30px\" padding_left_1=\"10px\" background_color_2=\"#000000\" padding_top_2=\"10px\" padding_right_2=\"10px\" padding_bottom_2=\"30px\" padding_left_2=\"10px\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" title=\"Warranty\" button_url=\"http://pioneercabinetry.net/wp/quality-care/warranty/\" url_new_window=\"off\" button_text=\"READ MORE\" use_background_color=\"off\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" button_bg_color=\"#e09900\" button_border_width=\"1\" body_font_size=\"16\"]
<p class=\"p1\" style=\"text-align: center;\"><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" title=\"Dealer Locator\" button_url=\"http://pioneercabinetry.net/wp/find-a-dealer/\" url_new_window=\"off\" button_text=\"FIND A DEALER\" use_background_color=\"off\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" button_bg_color=\"#e09900\" button_border_width=\"1\" body_font_size=\"16\"]
<p class=\"p1\" style=\"text-align: center;\"><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Wood & Color","","inherit","closed","closed","","131-revision-v1","","","2017-09-10 12:31:20","2017-09-10 16:31:20","","131","http://www.pioneercabinetry.co/uncategorized/131-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("136","1","2017-09-10 12:48:09","2017-09-10 16:48:09","[et_pb_section fb_built=\"1\" background_color=\"#ffffff\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" admin_label=\"section\" _builder_version=\"3.0.47\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Oak.jpg\" alt=\"Oak Cabinets\" title_text=\"Oak Cabinets, American Classic\" align=\"center\" admin_label=\"Oak Image\" _builder_version=\"3.0.72\" animation_direction=\"off\" custom_css_main_element=\"width:100%;\" animation=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"30px||20px|\" padding_mobile=\"off\" admin_label=\"Oak Section\" _builder_version=\"3.0.47\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" padding_mobile=\"on\" column_padding_mobile=\"on\" background_color_2=\"#494949\" padding_top_2=\"10px\" padding_right_2=\"0px\" padding_bottom_2=\"20px\" padding_left_2=\"0px\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"3_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Oak Text\" _builder_version=\"3.0.72\" text_font_size=\"18\" text_text_color=\"#ffffff\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h1>Oak</h1>
<p>Oak cabinets, the mainstay of the cabinet and furniture industry, offers depth in color from pink to white and light brown. In addition, green, yellow and even black color veins may appear as mineral streaks. Oak is also known for its wide and narrow grain patterns that are considered desirable qualities in this strong, open-grained American classic.</p>
[/et_pb_text][et_pb_text background_layout=\"dark\" admin_label=\"Standard Finishes Text\" module_class=\"finishes\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px||0px|\" custom_padding=\"10px||10px|\" global_module=\"166\" saved_tabs=\"all\"]<h3 style=\"text-align: center;\"><strong>Standard Finishes</strong></h3>
<p style=\"text-align: center;\"><span class=\"s1\">Click on a wood sample below to enlarge photo.</span></p>
[/et_pb_text][et_pb_gallery gallery_ids=\"389,398,392,400,401,416,395,399,391,390,397,396,393,394\" posts_number=\"20\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Oak Gallery\" module_class=\"rounded\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;\"][/et_pb_gallery][et_pb_text background_layout=\"dark\" admin_label=\"Disclaimer Text\" _builder_version=\"3.0.72\" text_font=\"Open Sans||on||\" text_font_size=\"11\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"20px|||\" global_module=\"168\" saved_tabs=\"all\"]<p>The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.</p>
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"0px\" padding_right=\"0px\" padding_top=\"10px\" column_padding_mobile=\"on\" background_color=\"#494949\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Other Species\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||5px|20px\" global_module=\"164\" saved_tabs=\"all\"]<h3>Other Species</h3>
[/et_pb_text][et_pb_button button_url=\"/wood-color/maple/\" button_text=\"MAPLE\" button_alignment=\"left\" admin_label=\"Maple Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"144\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/hickory/\" button_text=\"HICKORY\" button_alignment=\"left\" admin_label=\"Hickory Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"154\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/cherry/\" button_text=\"CHERRY\" button_alignment=\"left\" admin_label=\"Cherry Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"152\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/knotty/\" button_text=\"KNOTTY\" button_alignment=\"left\" admin_label=\"Knotty Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"151\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/painted/\" button_text=\"PAINTED\" button_alignment=\"left\" admin_label=\"Painted Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"147\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/thermofoil/\" button_text=\"THERMOFOIL\" button_alignment=\"left\" admin_label=\"Thermofoil Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"148\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Oak","","publish","closed","closed","","oak","","","2017-09-12 12:51:48","2017-09-12 16:51:48","","131","http://www.pioneercabinetry.co/?page_id=136","0","page","","0");
INSERT INTO `pcab_posts` VALUES("137","1","2017-09-10 12:47:50","2017-09-10 16:47:50","","HD-Oak","","inherit","closed","closed","","hd-oak","","","2017-09-10 12:47:50","2017-09-10 16:47:50","","0","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HD-Oak.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("138","1","2017-09-10 12:47:51","2017-09-10 16:47:51","","Header-Oak","","inherit","closed","closed","","header-oak","","","2017-09-10 12:47:51","2017-09-10 16:47:51","","0","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Oak.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("1049","1","2017-09-12 12:51:48","2017-09-12 16:51:48","[et_pb_section fb_built=\"1\" background_color=\"#ffffff\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" admin_label=\"section\" _builder_version=\"3.0.47\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Oak.jpg\" alt=\"Oak Cabinets\" title_text=\"Oak Cabinets, American Classic\" align=\"center\" admin_label=\"Oak Image\" _builder_version=\"3.0.72\" animation_direction=\"off\" custom_css_main_element=\"width:100%;\" animation=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"30px||20px|\" padding_mobile=\"off\" admin_label=\"Oak Section\" _builder_version=\"3.0.47\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" padding_mobile=\"on\" column_padding_mobile=\"on\" background_color_2=\"#494949\" padding_top_2=\"10px\" padding_right_2=\"0px\" padding_bottom_2=\"20px\" padding_left_2=\"0px\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"3_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Oak Text\" _builder_version=\"3.0.72\" text_font_size=\"18\" text_text_color=\"#ffffff\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h1>Oak</h1>
<p>Oak cabinets, the mainstay of the cabinet and furniture industry, offers depth in color from pink to white and light brown. In addition, green, yellow and even black color veins may appear as mineral streaks. Oak is also known for its wide and narrow grain patterns that are considered desirable qualities in this strong, open-grained American classic.</p>
[/et_pb_text][et_pb_text background_layout=\"dark\" admin_label=\"Standard Finishes Text\" module_class=\"finishes\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px||0px|\" custom_padding=\"10px||10px|\" global_module=\"166\" saved_tabs=\"all\"]<h3 style=\"text-align: center;\"><strong>Standard Finishes</strong></h3>
<p style=\"text-align: center;\"><span class=\"s1\">Click on a wood sample below to enlarge photo.</span></p>
[/et_pb_text][et_pb_gallery gallery_ids=\"389,398,392,400,401,416,395,399,391,390,397,396,393,394\" posts_number=\"20\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Oak Gallery\" module_class=\"rounded\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;\"][/et_pb_gallery][et_pb_text background_layout=\"dark\" admin_label=\"Disclaimer Text\" _builder_version=\"3.0.72\" text_font=\"Open Sans||on||\" text_font_size=\"11\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"20px|||\" global_module=\"168\" saved_tabs=\"all\"]<p>The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.</p>
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"0px\" padding_right=\"0px\" padding_top=\"10px\" column_padding_mobile=\"on\" background_color=\"#494949\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Other Species\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||5px|20px\" global_module=\"164\" saved_tabs=\"all\"]<h3>Other Species</h3>
[/et_pb_text][et_pb_button button_url=\"/wood-color/maple/\" button_text=\"MAPLE\" button_alignment=\"left\" admin_label=\"Maple Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"144\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/hickory/\" button_text=\"HICKORY\" button_alignment=\"left\" admin_label=\"Hickory Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"154\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/cherry/\" button_text=\"CHERRY\" button_alignment=\"left\" admin_label=\"Cherry Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"152\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/knotty/\" button_text=\"KNOTTY\" button_alignment=\"left\" admin_label=\"Knotty Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"151\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/painted/\" button_text=\"PAINTED\" button_alignment=\"left\" admin_label=\"Painted Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"147\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/thermofoil/\" button_text=\"THERMOFOIL\" button_alignment=\"left\" admin_label=\"Thermofoil Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"148\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Oak","","inherit","closed","closed","","136-revision-v1","","","2017-09-12 12:51:48","2017-09-12 16:51:48","","136","http://www.pioneercabinetry.co/uncategorized/136-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("1045","1","2017-09-12 12:50:14","2017-09-12 16:50:14","[et_pb_section fb_built=\"1\" background_color=\"#ffffff\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" admin_label=\"section\" _builder_version=\"3.0.47\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Oak.jpg\" alt=\"Oak Cabinets\" title_text=\"Oak Cabinets, American Classic\" align=\"center\" admin_label=\"Oak Image\" _builder_version=\"3.0.72\" animation_direction=\"off\" custom_css_main_element=\"width:100%;\" animation=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"30px||20px|\" padding_mobile=\"off\" admin_label=\"Oak Section\" _builder_version=\"3.0.47\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" padding_mobile=\"on\" column_padding_mobile=\"on\" background_color_2=\"#494949\" padding_top_2=\"10px\" padding_right_2=\"0px\" padding_bottom_2=\"20px\" padding_left_2=\"0px\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"3_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Oak Text\" _builder_version=\"3.0.72\" text_font_size=\"18\" text_text_color=\"#ffffff\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h1>Oak</h1>
<p>Oak cabinets, the mainstay of the cabinet and furniture industry, offers depth in color from pink to white and light brown. In addition, green, yellow and even black color veins may appear as mineral streaks. Oak is also known for its wide and narrow grain patterns that are considered desirable qualities in this strong, open-grained American classic.</p>
[/et_pb_text][et_pb_text background_layout=\"dark\" admin_label=\"Standard Finishes Text\" module_class=\"finishes\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px||0px|\" custom_padding=\"10px||10px|\" global_module=\"166\" saved_tabs=\"all\"]<h3 style=\"text-align: center;\"><strong>Standard Finishes</strong></h3>
<p style=\"text-align: center;\"><span class=\"s1\">Click on a wood sample below to enlarge photo.</span></p>
[/et_pb_text][et_pb_gallery gallery_ids=\"389,398,392,400,401,416,395,399,391,390,397,396,393,394\" posts_number=\"20\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Oak Gallery\" module_class=\"rounded\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;\"][/et_pb_gallery][et_pb_cta title=\"Need some help deciding?\" button_url=\"/find-dealer/\" button_text=\"FIND A DEALER\" admin_label=\"Contact Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"||||\" header_font_size_tablet=\"26\" header_font_size_phone=\"26\" header_letter_spacing_tablet=\"0px\" header_letter_spacing_phone=\"0px\" header_line_height_tablet=\"1em\" header_line_height_phone=\"1em\" body_font=\"||||\" body_font_size=\"17\" body_font_size_tablet=\"17\" body_font_size_phone=\"17\" body_letter_spacing_tablet=\"0px\" body_letter_spacing_phone=\"0px\" body_line_height_tablet=\"1.7em\" body_line_height_phone=\"1.7em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"10px|0px|10px|0px\" custom_margin_tablet=\"10px|0px|10px|0px\" custom_margin_phone=\"10px|0px|10px|0px\" custom_padding=\"10px|20px|20px|20px\" custom_padding_tablet=\"10px|20px|20px|20px\" custom_padding_phone=\"10px|20px|20px|20px\" button_text_size_tablet=\"20\" button_text_size_phone=\"20\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"-webkit-border-radius: 20px;||border-radius: 20px;\" global_module=\"159\" saved_tabs=\"all\"]<h4>Locate the perfect dealer to help you get started in the right direction.</h4>
[/et_pb_cta][et_pb_text background_layout=\"dark\" admin_label=\"Disclaimer Text\" _builder_version=\"3.0.72\" text_font=\"Open Sans||on||\" text_font_size=\"11\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"20px|||\" global_module=\"168\" saved_tabs=\"all\"]<p>The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.</p>
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"0px\" padding_right=\"0px\" padding_top=\"10px\" column_padding_mobile=\"on\" background_color=\"#494949\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Other Species\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||5px|20px\" global_module=\"164\" saved_tabs=\"all\"]<h3>Other Species</h3>
[/et_pb_text][et_pb_button button_url=\"/wood-color/maple/\" button_text=\"MAPLE\" button_alignment=\"left\" admin_label=\"Maple Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"144\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/hickory/\" button_text=\"HICKORY\" button_alignment=\"left\" admin_label=\"Hickory Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"154\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/cherry/\" button_text=\"CHERRY\" button_alignment=\"left\" admin_label=\"Cherry Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"152\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/knotty/\" button_text=\"KNOTTY\" button_alignment=\"left\" admin_label=\"Knotty Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"151\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/painted/\" button_text=\"PAINTED\" button_alignment=\"left\" admin_label=\"Painted Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"147\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/thermofoil/\" button_text=\"THERMOFOIL\" button_alignment=\"left\" admin_label=\"Thermofoil Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"148\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Oak","","inherit","closed","closed","","136-revision-v1","","","2017-09-12 12:50:14","2017-09-12 16:50:14","","136","http://www.pioneercabinetry.co/uncategorized/136-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("139","1","2017-09-10 12:47:59","2017-09-10 16:47:59","[et_pb_section admin_label=\"Section\" fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" background_color=\"#ffffff\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" disabled=\"on\" disabled_on=\"on|on|on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Oak Header Image\" saved_tabs=\"all\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HD-Oak.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" global_module=\"1127\"] [/et_pb_fullwidth_image][/et_pb_section][et_pb_section admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#ffffff\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Oak.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_main_element=\"width:100%;\"] [/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Oak Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"30px||20px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#2b2b2b\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px|0px|0px|0px\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_color_2=\"#494949\" padding_right_2=\"0px\" padding_left_2=\"0px\" padding_top_2=\"10px\" padding_bottom_2=\"20px\"][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Oak Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\" text_line_height=\"1.8em\" text_text_color=\"#ffffff\"]
<h1>Oak</h1>
Oak, the mainstay of the cabinet and furniture industry, offers depth in color from pink to white and light brown. In addition, green, yellow and even black color veins may appear as mineral streaks. Oak is also known for its wide and narrow grain patterns that are considered desirable qualities in this strong, open-grained American classic.

[/et_pb_text][et_pb_text admin_label=\"Standard Finishes Text\" saved_tabs=\"all\" global_module=\"171\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"0px||0px|\" custom_padding=\"0px||10px|\"]
<h3 style=\"text-align: center;\"><strong>Standard Finishes</strong></h3>
<p style=\"text-align: center;\"><span class=\"s1\">Click on a wood sample below to enlarge photo.</span></p>
[/et_pb_text][et_pb_gallery admin_label=\"Oak Gallery\" gallery_ids=\"200,190,197,188,187,191,194,189,198,199,192,193,196,195\" fullwidth=\"off\" posts_number=\"20\" show_title_and_caption=\"on\" show_pagination=\"off\" background_layout=\"dark\" auto=\"off\" hover_overlay_color=\"rgba(255,255,255,0.9)\" caption_all_caps=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_gallery_item_title=\"text-align:center;\" module_class=\"rounded\"] [/et_pb_gallery][et_pb_cta admin_label=\"Contact Dealer CTA\" global_module=\"308\" saved_tabs=\"all\" title=\"Need some help deciding?\" button_url=\"/wp/find-dealer/\" url_new_window=\"off\" button_text=\"FIND A DEALER\" use_background_color=\"on\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" body_font_size=\"17\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"10px|0px|10px|0px\" custom_padding=\"10px|20px|20px|20px\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"-webkit-border-radius: 20px;||border-radius: 20px;\"]
<h4>Locate the perfect dealer to help you get started in the right direction.</h4>
[/et_pb_cta][et_pb_text admin_label=\"Disclaimer Text\" global_module=\"1352\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"11\" text_font=\"Open Sans||||\" saved_tabs=\"all\"] The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications. [/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Other Species\" saved_tabs=\"all\" global_module=\"223\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"0px||0px|\" custom_padding=\"0px||5px|20px\"]
<h2>Other Species</h2>
[/et_pb_text][et_pb_button admin_label=\"Oak Button\" saved_tabs=\"all\" button_url=\"/wp/wood-color/oak/\" url_new_window=\"off\" button_text=\"OAK\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"1336\"] [/et_pb_button][et_pb_button admin_label=\"Maple Button\" saved_tabs=\"all\" button_url=\"/wp/wood-color/maple/\" url_new_window=\"off\" button_text=\"MAPLE\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"1337\"] [/et_pb_button][et_pb_button admin_label=\"Hickory Button\" saved_tabs=\"all\" button_url=\"/wp/wood-color/hickory/\" url_new_window=\"off\" button_text=\"HICKORY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"1338\"] [/et_pb_button][et_pb_button admin_label=\"Cherry Button\" saved_tabs=\"all\" button_url=\"/wp/wood-color/cherry/\" url_new_window=\"off\" button_text=\"CHERRY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"1339\"] [/et_pb_button][et_pb_button admin_label=\"Knotty Button\" saved_tabs=\"all\" button_url=\"/wp/wood-color/knotty/\" url_new_window=\"off\" button_text=\"KNOTTY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"1340\"] [/et_pb_button][et_pb_button admin_label=\"Painted Button\" saved_tabs=\"all\" button_url=\"/wp/wood-color/painted/\" url_new_window=\"off\" button_text=\"PAINTED\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"1341\"] [/et_pb_button][et_pb_button admin_label=\"Thermofoil Button\" saved_tabs=\"all\" button_url=\"/wp/wood-color/thermofoil/\" url_new_window=\"off\" button_text=\"THERMOFOIL\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"1342\"] [/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" global_module=\"587\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"on\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" custom_padding=\"10px||25px|\"][et_pb_row global_parent=\"587\" admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"||0px|\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_color_1=\"#000000\" padding_top_1=\"10px\" padding_right_1=\"10px\" padding_bottom_1=\"30px\" padding_left_1=\"10px\" background_color_2=\"#000000\" padding_top_2=\"10px\" padding_right_2=\"10px\" padding_bottom_2=\"30px\" padding_left_2=\"10px\"][et_pb_column type=\"1_2\"][et_pb_cta global_parent=\"587\" admin_label=\"Warranty CTA\" title=\"Warranty\" button_url=\"http://pioneercabinetry.net/wp/quality-care/warranty/\" url_new_window=\"off\" button_text=\"READ MORE\" use_background_color=\"off\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" button_bg_color=\"#e09900\" button_border_width=\"1\" body_font_size=\"16\"]
<p class=\"p1\" style=\"text-align: center;\"><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta global_parent=\"587\" admin_label=\"Dealer CTA\" title=\"Dealer Locator\" button_url=\"http://pioneercabinetry.net/wp/find-a-dealer/\" url_new_window=\"off\" button_text=\"FIND A DEALER\" use_background_color=\"off\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" button_bg_color=\"#e09900\" button_border_width=\"1\" body_font_size=\"16\"]
<p class=\"p1\" style=\"text-align: center;\"><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Oak","","inherit","closed","closed","","136-revision-v1","","","2017-09-10 12:47:59","2017-09-10 16:47:59","","136","http://www.pioneercabinetry.co/uncategorized/136-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("140","1","2017-09-10 12:48:09","2017-09-10 16:48:09","[et_pb_section bb_built=\"1\" fullwidth=\"on\" specialty=\"off\" transparent_background=\"off\" background_color=\"#ffffff\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" disabled=\"on\" disabled_on=\"on|on|on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_fullwidth_image admin_label=\"Oak Header Image\" saved_tabs=\"all\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HD-Oak.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" global_module=\"1127\" /][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#ffffff\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Oak.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_main_element=\"width:100%;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Oak Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"30px||20px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#2b2b2b\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px|0px|0px|0px\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_color_2=\"#494949\" padding_right_2=\"0px\" padding_left_2=\"0px\" padding_top_2=\"10px\" padding_bottom_2=\"20px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Oak Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\" text_line_height=\"1.8em\" text_text_color=\"#ffffff\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]
<h1>Oak</h1>
Oak, the mainstay of the cabinet and furniture industry, offers depth in color from pink to white and light brown. In addition, green, yellow and even black color veins may appear as mineral streaks. Oak is also known for its wide and narrow grain patterns that are considered desirable qualities in this strong, open-grained American classic.

[/et_pb_text][et_pb_text admin_label=\"Standard Finishes Text\" saved_tabs=\"all\" global_module=\"171\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"0px||0px|\" custom_padding=\"0px||10px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]
<h3 style=\"text-align: center;\"><strong>Standard Finishes</strong></h3>
<p style=\"text-align: center;\"><span class=\"s1\">Click on a wood sample below to enlarge photo.</span></p>
[/et_pb_text][et_pb_gallery admin_label=\"Oak Gallery\" gallery_ids=\"200,190,197,188,187,191,194,189,198,199,192,193,196,195\" fullwidth=\"off\" posts_number=\"20\" show_title_and_caption=\"on\" show_pagination=\"off\" background_layout=\"dark\" auto=\"off\" hover_overlay_color=\"rgba(255,255,255,0.9)\" caption_all_caps=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_gallery_item_title=\"text-align:center;\" module_class=\"rounded\" /][et_pb_cta admin_label=\"Contact Dealer CTA\" global_module=\"308\" saved_tabs=\"all\" title=\"Need some help deciding?\" button_url=\"/wp/find-dealer/\" url_new_window=\"off\" button_text=\"FIND A DEALER\" use_background_color=\"on\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" body_font_size=\"17\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"10px|0px|10px|0px\" custom_padding=\"10px|20px|20px|20px\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"-webkit-border-radius: 20px;||border-radius: 20px;\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]
<h4>Locate the perfect dealer to help you get started in the right direction.</h4>
[/et_pb_cta][et_pb_text admin_label=\"Disclaimer Text\" global_module=\"1352\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"11\" text_font=\"Open Sans||||\" saved_tabs=\"all\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"] The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications. [/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Other Species\" saved_tabs=\"all\" global_module=\"223\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"0px||0px|\" custom_padding=\"0px||5px|20px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]
<h2>Other Species</h2>
[/et_pb_text][et_pb_button admin_label=\"Oak Button\" saved_tabs=\"all\" button_url=\"/wp/wood-color/oak/\" url_new_window=\"off\" button_text=\"OAK\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"1336\" /][et_pb_button admin_label=\"Maple Button\" saved_tabs=\"all\" button_url=\"/wp/wood-color/maple/\" url_new_window=\"off\" button_text=\"MAPLE\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"1337\" /][et_pb_button admin_label=\"Hickory Button\" saved_tabs=\"all\" button_url=\"/wp/wood-color/hickory/\" url_new_window=\"off\" button_text=\"HICKORY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"1338\" /][et_pb_button admin_label=\"Cherry Button\" saved_tabs=\"all\" button_url=\"/wp/wood-color/cherry/\" url_new_window=\"off\" button_text=\"CHERRY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"1339\" /][et_pb_button admin_label=\"Knotty Button\" saved_tabs=\"all\" button_url=\"/wp/wood-color/knotty/\" url_new_window=\"off\" button_text=\"KNOTTY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"1340\" /][et_pb_button admin_label=\"Painted Button\" saved_tabs=\"all\" button_url=\"/wp/wood-color/painted/\" url_new_window=\"off\" button_text=\"PAINTED\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"1341\" /][et_pb_button admin_label=\"Thermofoil Button\" saved_tabs=\"all\" button_url=\"/wp/wood-color/thermofoil/\" url_new_window=\"off\" button_text=\"THERMOFOIL\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"1342\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"on\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" custom_padding=\"10px||25px|\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"||0px|\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_color_1=\"#000000\" padding_top_1=\"10px\" padding_right_1=\"10px\" padding_bottom_1=\"30px\" padding_left_1=\"10px\" background_color_2=\"#000000\" padding_top_2=\"10px\" padding_right_2=\"10px\" padding_bottom_2=\"30px\" padding_left_2=\"10px\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" title=\"Warranty\" button_url=\"http://pioneercabinetry.net/wp/quality-care/warranty/\" url_new_window=\"off\" button_text=\"READ MORE\" use_background_color=\"off\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" button_bg_color=\"#e09900\" button_border_width=\"1\" body_font_size=\"16\"]
<p class=\"p1\" style=\"text-align: center;\"><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" title=\"Dealer Locator\" button_url=\"http://pioneercabinetry.net/wp/find-a-dealer/\" url_new_window=\"off\" button_text=\"FIND A DEALER\" use_background_color=\"off\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" button_bg_color=\"#e09900\" button_border_width=\"1\" body_font_size=\"16\"]
<p class=\"p1\" style=\"text-align: center;\"><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Oak","","inherit","closed","closed","","136-revision-v1","","","2017-09-10 12:48:09","2017-09-10 16:48:09","","136","http://www.pioneercabinetry.co/uncategorized/136-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("141","1","2017-09-10 12:49:54","2017-09-10 16:49:54","[et_pb_button button_url=\"/wood-color/oak/\" button_text=\"OAK\" button_alignment=\"left\" admin_label=\"Oak Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" saved_tabs=\"all\" template_type=\"module\" url_new_window=\"off\" background_color=\"#dd9933\" background_layout=\"light\" animation_style=\"none\"][/et_pb_button]","Oak Button","","publish","closed","closed","","oak-button","","","2017-09-10 16:55:12","2017-09-10 20:55:12","","0","http://www.pioneercabinetry.co/et_pb_layout/oak-button/","0","et_pb_layout","","0");
INSERT INTO `pcab_posts` VALUES("149","1","2017-09-10 12:56:45","2017-09-10 16:56:45","[et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#ffffff\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HD-Generic1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" animation_direction=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Oak Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"30px||20px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#2b2b2b\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px|0px|0px|0px\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_color_2=\"#494949\" padding_right_2=\"0px\" padding_left_2=\"0px\" padding_top_2=\"10px\" padding_bottom_2=\"20px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Wood Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]
<h1>Wide selection of wood species &amp; color</h1>
Are you are looking for the american classic like oak or the red tones of cherry? Whether you need a clean seamless look of our thermofoil product, or trendy painted look for your cabinets, you can find the perfect wood choice for your cabinets here.

[/et_pb_text][et_pb_cta admin_label=\"Contact Dealer CTA\" global_module=\"308\" saved_tabs=\"all\" title=\"Need some help deciding?\" button_url=\"/wp/find-dealer/\" url_new_window=\"off\" button_text=\"FIND A DEALER\" use_background_color=\"on\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" body_font_size=\"17\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"10px|0px|10px|0px\" custom_padding=\"10px|20px|20px|20px\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"-webkit-border-radius: 20px;||border-radius: 20px;\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]
<h4>Locate the perfect dealer to help you get started in the right direction.</h4>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Other Species\" saved_tabs=\"all\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"0px||0px|\" custom_padding=\"0px||5px|20px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]
<h2>Select Species</h2>
[/et_pb_text][et_pb_button admin_label=\"Oak Button\" button_url=\"/wood-color/oak/\" url_new_window=\"off\" button_text=\"OAK\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"141\" /][et_pb_button admin_label=\"Maple Button\" button_url=\"/wood-color/maple/\" url_new_window=\"off\" button_text=\"MAPLE\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"144\" /][et_pb_button admin_label=\"Hickory Button\" button_url=\"/wp/wood-color/hickory/\" url_new_window=\"off\" button_text=\"HICKORY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" /][et_pb_button admin_label=\"Cherry Button\" button_url=\"/wp/wood-color/cherry/\" url_new_window=\"off\" button_text=\"CHERRY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" /][et_pb_button admin_label=\"Knotty Button\" button_url=\"/wp/wood-color/knotty/\" url_new_window=\"off\" button_text=\"KNOTTY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" /][et_pb_button admin_label=\"Painted Button\" button_url=\"/wp/wood-color/painted/\" url_new_window=\"off\" button_text=\"PAINTED\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"147\" /][et_pb_button admin_label=\"Thermofoil Button\" button_url=\"/wp/wood-color/thermofoil/\" url_new_window=\"off\" button_text=\"THERMOFOIL\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"148\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row global_parent=\"93\" background_color_1=\"#000000\" background_color_2=\"#000000\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" _builder_version=\"3.0.72\" make_equal=\"on\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" global_parent=\"93\" title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<span class=\"s1\">We stand behind our craftsmanship.</span>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" global_parent=\"93\" title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Wood & Color","","inherit","closed","closed","","131-revision-v1","","","2017-09-10 12:56:45","2017-09-10 16:56:45","","131","http://www.pioneercabinetry.co/uncategorized/131-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("146","1","2017-09-10 12:55:13","2017-09-10 16:55:13","[et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#ffffff\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HD-Generic1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" animation_direction=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Oak Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"30px||20px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#2b2b2b\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px|0px|0px|0px\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_color_2=\"#494949\" padding_right_2=\"0px\" padding_left_2=\"0px\" padding_top_2=\"10px\" padding_bottom_2=\"20px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Wood Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]
<h1>Wide selection of wood species &amp; color</h1>
Are you are looking for the american classic like oak or the red tones of cherry? Whether you need a clean seamless look of our thermofoil product, or trendy painted look for your cabinets, you can find the perfect wood choice for your cabinets here.

[/et_pb_text][et_pb_cta admin_label=\"Contact Dealer CTA\" global_module=\"308\" saved_tabs=\"all\" title=\"Need some help deciding?\" button_url=\"/wp/find-dealer/\" url_new_window=\"off\" button_text=\"FIND A DEALER\" use_background_color=\"on\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" body_font_size=\"17\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"10px|0px|10px|0px\" custom_padding=\"10px|20px|20px|20px\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"-webkit-border-radius: 20px;||border-radius: 20px;\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]
<h4>Locate the perfect dealer to help you get started in the right direction.</h4>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Other Species\" saved_tabs=\"all\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"0px||0px|\" custom_padding=\"0px||5px|20px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]
<h2>Select Species</h2>
[/et_pb_text][et_pb_button admin_label=\"Oak Button\" button_url=\"/wood-color/oak/\" url_new_window=\"off\" button_text=\"OAK\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"141\" /][et_pb_button admin_label=\"Maple Button\" button_url=\"/wood-color/maple/\" url_new_window=\"off\" button_text=\"MAPLE\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"144\" /][et_pb_button admin_label=\"Hickory Button\" button_url=\"/wp/wood-color/hickory/\" url_new_window=\"off\" button_text=\"HICKORY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" /][et_pb_button admin_label=\"Cherry Button\" button_url=\"/wp/wood-color/cherry/\" url_new_window=\"off\" button_text=\"CHERRY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" /][et_pb_button admin_label=\"Knotty Button\" button_url=\"/wp/wood-color/knotty/\" url_new_window=\"off\" button_text=\"KNOTTY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" /][et_pb_button admin_label=\"Painted Button\" saved_tabs=\"all\" button_url=\"/wp/wood-color/painted/\" url_new_window=\"off\" button_text=\"PAINTED\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"1341\" /][et_pb_button admin_label=\"Thermofoil Button\" saved_tabs=\"all\" button_url=\"/wp/wood-color/thermofoil/\" url_new_window=\"off\" button_text=\"THERMOFOIL\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"1342\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#dddddd\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" disabled_on=\"on|on|on\" disabled=\"on\" collapsed=\"on\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"10px|||\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" parallax_4=\"off\" parallax_method_4=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"OAK Button\" global_module=\"222\" saved_tabs=\"all\" button_url=\"http://pioneercabinetry.net/wp/wood-color/oak/\" url_new_window=\"off\" button_text=\"OAK\" button_alignment=\"center\" background_layout=\"light\" custom_button=\"on\" button_bg_color=\"rgba(255,255,255,0.5)\" button_border_width=\"1\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_bg_color_hover=\"#ffffff\" button_letter_spacing_hover=\"0\" module_class=\"subMenu\" custom_css_main_element=\"width:100%;||margin:0px !important;||\" /][et_pb_button admin_label=\"Knotty Button\" global_module=\"239\" saved_tabs=\"all\" button_url=\"http://pioneercabinetry.net/wp/wood-color/knotty/\" url_new_window=\"off\" button_text=\"KNOTTY\" button_alignment=\"center\" background_layout=\"light\" custom_button=\"on\" button_bg_color=\"rgba(255,255,255,0.5)\" button_border_width=\"1\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_bg_color_hover=\"#ffffff\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;||\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Maple Button\" global_module=\"236\" saved_tabs=\"all\" button_url=\"http://pioneercabinetry.net/wp/wood-color/maple/\" url_new_window=\"off\" button_text=\"MAPLE\" button_alignment=\"center\" background_layout=\"light\" custom_button=\"on\" button_bg_color=\"rgba(255,255,255,0.5)\" button_border_width=\"1\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_bg_color_hover=\"#ffffff\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;||\" /][et_pb_button admin_label=\"Painted Button\" global_module=\"240\" saved_tabs=\"all\" button_url=\"http://pioneercabinetry.net/wp/wood-color/painted/\" url_new_window=\"off\" button_text=\"PAINTED\" button_alignment=\"center\" background_layout=\"light\" custom_button=\"on\" button_bg_color=\"rgba(255,255,255,0.5)\" button_border_width=\"1\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_bg_color_hover=\"#ffffff\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;||\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Hickory Button\" global_module=\"237\" saved_tabs=\"all\" button_url=\"http://pioneercabinetry.net/wp/wood-color/hickory/\" url_new_window=\"off\" button_text=\"HICKORY\" button_alignment=\"center\" background_layout=\"light\" custom_button=\"on\" button_bg_color=\"rgba(255,255,255,0.5)\" button_border_width=\"1\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_bg_color_hover=\"#ffffff\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;||\" /][et_pb_button admin_label=\"Thermofoil Button\" global_module=\"241\" saved_tabs=\"all\" button_url=\"http://pioneercabinetry.net/wp/wood-color/thermofoil/\" url_new_window=\"off\" button_text=\"THERMOFOIL\" button_alignment=\"center\" background_layout=\"light\" custom_button=\"on\" button_bg_color=\"rgba(255,255,255,0.5)\" button_border_width=\"1\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_bg_color_hover=\"#ffffff\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;||\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Cherry Button\" global_module=\"238\" saved_tabs=\"all\" button_url=\"http://pioneercabinetry.net/wp/wood-color/cherry/\" url_new_window=\"off\" button_text=\"CHERRY\" button_alignment=\"center\" background_layout=\"light\" custom_button=\"on\" button_bg_color=\"rgba(255,255,255,0.5)\" button_border_width=\"1\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_bg_color_hover=\"#ffffff\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;||\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"on\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" custom_padding=\"10px||25px|\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"||0px|\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_color_1=\"#000000\" padding_top_1=\"10px\" padding_right_1=\"10px\" padding_bottom_1=\"30px\" padding_left_1=\"10px\" background_color_2=\"#000000\" padding_top_2=\"10px\" padding_right_2=\"10px\" padding_bottom_2=\"30px\" padding_left_2=\"10px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" title=\"Warranty\" button_url=\"http://pioneercabinetry.net/wp/quality-care/warranty/\" url_new_window=\"off\" button_text=\"READ MORE\" use_background_color=\"off\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" button_bg_color=\"#e09900\" button_border_width=\"1\" body_font_size=\"16\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]
<p class=\"p1\" style=\"text-align: center;\"><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" title=\"Dealer Locator\" button_url=\"http://pioneercabinetry.net/wp/find-a-dealer/\" url_new_window=\"off\" button_text=\"FIND A DEALER\" use_background_color=\"off\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" button_bg_color=\"#e09900\" button_border_width=\"1\" body_font_size=\"16\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]
<p class=\"p1\" style=\"text-align: center;\"><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Wood & Color","","inherit","closed","closed","","131-revision-v1","","","2017-09-10 12:55:13","2017-09-10 16:55:13","","131","http://www.pioneercabinetry.co/uncategorized/131-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("145","1","2017-09-10 12:54:41","2017-09-10 16:54:41","[et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#ffffff\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HD-Generic1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" animation_direction=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Oak Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"30px||20px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#2b2b2b\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px|0px|0px|0px\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_color_2=\"#494949\" padding_right_2=\"0px\" padding_left_2=\"0px\" padding_top_2=\"10px\" padding_bottom_2=\"20px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Wood Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]
<h1>Wide selection of wood species &amp; color</h1>
Are you are looking for the american classic like oak or the red tones of cherry? Whether you need a clean seamless look of our thermofoil product, or trendy painted look for your cabinets, you can find the perfect wood choice for your cabinets here.

[/et_pb_text][et_pb_cta admin_label=\"Contact Dealer CTA\" global_module=\"308\" saved_tabs=\"all\" title=\"Need some help deciding?\" button_url=\"/wp/find-dealer/\" url_new_window=\"off\" button_text=\"FIND A DEALER\" use_background_color=\"on\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" body_font_size=\"17\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"10px|0px|10px|0px\" custom_padding=\"10px|20px|20px|20px\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"-webkit-border-radius: 20px;||border-radius: 20px;\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]
<h4>Locate the perfect dealer to help you get started in the right direction.</h4>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Other Species\" saved_tabs=\"all\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"0px||0px|\" custom_padding=\"0px||5px|20px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]
<h2>Select Species</h2>
[/et_pb_text][et_pb_button admin_label=\"Oak Button\" button_url=\"/wood-color/oak/\" url_new_window=\"off\" button_text=\"OAK\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"141\" /][et_pb_button admin_label=\"Maple Button\" button_url=\"/wood-color/maple/\" url_new_window=\"off\" button_text=\"MAPLE\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"144\" /][et_pb_button admin_label=\"Hickory Button\" button_url=\"/wp/wood-color/hickory/\" url_new_window=\"off\" button_text=\"HICKORY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" /][et_pb_button admin_label=\"Cherry Button\" button_url=\"/wp/wood-color/cherry/\" url_new_window=\"off\" button_text=\"CHERRY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" /][et_pb_button admin_label=\"Knotty Button\" saved_tabs=\"all\" button_url=\"/wp/wood-color/knotty/\" url_new_window=\"off\" button_text=\"KNOTTY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"1340\" /][et_pb_button admin_label=\"Painted Button\" saved_tabs=\"all\" button_url=\"/wp/wood-color/painted/\" url_new_window=\"off\" button_text=\"PAINTED\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"1341\" /][et_pb_button admin_label=\"Thermofoil Button\" saved_tabs=\"all\" button_url=\"/wp/wood-color/thermofoil/\" url_new_window=\"off\" button_text=\"THERMOFOIL\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"1342\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#dddddd\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" disabled_on=\"on|on|on\" disabled=\"on\" collapsed=\"on\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"10px|||\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" parallax_4=\"off\" parallax_method_4=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"OAK Button\" global_module=\"222\" saved_tabs=\"all\" button_url=\"http://pioneercabinetry.net/wp/wood-color/oak/\" url_new_window=\"off\" button_text=\"OAK\" button_alignment=\"center\" background_layout=\"light\" custom_button=\"on\" button_bg_color=\"rgba(255,255,255,0.5)\" button_border_width=\"1\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_bg_color_hover=\"#ffffff\" button_letter_spacing_hover=\"0\" module_class=\"subMenu\" custom_css_main_element=\"width:100%;||margin:0px !important;||\" /][et_pb_button admin_label=\"Knotty Button\" global_module=\"239\" saved_tabs=\"all\" button_url=\"http://pioneercabinetry.net/wp/wood-color/knotty/\" url_new_window=\"off\" button_text=\"KNOTTY\" button_alignment=\"center\" background_layout=\"light\" custom_button=\"on\" button_bg_color=\"rgba(255,255,255,0.5)\" button_border_width=\"1\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_bg_color_hover=\"#ffffff\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;||\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Maple Button\" global_module=\"236\" saved_tabs=\"all\" button_url=\"http://pioneercabinetry.net/wp/wood-color/maple/\" url_new_window=\"off\" button_text=\"MAPLE\" button_alignment=\"center\" background_layout=\"light\" custom_button=\"on\" button_bg_color=\"rgba(255,255,255,0.5)\" button_border_width=\"1\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_bg_color_hover=\"#ffffff\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;||\" /][et_pb_button admin_label=\"Painted Button\" global_module=\"240\" saved_tabs=\"all\" button_url=\"http://pioneercabinetry.net/wp/wood-color/painted/\" url_new_window=\"off\" button_text=\"PAINTED\" button_alignment=\"center\" background_layout=\"light\" custom_button=\"on\" button_bg_color=\"rgba(255,255,255,0.5)\" button_border_width=\"1\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_bg_color_hover=\"#ffffff\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;||\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Hickory Button\" global_module=\"237\" saved_tabs=\"all\" button_url=\"http://pioneercabinetry.net/wp/wood-color/hickory/\" url_new_window=\"off\" button_text=\"HICKORY\" button_alignment=\"center\" background_layout=\"light\" custom_button=\"on\" button_bg_color=\"rgba(255,255,255,0.5)\" button_border_width=\"1\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_bg_color_hover=\"#ffffff\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;||\" /][et_pb_button admin_label=\"Thermofoil Button\" global_module=\"241\" saved_tabs=\"all\" button_url=\"http://pioneercabinetry.net/wp/wood-color/thermofoil/\" url_new_window=\"off\" button_text=\"THERMOFOIL\" button_alignment=\"center\" background_layout=\"light\" custom_button=\"on\" button_bg_color=\"rgba(255,255,255,0.5)\" button_border_width=\"1\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_bg_color_hover=\"#ffffff\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;||\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Cherry Button\" global_module=\"238\" saved_tabs=\"all\" button_url=\"http://pioneercabinetry.net/wp/wood-color/cherry/\" url_new_window=\"off\" button_text=\"CHERRY\" button_alignment=\"center\" background_layout=\"light\" custom_button=\"on\" button_bg_color=\"rgba(255,255,255,0.5)\" button_border_width=\"1\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_bg_color_hover=\"#ffffff\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;||\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"on\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" custom_padding=\"10px||25px|\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"||0px|\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_color_1=\"#000000\" padding_top_1=\"10px\" padding_right_1=\"10px\" padding_bottom_1=\"30px\" padding_left_1=\"10px\" background_color_2=\"#000000\" padding_top_2=\"10px\" padding_right_2=\"10px\" padding_bottom_2=\"30px\" padding_left_2=\"10px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" title=\"Warranty\" button_url=\"http://pioneercabinetry.net/wp/quality-care/warranty/\" url_new_window=\"off\" button_text=\"READ MORE\" use_background_color=\"off\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" button_bg_color=\"#e09900\" button_border_width=\"1\" body_font_size=\"16\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]
<p class=\"p1\" style=\"text-align: center;\"><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" title=\"Dealer Locator\" button_url=\"http://pioneercabinetry.net/wp/find-a-dealer/\" url_new_window=\"off\" button_text=\"FIND A DEALER\" use_background_color=\"off\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" button_bg_color=\"#e09900\" button_border_width=\"1\" body_font_size=\"16\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]
<p class=\"p1\" style=\"text-align: center;\"><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Wood & Color","","inherit","closed","closed","","131-revision-v1","","","2017-09-10 12:54:41","2017-09-10 16:54:41","","131","http://www.pioneercabinetry.co/uncategorized/131-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("142","1","2017-09-10 12:49:58","2017-09-10 16:49:58","[et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#ffffff\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HD-Generic1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" animation_direction=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Oak Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"30px||20px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#2b2b2b\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px|0px|0px|0px\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_color_2=\"#494949\" padding_right_2=\"0px\" padding_left_2=\"0px\" padding_top_2=\"10px\" padding_bottom_2=\"20px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Wood Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]
<h1>Wide selection of wood species &amp; color</h1>
Are you are looking for the american classic like oak or the red tones of cherry? Whether you need a clean seamless look of our thermofoil product, or trendy painted look for your cabinets, you can find the perfect wood choice for your cabinets here.

[/et_pb_text][et_pb_cta admin_label=\"Contact Dealer CTA\" global_module=\"308\" saved_tabs=\"all\" title=\"Need some help deciding?\" button_url=\"/wp/find-dealer/\" url_new_window=\"off\" button_text=\"FIND A DEALER\" use_background_color=\"on\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" body_font_size=\"17\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"10px|0px|10px|0px\" custom_padding=\"10px|20px|20px|20px\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"-webkit-border-radius: 20px;||border-radius: 20px;\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]
<h4>Locate the perfect dealer to help you get started in the right direction.</h4>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Other Species\" saved_tabs=\"all\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"0px||0px|\" custom_padding=\"0px||5px|20px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]
<h2>Select Species</h2>
[/et_pb_text][et_pb_button admin_label=\"Oak Button\" button_url=\"/wood-color/oak/\" url_new_window=\"off\" button_text=\"OAK\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"141\" /][et_pb_button admin_label=\"Maple Button\" saved_tabs=\"all\" button_url=\"/wp/wood-color/maple/\" url_new_window=\"off\" button_text=\"MAPLE\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"1337\" /][et_pb_button admin_label=\"Hickory Button\" saved_tabs=\"all\" button_url=\"/wp/wood-color/hickory/\" url_new_window=\"off\" button_text=\"HICKORY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"1338\" /][et_pb_button admin_label=\"Cherry Button\" saved_tabs=\"all\" button_url=\"/wp/wood-color/cherry/\" url_new_window=\"off\" button_text=\"CHERRY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"1339\" /][et_pb_button admin_label=\"Knotty Button\" saved_tabs=\"all\" button_url=\"/wp/wood-color/knotty/\" url_new_window=\"off\" button_text=\"KNOTTY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"1340\" /][et_pb_button admin_label=\"Painted Button\" saved_tabs=\"all\" button_url=\"/wp/wood-color/painted/\" url_new_window=\"off\" button_text=\"PAINTED\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"1341\" /][et_pb_button admin_label=\"Thermofoil Button\" saved_tabs=\"all\" button_url=\"/wp/wood-color/thermofoil/\" url_new_window=\"off\" button_text=\"THERMOFOIL\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"1342\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#dddddd\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" disabled_on=\"on|on|on\" disabled=\"on\" collapsed=\"on\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"10px|||\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" parallax_4=\"off\" parallax_method_4=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"OAK Button\" global_module=\"222\" saved_tabs=\"all\" button_url=\"http://pioneercabinetry.net/wp/wood-color/oak/\" url_new_window=\"off\" button_text=\"OAK\" button_alignment=\"center\" background_layout=\"light\" custom_button=\"on\" button_bg_color=\"rgba(255,255,255,0.5)\" button_border_width=\"1\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_bg_color_hover=\"#ffffff\" button_letter_spacing_hover=\"0\" module_class=\"subMenu\" custom_css_main_element=\"width:100%;||margin:0px !important;||\" /][et_pb_button admin_label=\"Knotty Button\" global_module=\"239\" saved_tabs=\"all\" button_url=\"http://pioneercabinetry.net/wp/wood-color/knotty/\" url_new_window=\"off\" button_text=\"KNOTTY\" button_alignment=\"center\" background_layout=\"light\" custom_button=\"on\" button_bg_color=\"rgba(255,255,255,0.5)\" button_border_width=\"1\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_bg_color_hover=\"#ffffff\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;||\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Maple Button\" global_module=\"236\" saved_tabs=\"all\" button_url=\"http://pioneercabinetry.net/wp/wood-color/maple/\" url_new_window=\"off\" button_text=\"MAPLE\" button_alignment=\"center\" background_layout=\"light\" custom_button=\"on\" button_bg_color=\"rgba(255,255,255,0.5)\" button_border_width=\"1\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_bg_color_hover=\"#ffffff\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;||\" /][et_pb_button admin_label=\"Painted Button\" global_module=\"240\" saved_tabs=\"all\" button_url=\"http://pioneercabinetry.net/wp/wood-color/painted/\" url_new_window=\"off\" button_text=\"PAINTED\" button_alignment=\"center\" background_layout=\"light\" custom_button=\"on\" button_bg_color=\"rgba(255,255,255,0.5)\" button_border_width=\"1\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_bg_color_hover=\"#ffffff\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;||\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Hickory Button\" global_module=\"237\" saved_tabs=\"all\" button_url=\"http://pioneercabinetry.net/wp/wood-color/hickory/\" url_new_window=\"off\" button_text=\"HICKORY\" button_alignment=\"center\" background_layout=\"light\" custom_button=\"on\" button_bg_color=\"rgba(255,255,255,0.5)\" button_border_width=\"1\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_bg_color_hover=\"#ffffff\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;||\" /][et_pb_button admin_label=\"Thermofoil Button\" global_module=\"241\" saved_tabs=\"all\" button_url=\"http://pioneercabinetry.net/wp/wood-color/thermofoil/\" url_new_window=\"off\" button_text=\"THERMOFOIL\" button_alignment=\"center\" background_layout=\"light\" custom_button=\"on\" button_bg_color=\"rgba(255,255,255,0.5)\" button_border_width=\"1\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_bg_color_hover=\"#ffffff\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;||\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Cherry Button\" global_module=\"238\" saved_tabs=\"all\" button_url=\"http://pioneercabinetry.net/wp/wood-color/cherry/\" url_new_window=\"off\" button_text=\"CHERRY\" button_alignment=\"center\" background_layout=\"light\" custom_button=\"on\" button_bg_color=\"rgba(255,255,255,0.5)\" button_border_width=\"1\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_bg_color_hover=\"#ffffff\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;||\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"on\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" custom_padding=\"10px||25px|\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"||0px|\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_color_1=\"#000000\" padding_top_1=\"10px\" padding_right_1=\"10px\" padding_bottom_1=\"30px\" padding_left_1=\"10px\" background_color_2=\"#000000\" padding_top_2=\"10px\" padding_right_2=\"10px\" padding_bottom_2=\"30px\" padding_left_2=\"10px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" title=\"Warranty\" button_url=\"http://pioneercabinetry.net/wp/quality-care/warranty/\" url_new_window=\"off\" button_text=\"READ MORE\" use_background_color=\"off\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" button_bg_color=\"#e09900\" button_border_width=\"1\" body_font_size=\"16\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]
<p class=\"p1\" style=\"text-align: center;\"><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" title=\"Dealer Locator\" button_url=\"http://pioneercabinetry.net/wp/find-a-dealer/\" url_new_window=\"off\" button_text=\"FIND A DEALER\" use_background_color=\"off\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" button_bg_color=\"#e09900\" button_border_width=\"1\" body_font_size=\"16\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]
<p class=\"p1\" style=\"text-align: center;\"><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Wood & Color","","inherit","closed","closed","","131-revision-v1","","","2017-09-10 12:49:58","2017-09-10 16:49:58","","131","http://www.pioneercabinetry.co/uncategorized/131-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("382","1","2017-09-10 16:55:12","2017-09-10 20:55:12","[et_pb_button button_url=\"/wood-color/oak/\" button_text=\"OAK\" button_alignment=\"left\" admin_label=\"Oak Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" saved_tabs=\"all\" template_type=\"module\" url_new_window=\"off\" background_color=\"#dd9933\" background_layout=\"light\" animation_style=\"none\"][/et_pb_button]","Oak Button","","inherit","closed","closed","","141-revision-v1","","","2017-09-10 16:55:12","2017-09-10 20:55:12","","141","http://www.pioneercabinetry.co/uncategorized/141-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("389","1","2017-09-10 17:00:27","2017-09-10 21:00:27","","Blush","","inherit","closed","closed","","oakstandard-blush","","","2017-09-10 17:01:31","2017-09-10 21:01:31","","136","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/oakStandard-Blush.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("390","1","2017-09-10 17:00:29","2017-09-10 21:00:29","","Burgundy","","inherit","closed","closed","","oakstandard-burgundy","","","2017-09-10 17:03:39","2017-09-10 21:03:39","","136","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/oakStandard-Burgundy.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("391","1","2017-09-10 17:00:30","2017-09-10 21:00:30","","Cayenne","","inherit","closed","closed","","oakstandard-cayenne","","","2017-09-10 17:03:35","2017-09-10 21:03:35","","136","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/oakStandard-Cayenne.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("392","1","2017-09-10 17:00:31","2017-09-10 21:00:31","","Clear","","inherit","closed","closed","","oakstandard-clear","","","2017-09-10 17:01:47","2017-09-10 21:01:47","","136","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/oakStandard-Clear.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("393","1","2017-09-10 17:00:31","2017-09-10 21:00:31","","Coffee","","inherit","closed","closed","","oakstandard-coffee","","","2017-09-10 17:03:59","2017-09-10 21:03:59","","136","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/oakStandard-Coffee.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("394","1","2017-09-10 17:00:32","2017-09-10 21:00:32","","Espresso","","inherit","closed","closed","","oakstandard-espresso","","","2017-09-10 17:04:05","2017-09-10 21:04:05","","136","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/oakStandard-Espresso.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("395","1","2017-09-10 17:00:34","2017-09-10 21:00:34","","Harvest","","inherit","closed","closed","","oakstandard-harvest","","","2017-09-10 17:03:23","2017-09-10 21:03:23","","136","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/oakStandard-Harvest.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("396","1","2017-09-10 17:00:35","2017-09-10 21:00:35","","Hazelnut","","inherit","closed","closed","","oakstandard-hazelnut","","","2017-09-10 17:03:53","2017-09-10 21:03:53","","136","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/oakStandard-Hazelnut.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("397","1","2017-09-10 17:00:36","2017-09-10 21:00:36","","Merlot","","inherit","closed","closed","","oakstandard-merlot","","","2017-09-10 17:03:48","2017-09-10 21:03:48","","136","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/oakStandard-Merlot.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("398","1","2017-09-10 17:00:37","2017-09-10 21:00:37","","Pearl","","inherit","closed","closed","","oakstandard-pearl","","","2017-09-10 17:01:38","2017-09-10 21:01:38","","136","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/oakStandard-Pearl.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("399","1","2017-09-10 17:00:38","2017-09-10 21:00:38","","Tawny","","inherit","closed","closed","","oakstandard-tawny","","","2017-09-10 17:03:28","2017-09-10 21:03:28","","136","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/oakStandard-Tawny.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("144","1","2017-09-10 12:53:57","2017-09-10 16:53:57","[et_pb_button admin_label=\"Maple Button\" button_url=\"/wood-color/maple/\" url_new_window=\"off\" button_text=\"MAPLE\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_text_size_last_edited=\"\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_last_edited=\"\" button_use_icon=\"default\" button_on_hover=\"on\" button_border_color_hover=\"\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" button_letter_spacing_hover_last_edited=\"\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" module_id=\"\" module_class=\"\" custom_css_before=\"\" custom_css_after=\"\" button_rel=\"\" disabled=\"\" disabled_on=\"\" template_type=\"module\" /]","Maple Button","","publish","closed","closed","","maple-button","","","2017-09-10 12:57:57","2017-09-10 16:57:57","","0","http://www.pioneercabinetry.co/et_pb_layout/maple-button/","0","et_pb_layout","","0");
INSERT INTO `pcab_posts` VALUES("148","1","2017-09-10 12:56:34","2017-09-10 16:56:34","[et_pb_button admin_label=\"Thermofoil Button\" button_url=\"/wood-color/thermofoil/\" url_new_window=\"off\" button_text=\"THERMOFOIL\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_text_size_last_edited=\"\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_last_edited=\"\" button_use_icon=\"default\" button_on_hover=\"on\" button_border_color_hover=\"\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" button_letter_spacing_hover_last_edited=\"\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" module_id=\"\" module_class=\"\" custom_css_before=\"\" custom_css_after=\"\" button_rel=\"\" disabled=\"\" disabled_on=\"\" template_type=\"module\" /]","Thermofoil Button","","publish","closed","closed","","thermofoil-button","","","2017-09-10 12:57:47","2017-09-10 16:57:47","","0","http://www.pioneercabinetry.co/et_pb_layout/thermofoil-button/","0","et_pb_layout","","0");
INSERT INTO `pcab_posts` VALUES("147","1","2017-09-10 12:55:56","2017-09-10 16:55:56","[et_pb_button admin_label=\"Painted Button\" button_url=\"/wood-color/painted/\" url_new_window=\"off\" button_text=\"PAINTED\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_text_size_last_edited=\"\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_last_edited=\"\" button_use_icon=\"default\" button_on_hover=\"on\" button_border_color_hover=\"\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" button_letter_spacing_hover_last_edited=\"\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" module_id=\"\" module_class=\"\" custom_css_before=\"\" custom_css_after=\"\" button_rel=\"\" disabled=\"\" disabled_on=\"\" template_type=\"module\" /]","Painted Button","","publish","closed","closed","","painted-button","","","2017-09-10 12:57:41","2017-09-10 16:57:41","","0","http://www.pioneercabinetry.co/et_pb_layout/painted-button/","0","et_pb_layout","","0");
INSERT INTO `pcab_posts` VALUES("151","1","2017-09-10 12:57:03","2017-09-10 16:57:03","[et_pb_button admin_label=\"Knotty Button\" button_url=\"/wood-color/knotty/\" url_new_window=\"off\" button_text=\"KNOTTY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_text_size_last_edited=\"\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_last_edited=\"\" button_use_icon=\"default\" button_on_hover=\"on\" button_border_color_hover=\"\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" button_letter_spacing_hover_last_edited=\"\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" module_id=\"\" module_class=\"\" custom_css_before=\"\" custom_css_after=\"\" button_rel=\"\" disabled=\"\" disabled_on=\"\" template_type=\"module\" /]","Knotty Button","","publish","closed","closed","","knotty-button","","","2017-09-10 12:57:24","2017-09-10 16:57:24","","0","http://www.pioneercabinetry.co/et_pb_layout/knotty-button/","0","et_pb_layout","","0");
INSERT INTO `pcab_posts` VALUES("152","1","2017-09-10 12:57:17","2017-09-10 16:57:17","[et_pb_button admin_label=\"Cherry Button\" button_url=\"/wood-color/cherry/\" url_new_window=\"off\" button_text=\"CHERRY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" template_type=\"module\" /]","Cherry Button","","publish","closed","closed","","cherry-button","","","2017-09-10 12:57:17","2017-09-10 16:57:17","","0","http://www.pioneercabinetry.co/et_pb_layout/cherry-button/","0","et_pb_layout","","0");
INSERT INTO `pcab_posts` VALUES("153","1","2017-09-10 12:57:24","2017-09-10 16:57:24","[et_pb_button admin_label=\"Knotty Button\" button_url=\"/wood-color/knotty/\" url_new_window=\"off\" button_text=\"KNOTTY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_text_size_last_edited=\"\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_last_edited=\"\" button_use_icon=\"default\" button_on_hover=\"on\" button_border_color_hover=\"\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" button_letter_spacing_hover_last_edited=\"\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" module_id=\"\" module_class=\"\" custom_css_before=\"\" custom_css_after=\"\" button_rel=\"\" disabled=\"\" disabled_on=\"\" template_type=\"module\" /]","Knotty Button","","inherit","closed","closed","","151-revision-v1","","","2017-09-10 12:57:24","2017-09-10 16:57:24","","151","http://www.pioneercabinetry.co/uncategorized/151-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("154","1","2017-09-10 12:57:34","2017-09-10 16:57:34","[et_pb_button admin_label=\"Hickory Button\" button_url=\"/wood-color/hickory/\" url_new_window=\"off\" button_text=\"HICKORY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_text_size_last_edited=\"\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_last_edited=\"\" button_use_icon=\"default\" button_on_hover=\"on\" button_border_color_hover=\"\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" button_letter_spacing_hover_last_edited=\"\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" module_id=\"\" module_class=\"\" custom_css_before=\"\" custom_css_after=\"\" button_rel=\"\" disabled=\"\" disabled_on=\"\" template_type=\"module\" /]","Hickory Button","","publish","closed","closed","","hickory-button","","","2017-09-10 12:57:53","2017-09-10 16:57:53","","0","http://www.pioneercabinetry.co/et_pb_layout/hickory-button/","0","et_pb_layout","","0");
INSERT INTO `pcab_posts` VALUES("155","1","2017-09-10 12:57:41","2017-09-10 16:57:41","[et_pb_button admin_label=\"Painted Button\" button_url=\"/wood-color/painted/\" url_new_window=\"off\" button_text=\"PAINTED\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_text_size_last_edited=\"\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_last_edited=\"\" button_use_icon=\"default\" button_on_hover=\"on\" button_border_color_hover=\"\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" button_letter_spacing_hover_last_edited=\"\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" module_id=\"\" module_class=\"\" custom_css_before=\"\" custom_css_after=\"\" button_rel=\"\" disabled=\"\" disabled_on=\"\" template_type=\"module\" /]","Painted Button","","inherit","closed","closed","","147-revision-v1","","","2017-09-10 12:57:41","2017-09-10 16:57:41","","147","http://www.pioneercabinetry.co/uncategorized/147-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("156","1","2017-09-10 12:57:47","2017-09-10 16:57:47","[et_pb_button admin_label=\"Thermofoil Button\" button_url=\"/wood-color/thermofoil/\" url_new_window=\"off\" button_text=\"THERMOFOIL\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_text_size_last_edited=\"\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_last_edited=\"\" button_use_icon=\"default\" button_on_hover=\"on\" button_border_color_hover=\"\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" button_letter_spacing_hover_last_edited=\"\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" module_id=\"\" module_class=\"\" custom_css_before=\"\" custom_css_after=\"\" button_rel=\"\" disabled=\"\" disabled_on=\"\" template_type=\"module\" /]","Thermofoil Button","","inherit","closed","closed","","148-revision-v1","","","2017-09-10 12:57:47","2017-09-10 16:57:47","","148","http://www.pioneercabinetry.co/uncategorized/148-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("157","1","2017-09-10 12:57:53","2017-09-10 16:57:53","[et_pb_button admin_label=\"Hickory Button\" button_url=\"/wood-color/hickory/\" url_new_window=\"off\" button_text=\"HICKORY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_text_size_last_edited=\"\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_last_edited=\"\" button_use_icon=\"default\" button_on_hover=\"on\" button_border_color_hover=\"\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" button_letter_spacing_hover_last_edited=\"\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" module_id=\"\" module_class=\"\" custom_css_before=\"\" custom_css_after=\"\" button_rel=\"\" disabled=\"\" disabled_on=\"\" template_type=\"module\" /]","Hickory Button","","inherit","closed","closed","","154-revision-v1","","","2017-09-10 12:57:53","2017-09-10 16:57:53","","154","http://www.pioneercabinetry.co/uncategorized/154-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("158","1","2017-09-10 12:57:57","2017-09-10 16:57:57","[et_pb_button admin_label=\"Maple Button\" button_url=\"/wood-color/maple/\" url_new_window=\"off\" button_text=\"MAPLE\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_text_size_last_edited=\"\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_last_edited=\"\" button_use_icon=\"default\" button_on_hover=\"on\" button_border_color_hover=\"\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" button_letter_spacing_hover_last_edited=\"\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" module_id=\"\" module_class=\"\" custom_css_before=\"\" custom_css_after=\"\" button_rel=\"\" disabled=\"\" disabled_on=\"\" template_type=\"module\" /]","Maple Button","","inherit","closed","closed","","144-revision-v1","","","2017-09-10 12:57:57","2017-09-10 16:57:57","","144","http://www.pioneercabinetry.co/uncategorized/144-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("159","1","2017-09-10 12:58:15","2017-09-10 16:58:15","[et_pb_cta title=\"Need some help deciding?\" button_url=\"/find-dealer/\" button_text=\"FIND A DEALER\" admin_label=\"Contact Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"||||\" header_font_size_tablet=\"26\" header_font_size_phone=\"26\" header_letter_spacing_tablet=\"0px\" header_letter_spacing_phone=\"0px\" header_line_height_tablet=\"1em\" header_line_height_phone=\"1em\" body_font=\"||||\" body_font_size=\"17\" body_font_size_tablet=\"17\" body_font_size_phone=\"17\" body_letter_spacing_tablet=\"0px\" body_letter_spacing_phone=\"0px\" body_line_height_tablet=\"1.7em\" body_line_height_phone=\"1.7em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"10px|0px|10px|0px\" custom_margin_tablet=\"10px|0px|10px|0px\" custom_margin_phone=\"10px|0px|10px|0px\" custom_padding=\"10px|20px|20px|20px\" custom_padding_tablet=\"10px|20px|20px|20px\" custom_padding_phone=\"10px|20px|20px|20px\" button_text_size_tablet=\"20\" button_text_size_phone=\"20\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"-webkit-border-radius: 20px;||border-radius: 20px;\" saved_tabs=\"all\" template_type=\"module\" url_new_window=\"off\" use_background_color=\"on\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\"]

<h4>Locate the perfect dealer to help you get started in the right direction.</h4>

[/et_pb_cta]","Contact Dealer CTA","","publish","closed","closed","","contact-dealer-cta","","","2017-09-12 11:58:40","2017-09-12 15:58:40","","0","http://www.pioneercabinetry.co/et_pb_layout/contact-dealer-cta/","0","et_pb_layout","","0");
INSERT INTO `pcab_posts` VALUES("160","1","2017-09-10 12:58:26","2017-09-10 16:58:26","[et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#ffffff\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HD-Generic1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" animation_direction=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Oak Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"30px||20px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#2b2b2b\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px|0px|0px|0px\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_color_2=\"#494949\" padding_right_2=\"0px\" padding_left_2=\"0px\" padding_top_2=\"10px\" padding_bottom_2=\"20px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Wood Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]
<h1>Wide selection of wood species &amp; color</h1>
Are you are looking for the american classic like oak or the red tones of cherry? Whether you need a clean seamless look of our thermofoil product, or trendy painted look for your cabinets, you can find the perfect wood choice for your cabinets here.

[/et_pb_text][et_pb_cta admin_label=\"Contact Dealer CTA\" title=\"Need some help deciding?\" button_url=\"/find-dealer/\" url_new_window=\"off\" button_text=\"FIND A DEALER\" use_background_color=\"on\" background_layout=\"dark\" body_font_size=\"17\" border_style=\"solid\" custom_margin=\"10px|0px|10px|0px\" custom_padding=\"10px|20px|20px|20px\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"-webkit-border-radius: 20px;||border-radius: 20px;\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"159\"]
<h4>Locate the perfect dealer to help you get started in the right direction.</h4>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Other Species\" saved_tabs=\"all\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"0px||0px|\" custom_padding=\"0px||5px|20px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]
<h2>Select Species</h2>
[/et_pb_text][et_pb_button admin_label=\"Oak Button\" button_url=\"/wood-color/oak/\" url_new_window=\"off\" button_text=\"OAK\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"141\" /][et_pb_button admin_label=\"Maple Button\" button_url=\"/wood-color/maple/\" url_new_window=\"off\" button_text=\"MAPLE\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"144\" /][et_pb_button admin_label=\"Hickory Button\" button_url=\"/wood-color/hickory/\" url_new_window=\"off\" button_text=\"HICKORY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"154\" /][et_pb_button admin_label=\"Cherry Button\" button_url=\"/wood-color/cherry/\" url_new_window=\"off\" button_text=\"CHERRY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"152\" /][et_pb_button admin_label=\"Knotty Button\" button_url=\"/wood-color/knotty/\" url_new_window=\"off\" button_text=\"KNOTTY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"151\" /][et_pb_button admin_label=\"Painted Button\" button_url=\"/wood-color/painted/\" url_new_window=\"off\" button_text=\"PAINTED\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"147\" /][et_pb_button admin_label=\"Thermofoil Button\" button_url=\"/wood-color/thermofoil/\" url_new_window=\"off\" button_text=\"THERMOFOIL\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"148\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row global_parent=\"93\" background_color_1=\"#000000\" background_color_2=\"#000000\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" _builder_version=\"3.0.72\" make_equal=\"on\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" global_parent=\"93\" title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<span class=\"s1\">We stand behind our craftsmanship.</span>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" global_parent=\"93\" title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Wood & Color","","inherit","closed","closed","","131-revision-v1","","","2017-09-10 12:58:26","2017-09-10 16:58:26","","131","http://www.pioneercabinetry.co/uncategorized/131-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("161","1","2017-09-10 12:58:50","2017-09-10 16:58:50","[et_pb_text background_layout=\"dark\" admin_label=\"Select Species\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||5px|20px\" saved_tabs=\"all\" text_orientation=\"left\" animation_style=\"none\" template_type=\"module\"]<h3>Select Species</h3>
[/et_pb_text]","Select Species","","publish","closed","closed","","select-species","","","2017-09-10 16:55:30","2017-09-10 20:55:30","","0","http://www.pioneercabinetry.co/et_pb_layout/select-species/","0","et_pb_layout","","0");
INSERT INTO `pcab_posts` VALUES("731","1","2017-09-11 13:31:39","2017-09-11 17:31:39","/*TOP MENU------------------*/
#top-menu li {font-weight: normal;text-transform: uppercase;}
#main-header, #main-header .nav li ul, .et-search-form, #main-header .et_mobile_menu {background-color: #2b2b2b;-webkit-box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6);box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6);}
#main-header.et-fixed-header {background-color: #2b2b2b;-webkit-box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6) !important;box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6) !important;}
#top-menu li .menu-item-has-children > a:first-child {padding-right: 20px;}
#top-menu li li {margin: 0;padding: 0;}
#top-menu li li a {width: 240px;padding: 6px 20px;}
#top-menu li li a:hover {background-color: #000000;}
.et_mobile_menu li a {font-size: 18px !important;}
.et_mobile_menu li a:hover {background-color: #000000;}

/*FONTS------------------*/
h1, h2, h3, h4, h5, {
	font-style: normal;
	font-weight: 100;
	color: RED !important;
	line-height: 1em;
	padding-top: 20px !important;
	padding-bottom: 1px !important;
	margin-top: 30px !important;
	margin-bottom: 1px !important;
}

h2 {
	padding-top: 10px !important;
}

ul {margin-top: 0;margin-bottom: 0;padding-top: 0;}

li.li1 {padding-left: 10px;margin-left: 20px;margin-top: 0;margin-bottom: 0;padding-bottom: 5px;}

ul.et_pb_tabs_controls {border-bottom: 1px solid #d9d9d9;background-color: #f4f4f4;font-size: 1.2em;text-transform: uppercase;letter-spacing: 1px;}


/*Gallery-----------------------------------------*/
.rounded {-webkit-border-radius: 2px;border-radius: 2px;}
.rounded img {-webkit-border-radius: 2px;border-radius: 2px;border: 1px solid #212121;}

.et_pb_gallery_grid {}

.et_pb_gallery_grid .et_pb_gallery_image {overflow: hidden;position: relative;-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.4);box-shadow: 0 0 10px 3px rgba(0,0,0,.4);-webkit-border-radius: 2px;border-radius: 2px;margin: 10px;}
.et_pb_gallery_item img {height: 100px;-webkit-border-radius: 2px;border-radius: 2px;border: 1px solid #ffffff;}
.fullGallery .et_pb_gallery_item img {height: auto;width: 100%;-webkit-border-radius: 2px;border-radius: 2px;border: 1px solid #ffffff;}
.et_overlay {-webkit-border-radius: 2px;border-radius: 2px;}

.safari .et_pb_gallery_grid .et_pb_gallery_image {overflow: visible;margin: 10px;-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.2);box-shadow: 0 0 10px 3px rgba(0,0,0,.2);-webkit-border-radius: 2px;border-radius: 2px;}


/*Find a Dealer ------------------*/
#wpsl-search-wrap .wpsl-input label {font-size: 1.3em;}
#wpsl-search-wrap div label {font-size: 1.3em;}
div.wpsl-store-location {font-size: 1.2em;line-height: 1em !important;}
div#wpsl-wrap {background-color: #ffffff;-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.2);box-shadow: 0 0 10px 3px rgba(0,0,0,.2);padding: 20px;}
div.wpsl-direction-wrap {font-size: 1em !important;}
#wpsl-result-list a {font-size: 18px;}","Divi-child","","inherit","closed","closed","","85-revision-v1","","","2017-09-11 13:31:39","2017-09-11 17:31:39","","85","http://www.pioneercabinetry.co/uncategorized/85-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("164","1","2017-09-10 13:01:06","2017-09-10 17:01:06","[et_pb_text background_layout=\"dark\" admin_label=\"Other Species\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||5px|20px\" saved_tabs=\"all\" text_orientation=\"left\" animation_style=\"none\" template_type=\"module\"]<h3>Other Species</h3>
[/et_pb_text]","Other Species","","publish","closed","closed","","other-species","","","2017-09-11 09:39:03","2017-09-11 13:39:03","","0","http://www.pioneercabinetry.co/et_pb_layout/other-species/","0","et_pb_layout","","0");
INSERT INTO `pcab_posts` VALUES("165","1","2017-09-10 13:02:39","2017-09-10 17:02:39","[et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#ffffff\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Oak Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Oak.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" border_style=\"solid\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Oak Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"30px||20px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#2b2b2b\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px|0px|0px|0px\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_color_2=\"#494949\" padding_right_2=\"0px\" padding_left_2=\"0px\" padding_top_2=\"10px\" padding_bottom_2=\"20px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Oak Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\" text_line_height=\"1.8em\" text_text_color=\"#ffffff\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]
<h1>Oak</h1>
Oak, the mainstay of the cabinet and furniture industry, offers depth in color from pink to white and light brown. In addition, green, yellow and even black color veins may appear as mineral streaks. Oak is also known for its wide and narrow grain patterns that are considered desirable qualities in this strong, open-grained American classic.

[/et_pb_text][et_pb_text admin_label=\"Standard Finishes Text\" saved_tabs=\"all\" global_module=\"171\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"0px||0px|\" custom_padding=\"0px||10px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]
<h3 style=\"text-align: center;\"><strong>Standard Finishes</strong></h3>
<p style=\"text-align: center;\"><span class=\"s1\">Click on a wood sample below to enlarge photo.</span></p>
[/et_pb_text][et_pb_gallery admin_label=\"Oak Gallery\" gallery_ids=\"200,190,197,188,187,191,194,189,198,199,192,193,196,195\" fullwidth=\"off\" posts_number=\"20\" show_title_and_caption=\"on\" show_pagination=\"off\" background_layout=\"dark\" auto=\"off\" hover_overlay_color=\"rgba(255,255,255,0.9)\" caption_all_caps=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_gallery_item_title=\"text-align:center;\" module_class=\"rounded\" /][et_pb_cta admin_label=\"Contact Dealer CTA\" global_module=\"308\" saved_tabs=\"all\" title=\"Need some help deciding?\" button_url=\"/wp/find-dealer/\" url_new_window=\"off\" button_text=\"FIND A DEALER\" use_background_color=\"on\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" body_font_size=\"17\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"10px|0px|10px|0px\" custom_padding=\"10px|20px|20px|20px\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"-webkit-border-radius: 20px;||border-radius: 20px;\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]
<h4>Locate the perfect dealer to help you get started in the right direction.</h4>
[/et_pb_cta][et_pb_text admin_label=\"Disclaimer Text\" global_module=\"1352\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"11\" text_font=\"Open Sans||||\" saved_tabs=\"all\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"] The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications. [/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Other Species\" background_layout=\"dark\" text_orientation=\"left\" border_style=\"solid\" custom_margin=\"0px||0px|\" custom_padding=\"0px||5px|20px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"164\"]
<h2>Other Species</h2>
[/et_pb_text][et_pb_button admin_label=\"Oak Button\" button_url=\"/wood-color/oak/\" url_new_window=\"off\" button_text=\"OAK\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"141\" /][et_pb_button admin_label=\"Maple Button\" button_url=\"/wood-color/maple/\" url_new_window=\"off\" button_text=\"MAPLE\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"144\" /][et_pb_button admin_label=\"Hickory Button\" button_url=\"/wood-color/hickory/\" url_new_window=\"off\" button_text=\"HICKORY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"154\" /][et_pb_button admin_label=\"Cherry Button\" button_url=\"/wood-color/cherry/\" url_new_window=\"off\" button_text=\"CHERRY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"152\" /][et_pb_button admin_label=\"Knotty Button\" button_url=\"/wood-color/knotty/\" url_new_window=\"off\" button_text=\"KNOTTY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"151\" /][et_pb_button admin_label=\"Painted Button\" button_url=\"/wood-color/painted/\" url_new_window=\"off\" button_text=\"PAINTED\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"147\" /][et_pb_button admin_label=\"Thermofoil Button\" button_url=\"/wood-color/thermofoil/\" url_new_window=\"off\" button_text=\"THERMOFOIL\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"148\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row global_parent=\"93\" background_color_1=\"#000000\" background_color_2=\"#000000\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" _builder_version=\"3.0.72\" make_equal=\"on\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" global_parent=\"93\" title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<span class=\"s1\">We stand behind our craftsmanship.</span>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" global_parent=\"93\" title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Oak","","inherit","closed","closed","","136-revision-v1","","","2017-09-10 13:02:39","2017-09-10 17:02:39","","136","http://www.pioneercabinetry.co/uncategorized/136-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("166","1","2017-09-10 13:03:15","2017-09-10 17:03:15","[et_pb_text background_layout=\"dark\" admin_label=\"Standard Finishes Text\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px||0px|\" custom_padding=\"10px||10px|\" saved_tabs=\"all\" text_orientation=\"left\" animation_style=\"none\" use_border_color=\"off\" module_class=\"finishes\" template_type=\"module\"]<h3 style=\"text-align: center;\"><strong>Standard Finishes</strong></h3>
<p style=\"text-align: center;\"><span class=\"s1\">Click on a wood sample below to enlarge photo.</span></p>
[/et_pb_text]","Standard Finishes Text","","publish","closed","closed","","standard-finishes-text","","","2017-09-11 13:34:20","2017-09-11 17:34:20","","0","http://www.pioneercabinetry.co/et_pb_layout/standard-finishes-text/","0","et_pb_layout","","0");
INSERT INTO `pcab_posts` VALUES("169","1","2017-09-10 13:04:14","2017-09-10 17:04:14","[et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#ffffff\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Oak Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Oak.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" border_style=\"solid\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" animation_direction=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Oak Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"30px||20px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#2b2b2b\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px|0px|0px|0px\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_color_2=\"#494949\" padding_right_2=\"0px\" padding_left_2=\"0px\" padding_top_2=\"10px\" padding_bottom_2=\"20px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Oak Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\" text_line_height=\"1.8em\" text_text_color=\"#ffffff\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]
<h1>Oak</h1>
Oak, the mainstay of the cabinet and furniture industry, offers depth in color from pink to white and light brown. In addition, green, yellow and even black color veins may appear as mineral streaks. Oak is also known for its wide and narrow grain patterns that are considered desirable qualities in this strong, open-grained American classic.

[/et_pb_text][et_pb_text admin_label=\"Standard Finishes Text\" background_layout=\"dark\" text_orientation=\"left\" border_style=\"solid\" custom_margin=\"0px||0px|\" custom_padding=\"0px||10px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"166\"]
<h3 style=\"text-align: center;\"><strong>Standard Finishes</strong></h3>
<p style=\"text-align: center;\"><span class=\"s1\">Click on a wood sample below to enlarge photo.</span></p>
[/et_pb_text][et_pb_gallery admin_label=\"Oak Gallery\" gallery_ids=\"200,190,197,188,187,191,194,189,198,199,192,193,196,195\" fullwidth=\"off\" posts_number=\"20\" show_title_and_caption=\"on\" show_pagination=\"off\" background_layout=\"dark\" auto=\"off\" hover_overlay_color=\"rgba(255,255,255,0.9)\" caption_all_caps=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_gallery_item_title=\"text-align:center;\" module_class=\"rounded\" /][et_pb_cta admin_label=\"Contact Dealer CTA\" title=\"Need some help deciding?\" button_url=\"/find-dealer/\" url_new_window=\"off\" button_text=\"FIND A DEALER\" use_background_color=\"on\" background_layout=\"dark\" body_font_size=\"17\" border_style=\"solid\" custom_margin=\"10px|0px|10px|0px\" custom_padding=\"10px|20px|20px|20px\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"-webkit-border-radius: 20px;||border-radius: 20px;\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"159\"]
<h4>Locate the perfect dealer to help you get started in the right direction.</h4>
[/et_pb_cta][et_pb_text admin_label=\"Disclaimer Text\" background_layout=\"dark\" text_orientation=\"left\" border_style=\"solid\" text_font_size=\"11\" text_font=\"Open Sans||||\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"168\"]

The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Other Species\" background_layout=\"dark\" text_orientation=\"left\" border_style=\"solid\" custom_margin=\"0px||0px|\" custom_padding=\"0px||5px|20px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"164\"]
<h2>Other Species</h2>
[/et_pb_text][et_pb_button admin_label=\"Oak Button\" button_url=\"/wood-color/oak/\" url_new_window=\"off\" button_text=\"OAK\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"141\" /][et_pb_button admin_label=\"Maple Button\" button_url=\"/wood-color/maple/\" url_new_window=\"off\" button_text=\"MAPLE\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"144\" /][et_pb_button admin_label=\"Hickory Button\" button_url=\"/wood-color/hickory/\" url_new_window=\"off\" button_text=\"HICKORY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"154\" /][et_pb_button admin_label=\"Cherry Button\" button_url=\"/wood-color/cherry/\" url_new_window=\"off\" button_text=\"CHERRY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"152\" /][et_pb_button admin_label=\"Knotty Button\" button_url=\"/wood-color/knotty/\" url_new_window=\"off\" button_text=\"KNOTTY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"151\" /][et_pb_button admin_label=\"Painted Button\" button_url=\"/wood-color/painted/\" url_new_window=\"off\" button_text=\"PAINTED\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"147\" /][et_pb_button admin_label=\"Thermofoil Button\" button_url=\"/wood-color/thermofoil/\" url_new_window=\"off\" button_text=\"THERMOFOIL\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"148\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row global_parent=\"93\" background_color_1=\"#000000\" background_color_2=\"#000000\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" _builder_version=\"3.0.72\" make_equal=\"on\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" global_parent=\"93\" title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<span class=\"s1\">We stand behind our craftsmanship.</span>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" global_parent=\"93\" title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Oak","","inherit","closed","closed","","136-revision-v1","","","2017-09-10 13:04:14","2017-09-10 17:04:14","","136","http://www.pioneercabinetry.co/uncategorized/136-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("167","1","2017-09-10 13:03:21","2017-09-10 17:03:21","[et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#ffffff\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Oak Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Oak.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" border_style=\"solid\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" animation_direction=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Oak Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"30px||20px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#2b2b2b\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px|0px|0px|0px\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_color_2=\"#494949\" padding_right_2=\"0px\" padding_left_2=\"0px\" padding_top_2=\"10px\" padding_bottom_2=\"20px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Oak Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\" text_line_height=\"1.8em\" text_text_color=\"#ffffff\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]
<h1>Oak</h1>
Oak, the mainstay of the cabinet and furniture industry, offers depth in color from pink to white and light brown. In addition, green, yellow and even black color veins may appear as mineral streaks. Oak is also known for its wide and narrow grain patterns that are considered desirable qualities in this strong, open-grained American classic.

[/et_pb_text][et_pb_text admin_label=\"Standard Finishes Text\" background_layout=\"dark\" text_orientation=\"left\" border_style=\"solid\" custom_margin=\"0px||0px|\" custom_padding=\"0px||10px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"166\"]
<h3 style=\"text-align: center;\"><strong>Standard Finishes</strong></h3>
<p style=\"text-align: center;\"><span class=\"s1\">Click on a wood sample below to enlarge photo.</span></p>
[/et_pb_text][et_pb_gallery admin_label=\"Oak Gallery\" gallery_ids=\"200,190,197,188,187,191,194,189,198,199,192,193,196,195\" fullwidth=\"off\" posts_number=\"20\" show_title_and_caption=\"on\" show_pagination=\"off\" background_layout=\"dark\" auto=\"off\" hover_overlay_color=\"rgba(255,255,255,0.9)\" caption_all_caps=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_gallery_item_title=\"text-align:center;\" module_class=\"rounded\" /][et_pb_cta admin_label=\"Contact Dealer CTA\" global_module=\"308\" saved_tabs=\"all\" title=\"Need some help deciding?\" button_url=\"/wp/find-dealer/\" url_new_window=\"off\" button_text=\"FIND A DEALER\" use_background_color=\"on\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" body_font_size=\"17\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"10px|0px|10px|0px\" custom_padding=\"10px|20px|20px|20px\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"-webkit-border-radius: 20px;||border-radius: 20px;\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]
<h4>Locate the perfect dealer to help you get started in the right direction.</h4>
[/et_pb_cta][et_pb_text admin_label=\"Disclaimer Text\" global_module=\"1352\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"11\" text_font=\"Open Sans||||\" saved_tabs=\"all\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"] The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications. [/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Other Species\" background_layout=\"dark\" text_orientation=\"left\" border_style=\"solid\" custom_margin=\"0px||0px|\" custom_padding=\"0px||5px|20px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"164\"]
<h2>Other Species</h2>
[/et_pb_text][et_pb_button admin_label=\"Oak Button\" button_url=\"/wood-color/oak/\" url_new_window=\"off\" button_text=\"OAK\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"141\" /][et_pb_button admin_label=\"Maple Button\" button_url=\"/wood-color/maple/\" url_new_window=\"off\" button_text=\"MAPLE\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"144\" /][et_pb_button admin_label=\"Hickory Button\" button_url=\"/wood-color/hickory/\" url_new_window=\"off\" button_text=\"HICKORY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"154\" /][et_pb_button admin_label=\"Cherry Button\" button_url=\"/wood-color/cherry/\" url_new_window=\"off\" button_text=\"CHERRY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"152\" /][et_pb_button admin_label=\"Knotty Button\" button_url=\"/wood-color/knotty/\" url_new_window=\"off\" button_text=\"KNOTTY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"151\" /][et_pb_button admin_label=\"Painted Button\" button_url=\"/wood-color/painted/\" url_new_window=\"off\" button_text=\"PAINTED\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"147\" /][et_pb_button admin_label=\"Thermofoil Button\" button_url=\"/wood-color/thermofoil/\" url_new_window=\"off\" button_text=\"THERMOFOIL\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"148\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row global_parent=\"93\" background_color_1=\"#000000\" background_color_2=\"#000000\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" _builder_version=\"3.0.72\" make_equal=\"on\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" global_parent=\"93\" title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<span class=\"s1\">We stand behind our craftsmanship.</span>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" global_parent=\"93\" title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Oak","","inherit","closed","closed","","136-revision-v1","","","2017-09-10 13:03:21","2017-09-10 17:03:21","","136","http://www.pioneercabinetry.co/uncategorized/136-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("168","1","2017-09-10 13:03:56","2017-09-10 17:03:56","[et_pb_text background_layout=\"dark\" admin_label=\"Disclaimer Text\" _builder_version=\"3.0.72\" text_font=\"Open Sans||on||\" text_font_size=\"11\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" saved_tabs=\"all\" text_orientation=\"left\" animation_style=\"none\" text_line_height=\"1.5em\" custom_padding=\"20px|||\" template_type=\"module\"]<p>The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.</p>
[/et_pb_text]","Disclaimer Text","","publish","closed","closed","","disclaimer-text-2","","","2017-09-11 13:37:33","2017-09-11 17:37:33","","0","http://www.pioneercabinetry.co/et_pb_layout/disclaimer-text-2/","0","et_pb_layout","","0");
INSERT INTO `pcab_posts` VALUES("171","1","2017-09-10 13:12:36","2017-09-10 17:12:36","[et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#ffffff\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Oak Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Oak.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" border_style=\"solid\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" animation_direction=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Oak Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"30px||20px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#2b2b2b\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px|0px|0px|0px\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_color_2=\"#494949\" padding_right_2=\"0px\" padding_left_2=\"0px\" padding_top_2=\"10px\" padding_bottom_2=\"20px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Oak Text\" background_layout=\"dark\" text_orientation=\"left\" border_style=\"solid\" text_font_size=\"18\" text_line_height=\"1.8em\" text_text_color=\"#ffffff\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\"]
<h1>Oak</h1>
Oak cabinets, the mainstay of the cabinet and furniture industry, offers depth in color from pink to white and light brown. In addition, green, yellow and even black color veins may appear as mineral streaks. Oak is also known for its wide and narrow grain patterns that are considered desirable qualities in this strong, open-grained American classic.

[/et_pb_text][et_pb_text admin_label=\"Standard Finishes Text\" background_layout=\"dark\" text_orientation=\"left\" border_style=\"solid\" custom_margin=\"0px||0px|\" custom_padding=\"0px||10px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"166\"]
<h3 style=\"text-align: center;\"><strong>Standard Finishes</strong></h3>
<p style=\"text-align: center;\"><span class=\"s1\">Click on a wood sample below to enlarge photo.</span></p>
[/et_pb_text][et_pb_gallery admin_label=\"Oak Gallery\" gallery_ids=\"200,190,197,188,187,191,194,189,198,199,192,193,196,195\" fullwidth=\"off\" posts_number=\"20\" show_title_and_caption=\"on\" show_pagination=\"off\" background_layout=\"dark\" auto=\"off\" hover_overlay_color=\"rgba(255,255,255,0.9)\" caption_all_caps=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_gallery_item_title=\"text-align:center;\" module_class=\"rounded\" /][et_pb_cta admin_label=\"Contact Dealer CTA\" title=\"Need some help deciding?\" button_url=\"/find-dealer/\" url_new_window=\"off\" button_text=\"FIND A DEALER\" use_background_color=\"on\" background_layout=\"dark\" body_font_size=\"17\" border_style=\"solid\" custom_margin=\"10px|0px|10px|0px\" custom_padding=\"10px|20px|20px|20px\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"-webkit-border-radius: 20px;||border-radius: 20px;\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"159\"]
<h4>Locate the perfect dealer to help you get started in the right direction.</h4>
[/et_pb_cta][et_pb_text admin_label=\"Disclaimer Text\" background_layout=\"dark\" text_orientation=\"left\" border_style=\"solid\" text_font_size=\"11\" text_font=\"Open Sans||||\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"168\"]

The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Other Species\" background_layout=\"dark\" text_orientation=\"left\" border_style=\"solid\" custom_margin=\"0px||0px|\" custom_padding=\"0px||5px|20px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"164\"]
<h2>Other Species</h2>
[/et_pb_text][et_pb_button admin_label=\"Oak Button\" button_url=\"/wood-color/oak/\" url_new_window=\"off\" button_text=\"OAK\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"141\" /][et_pb_button admin_label=\"Maple Button\" button_url=\"/wood-color/maple/\" url_new_window=\"off\" button_text=\"MAPLE\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"144\" /][et_pb_button admin_label=\"Hickory Button\" button_url=\"/wood-color/hickory/\" url_new_window=\"off\" button_text=\"HICKORY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"154\" /][et_pb_button admin_label=\"Cherry Button\" button_url=\"/wood-color/cherry/\" url_new_window=\"off\" button_text=\"CHERRY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"152\" /][et_pb_button admin_label=\"Knotty Button\" button_url=\"/wood-color/knotty/\" url_new_window=\"off\" button_text=\"KNOTTY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"151\" /][et_pb_button admin_label=\"Painted Button\" button_url=\"/wood-color/painted/\" url_new_window=\"off\" button_text=\"PAINTED\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"147\" /][et_pb_button admin_label=\"Thermofoil Button\" button_url=\"/wood-color/thermofoil/\" url_new_window=\"off\" button_text=\"THERMOFOIL\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"148\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row global_parent=\"93\" background_color_1=\"#000000\" background_color_2=\"#000000\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" _builder_version=\"3.0.72\" make_equal=\"on\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" global_parent=\"93\" title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<span class=\"s1\">We stand behind our craftsmanship.</span>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" global_parent=\"93\" title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Oak","","inherit","closed","closed","","136-revision-v1","","","2017-09-10 13:12:36","2017-09-10 17:12:36","","136","http://www.pioneercabinetry.co/uncategorized/136-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("172","1","2017-09-10 13:13:31","2017-09-10 17:13:31","[et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#ffffff\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Oak Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Oak.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" border_style=\"solid\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" alt=\"Oak Cabinets\" title_text=\"Oak Cabinets, American Classic\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Oak Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"30px||20px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#2b2b2b\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px|0px|0px|0px\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_color_2=\"#494949\" padding_right_2=\"0px\" padding_left_2=\"0px\" padding_top_2=\"10px\" padding_bottom_2=\"20px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Oak Text\" background_layout=\"dark\" text_orientation=\"left\" border_style=\"solid\" text_font_size=\"18\" text_line_height=\"1.8em\" text_text_color=\"#ffffff\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\"]
<h1>Oak</h1>
Oak cabinets, the mainstay of the cabinet and furniture industry, offers depth in color from pink to white and light brown. In addition, green, yellow and even black color veins may appear as mineral streaks. Oak is also known for its wide and narrow grain patterns that are considered desirable qualities in this strong, open-grained American classic.

[/et_pb_text][et_pb_text admin_label=\"Standard Finishes Text\" background_layout=\"dark\" text_orientation=\"left\" border_style=\"solid\" custom_margin=\"0px||0px|\" custom_padding=\"0px||10px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"166\"]
<h3 style=\"text-align: center;\"><strong>Standard Finishes</strong></h3>
<p style=\"text-align: center;\"><span class=\"s1\">Click on a wood sample below to enlarge photo.</span></p>
[/et_pb_text][et_pb_gallery admin_label=\"Oak Gallery\" gallery_ids=\"200,190,197,188,187,191,194,189,198,199,192,193,196,195\" fullwidth=\"off\" posts_number=\"20\" show_title_and_caption=\"on\" show_pagination=\"off\" background_layout=\"dark\" auto=\"off\" hover_overlay_color=\"rgba(255,255,255,0.9)\" caption_all_caps=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_gallery_item_title=\"text-align:center;\" module_class=\"rounded\" /][et_pb_cta admin_label=\"Contact Dealer CTA\" title=\"Need some help deciding?\" button_url=\"/find-dealer/\" url_new_window=\"off\" button_text=\"FIND A DEALER\" use_background_color=\"on\" background_layout=\"dark\" body_font_size=\"17\" border_style=\"solid\" custom_margin=\"10px|0px|10px|0px\" custom_padding=\"10px|20px|20px|20px\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"-webkit-border-radius: 20px;||border-radius: 20px;\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"159\"]
<h4>Locate the perfect dealer to help you get started in the right direction.</h4>
[/et_pb_cta][et_pb_text admin_label=\"Disclaimer Text\" background_layout=\"dark\" text_orientation=\"left\" border_style=\"solid\" text_font_size=\"11\" text_font=\"Open Sans||||\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"168\"]

The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Other Species\" background_layout=\"dark\" text_orientation=\"left\" border_style=\"solid\" custom_margin=\"0px||0px|\" custom_padding=\"0px||5px|20px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"164\"]
<h2>Other Species</h2>
[/et_pb_text][et_pb_button admin_label=\"Oak Button\" button_url=\"/wood-color/oak/\" url_new_window=\"off\" button_text=\"OAK\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"141\" /][et_pb_button admin_label=\"Maple Button\" button_url=\"/wood-color/maple/\" url_new_window=\"off\" button_text=\"MAPLE\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"144\" /][et_pb_button admin_label=\"Hickory Button\" button_url=\"/wood-color/hickory/\" url_new_window=\"off\" button_text=\"HICKORY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"154\" /][et_pb_button admin_label=\"Cherry Button\" button_url=\"/wood-color/cherry/\" url_new_window=\"off\" button_text=\"CHERRY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"152\" /][et_pb_button admin_label=\"Knotty Button\" button_url=\"/wood-color/knotty/\" url_new_window=\"off\" button_text=\"KNOTTY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"151\" /][et_pb_button admin_label=\"Painted Button\" button_url=\"/wood-color/painted/\" url_new_window=\"off\" button_text=\"PAINTED\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"147\" /][et_pb_button admin_label=\"Thermofoil Button\" button_url=\"/wood-color/thermofoil/\" url_new_window=\"off\" button_text=\"THERMOFOIL\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"148\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row global_parent=\"93\" background_color_1=\"#000000\" background_color_2=\"#000000\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" _builder_version=\"3.0.72\" make_equal=\"on\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" global_parent=\"93\" title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<span class=\"s1\">We stand behind our craftsmanship.</span>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" global_parent=\"93\" title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Oak","","inherit","closed","closed","","136-revision-v1","","","2017-09-10 13:13:31","2017-09-10 17:13:31","","136","http://www.pioneercabinetry.co/uncategorized/136-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("173","1","2017-09-10 13:18:56","2017-09-10 17:18:56","[et_pb_section fb_built=\"1\" background_color=\"#ffffff\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" disabled_on=\"on|off|off\" admin_label=\"section\" _builder_version=\"3.0.72\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Maple-Type.jpg\" align=\"center\" _builder_version=\"3.0.47\" custom_css_main_element=\"width:100%;\" animation=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"30px||20px|\" padding_mobile=\"off\" admin_label=\"Oak Section\" _builder_version=\"3.0.47\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" padding_mobile=\"on\" column_padding_mobile=\"on\" background_color_2=\"#494949\" padding_top_2=\"10px\" padding_right_2=\"0px\" padding_bottom_2=\"20px\" padding_left_2=\"0px\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"3_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Maple Text\" _builder_version=\"3.0.47\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h1>Maple</h1>
<p>Predominately off-white in color, maple is a smooth, closed-grain wood that may contain shades of brown and pink. Other characteristics include occasional fine dark mineral streaks and small black knots also known as “bird’s eyes.” Maple accepts a variety of stain colors, although random, “blotchy” patterns may occur with medium and dark stains that add to the character of this warm wood.</p>
[/et_pb_text][et_pb_text background_layout=\"dark\" admin_label=\"Standard Finishes Text\" module_class=\"finishes\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px||0px|\" custom_padding=\"10px||10px|\" global_module=\"166\" saved_tabs=\"all\"]<h3 style=\"text-align: center;\"><strong>Standard Finishes</strong></h3>
<p style=\"text-align: center;\"><span class=\"s1\">Click on a wood sample below to enlarge photo.</span></p>
[/et_pb_text][et_pb_gallery gallery_ids=\"428,422,419,423,418,420,426,429,424,425,427,421\" posts_number=\"20\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Maple Standard Gallery\" _builder_version=\"3.0.72\" title_font=\"||||\" title_font_size_tablet=\"16\" title_font_size_phone=\"16\" title_letter_spacing_tablet=\"0px\" title_letter_spacing_phone=\"0px\" title_line_height_tablet=\"1em\" title_line_height_phone=\"1em\" caption_font=\"||||\" caption_font_size_tablet=\"14\" caption_font_size_phone=\"14\" caption_letter_spacing_tablet=\"0px\" caption_letter_spacing_phone=\"0px\" caption_line_height_tablet=\"18px\" caption_line_height_phone=\"18px\" custom_css_gallery_item_title=\"text-align:center;\" global_module=\"181\" saved_tabs=\"all\"][/et_pb_gallery][et_pb_text background_layout=\"dark\" admin_label=\"Glazed Finishes Text\" module_class=\"finishes\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px||0px|\" custom_padding=\"10px||10px|\" global_module=\"179\" saved_tabs=\"all\"]<h3 style=\"text-align: center;\"><strong>Glazed Finishes </strong></h3>
<p style=\"text-align: center;\"><span class=\"s1\" style=\"font-size: 1em !important;\">Click on a wood sample below to enlarge photo.</span></p>
[/et_pb_text][et_pb_gallery gallery_ids=\"440,432,435,433,441,438,439,434,436,437\" posts_number=\"20\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Maple Glazed Gallery\" _builder_version=\"3.0.72\" title_font=\"||||\" title_font_size_tablet=\"16\" title_font_size_phone=\"16\" title_letter_spacing_tablet=\"0px\" title_letter_spacing_phone=\"0px\" title_line_height_tablet=\"1em\" title_line_height_phone=\"1em\" caption_font=\"||||\" caption_font_size_tablet=\"14\" caption_font_size_phone=\"14\" caption_letter_spacing_tablet=\"0px\" caption_letter_spacing_phone=\"0px\" caption_line_height_tablet=\"18px\" caption_line_height_phone=\"18px\" custom_css_gallery_item_title=\"text-align:center;\" global_module=\"178\" saved_tabs=\"all\"][/et_pb_gallery][et_pb_text background_layout=\"dark\" admin_label=\"Disclaimer Text\" _builder_version=\"3.0.72\" text_font=\"Open Sans||on||\" text_font_size=\"11\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"20px|||\" global_module=\"168\" saved_tabs=\"all\"]<p>The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.</p>
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"0px\" padding_right=\"0px\" padding_top=\"10px\" column_padding_mobile=\"on\" background_color=\"#494949\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Other Species\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||5px|20px\" global_module=\"164\" saved_tabs=\"all\"]<h3>Other Species</h3>
[/et_pb_text][et_pb_button button_url=\"/wood-color/oak/\" button_text=\"OAK\" button_alignment=\"left\" admin_label=\"Oak Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"141\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/hickory/\" button_text=\"HICKORY\" button_alignment=\"left\" admin_label=\"Hickory Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"154\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/cherry/\" button_text=\"CHERRY\" button_alignment=\"left\" admin_label=\"Cherry Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"152\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/knotty/\" button_text=\"KNOTTY\" button_alignment=\"left\" admin_label=\"Knotty Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"151\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/painted/\" button_text=\"PAINTED\" button_alignment=\"left\" admin_label=\"Painted Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"147\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/thermofoil/\" button_text=\"THERMOFOIL\" button_alignment=\"left\" admin_label=\"Thermofoil Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"148\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Maple","","publish","closed","closed","","maple","","","2017-09-12 12:51:26","2017-09-12 16:51:26","","131","http://www.pioneercabinetry.co/?page_id=173","0","page","","0");
INSERT INTO `pcab_posts` VALUES("174","1","2017-09-10 13:16:29","2017-09-10 17:16:29","","HDR-Maple-Type","","inherit","closed","closed","","hdr-maple-type","","","2017-09-10 13:16:29","2017-09-10 17:16:29","","0","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Maple-Type.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("175","1","2017-09-10 13:16:37","2017-09-10 17:16:37","[et_pb_section admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#ffffff\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Maple-Type.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_main_element=\"width:100%;\"] [/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Oak Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"30px||20px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#2b2b2b\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px|0px|0px|0px\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_color_2=\"#494949\" padding_right_2=\"0px\" padding_left_2=\"0px\" padding_top_2=\"10px\" padding_bottom_2=\"20px\"][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Maple Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\" text_line_height=\"1.8em\"]
<h1>Maple</h1>
Predominately off-white in color, maple is a smooth, closed-grain wood that may contain shades of brown and pink. Other characteristics include occasional fine dark mineral streaks and small black knots also known as “bird’s eyes.” Maple accepts a variety of stain colors, although random, “blotchy” patterns may occur with medium and dark stains that add to the character of this warm wood.

[/et_pb_text][et_pb_text admin_label=\"Standard Finishes Text\" saved_tabs=\"all\" global_module=\"171\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"0px||0px|\" custom_padding=\"0px||10px|\"]
<h3 style=\"text-align: center;\"><strong>Standard Finishes</strong></h3>
<p style=\"text-align: center;\"><span class=\"s1\">Click on a wood sample below to enlarge photo.</span></p>
[/et_pb_text][et_pb_gallery admin_label=\"Maple Standard Gallery\" gallery_ids=\"261,255,252,256,251,253,259,262,257,258,260,254\" fullwidth=\"off\" posts_number=\"20\" show_title_and_caption=\"on\" show_pagination=\"off\" background_layout=\"dark\" auto=\"off\" hover_overlay_color=\"rgba(255,255,255,0.9)\" caption_all_caps=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_gallery_item_title=\"text-align:center;\"] [/et_pb_gallery][et_pb_text admin_label=\"Glazed Finishes Text\" saved_tabs=\"all\" global_module=\"268\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"0px||0px|\" custom_padding=\"0px||10px|\"]
<h3 style=\"text-align: center;\"><strong>Glazed Finishes </strong></h3>
<p style=\"text-align: center;\"><span class=\"s1\" style=\"font-size: 1em !important;\">Click on a wood sample below to enlarge photo.</span></p>
[/et_pb_text][et_pb_gallery admin_label=\"Maple Glazed Gallery\" gallery_ids=\"278,270,273,271,279,276,277,272,274,275\" fullwidth=\"off\" posts_number=\"20\" show_title_and_caption=\"on\" show_pagination=\"off\" background_layout=\"dark\" auto=\"off\" hover_overlay_color=\"rgba(255,255,255,0.9)\" caption_all_caps=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_gallery_item_title=\"text-align:center;\"] [/et_pb_gallery][et_pb_cta admin_label=\"Contact Dealer CTA\" global_module=\"308\" saved_tabs=\"all\" title=\"Need some help deciding?\" button_url=\"/wp/find-dealer/\" url_new_window=\"off\" button_text=\"FIND A DEALER\" use_background_color=\"on\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" body_font_size=\"17\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"10px|0px|10px|0px\" custom_padding=\"10px|20px|20px|20px\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"-webkit-border-radius: 20px;||border-radius: 20px;\"]
<h4>Locate the perfect dealer to help you get started in the right direction.</h4>
[/et_pb_cta][et_pb_text admin_label=\"Disclaimer Text\" global_module=\"1352\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"11\" text_font=\"Open Sans||||\" saved_tabs=\"all\"] The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications. [/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Other Species\" saved_tabs=\"all\" global_module=\"223\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"0px||0px|\" custom_padding=\"0px||5px|20px\"]
<h2>Other Species</h2>
[/et_pb_text][et_pb_button admin_label=\"Oak Button\" saved_tabs=\"all\" button_url=\"/wp/wood-color/oak/\" url_new_window=\"off\" button_text=\"OAK\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"1336\"] [/et_pb_button][et_pb_button admin_label=\"Maple Button\" saved_tabs=\"all\" button_url=\"/wp/wood-color/maple/\" url_new_window=\"off\" button_text=\"MAPLE\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"1337\"] [/et_pb_button][et_pb_button admin_label=\"Hickory Button\" saved_tabs=\"all\" button_url=\"/wp/wood-color/hickory/\" url_new_window=\"off\" button_text=\"HICKORY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"1338\"] [/et_pb_button][et_pb_button admin_label=\"Cherry Button\" saved_tabs=\"all\" button_url=\"/wp/wood-color/cherry/\" url_new_window=\"off\" button_text=\"CHERRY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"1339\"] [/et_pb_button][et_pb_button admin_label=\"Knotty Button\" saved_tabs=\"all\" button_url=\"/wp/wood-color/knotty/\" url_new_window=\"off\" button_text=\"KNOTTY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"1340\"] [/et_pb_button][et_pb_button admin_label=\"Painted Button\" saved_tabs=\"all\" button_url=\"/wp/wood-color/painted/\" url_new_window=\"off\" button_text=\"PAINTED\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"1341\"] [/et_pb_button][et_pb_button admin_label=\"Thermofoil Button\" saved_tabs=\"all\" button_url=\"/wp/wood-color/thermofoil/\" url_new_window=\"off\" button_text=\"THERMOFOIL\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"1342\"] [/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" global_module=\"587\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"on\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" custom_padding=\"10px||25px|\"][et_pb_row global_parent=\"587\" admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"||0px|\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_color_1=\"#000000\" padding_top_1=\"10px\" padding_right_1=\"10px\" padding_bottom_1=\"30px\" padding_left_1=\"10px\" background_color_2=\"#000000\" padding_top_2=\"10px\" padding_right_2=\"10px\" padding_bottom_2=\"30px\" padding_left_2=\"10px\"][et_pb_column type=\"1_2\"][et_pb_cta global_parent=\"587\" admin_label=\"Warranty CTA\" title=\"Warranty\" button_url=\"http://pioneercabinetry.net/wp/quality-care/warranty/\" url_new_window=\"off\" button_text=\"READ MORE\" use_background_color=\"off\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" button_bg_color=\"#e09900\" button_border_width=\"1\" body_font_size=\"16\"]
<p class=\"p1\" style=\"text-align: center;\"><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta global_parent=\"587\" admin_label=\"Dealer CTA\" title=\"Dealer Locator\" button_url=\"http://pioneercabinetry.net/wp/find-a-dealer/\" url_new_window=\"off\" button_text=\"FIND A DEALER\" use_background_color=\"off\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" button_bg_color=\"#e09900\" button_border_width=\"1\" body_font_size=\"16\"]
<p class=\"p1\" style=\"text-align: center;\"><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Maple","","inherit","closed","closed","","173-revision-v1","","","2017-09-10 13:16:37","2017-09-10 17:16:37","","173","http://www.pioneercabinetry.co/uncategorized/173-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("1047","1","2017-09-12 12:50:50","2017-09-12 16:50:50","[et_pb_section fb_built=\"1\" background_color=\"#ffffff\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" disabled_on=\"on|off|off\" admin_label=\"section\" _builder_version=\"3.0.72\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Maple-Type.jpg\" align=\"center\" _builder_version=\"3.0.47\" custom_css_main_element=\"width:100%;\" animation=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"30px||20px|\" padding_mobile=\"off\" admin_label=\"Oak Section\" _builder_version=\"3.0.47\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" padding_mobile=\"on\" column_padding_mobile=\"on\" background_color_2=\"#494949\" padding_top_2=\"10px\" padding_right_2=\"0px\" padding_bottom_2=\"20px\" padding_left_2=\"0px\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"3_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Maple Text\" _builder_version=\"3.0.47\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h1>Maple</h1>
<p>Predominately off-white in color, maple is a smooth, closed-grain wood that may contain shades of brown and pink. Other characteristics include occasional fine dark mineral streaks and small black knots also known as “bird’s eyes.” Maple accepts a variety of stain colors, although random, “blotchy” patterns may occur with medium and dark stains that add to the character of this warm wood.</p>
[/et_pb_text][et_pb_text background_layout=\"dark\" admin_label=\"Standard Finishes Text\" module_class=\"finishes\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px||0px|\" custom_padding=\"10px||10px|\" global_module=\"166\" saved_tabs=\"all\"]<h3 style=\"text-align: center;\"><strong>Standard Finishes</strong></h3>
<p style=\"text-align: center;\"><span class=\"s1\">Click on a wood sample below to enlarge photo.</span></p>
[/et_pb_text][et_pb_gallery gallery_ids=\"428,422,419,423,418,420,426,429,424,425,427,421\" posts_number=\"20\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Maple Standard Gallery\" _builder_version=\"3.0.72\" title_font=\"||||\" title_font_size_tablet=\"16\" title_font_size_phone=\"16\" title_letter_spacing_tablet=\"0px\" title_letter_spacing_phone=\"0px\" title_line_height_tablet=\"1em\" title_line_height_phone=\"1em\" caption_font=\"||||\" caption_font_size_tablet=\"14\" caption_font_size_phone=\"14\" caption_letter_spacing_tablet=\"0px\" caption_letter_spacing_phone=\"0px\" caption_line_height_tablet=\"18px\" caption_line_height_phone=\"18px\" custom_css_gallery_item_title=\"text-align:center;\" global_module=\"181\" saved_tabs=\"all\"][/et_pb_gallery][et_pb_text background_layout=\"dark\" admin_label=\"Glazed Finishes Text\" module_class=\"finishes\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px||0px|\" custom_padding=\"10px||10px|\" global_module=\"179\" saved_tabs=\"all\"]<h3 style=\"text-align: center;\"><strong>Glazed Finishes </strong></h3>
<p style=\"text-align: center;\"><span class=\"s1\" style=\"font-size: 1em !important;\">Click on a wood sample below to enlarge photo.</span></p>
[/et_pb_text][et_pb_gallery gallery_ids=\"440,432,435,433,441,438,439,434,436,437\" posts_number=\"20\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Maple Glazed Gallery\" _builder_version=\"3.0.72\" title_font=\"||||\" title_font_size_tablet=\"16\" title_font_size_phone=\"16\" title_letter_spacing_tablet=\"0px\" title_letter_spacing_phone=\"0px\" title_line_height_tablet=\"1em\" title_line_height_phone=\"1em\" caption_font=\"||||\" caption_font_size_tablet=\"14\" caption_font_size_phone=\"14\" caption_letter_spacing_tablet=\"0px\" caption_letter_spacing_phone=\"0px\" caption_line_height_tablet=\"18px\" caption_line_height_phone=\"18px\" custom_css_gallery_item_title=\"text-align:center;\" global_module=\"178\" saved_tabs=\"all\"][/et_pb_gallery][et_pb_text background_layout=\"dark\" admin_label=\"Disclaimer Text\" _builder_version=\"3.0.72\" text_font=\"Open Sans||on||\" text_font_size=\"11\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"20px|||\" global_module=\"168\" saved_tabs=\"all\"]<p>The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.</p>
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"0px\" padding_right=\"0px\" padding_top=\"10px\" column_padding_mobile=\"on\" background_color=\"#494949\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Other Species\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||5px|20px\" global_module=\"164\" saved_tabs=\"all\"]<h3>Other Species</h3>
[/et_pb_text][et_pb_button button_url=\"/wood-color/oak/\" button_text=\"OAK\" button_alignment=\"left\" admin_label=\"Oak Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"141\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/hickory/\" button_text=\"HICKORY\" button_alignment=\"left\" admin_label=\"Hickory Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"154\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/cherry/\" button_text=\"CHERRY\" button_alignment=\"left\" admin_label=\"Cherry Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"152\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/knotty/\" button_text=\"KNOTTY\" button_alignment=\"left\" admin_label=\"Knotty Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"151\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/painted/\" button_text=\"PAINTED\" button_alignment=\"left\" admin_label=\"Painted Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"147\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/thermofoil/\" button_text=\"THERMOFOIL\" button_alignment=\"left\" admin_label=\"Thermofoil Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"148\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Maple","","inherit","closed","closed","","173-revision-v1","","","2017-09-12 12:50:50","2017-09-12 16:50:50","","173","http://www.pioneercabinetry.co/uncategorized/173-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("176","1","2017-09-10 13:18:56","2017-09-10 17:18:56","[et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#ffffff\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Maple-Type.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_main_element=\"width:100%;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Oak Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"30px||20px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#2b2b2b\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px|0px|0px|0px\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_color_2=\"#494949\" padding_right_2=\"0px\" padding_left_2=\"0px\" padding_top_2=\"10px\" padding_bottom_2=\"20px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Maple Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\" text_line_height=\"1.8em\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]
<h1>Maple</h1>
Predominately off-white in color, maple is a smooth, closed-grain wood that may contain shades of brown and pink. Other characteristics include occasional fine dark mineral streaks and small black knots also known as “bird’s eyes.” Maple accepts a variety of stain colors, although random, “blotchy” patterns may occur with medium and dark stains that add to the character of this warm wood.

[/et_pb_text][et_pb_text admin_label=\"Standard Finishes Text\" saved_tabs=\"all\" global_module=\"171\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"0px||0px|\" custom_padding=\"0px||10px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]
<h3 style=\"text-align: center;\"><strong>Standard Finishes</strong></h3>
<p style=\"text-align: center;\"><span class=\"s1\">Click on a wood sample below to enlarge photo.</span></p>
[/et_pb_text][et_pb_gallery admin_label=\"Maple Standard Gallery\" gallery_ids=\"261,255,252,256,251,253,259,262,257,258,260,254\" fullwidth=\"off\" posts_number=\"20\" show_title_and_caption=\"on\" show_pagination=\"off\" background_layout=\"dark\" auto=\"off\" hover_overlay_color=\"rgba(255,255,255,0.9)\" caption_all_caps=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_gallery_item_title=\"text-align:center;\" /][et_pb_text admin_label=\"Glazed Finishes Text\" saved_tabs=\"all\" global_module=\"268\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"0px||0px|\" custom_padding=\"0px||10px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]
<h3 style=\"text-align: center;\"><strong>Glazed Finishes </strong></h3>
<p style=\"text-align: center;\"><span class=\"s1\" style=\"font-size: 1em !important;\">Click on a wood sample below to enlarge photo.</span></p>
[/et_pb_text][et_pb_gallery admin_label=\"Maple Glazed Gallery\" gallery_ids=\"278,270,273,271,279,276,277,272,274,275\" fullwidth=\"off\" posts_number=\"20\" show_title_and_caption=\"on\" show_pagination=\"off\" background_layout=\"dark\" auto=\"off\" hover_overlay_color=\"rgba(255,255,255,0.9)\" caption_all_caps=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_gallery_item_title=\"text-align:center;\" /][et_pb_cta admin_label=\"Contact Dealer CTA\" title=\"Need some help deciding?\" button_url=\"/find-dealer/\" url_new_window=\"off\" button_text=\"FIND A DEALER\" use_background_color=\"on\" background_layout=\"dark\" body_font_size=\"17\" border_style=\"solid\" custom_margin=\"10px|0px|10px|0px\" custom_padding=\"10px|20px|20px|20px\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"-webkit-border-radius: 20px;||border-radius: 20px;\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"159\"]
<h4>Locate the perfect dealer to help you get started in the right direction.</h4>
[/et_pb_cta][et_pb_text admin_label=\"Disclaimer Text\" background_layout=\"dark\" text_orientation=\"left\" border_style=\"solid\" text_font_size=\"11\" text_font=\"Open Sans||||\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"168\"]

The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Other Species\" background_layout=\"dark\" text_orientation=\"left\" border_style=\"solid\" custom_margin=\"0px||0px|\" custom_padding=\"0px||5px|20px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"164\"]
<h2>Other Species</h2>
[/et_pb_text][et_pb_button admin_label=\"Oak Button\" button_url=\"/wood-color/oak/\" url_new_window=\"off\" button_text=\"OAK\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"141\" /][et_pb_button admin_label=\"Maple Button\" button_url=\"/wood-color/maple/\" url_new_window=\"off\" button_text=\"MAPLE\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"144\" /][et_pb_button admin_label=\"Hickory Button\" button_url=\"/wood-color/hickory/\" url_new_window=\"off\" button_text=\"HICKORY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"154\" /][et_pb_button admin_label=\"Cherry Button\" button_url=\"/wood-color/cherry/\" url_new_window=\"off\" button_text=\"CHERRY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"152\" /][et_pb_button admin_label=\"Knotty Button\" button_url=\"/wood-color/knotty/\" url_new_window=\"off\" button_text=\"KNOTTY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"151\" /][et_pb_button admin_label=\"Painted Button\" button_url=\"/wood-color/painted/\" url_new_window=\"off\" button_text=\"PAINTED\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"147\" /][et_pb_button admin_label=\"Thermofoil Button\" button_url=\"/wood-color/thermofoil/\" url_new_window=\"off\" button_text=\"THERMOFOIL\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"148\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row global_parent=\"93\" background_color_1=\"#000000\" background_color_2=\"#000000\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" _builder_version=\"3.0.72\" make_equal=\"on\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" global_parent=\"93\" title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<span class=\"s1\">We stand behind our craftsmanship.</span>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" global_parent=\"93\" title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Maple","","inherit","closed","closed","","173-revision-v1","","","2017-09-10 13:18:56","2017-09-10 17:18:56","","173","http://www.pioneercabinetry.co/uncategorized/173-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("744","1","2017-09-11 13:39:52","2017-09-11 17:39:52","/*classes------------------*/
.finishes {border-top:1px solid #ffffff;border-radius:10px;}


/*TOP MENU------------------*/
#top-menu li {font-weight: normal;text-transform: uppercase;}
#main-header, #main-header .nav li ul, .et-search-form, #main-header .et_mobile_menu {background-color: #2b2b2b;-webkit-box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6);box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6);}
#main-header.et-fixed-header {background-color: #2b2b2b;-webkit-box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6) !important;box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6) !important;}
#top-menu li .menu-item-has-children > a:first-child {padding-right: 20px;}
#top-menu li li {margin: 0;padding: 0;}
#top-menu li li a {width: 240px;padding: 6px 20px;}
#top-menu li li a:hover {background-color: #000000;}
.et_mobile_menu li a {font-size: 18px !important;}
.et_mobile_menu li a:hover {background-color: #000000;}

/*FONTS------------------*/
h1, h2, h3, h4, h5, {
	font-style: normal;
	font-weight: 100;
	color: RED !important;
	line-height: 1em;
	padding-top: 20px !important;
	padding-bottom: 1px !important;
	margin-top: 30px !important;
	margin-bottom: 1px !important;
}

h2 {
	padding-top: 10px !important;
}

ul {margin-top: 0;margin-bottom: 0;padding-top: 0;}

li.li1 {padding-left: 10px;margin-left: 20px;margin-top: 0;margin-bottom: 0;padding-bottom: 5px;}

ul.et_pb_tabs_controls {border-bottom: 1px solid #d9d9d9;background-color: #f4f4f4;font-size: 1.2em;text-transform: uppercase;letter-spacing: 1px;}


/*Gallery-----------------------------------------*/
.rounded {-webkit-border-radius: 2px;border-radius: 2px;}
.rounded img {-webkit-border-radius: 2px;border-radius: 2px;border: 1px solid #212121;}

.et_pb_gallery_grid {}
.et_pb_gallery_caption {text-align:center;}
.et_pb_gallery_grid .et_pb_gallery_image {overflow: hidden;position: relative;-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.4);box-shadow: 0 0 10px 3px rgba(0,0,0,.4);-webkit-border-radius: 2px;border-radius: 2px;margin: 10px;}
.et_pb_gallery_item img {height: 100px;-webkit-border-radius: 2px;border-radius: 2px;border: 1px solid #ffffff;}
.fullGallery .et_pb_gallery_item img {height: auto;width: 100%;-webkit-border-radius: 2px;border-radius: 2px;border: 1px solid #ffffff;}
.et_overlay {-webkit-border-radius: 2px;border-radius: 2px;}

.safari .et_pb_gallery_grid .et_pb_gallery_image {overflow: visible;margin: 10px;-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.2);box-shadow: 0 0 10px 3px rgba(0,0,0,.2);-webkit-border-radius: 2px;border-radius: 2px;}


/*Find a Dealer ------------------*/
#wpsl-search-wrap .wpsl-input label {font-size: 1.3em;}
#wpsl-search-wrap div label {font-size: 1.3em;}
div.wpsl-store-location {font-size: 1.2em;line-height: 1em !important;}
div#wpsl-wrap {background-color: #ffffff;-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.2);box-shadow: 0 0 10px 3px rgba(0,0,0,.2);padding: 20px;}
div.wpsl-direction-wrap {font-size: 1em !important;}
#wpsl-result-list a {font-size: 18px;}","Divi-child","","inherit","closed","closed","","85-revision-v1","","","2017-09-11 13:39:52","2017-09-11 17:39:52","","85","http://www.pioneercabinetry.co/uncategorized/85-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("746","1","2017-09-11 13:41:27","2017-09-11 17:41:27","/*classes------------------*/
.finishes {border-top:1px solid #ffffff;border-radius:10px;}


/*SideBar Menu------------------*/
.et_pb_gutters2 .et_pb_column_1_4 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4 .et_pb_module {
	margin-bottom: 0 !important;
}

.et_pb_gallery_image img {
	width: 100% !important;
}

ul.et_pb_tabs_controls {
	background-color: transparent !important;
}


/*TOP MENU------------------*/
#top-menu li {font-weight: normal;text-transform: uppercase;}
#main-header, #main-header .nav li ul, .et-search-form, #main-header .et_mobile_menu {background-color: #2b2b2b;-webkit-box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6);box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6);}
#main-header.et-fixed-header {background-color: #2b2b2b;-webkit-box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6) !important;box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6) !important;}
#top-menu li .menu-item-has-children > a:first-child {padding-right: 20px;}
#top-menu li li {margin: 0;padding: 0;}
#top-menu li li a {width: 240px;padding: 6px 20px;}
#top-menu li li a:hover {background-color: #000000;}
.et_mobile_menu li a {font-size: 18px !important;}
.et_mobile_menu li a:hover {background-color: #000000;}

/*FONTS------------------*/
h1, h2, h3, h4, h5, {
	font-style: normal;
	font-weight: 100;
	color: RED !important;
	line-height: 1em;
	padding-top: 20px !important;
	padding-bottom: 1px !important;
	margin-top: 30px !important;
	margin-bottom: 1px !important;
}

h2 {
	padding-top: 10px !important;
}

ul {margin-top: 0;margin-bottom: 0;padding-top: 0;}

li.li1 {padding-left: 10px;margin-left: 20px;margin-top: 0;margin-bottom: 0;padding-bottom: 5px;}

ul.et_pb_tabs_controls {border-bottom: 1px solid #d9d9d9;background-color: #f4f4f4;font-size: 1.2em;text-transform: uppercase;letter-spacing: 1px;}


/*Gallery-----------------------------------------*/
.rounded {-webkit-border-radius: 2px;border-radius: 2px;}
.rounded img {-webkit-border-radius: 2px;border-radius: 2px;border: 1px solid #212121;}

.et_pb_gallery_grid {}
.et_pb_gallery_caption {text-align:center;}
.et_pb_gallery_grid .et_pb_gallery_image {overflow: hidden;position: relative;-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.4);box-shadow: 0 0 10px 3px rgba(0,0,0,.4);-webkit-border-radius: 2px;border-radius: 2px;margin: 10px;}
.et_pb_gallery_item img {height: 100px;-webkit-border-radius: 2px;border-radius: 2px;border: 1px solid #ffffff;}
.fullGallery .et_pb_gallery_item img {height: auto;width: 100%;-webkit-border-radius: 2px;border-radius: 2px;border: 1px solid #ffffff;}
.et_overlay {-webkit-border-radius: 2px;border-radius: 2px;}

.safari .et_pb_gallery_grid .et_pb_gallery_image {overflow: visible;margin: 10px;-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.2);box-shadow: 0 0 10px 3px rgba(0,0,0,.2);-webkit-border-radius: 2px;border-radius: 2px;}


/*Find a Dealer ------------------*/
#wpsl-search-wrap .wpsl-input label {font-size: 1.3em;}
#wpsl-search-wrap div label {font-size: 1.3em;}
div.wpsl-store-location {font-size: 1.2em;line-height: 1em !important;}
div#wpsl-wrap {background-color: #ffffff;-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.2);box-shadow: 0 0 10px 3px rgba(0,0,0,.2);padding: 20px;}
div.wpsl-direction-wrap {font-size: 1em !important;}
#wpsl-result-list a {font-size: 18px;}","Divi-child","","inherit","closed","closed","","85-revision-v1","","","2017-09-11 13:41:27","2017-09-11 17:41:27","","85","http://www.pioneercabinetry.co/uncategorized/85-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("738","1","2017-09-11 13:36:24","2017-09-11 17:36:24","[et_pb_text background_layout=\"dark\" admin_label=\"Glazed Finishes Text\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px||0px|\" custom_padding=\"10px||10px|\" saved_tabs=\"all\" text_orientation=\"left\" animation_style=\"none\" module_class=\"finishes\" template_type=\"module\"]<h3 style=\"text-align: center;\"><strong>Glazed Finishes </strong></h3>
<p style=\"text-align: center;\"><span class=\"s1\" style=\"font-size: 1em !important;\">Click on a wood sample below to enlarge photo.</span></p>
[/et_pb_text]","Glazed Finishes Text","","inherit","closed","closed","","179-revision-v1","","","2017-09-11 13:36:24","2017-09-11 17:36:24","","179","http://www.pioneercabinetry.co/uncategorized/179-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("178","1","2017-09-10 13:20:14","2017-09-10 17:20:14","[et_pb_gallery admin_label=\"Maple Glazed Gallery\" gallery_ids=\"440,432,435,433,441,438,439,434,436,437\" fullwidth=\"off\" posts_number=\"20\" show_title_and_caption=\"on\" show_pagination=\"off\" background_layout=\"dark\" hover_overlay_color=\"rgba(255,255,255,0.9)\" border_style=\"solid\" custom_css_gallery_item_title=\"text-align:center;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" orientation=\"landscape\" zoom_icon_color=\"#dd9933\" gallery_orderby=\"\" gallery_captions=\"\" hover_icon=\"\" title_font=\"||||\" title_font_size=\"16\" title_font_size_tablet=\"16\" title_font_size_phone=\"16\" title_font_size_last_edited=\"\" title_text_color=\"\" title_letter_spacing=\"0px\" title_letter_spacing_tablet=\"0px\" title_letter_spacing_phone=\"0px\" title_letter_spacing_last_edited=\"\" title_line_height=\"1em\" title_line_height_tablet=\"1em\" title_line_height_phone=\"1em\" title_line_height_last_edited=\"\" caption_font=\"||||\" caption_font_size=\"14\" caption_font_size_tablet=\"14\" caption_font_size_phone=\"14\" caption_font_size_last_edited=\"\" caption_text_color=\"\" caption_letter_spacing=\"0px\" caption_letter_spacing_tablet=\"0px\" caption_letter_spacing_phone=\"0px\" caption_letter_spacing_last_edited=\"\" caption_line_height=\"18px\" caption_line_height_tablet=\"18px\" caption_line_height_phone=\"18px\" caption_line_height_last_edited=\"\" caption_all_caps=\"\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" auto=\"off\" auto_speed=\"7000\" module_id=\"\" module_class=\"\" custom_css_before=\"\" custom_css_main_element=\"\" custom_css_after=\"\" custom_css_gallery_item=\"\" custom_css_overlay=\"\" custom_css_overlay_icon=\"\" custom_css_gallery_item_caption=\"\" custom_css_gallery_pagination=\"\" custom_css_gallery_pagination_active=\"\" disabled=\"\" disabled_on=\"\" template_type=\"module\" /]","Maple Glazed Gallery","","publish","closed","closed","","maple-glazed-gallery","","","2017-09-11 10:00:46","2017-09-11 14:00:46","","0","http://www.pioneercabinetry.co/et_pb_layout/maple-glazed-gallery/","0","et_pb_layout","","0");
INSERT INTO `pcab_posts` VALUES("179","1","2017-09-10 13:20:31","2017-09-10 17:20:31","[et_pb_text background_layout=\"dark\" admin_label=\"Glazed Finishes Text\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px||0px|\" custom_padding=\"10px||10px|\" saved_tabs=\"all\" text_orientation=\"left\" animation_style=\"none\" module_class=\"finishes\" template_type=\"module\"]<h3 style=\"text-align: center;\"><strong>Glazed Finishes </strong></h3>
<p style=\"text-align: center;\"><span class=\"s1\" style=\"font-size: 1em !important;\">Click on a wood sample below to enlarge photo.</span></p>
[/et_pb_text]","Glazed Finishes Text","","publish","closed","closed","","glazed-finishes-text","","","2017-09-11 13:36:24","2017-09-11 17:36:24","","0","http://www.pioneercabinetry.co/et_pb_layout/glazed-finishes-text/","0","et_pb_layout","","0");
INSERT INTO `pcab_posts` VALUES("180","1","2017-09-10 13:20:58","2017-09-10 17:20:58","[et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#ffffff\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Maple-Type.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_main_element=\"width:100%;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Oak Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"30px||20px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#2b2b2b\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px|0px|0px|0px\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_color_2=\"#494949\" padding_right_2=\"0px\" padding_left_2=\"0px\" padding_top_2=\"10px\" padding_bottom_2=\"20px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Maple Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\" text_line_height=\"1.8em\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]
<h1>Maple</h1>
Predominately off-white in color, maple is a smooth, closed-grain wood that may contain shades of brown and pink. Other characteristics include occasional fine dark mineral streaks and small black knots also known as “bird’s eyes.” Maple accepts a variety of stain colors, although random, “blotchy” patterns may occur with medium and dark stains that add to the character of this warm wood.

[/et_pb_text][et_pb_text admin_label=\"Standard Finishes Text\" saved_tabs=\"all\" global_module=\"171\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"0px||0px|\" custom_padding=\"0px||10px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]
<h3 style=\"text-align: center;\"><strong>Standard Finishes</strong></h3>
<p style=\"text-align: center;\"><span class=\"s1\">Click on a wood sample below to enlarge photo.</span></p>
[/et_pb_text][et_pb_gallery admin_label=\"Maple Standard Gallery\" gallery_ids=\"261,255,252,256,251,253,259,262,257,258,260,254\" fullwidth=\"off\" posts_number=\"20\" show_title_and_caption=\"on\" show_pagination=\"off\" background_layout=\"dark\" auto=\"off\" hover_overlay_color=\"rgba(255,255,255,0.9)\" caption_all_caps=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_gallery_item_title=\"text-align:center;\" /][et_pb_text admin_label=\"Glazed Finishes Text\" background_layout=\"dark\" text_orientation=\"left\" border_style=\"solid\" custom_margin=\"0px||0px|\" custom_padding=\"0px||10px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"179\"]
<h3 style=\"text-align: center;\"><strong>Glazed Finishes </strong></h3>
<p style=\"text-align: center;\"><span class=\"s1\" style=\"font-size: 1em !important;\">Click on a wood sample below to enlarge photo.</span></p>
[/et_pb_text][et_pb_gallery admin_label=\"Maple Glazed Gallery\" gallery_ids=\"278,270,273,271,279,276,277,272,274,275\" fullwidth=\"off\" posts_number=\"20\" show_title_and_caption=\"on\" show_pagination=\"off\" background_layout=\"dark\" hover_overlay_color=\"rgba(255,255,255,0.9)\" border_style=\"solid\" custom_css_gallery_item_title=\"text-align:center;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" orientation=\"landscape\" zoom_icon_color=\"#dd9933\" global_module=\"178\" /][et_pb_cta admin_label=\"Contact Dealer CTA\" title=\"Need some help deciding?\" button_url=\"/find-dealer/\" url_new_window=\"off\" button_text=\"FIND A DEALER\" use_background_color=\"on\" background_layout=\"dark\" body_font_size=\"17\" border_style=\"solid\" custom_margin=\"10px|0px|10px|0px\" custom_padding=\"10px|20px|20px|20px\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"-webkit-border-radius: 20px;||border-radius: 20px;\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"159\"]
<h4>Locate the perfect dealer to help you get started in the right direction.</h4>
[/et_pb_cta][et_pb_text admin_label=\"Disclaimer Text\" background_layout=\"dark\" text_orientation=\"left\" border_style=\"solid\" text_font_size=\"11\" text_font=\"Open Sans||||\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"168\"]

The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Other Species\" background_layout=\"dark\" text_orientation=\"left\" border_style=\"solid\" custom_margin=\"0px||0px|\" custom_padding=\"0px||5px|20px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"164\"]
<h2>Other Species</h2>
[/et_pb_text][et_pb_button admin_label=\"Oak Button\" button_url=\"/wood-color/oak/\" url_new_window=\"off\" button_text=\"OAK\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"141\" /][et_pb_button admin_label=\"Maple Button\" button_url=\"/wood-color/maple/\" url_new_window=\"off\" button_text=\"MAPLE\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"144\" /][et_pb_button admin_label=\"Hickory Button\" button_url=\"/wood-color/hickory/\" url_new_window=\"off\" button_text=\"HICKORY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"154\" /][et_pb_button admin_label=\"Cherry Button\" button_url=\"/wood-color/cherry/\" url_new_window=\"off\" button_text=\"CHERRY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"152\" /][et_pb_button admin_label=\"Knotty Button\" button_url=\"/wood-color/knotty/\" url_new_window=\"off\" button_text=\"KNOTTY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"151\" /][et_pb_button admin_label=\"Painted Button\" button_url=\"/wood-color/painted/\" url_new_window=\"off\" button_text=\"PAINTED\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"147\" /][et_pb_button admin_label=\"Thermofoil Button\" button_url=\"/wood-color/thermofoil/\" url_new_window=\"off\" button_text=\"THERMOFOIL\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"148\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row global_parent=\"93\" background_color_1=\"#000000\" background_color_2=\"#000000\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" _builder_version=\"3.0.72\" make_equal=\"on\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" global_parent=\"93\" title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<span class=\"s1\">We stand behind our craftsmanship.</span>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" global_parent=\"93\" title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Maple","","inherit","closed","closed","","173-revision-v1","","","2017-09-10 13:20:58","2017-09-10 17:20:58","","173","http://www.pioneercabinetry.co/uncategorized/173-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("181","1","2017-09-10 13:21:13","2017-09-10 17:21:13","[et_pb_gallery admin_label=\"Maple Standard Gallery\" gallery_ids=\"428,422,419,423,418,420,426,429,424,425,427,421\" fullwidth=\"off\" posts_number=\"20\" show_title_and_caption=\"on\" show_pagination=\"off\" background_layout=\"dark\" hover_overlay_color=\"rgba(255,255,255,0.9)\" border_style=\"solid\" custom_css_gallery_item_title=\"text-align:center;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" orientation=\"landscape\" zoom_icon_color=\"#dd9933\" gallery_orderby=\"\" gallery_captions=\"\" hover_icon=\"\" title_font=\"||||\" title_font_size=\"16\" title_font_size_tablet=\"16\" title_font_size_phone=\"16\" title_font_size_last_edited=\"\" title_text_color=\"\" title_letter_spacing=\"0px\" title_letter_spacing_tablet=\"0px\" title_letter_spacing_phone=\"0px\" title_letter_spacing_last_edited=\"\" title_line_height=\"1em\" title_line_height_tablet=\"1em\" title_line_height_phone=\"1em\" title_line_height_last_edited=\"\" caption_font=\"||||\" caption_font_size=\"14\" caption_font_size_tablet=\"14\" caption_font_size_phone=\"14\" caption_font_size_last_edited=\"\" caption_text_color=\"\" caption_letter_spacing=\"0px\" caption_letter_spacing_tablet=\"0px\" caption_letter_spacing_phone=\"0px\" caption_letter_spacing_last_edited=\"\" caption_line_height=\"18px\" caption_line_height_tablet=\"18px\" caption_line_height_phone=\"18px\" caption_line_height_last_edited=\"\" caption_all_caps=\"\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" auto=\"off\" auto_speed=\"7000\" module_id=\"\" module_class=\"\" custom_css_before=\"\" custom_css_main_element=\"\" custom_css_after=\"\" custom_css_gallery_item=\"\" custom_css_overlay=\"\" custom_css_overlay_icon=\"\" custom_css_gallery_item_caption=\"\" custom_css_gallery_pagination=\"\" custom_css_gallery_pagination_active=\"\" disabled=\"\" disabled_on=\"\" template_type=\"module\" /]","Maple Standard Gallery","","publish","closed","closed","","maple-standard-gallery","","","2017-09-11 09:57:30","2017-09-11 13:57:30","","0","http://www.pioneercabinetry.co/et_pb_layout/maple-standard-gallery/","0","et_pb_layout","","0");
INSERT INTO `pcab_posts` VALUES("182","1","2017-09-10 13:21:21","2017-09-10 17:21:21","[et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#ffffff\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Maple-Type.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_main_element=\"width:100%;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Oak Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"30px||20px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#2b2b2b\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px|0px|0px|0px\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_color_2=\"#494949\" padding_right_2=\"0px\" padding_left_2=\"0px\" padding_top_2=\"10px\" padding_bottom_2=\"20px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Maple Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\" text_line_height=\"1.8em\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]
<h1>Maple</h1>
Predominately off-white in color, maple is a smooth, closed-grain wood that may contain shades of brown and pink. Other characteristics include occasional fine dark mineral streaks and small black knots also known as “bird’s eyes.” Maple accepts a variety of stain colors, although random, “blotchy” patterns may occur with medium and dark stains that add to the character of this warm wood.

[/et_pb_text][et_pb_text admin_label=\"Standard Finishes Text\" saved_tabs=\"all\" global_module=\"171\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"0px||0px|\" custom_padding=\"0px||10px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]
<h3 style=\"text-align: center;\"><strong>Standard Finishes</strong></h3>
<p style=\"text-align: center;\"><span class=\"s1\">Click on a wood sample below to enlarge photo.</span></p>
[/et_pb_text][et_pb_gallery admin_label=\"Maple Standard Gallery\" gallery_ids=\"261,255,252,256,251,253,259,262,257,258,260,254\" fullwidth=\"off\" posts_number=\"20\" show_title_and_caption=\"on\" show_pagination=\"off\" background_layout=\"dark\" hover_overlay_color=\"rgba(255,255,255,0.9)\" border_style=\"solid\" custom_css_gallery_item_title=\"text-align:center;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" orientation=\"landscape\" zoom_icon_color=\"#dd9933\" global_module=\"181\" /][et_pb_text admin_label=\"Glazed Finishes Text\" background_layout=\"dark\" text_orientation=\"left\" border_style=\"solid\" custom_margin=\"0px||0px|\" custom_padding=\"0px||10px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"179\"]
<h3 style=\"text-align: center;\"><strong>Glazed Finishes </strong></h3>
<p style=\"text-align: center;\"><span class=\"s1\" style=\"font-size: 1em !important;\">Click on a wood sample below to enlarge photo.</span></p>
[/et_pb_text][et_pb_gallery admin_label=\"Maple Glazed Gallery\" gallery_ids=\"278,270,273,271,279,276,277,272,274,275\" fullwidth=\"off\" posts_number=\"20\" show_title_and_caption=\"on\" show_pagination=\"off\" background_layout=\"dark\" hover_overlay_color=\"rgba(255,255,255,0.9)\" border_style=\"solid\" custom_css_gallery_item_title=\"text-align:center;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" orientation=\"landscape\" zoom_icon_color=\"#dd9933\" global_module=\"178\" /][et_pb_cta admin_label=\"Contact Dealer CTA\" title=\"Need some help deciding?\" button_url=\"/find-dealer/\" url_new_window=\"off\" button_text=\"FIND A DEALER\" use_background_color=\"on\" background_layout=\"dark\" body_font_size=\"17\" border_style=\"solid\" custom_margin=\"10px|0px|10px|0px\" custom_padding=\"10px|20px|20px|20px\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"-webkit-border-radius: 20px;||border-radius: 20px;\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"159\"]
<h4>Locate the perfect dealer to help you get started in the right direction.</h4>
[/et_pb_cta][et_pb_text admin_label=\"Disclaimer Text\" background_layout=\"dark\" text_orientation=\"left\" border_style=\"solid\" text_font_size=\"11\" text_font=\"Open Sans||||\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"168\"]

The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Other Species\" background_layout=\"dark\" text_orientation=\"left\" border_style=\"solid\" custom_margin=\"0px||0px|\" custom_padding=\"0px||5px|20px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"164\"]
<h2>Other Species</h2>
[/et_pb_text][et_pb_button admin_label=\"Oak Button\" button_url=\"/wood-color/oak/\" url_new_window=\"off\" button_text=\"OAK\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"141\" /][et_pb_button admin_label=\"Maple Button\" button_url=\"/wood-color/maple/\" url_new_window=\"off\" button_text=\"MAPLE\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"144\" /][et_pb_button admin_label=\"Hickory Button\" button_url=\"/wood-color/hickory/\" url_new_window=\"off\" button_text=\"HICKORY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"154\" /][et_pb_button admin_label=\"Cherry Button\" button_url=\"/wood-color/cherry/\" url_new_window=\"off\" button_text=\"CHERRY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"152\" /][et_pb_button admin_label=\"Knotty Button\" button_url=\"/wood-color/knotty/\" url_new_window=\"off\" button_text=\"KNOTTY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"151\" /][et_pb_button admin_label=\"Painted Button\" button_url=\"/wood-color/painted/\" url_new_window=\"off\" button_text=\"PAINTED\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"147\" /][et_pb_button admin_label=\"Thermofoil Button\" button_url=\"/wood-color/thermofoil/\" url_new_window=\"off\" button_text=\"THERMOFOIL\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"148\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row global_parent=\"93\" background_color_1=\"#000000\" background_color_2=\"#000000\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" _builder_version=\"3.0.72\" make_equal=\"on\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" global_parent=\"93\" title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<span class=\"s1\">We stand behind our craftsmanship.</span>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" global_parent=\"93\" title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Maple","","inherit","closed","closed","","173-revision-v1","","","2017-09-10 13:21:21","2017-09-10 17:21:21","","173","http://www.pioneercabinetry.co/uncategorized/173-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("183","1","2017-09-10 13:43:23","2017-09-10 17:43:23","[et_pb_section fb_built=\"1\" background_color=\"#ffffff\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" disabled_on=\"on|off|off\" admin_label=\"section\" _builder_version=\"3.0.72\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Hickory-Type.jpg\" align=\"center\" _builder_version=\"3.0.47\" custom_css_main_element=\"width:100%;\" animation=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"30px||20px|\" padding_mobile=\"off\" admin_label=\"Oak Section\" _builder_version=\"3.0.47\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" padding_mobile=\"on\" column_padding_mobile=\"on\" background_color_2=\"#494949\" padding_top_2=\"10px\" padding_right_2=\"0px\" padding_bottom_2=\"20px\" padding_left_2=\"0px\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"3_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Hickory Text\" _builder_version=\"3.0.47\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h1>Hickory</h1>
<p>Hickory is a very “wild” wood, known for its wide spectrum of color that can range from white to dark brown and can also feature wormholes and black knots.</p>
<p class=\"p1\"><span class=\"s1\">A clear or light stain will maximize the color, while a darker stain selection will offer this wood its own distinguishing characteristics.</span></p>
[/et_pb_text][et_pb_text background_layout=\"dark\" admin_label=\"Standard Finishes Text\" module_class=\"finishes\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px||0px|\" custom_padding=\"10px||10px|\" global_module=\"166\" saved_tabs=\"all\"]<h3 style=\"text-align: center;\"><strong>Standard Finishes</strong></h3>
<p style=\"text-align: center;\"><span class=\"s1\">Click on a wood sample below to enlarge photo.</span></p>
[/et_pb_text][et_pb_gallery gallery_ids=\"456,449,454,445,453,447,446,450,451,452,455,448\" posts_number=\"20\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Hickory Standard Gallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;\"][/et_pb_gallery][et_pb_text background_layout=\"dark\" admin_label=\"Disclaimer Text\" _builder_version=\"3.0.72\" text_font=\"Open Sans||on||\" text_font_size=\"11\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"20px|||\" global_module=\"168\" saved_tabs=\"all\"]<p>The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.</p>
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"0px\" padding_right=\"0px\" padding_top=\"10px\" column_padding_mobile=\"on\" background_color=\"#494949\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Other Species\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||5px|20px\" global_module=\"164\" saved_tabs=\"all\"]<h3>Other Species</h3>
[/et_pb_text][et_pb_button button_url=\"/wood-color/oak/\" button_text=\"OAK\" button_alignment=\"left\" admin_label=\"Oak Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"141\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/maple/\" button_text=\"MAPLE\" button_alignment=\"left\" admin_label=\"Maple Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"144\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/cherry/\" button_text=\"CHERRY\" button_alignment=\"left\" admin_label=\"Cherry Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"152\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/knotty/\" button_text=\"KNOTTY\" button_alignment=\"left\" admin_label=\"Knotty Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"151\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/painted/\" button_text=\"PAINTED\" button_alignment=\"left\" admin_label=\"Painted Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"147\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/thermofoil/\" button_text=\"THERMOFOIL\" button_alignment=\"left\" admin_label=\"Thermofoil Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"148\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Hickory","","publish","closed","closed","","hickory","","","2017-09-12 12:52:17","2017-09-12 16:52:17","","131","http://www.pioneercabinetry.co/?page_id=183","0","page","","0");
INSERT INTO `pcab_posts` VALUES("184","1","2017-09-10 13:39:57","2017-09-10 17:39:57","","HDR-Hickory-Type","","inherit","closed","closed","","hdr-hickory-type","","","2017-09-10 13:39:57","2017-09-10 17:39:57","","0","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Hickory-Type.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("185","1","2017-09-10 13:40:05","2017-09-10 17:40:05","[et_pb_section admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#ffffff\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Hickory-Type.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_main_element=\"width:100%;\"] [/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Oak Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"30px||20px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#2b2b2b\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px|0px|0px|0px\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_color_2=\"#494949\" padding_right_2=\"0px\" padding_left_2=\"0px\" padding_top_2=\"10px\" padding_bottom_2=\"20px\"][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Hickory Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\" text_line_height=\"1.8em\"]
<h1>Hickory</h1>
Hickory is a very “wild” wood, known for its wide spectrum of color that can range from white to dark brown and can also feature wormholes and black knots.
<p class=\"p1\"><span class=\"s1\">A clear or light stain will maximize the color, while a darker stain selection will offer this wood its own distinguishing characteristics.</span></p>
[/et_pb_text][et_pb_text admin_label=\"Standard Finishes Text\" saved_tabs=\"all\" global_module=\"171\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"0px||0px|\" custom_padding=\"0px||10px|\"]
<h3 style=\"text-align: center;\"><strong>Standard Finishes</strong></h3>
<p style=\"text-align: center;\"><span class=\"s1\">Click on a wood sample below to enlarge photo.</span></p>
[/et_pb_text][et_pb_gallery admin_label=\"Hickory Standard Gallery\" gallery_ids=\"305,298,303,294,302,296,295,299,300,301,304,297\" fullwidth=\"off\" posts_number=\"20\" show_title_and_caption=\"on\" show_pagination=\"off\" background_layout=\"dark\" auto=\"off\" hover_overlay_color=\"rgba(255,255,255,0.9)\" caption_all_caps=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_gallery_item_title=\"text-align:center;\"] [/et_pb_gallery][et_pb_cta admin_label=\"Contact Dealer CTA\" global_module=\"308\" saved_tabs=\"all\" title=\"Need some help deciding?\" button_url=\"/wp/find-dealer/\" url_new_window=\"off\" button_text=\"FIND A DEALER\" use_background_color=\"on\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" body_font_size=\"17\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"10px|0px|10px|0px\" custom_padding=\"10px|20px|20px|20px\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"-webkit-border-radius: 20px;||border-radius: 20px;\"]
<h4>Locate the perfect dealer to help you get started in the right direction.</h4>
[/et_pb_cta][et_pb_text admin_label=\"Disclaimer Text\" global_module=\"1352\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"11\" text_font=\"Open Sans||||\" saved_tabs=\"all\"] The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications. [/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Other Species\" saved_tabs=\"all\" global_module=\"223\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"0px||0px|\" custom_padding=\"0px||5px|20px\"]
<h2>Other Species</h2>
[/et_pb_text][et_pb_button admin_label=\"Oak Button\" saved_tabs=\"all\" button_url=\"/wp/wood-color/oak/\" url_new_window=\"off\" button_text=\"OAK\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"1336\"] [/et_pb_button][et_pb_button admin_label=\"Maple Button\" saved_tabs=\"all\" button_url=\"/wp/wood-color/maple/\" url_new_window=\"off\" button_text=\"MAPLE\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"1337\"] [/et_pb_button][et_pb_button admin_label=\"Hickory Button\" saved_tabs=\"all\" button_url=\"/wp/wood-color/hickory/\" url_new_window=\"off\" button_text=\"HICKORY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"1338\"] [/et_pb_button][et_pb_button admin_label=\"Cherry Button\" saved_tabs=\"all\" button_url=\"/wp/wood-color/cherry/\" url_new_window=\"off\" button_text=\"CHERRY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"1339\"] [/et_pb_button][et_pb_button admin_label=\"Knotty Button\" saved_tabs=\"all\" button_url=\"/wp/wood-color/knotty/\" url_new_window=\"off\" button_text=\"KNOTTY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"1340\"] [/et_pb_button][et_pb_button admin_label=\"Painted Button\" saved_tabs=\"all\" button_url=\"/wp/wood-color/painted/\" url_new_window=\"off\" button_text=\"PAINTED\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"1341\"] [/et_pb_button][et_pb_button admin_label=\"Thermofoil Button\" saved_tabs=\"all\" button_url=\"/wp/wood-color/thermofoil/\" url_new_window=\"off\" button_text=\"THERMOFOIL\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"1342\"] [/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" global_module=\"587\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"on\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" custom_padding=\"10px||25px|\"][et_pb_row global_parent=\"587\" admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"||0px|\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_color_1=\"#000000\" padding_top_1=\"10px\" padding_right_1=\"10px\" padding_bottom_1=\"30px\" padding_left_1=\"10px\" background_color_2=\"#000000\" padding_top_2=\"10px\" padding_right_2=\"10px\" padding_bottom_2=\"30px\" padding_left_2=\"10px\"][et_pb_column type=\"1_2\"][et_pb_cta global_parent=\"587\" admin_label=\"Warranty CTA\" title=\"Warranty\" button_url=\"http://pioneercabinetry.net/wp/quality-care/warranty/\" url_new_window=\"off\" button_text=\"READ MORE\" use_background_color=\"off\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" button_bg_color=\"#e09900\" button_border_width=\"1\" body_font_size=\"16\"]
<p class=\"p1\" style=\"text-align: center;\"><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta global_parent=\"587\" admin_label=\"Dealer CTA\" title=\"Dealer Locator\" button_url=\"http://pioneercabinetry.net/wp/find-a-dealer/\" url_new_window=\"off\" button_text=\"FIND A DEALER\" use_background_color=\"off\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" button_bg_color=\"#e09900\" button_border_width=\"1\" body_font_size=\"16\"]
<p class=\"p1\" style=\"text-align: center;\"><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Hickory","","inherit","closed","closed","","183-revision-v1","","","2017-09-10 13:40:05","2017-09-10 17:40:05","","183","http://www.pioneercabinetry.co/uncategorized/183-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("1050","1","2017-09-12 12:52:17","2017-09-12 16:52:17","[et_pb_section fb_built=\"1\" background_color=\"#ffffff\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" disabled_on=\"on|off|off\" admin_label=\"section\" _builder_version=\"3.0.72\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Hickory-Type.jpg\" align=\"center\" _builder_version=\"3.0.47\" custom_css_main_element=\"width:100%;\" animation=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"30px||20px|\" padding_mobile=\"off\" admin_label=\"Oak Section\" _builder_version=\"3.0.47\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" padding_mobile=\"on\" column_padding_mobile=\"on\" background_color_2=\"#494949\" padding_top_2=\"10px\" padding_right_2=\"0px\" padding_bottom_2=\"20px\" padding_left_2=\"0px\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"3_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Hickory Text\" _builder_version=\"3.0.47\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h1>Hickory</h1>
<p>Hickory is a very “wild” wood, known for its wide spectrum of color that can range from white to dark brown and can also feature wormholes and black knots.</p>
<p class=\"p1\"><span class=\"s1\">A clear or light stain will maximize the color, while a darker stain selection will offer this wood its own distinguishing characteristics.</span></p>
[/et_pb_text][et_pb_text background_layout=\"dark\" admin_label=\"Standard Finishes Text\" module_class=\"finishes\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px||0px|\" custom_padding=\"10px||10px|\" global_module=\"166\" saved_tabs=\"all\"]<h3 style=\"text-align: center;\"><strong>Standard Finishes</strong></h3>
<p style=\"text-align: center;\"><span class=\"s1\">Click on a wood sample below to enlarge photo.</span></p>
[/et_pb_text][et_pb_gallery gallery_ids=\"456,449,454,445,453,447,446,450,451,452,455,448\" posts_number=\"20\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Hickory Standard Gallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;\"][/et_pb_gallery][et_pb_text background_layout=\"dark\" admin_label=\"Disclaimer Text\" _builder_version=\"3.0.72\" text_font=\"Open Sans||on||\" text_font_size=\"11\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"20px|||\" global_module=\"168\" saved_tabs=\"all\"]<p>The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.</p>
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"0px\" padding_right=\"0px\" padding_top=\"10px\" column_padding_mobile=\"on\" background_color=\"#494949\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Other Species\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||5px|20px\" global_module=\"164\" saved_tabs=\"all\"]<h3>Other Species</h3>
[/et_pb_text][et_pb_button button_url=\"/wood-color/oak/\" button_text=\"OAK\" button_alignment=\"left\" admin_label=\"Oak Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"141\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/maple/\" button_text=\"MAPLE\" button_alignment=\"left\" admin_label=\"Maple Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"144\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/cherry/\" button_text=\"CHERRY\" button_alignment=\"left\" admin_label=\"Cherry Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"152\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/knotty/\" button_text=\"KNOTTY\" button_alignment=\"left\" admin_label=\"Knotty Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"151\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/painted/\" button_text=\"PAINTED\" button_alignment=\"left\" admin_label=\"Painted Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"147\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/thermofoil/\" button_text=\"THERMOFOIL\" button_alignment=\"left\" admin_label=\"Thermofoil Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"148\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Hickory","","inherit","closed","closed","","183-revision-v1","","","2017-09-12 12:52:17","2017-09-12 16:52:17","","183","http://www.pioneercabinetry.co/uncategorized/183-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("186","1","2017-09-10 13:43:23","2017-09-10 17:43:23","[et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#ffffff\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Hickory-Type.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_main_element=\"width:100%;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Oak Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"30px||20px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#2b2b2b\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px|0px|0px|0px\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_color_2=\"#494949\" padding_right_2=\"0px\" padding_left_2=\"0px\" padding_top_2=\"10px\" padding_bottom_2=\"20px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Hickory Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\" text_line_height=\"1.8em\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]
<h1>Hickory</h1>
Hickory is a very “wild” wood, known for its wide spectrum of color that can range from white to dark brown and can also feature wormholes and black knots.
<p class=\"p1\"><span class=\"s1\">A clear or light stain will maximize the color, while a darker stain selection will offer this wood its own distinguishing characteristics.</span></p>
[/et_pb_text][et_pb_text admin_label=\"Standard Finishes Text\" background_layout=\"dark\" text_orientation=\"left\" border_style=\"solid\" custom_margin=\"0px||0px|\" custom_padding=\"0px||10px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"166\"]
<h3 style=\"text-align: center;\"><strong>Standard Finishes</strong></h3>
<p style=\"text-align: center;\"><span class=\"s1\">Click on a wood sample below to enlarge photo.</span></p>
[/et_pb_text][et_pb_gallery admin_label=\"Hickory Standard Gallery\" gallery_ids=\"305,298,303,294,302,296,295,299,300,301,304,297\" fullwidth=\"off\" posts_number=\"20\" show_title_and_caption=\"on\" show_pagination=\"off\" background_layout=\"dark\" auto=\"off\" hover_overlay_color=\"rgba(255,255,255,0.9)\" caption_all_caps=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_gallery_item_title=\"text-align:center;\" /][et_pb_cta admin_label=\"Contact Dealer CTA\" title=\"Need some help deciding?\" button_url=\"/find-dealer/\" url_new_window=\"off\" button_text=\"FIND A DEALER\" use_background_color=\"on\" background_layout=\"dark\" body_font_size=\"17\" border_style=\"solid\" custom_margin=\"10px|0px|10px|0px\" custom_padding=\"10px|20px|20px|20px\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"-webkit-border-radius: 20px;||border-radius: 20px;\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"159\"]
<h4>Locate the perfect dealer to help you get started in the right direction.</h4>
[/et_pb_cta][et_pb_text admin_label=\"Disclaimer Text\" background_layout=\"dark\" text_orientation=\"left\" border_style=\"solid\" text_font_size=\"11\" text_font=\"Open Sans||||\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"168\"]

The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Other Species\" background_layout=\"dark\" text_orientation=\"left\" border_style=\"solid\" custom_margin=\"0px||0px|\" custom_padding=\"0px||5px|20px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"164\"]
<h2>Other Species</h2>
[/et_pb_text][et_pb_button admin_label=\"Oak Button\" button_url=\"/wood-color/oak/\" url_new_window=\"off\" button_text=\"OAK\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"141\" /][et_pb_button admin_label=\"Maple Button\" button_url=\"/wood-color/maple/\" url_new_window=\"off\" button_text=\"MAPLE\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"144\" /][et_pb_button admin_label=\"Hickory Button\" button_url=\"/wood-color/hickory/\" url_new_window=\"off\" button_text=\"HICKORY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"154\" /][et_pb_button admin_label=\"Cherry Button\" button_url=\"/wood-color/cherry/\" url_new_window=\"off\" button_text=\"CHERRY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"152\" /][et_pb_button admin_label=\"Knotty Button\" button_url=\"/wood-color/knotty/\" url_new_window=\"off\" button_text=\"KNOTTY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"151\" /][et_pb_button admin_label=\"Painted Button\" button_url=\"/wood-color/painted/\" url_new_window=\"off\" button_text=\"PAINTED\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"147\" /][et_pb_button admin_label=\"Thermofoil Button\" button_url=\"/wood-color/thermofoil/\" url_new_window=\"off\" button_text=\"THERMOFOIL\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"148\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row global_parent=\"93\" background_color_1=\"#000000\" background_color_2=\"#000000\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" _builder_version=\"3.0.72\" make_equal=\"on\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" global_parent=\"93\" title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<span class=\"s1\">We stand behind our craftsmanship.</span>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" global_parent=\"93\" title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Hickory","","inherit","closed","closed","","183-revision-v1","","","2017-09-10 13:43:23","2017-09-10 17:43:23","","183","http://www.pioneercabinetry.co/uncategorized/183-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("187","1","2017-09-10 14:02:33","2017-09-10 18:02:33","[et_pb_section fb_built=\"1\" background_color=\"#ffffff\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" disabled_on=\"on|off|off\" admin_label=\"section\" _builder_version=\"3.0.72\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Cherry-Type.jpg\" alt=\"Cherry Wood Species\" align=\"center\" _builder_version=\"3.0.72\" animation_direction=\"off\" custom_css_main_element=\"width:100%;\" animation=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"30px||20px|\" custom_padding_tablet=\"10px|||\" admin_label=\"Oak Section\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"3.0.72\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" padding_mobile=\"on\" column_padding_mobile=\"on\" background_color_2=\"#494949\" padding_top_2=\"10px\" padding_right_2=\"0px\" padding_bottom_2=\"20px\" padding_left_2=\"0px\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"3_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Cherry Text\" _builder_version=\"3.0.47\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h1>Cherry</h1>
<p>Cherry is a multi-colored wood characterized by shades of red, white and brown.</p>
<p>Cherry’s natural color, while stunning from the start, will continue to develop into richer tones as time passes; this will be most apparent in clear or light stain finishes. With time, darker tones will turn a deep, reddish brown, while light areas will mellow to medium yellows and browns.</p>
[/et_pb_text][et_pb_text background_layout=\"dark\" admin_label=\"Standard Finishes Text\" module_class=\"finishes\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px||0px|\" custom_padding=\"10px||10px|\" global_module=\"166\" saved_tabs=\"all\"]<h3 style=\"text-align: center;\"><strong>Standard Finishes</strong></h3>
<p style=\"text-align: center;\"><span class=\"s1\">Click on a wood sample below to enlarge photo.</span></p>
[/et_pb_text][et_pb_gallery gallery_ids=\"470,467,459,460,464,468,461,463,462,469,466,465\" posts_number=\"20\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Cherry Standard Gallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;\"][/et_pb_gallery][et_pb_text background_layout=\"dark\" admin_label=\"Glazed Finishes Text\" module_class=\"finishes\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px||0px|\" custom_padding=\"10px||10px|\" global_module=\"179\" saved_tabs=\"all\"]<h3 style=\"text-align: center;\"><strong>Glazed Finishes </strong></h3>
<p style=\"text-align: center;\"><span class=\"s1\" style=\"font-size: 1em !important;\">Click on a wood sample below to enlarge photo.</span></p>
[/et_pb_text][et_pb_gallery gallery_ids=\"477,483,481,471,485,472,473,476,480,474,475,478,479,482,484\" posts_number=\"20\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Cherry Glazed Gallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;\"][/et_pb_gallery][et_pb_text background_layout=\"dark\" admin_label=\"Disclaimer Text\" _builder_version=\"3.0.72\" text_font=\"Open Sans||on||\" text_font_size=\"11\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"20px|||\" global_module=\"168\" saved_tabs=\"all\"]<p>The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.</p>
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"0px\" padding_right=\"0px\" padding_top=\"10px\" column_padding_mobile=\"on\" background_color=\"#494949\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Other Species\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||5px|20px\" global_module=\"164\" saved_tabs=\"all\"]<h3>Other Species</h3>
[/et_pb_text][et_pb_button button_url=\"/wood-color/oak/\" button_text=\"OAK\" button_alignment=\"left\" admin_label=\"Oak Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"141\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/maple/\" button_text=\"MAPLE\" button_alignment=\"left\" admin_label=\"Maple Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"144\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/hickory/\" button_text=\"HICKORY\" button_alignment=\"left\" admin_label=\"Hickory Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"154\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/knotty/\" button_text=\"KNOTTY\" button_alignment=\"left\" admin_label=\"Knotty Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"151\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/painted/\" button_text=\"PAINTED\" button_alignment=\"left\" admin_label=\"Painted Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"147\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/thermofoil/\" button_text=\"THERMOFOIL\" button_alignment=\"left\" admin_label=\"Thermofoil Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"148\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Cherry","","publish","closed","closed","","cherry","","","2017-09-12 12:52:54","2017-09-12 16:52:54","","131","http://www.pioneercabinetry.co/?page_id=187","0","page","","0");
INSERT INTO `pcab_posts` VALUES("188","1","2017-09-10 14:00:12","2017-09-10 18:00:12","","HDR-Cherry-Type","","inherit","closed","closed","","hdr-cherry-type","","","2017-09-10 14:00:12","2017-09-10 18:00:12","","0","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Cherry-Type.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("189","1","2017-09-10 14:00:20","2017-09-10 18:00:20","[et_pb_section admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#ffffff\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Cherry-Type.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_main_element=\"width:100%;\"] [/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Oak Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"30px||20px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#2b2b2b\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px|0px|0px|0px\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_color_2=\"#494949\" padding_right_2=\"0px\" padding_left_2=\"0px\" padding_top_2=\"10px\" padding_bottom_2=\"20px\"][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Cherry Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\" text_line_height=\"1.8em\"]
<h1>Cherry</h1>
Cherry is a multi-colored wood characterized by shades of red, white and brown.

Cherry’s natural color, while stunning from the start, will continue to develop into richer tones as time passes; this will be most apparent in clear or light stain finishes. With time, darker tones will turn a deep, reddish brown, while light areas will mellow to medium yellows and browns.

[/et_pb_text][et_pb_text admin_label=\"Standard Finishes Text\" saved_tabs=\"all\" global_module=\"171\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"0px||0px|\" custom_padding=\"0px||10px|\"]
<h3 style=\"text-align: center;\"><strong>Standard Finishes</strong></h3>
<p style=\"text-align: center;\"><span class=\"s1\">Click on a wood sample below to enlarge photo.</span></p>
[/et_pb_text][et_pb_gallery admin_label=\"Cherry Standard Gallery\" gallery_ids=\"324,321,313,314,318,322,315,317,316,323,320,319\" fullwidth=\"off\" posts_number=\"20\" show_title_and_caption=\"on\" show_pagination=\"off\" background_layout=\"dark\" auto=\"off\" hover_overlay_color=\"rgba(255,255,255,0.9)\" caption_all_caps=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_gallery_item_title=\"text-align:center;\"]   [/et_pb_gallery][et_pb_text admin_label=\"Glazed Finishes Text\" saved_tabs=\"all\" global_module=\"268\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"0px||0px|\" custom_padding=\"0px||10px|\"]
<h3 style=\"text-align: center;\"><strong>Glazed Finishes </strong></h3>
<p style=\"text-align: center;\"><span class=\"s1\" style=\"font-size: 1em !important;\">Click on a wood sample below to enlarge photo.</span></p>
[/et_pb_text][et_pb_gallery admin_label=\"Cherry Glazed Gallery\" gallery_ids=\"332,338,336,326,340,327,328,331,335,329,330,333,334,337,339\" fullwidth=\"off\" posts_number=\"20\" show_title_and_caption=\"on\" show_pagination=\"off\" background_layout=\"dark\" auto=\"off\" hover_overlay_color=\"rgba(255,255,255,0.9)\" caption_all_caps=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_gallery_item_title=\"text-align:center;\"]   [/et_pb_gallery][et_pb_cta admin_label=\"Contact Dealer CTA\" global_module=\"308\" saved_tabs=\"all\" title=\"Need some help deciding?\" button_url=\"/wp/find-dealer/\" url_new_window=\"off\" button_text=\"FIND A DEALER\" use_background_color=\"on\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" body_font_size=\"17\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"10px|0px|10px|0px\" custom_padding=\"10px|20px|20px|20px\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"-webkit-border-radius: 20px;||border-radius: 20px;\"]
<h4>Locate the perfect dealer to help you get started in the right direction.</h4>
[/et_pb_cta][et_pb_text admin_label=\"Disclaimer Text\" global_module=\"1352\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"11\" text_font=\"Open Sans||||\" saved_tabs=\"all\"] The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications. [/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Other Species\" saved_tabs=\"all\" global_module=\"223\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"0px||0px|\" custom_padding=\"0px||5px|20px\"]
<h2>Other Species</h2>
[/et_pb_text][et_pb_button admin_label=\"Oak Button\" saved_tabs=\"all\" button_url=\"/wp/wood-color/oak/\" url_new_window=\"off\" button_text=\"OAK\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"1336\"] [/et_pb_button][et_pb_button admin_label=\"Maple Button\" saved_tabs=\"all\" button_url=\"/wp/wood-color/maple/\" url_new_window=\"off\" button_text=\"MAPLE\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"1337\"] [/et_pb_button][et_pb_button admin_label=\"Hickory Button\" saved_tabs=\"all\" button_url=\"/wp/wood-color/hickory/\" url_new_window=\"off\" button_text=\"HICKORY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"1338\"] [/et_pb_button][et_pb_button admin_label=\"Cherry Button\" saved_tabs=\"all\" button_url=\"/wp/wood-color/cherry/\" url_new_window=\"off\" button_text=\"CHERRY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"1339\"] [/et_pb_button][et_pb_button admin_label=\"Knotty Button\" saved_tabs=\"all\" button_url=\"/wp/wood-color/knotty/\" url_new_window=\"off\" button_text=\"KNOTTY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"1340\"] [/et_pb_button][et_pb_button admin_label=\"Painted Button\" saved_tabs=\"all\" button_url=\"/wp/wood-color/painted/\" url_new_window=\"off\" button_text=\"PAINTED\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"1341\"] [/et_pb_button][et_pb_button admin_label=\"Thermofoil Button\" saved_tabs=\"all\" button_url=\"/wp/wood-color/thermofoil/\" url_new_window=\"off\" button_text=\"THERMOFOIL\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"1342\"] [/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" global_module=\"587\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"on\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" custom_padding=\"10px||25px|\"][et_pb_row global_parent=\"587\" admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"||0px|\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_color_1=\"#000000\" padding_top_1=\"10px\" padding_right_1=\"10px\" padding_bottom_1=\"30px\" padding_left_1=\"10px\" background_color_2=\"#000000\" padding_top_2=\"10px\" padding_right_2=\"10px\" padding_bottom_2=\"30px\" padding_left_2=\"10px\"][et_pb_column type=\"1_2\"][et_pb_cta global_parent=\"587\" admin_label=\"Warranty CTA\" title=\"Warranty\" button_url=\"http://pioneercabinetry.net/wp/quality-care/warranty/\" url_new_window=\"off\" button_text=\"READ MORE\" use_background_color=\"off\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" button_bg_color=\"#e09900\" button_border_width=\"1\" body_font_size=\"16\"]
<p class=\"p1\" style=\"text-align: center;\"><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta global_parent=\"587\" admin_label=\"Dealer CTA\" title=\"Dealer Locator\" button_url=\"http://pioneercabinetry.net/wp/find-a-dealer/\" url_new_window=\"off\" button_text=\"FIND A DEALER\" use_background_color=\"off\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" button_bg_color=\"#e09900\" button_border_width=\"1\" body_font_size=\"16\"]
<p class=\"p1\" style=\"text-align: center;\"><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Cherry","","inherit","closed","closed","","187-revision-v1","","","2017-09-10 14:00:20","2017-09-10 18:00:20","","187","http://www.pioneercabinetry.co/uncategorized/187-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("190","1","2017-09-10 14:02:33","2017-09-10 18:02:33","[et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#ffffff\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Cherry-Type.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_main_element=\"width:100%;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Oak Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"30px||20px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#2b2b2b\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px|0px|0px|0px\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_color_2=\"#494949\" padding_right_2=\"0px\" padding_left_2=\"0px\" padding_top_2=\"10px\" padding_bottom_2=\"20px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Cherry Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\" text_line_height=\"1.8em\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]
<h1>Cherry</h1>
Cherry is a multi-colored wood characterized by shades of red, white and brown.

Cherry’s natural color, while stunning from the start, will continue to develop into richer tones as time passes; this will be most apparent in clear or light stain finishes. With time, darker tones will turn a deep, reddish brown, while light areas will mellow to medium yellows and browns.

[/et_pb_text][et_pb_text admin_label=\"Standard Finishes Text\" background_layout=\"dark\" text_orientation=\"left\" border_style=\"solid\" custom_margin=\"0px||0px|\" custom_padding=\"0px||10px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"166\"]
<h3 style=\"text-align: center;\"><strong>Standard Finishes</strong></h3>
<p style=\"text-align: center;\"><span class=\"s1\">Click on a wood sample below to enlarge photo.</span></p>
[/et_pb_text][et_pb_gallery admin_label=\"Cherry Standard Gallery\" gallery_ids=\"324,321,313,314,318,322,315,317,316,323,320,319\" fullwidth=\"off\" posts_number=\"20\" show_title_and_caption=\"on\" show_pagination=\"off\" background_layout=\"dark\" auto=\"off\" hover_overlay_color=\"rgba(255,255,255,0.9)\" caption_all_caps=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_gallery_item_title=\"text-align:center;\" /][et_pb_text admin_label=\"Glazed Finishes Text\" background_layout=\"dark\" text_orientation=\"left\" border_style=\"solid\" custom_margin=\"0px||0px|\" custom_padding=\"0px||10px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"179\"]
<h3 style=\"text-align: center;\"><strong>Glazed Finishes </strong></h3>
<p style=\"text-align: center;\"><span class=\"s1\" style=\"font-size: 1em !important;\">Click on a wood sample below to enlarge photo.</span></p>
[/et_pb_text][et_pb_gallery admin_label=\"Cherry Glazed Gallery\" gallery_ids=\"332,338,336,326,340,327,328,331,335,329,330,333,334,337,339\" fullwidth=\"off\" posts_number=\"20\" show_title_and_caption=\"on\" show_pagination=\"off\" background_layout=\"dark\" auto=\"off\" hover_overlay_color=\"rgba(255,255,255,0.9)\" caption_all_caps=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_gallery_item_title=\"text-align:center;\" /][et_pb_cta admin_label=\"Contact Dealer CTA\" title=\"Need some help deciding?\" button_url=\"/find-dealer/\" url_new_window=\"off\" button_text=\"FIND A DEALER\" use_background_color=\"on\" background_layout=\"dark\" body_font_size=\"17\" border_style=\"solid\" custom_margin=\"10px|0px|10px|0px\" custom_padding=\"10px|20px|20px|20px\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"-webkit-border-radius: 20px;||border-radius: 20px;\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"159\"]
<h4>Locate the perfect dealer to help you get started in the right direction.</h4>
[/et_pb_cta][et_pb_text admin_label=\"Disclaimer Text\" background_layout=\"dark\" text_orientation=\"left\" border_style=\"solid\" text_font_size=\"11\" text_font=\"Open Sans||||\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"168\"]

The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Other Species\" background_layout=\"dark\" text_orientation=\"left\" border_style=\"solid\" custom_margin=\"0px||0px|\" custom_padding=\"0px||5px|20px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"164\"]
<h2>Other Species</h2>
[/et_pb_text][et_pb_button admin_label=\"Oak Button\" button_url=\"/wood-color/oak/\" url_new_window=\"off\" button_text=\"OAK\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"141\" /][et_pb_button admin_label=\"Maple Button\" button_url=\"/wood-color/maple/\" url_new_window=\"off\" button_text=\"MAPLE\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"144\" /][et_pb_button admin_label=\"Hickory Button\" button_url=\"/wood-color/hickory/\" url_new_window=\"off\" button_text=\"HICKORY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"154\" /][et_pb_button admin_label=\"Knotty Button\" button_url=\"/wood-color/knotty/\" url_new_window=\"off\" button_text=\"KNOTTY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"151\" /][et_pb_button admin_label=\"Painted Button\" button_url=\"/wood-color/painted/\" url_new_window=\"off\" button_text=\"PAINTED\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"147\" /][et_pb_button admin_label=\"Thermofoil Button\" button_url=\"/wood-color/thermofoil/\" url_new_window=\"off\" button_text=\"THERMOFOIL\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"148\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row global_parent=\"93\" background_color_1=\"#000000\" background_color_2=\"#000000\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" _builder_version=\"3.0.72\" make_equal=\"on\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" global_parent=\"93\" title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<span class=\"s1\">We stand behind our craftsmanship.</span>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" global_parent=\"93\" title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Cherry","","inherit","closed","closed","","187-revision-v1","","","2017-09-10 14:02:33","2017-09-10 18:02:33","","187","http://www.pioneercabinetry.co/uncategorized/187-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("191","1","2017-09-10 14:02:59","2017-09-10 18:02:59","[et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#ffffff\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Cherry-Type.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" border_style=\"solid\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" alt=\"Cherry Wood Species\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Oak Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"30px||20px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#2b2b2b\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px|0px|0px|0px\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_color_2=\"#494949\" padding_right_2=\"0px\" padding_left_2=\"0px\" padding_top_2=\"10px\" padding_bottom_2=\"20px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Cherry Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\" text_line_height=\"1.8em\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]
<h1>Cherry</h1>
Cherry is a multi-colored wood characterized by shades of red, white and brown.

Cherry’s natural color, while stunning from the start, will continue to develop into richer tones as time passes; this will be most apparent in clear or light stain finishes. With time, darker tones will turn a deep, reddish brown, while light areas will mellow to medium yellows and browns.

[/et_pb_text][et_pb_text admin_label=\"Standard Finishes Text\" background_layout=\"dark\" text_orientation=\"left\" border_style=\"solid\" custom_margin=\"0px||0px|\" custom_padding=\"0px||10px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"166\"]
<h3 style=\"text-align: center;\"><strong>Standard Finishes</strong></h3>
<p style=\"text-align: center;\"><span class=\"s1\">Click on a wood sample below to enlarge photo.</span></p>
[/et_pb_text][et_pb_gallery admin_label=\"Cherry Standard Gallery\" gallery_ids=\"324,321,313,314,318,322,315,317,316,323,320,319\" fullwidth=\"off\" posts_number=\"20\" show_title_and_caption=\"on\" show_pagination=\"off\" background_layout=\"dark\" auto=\"off\" hover_overlay_color=\"rgba(255,255,255,0.9)\" caption_all_caps=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_gallery_item_title=\"text-align:center;\" /][et_pb_text admin_label=\"Glazed Finishes Text\" background_layout=\"dark\" text_orientation=\"left\" border_style=\"solid\" custom_margin=\"0px||0px|\" custom_padding=\"0px||10px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"179\"]
<h3 style=\"text-align: center;\"><strong>Glazed Finishes </strong></h3>
<p style=\"text-align: center;\"><span class=\"s1\" style=\"font-size: 1em !important;\">Click on a wood sample below to enlarge photo.</span></p>
[/et_pb_text][et_pb_gallery admin_label=\"Cherry Glazed Gallery\" gallery_ids=\"332,338,336,326,340,327,328,331,335,329,330,333,334,337,339\" fullwidth=\"off\" posts_number=\"20\" show_title_and_caption=\"on\" show_pagination=\"off\" background_layout=\"dark\" auto=\"off\" hover_overlay_color=\"rgba(255,255,255,0.9)\" caption_all_caps=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_gallery_item_title=\"text-align:center;\" /][et_pb_cta admin_label=\"Contact Dealer CTA\" title=\"Need some help deciding?\" button_url=\"/find-dealer/\" url_new_window=\"off\" button_text=\"FIND A DEALER\" use_background_color=\"on\" background_layout=\"dark\" body_font_size=\"17\" border_style=\"solid\" custom_margin=\"10px|0px|10px|0px\" custom_padding=\"10px|20px|20px|20px\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"-webkit-border-radius: 20px;||border-radius: 20px;\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"159\"]
<h4>Locate the perfect dealer to help you get started in the right direction.</h4>
[/et_pb_cta][et_pb_text admin_label=\"Disclaimer Text\" background_layout=\"dark\" text_orientation=\"left\" border_style=\"solid\" text_font_size=\"11\" text_font=\"Open Sans||||\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"168\"]

The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Other Species\" background_layout=\"dark\" text_orientation=\"left\" border_style=\"solid\" custom_margin=\"0px||0px|\" custom_padding=\"0px||5px|20px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"164\"]
<h2>Other Species</h2>
[/et_pb_text][et_pb_button admin_label=\"Oak Button\" button_url=\"/wood-color/oak/\" url_new_window=\"off\" button_text=\"OAK\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"141\" /][et_pb_button admin_label=\"Maple Button\" button_url=\"/wood-color/maple/\" url_new_window=\"off\" button_text=\"MAPLE\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"144\" /][et_pb_button admin_label=\"Hickory Button\" button_url=\"/wood-color/hickory/\" url_new_window=\"off\" button_text=\"HICKORY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"154\" /][et_pb_button admin_label=\"Knotty Button\" button_url=\"/wood-color/knotty/\" url_new_window=\"off\" button_text=\"KNOTTY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"151\" /][et_pb_button admin_label=\"Painted Button\" button_url=\"/wood-color/painted/\" url_new_window=\"off\" button_text=\"PAINTED\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"147\" /][et_pb_button admin_label=\"Thermofoil Button\" button_url=\"/wood-color/thermofoil/\" url_new_window=\"off\" button_text=\"THERMOFOIL\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"148\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row global_parent=\"93\" background_color_1=\"#000000\" background_color_2=\"#000000\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" _builder_version=\"3.0.72\" make_equal=\"on\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" global_parent=\"93\" title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<span class=\"s1\">We stand behind our craftsmanship.</span>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" global_parent=\"93\" title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Cherry","","inherit","closed","closed","","187-revision-v1","","","2017-09-10 14:02:59","2017-09-10 18:02:59","","187","http://www.pioneercabinetry.co/uncategorized/187-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("192","1","2017-09-10 14:04:56","2017-09-10 18:04:56","[et_pb_section fb_built=\"1\" custom_padding=\"10px||10px|\" disabled_on=\"on|off|off\" _builder_version=\"3.0.72\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" custom_margin=\"0px||0px|\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Knotty.jpg\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"30px|||\" custom_padding_tablet=\"10px|||\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"3.0.72\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" background_color_2=\"#494949\" padding_top_2=\"10px\" padding_right_2=\"0px\" padding_bottom_2=\"20px\" padding_left_2=\"0px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"3_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\"][et_pb_text background_layout=\"dark\" admin_label=\"Knotty Text\" _builder_version=\"3.0.72\" text_font_size=\"16px\" custom_padding=\"||20px|\"]<h1>Knotty</h1>
<p>At Pioneer we love the look of real wood with all its natural properties.</p>
<p>For those of you who also like the rustic look, this option might be for you. Pioneer, for our standard cabinetry, cuts around these natural knots. In our knotty option, we leave them in and sort through them to give you a natural looking option.</p>
[/et_pb_text][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/kitchenKnotty.jpg\" _builder_version=\"3.0.72\"][/et_pb_image][et_pb_text background_layout=\"dark\" admin_label=\"Disclaimer Text\" _builder_version=\"3.0.72\" text_font=\"Open Sans||on||\" text_font_size=\"11\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"20px|||\" global_module=\"168\" saved_tabs=\"all\"]<p>The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.</p>
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"0px\" padding_right=\"0px\" padding_top=\"10px\" background_color=\"#494949\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\"][et_pb_text background_layout=\"dark\" admin_label=\"Other Species\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||5px|20px\" global_module=\"164\" saved_tabs=\"all\"]<h3>Other Species</h3>
[/et_pb_text][et_pb_button button_url=\"/wood-color/oak/\" button_text=\"OAK\" button_alignment=\"left\" admin_label=\"Oak Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"141\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/maple/\" button_text=\"MAPLE\" button_alignment=\"left\" admin_label=\"Maple Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"144\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/hickory/\" button_text=\"HICKORY\" button_alignment=\"left\" admin_label=\"Hickory Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"154\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/cherry/\" button_text=\"CHERRY\" button_alignment=\"left\" admin_label=\"Cherry Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"152\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/painted/\" button_text=\"PAINTED\" button_alignment=\"left\" admin_label=\"Painted Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"147\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/thermofoil/\" button_text=\"THERMOFOIL\" button_alignment=\"left\" admin_label=\"Thermofoil Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"148\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Knotty","","publish","closed","closed","","knotty","","","2017-09-12 12:53:17","2017-09-12 16:53:17","","131","http://www.pioneercabinetry.co/?page_id=192","0","page","","0");
INSERT INTO `pcab_posts` VALUES("193","1","2017-09-10 14:04:56","2017-09-10 18:04:56","[et_pb_section bb_built=\"1\"][et_pb_row][/et_pb_row][/et_pb_section]","Knotty","","inherit","closed","closed","","192-revision-v1","","","2017-09-10 14:04:56","2017-09-10 18:04:56","","192","http://www.pioneercabinetry.co/uncategorized/192-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("195","1","2017-09-10 14:07:38","2017-09-10 18:07:38","","kitchen Knotty","","inherit","closed","closed","","kitchenknotty","","","2017-09-10 14:07:49","2017-09-10 18:07:49","","192","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/kitchenKnotty.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("492","1","2017-09-11 10:21:27","2017-09-11 14:21:27","[et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" _builder_version=\"3.0.72\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" custom_padding=\"10px||10px|\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_image _builder_version=\"3.0.72\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Knotty.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"left\" always_center_on_mobile=\"on\" border_style=\"solid\" force_fullwidth=\"off\" custom_css_main_element=\"width:100%;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Knotty Text\" _builder_version=\"3.0.72\" background_layout=\"dark\"]

<h1>Knotty</h1>
<p>At Pioneer we love the look of real wood with all its natural properties.</p>
<p>For those of you who also like the rustic look, this option might be for you. Pioneer, for our standard cabinetry, cuts around these natural knots. In our knotty option, we leave them in and sort through them to give you a natural looking option.</p>

[/et_pb_text][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/kitchenKnotty.jpg\" _builder_version=\"3.0.72\" /][et_pb_cta admin_label=\"Contact Dealer CTA\" title=\"Need some help deciding?\" button_url=\"/find-dealer/\" button_text=\"FIND A DEALER\" _builder_version=\"3.0.72\" header_font=\"||||\" header_font_size_tablet=\"26\" header_font_size_phone=\"26\" header_letter_spacing_tablet=\"0px\" header_letter_spacing_phone=\"0px\" header_line_height_tablet=\"1em\" header_line_height_phone=\"1em\" body_font=\"||||\" body_font_size=\"17\" body_font_size_tablet=\"17\" body_font_size_phone=\"17\" body_letter_spacing_tablet=\"0px\" body_letter_spacing_phone=\"0px\" body_line_height_tablet=\"1.7em\" body_line_height_phone=\"1.7em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"10px|0px|10px|0px\" custom_margin_tablet=\"10px|0px|10px|0px\" custom_margin_phone=\"10px|0px|10px|0px\" custom_padding=\"10px|20px|20px|20px\" custom_padding_tablet=\"10px|20px|20px|20px\" custom_padding_phone=\"10px|20px|20px|20px\" button_text_size_tablet=\"20\" button_text_size_phone=\"20\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"-webkit-border-radius: 20px;||border-radius: 20px;\" global_module=\"159\" saved_tabs=\"all\"]

<h4>Locate the perfect dealer to help you get started in the right direction.</h4>

[/et_pb_cta][et_pb_text admin_label=\"Disclaimer Text\" background_layout=\"dark\" _builder_version=\"3.0.72\" text_font=\"Open Sans||||\" text_font_size=\"11\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_module=\"168\" saved_tabs=\"all\"]

<p>The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Other Species\" background_layout=\"dark\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||5px|20px\" global_module=\"164\" saved_tabs=\"all\"]

<h3>Other Species</h3>

[/et_pb_text][et_pb_button admin_label=\"Oak Button\" button_url=\"/wood-color/oak/\" button_text=\"OAK\" button_alignment=\"left\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"141\" saved_tabs=\"all\" background_color=\"#dd9933\" /][et_pb_button admin_label=\"Maple Button\" button_url=\"/wood-color/maple/\" button_text=\"MAPLE\" button_alignment=\"left\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"144\" saved_tabs=\"all\" background_color=\"#dd9933\" /][et_pb_button admin_label=\"Hickory Button\" button_url=\"/wood-color/hickory/\" button_text=\"HICKORY\" button_alignment=\"left\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"154\" saved_tabs=\"all\" background_color=\"#dd9933\" /][et_pb_button admin_label=\"Cherry Button\" button_url=\"/wood-color/cherry/\" button_text=\"CHERRY\" button_alignment=\"left\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"152\" saved_tabs=\"all\" background_color=\"#dd9933\" /][et_pb_button admin_label=\"Painted Button\" button_url=\"/wood-color/painted/\" button_text=\"PAINTED\" button_alignment=\"left\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"147\" saved_tabs=\"all\" background_color=\"#dd9933\" /][et_pb_button admin_label=\"Thermofoil Button\" button_url=\"/wood-color/thermofoil/\" button_text=\"THERMOFOIL\" button_alignment=\"left\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"148\" saved_tabs=\"all\" background_color=\"#dd9933\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row global_parent=\"93\" background_color_1=\"#000000\" background_color_2=\"#000000\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" _builder_version=\"3.0.72\" make_equal=\"on\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" global_parent=\"93\" title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

</p>
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
<p>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" global_parent=\"93\" title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

</p>
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
<p>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Knotty","","inherit","closed","closed","","192-revision-v1","","","2017-09-11 10:21:27","2017-09-11 14:21:27","","192","http://www.pioneercabinetry.co/uncategorized/192-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("196","1","2017-09-10 14:08:02","2017-09-10 18:08:02","[et_pb_section bb_built=\"1\"][et_pb_row][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Knotty Text\" _builder_version=\"3.0.72\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]

<h1>Knotty</h1>
At Pioneer we love the look of real wood with all its natural properties.

For those of you who also like the rustic look, this option might be for you. Pioneer, for our standard cabinetry, cuts around these natural knots. In our knotty option, we leave them in and sort through them to give you a natural looking option.

[/et_pb_text][et_pb_image _builder_version=\"3.0.72\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/kitchenKnotty.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"left\" always_center_on_mobile=\"on\" border_style=\"solid\" force_fullwidth=\"off\" /][et_pb_cta admin_label=\"Contact Dealer CTA\" title=\"Need some help deciding?\" button_url=\"/find-dealer/\" url_new_window=\"off\" button_text=\"FIND A DEALER\" use_background_color=\"on\" background_layout=\"dark\" body_font_size=\"17\" border_style=\"solid\" custom_margin=\"10px|0px|10px|0px\" custom_padding=\"10px|20px|20px|20px\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"-webkit-border-radius: 20px;||border-radius: 20px;\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"159\"]

<h4>Locate the perfect dealer to help you get started in the right direction.</h4>

[/et_pb_cta][et_pb_text admin_label=\"Disclaimer Text\" background_layout=\"dark\" text_orientation=\"left\" border_style=\"solid\" text_font_size=\"11\" text_font=\"Open Sans||||\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"168\"]

The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Other Species\" background_layout=\"dark\" text_orientation=\"left\" border_style=\"solid\" custom_margin=\"0px||0px|\" custom_padding=\"0px||5px|20px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"164\"]

<h2>Other Species</h2>

[/et_pb_text][et_pb_button admin_label=\"Oak Button\" button_url=\"/wood-color/oak/\" url_new_window=\"off\" button_text=\"OAK\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"141\" /][et_pb_button admin_label=\"Maple Button\" button_url=\"/wood-color/maple/\" url_new_window=\"off\" button_text=\"MAPLE\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"144\" /][et_pb_button admin_label=\"Hickory Button\" button_url=\"/wood-color/hickory/\" url_new_window=\"off\" button_text=\"HICKORY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"154\" /][et_pb_button admin_label=\"Cherry Button\" button_url=\"/wood-color/cherry/\" url_new_window=\"off\" button_text=\"CHERRY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"152\" /][et_pb_button admin_label=\"Painted Button\" button_url=\"/wood-color/painted/\" url_new_window=\"off\" button_text=\"PAINTED\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"147\" /][et_pb_button admin_label=\"Thermofoil Button\" button_url=\"/wood-color/thermofoil/\" url_new_window=\"off\" button_text=\"THERMOFOIL\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"148\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row global_parent=\"93\" background_color_1=\"#000000\" background_color_2=\"#000000\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" _builder_version=\"3.0.72\" make_equal=\"on\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" global_parent=\"93\" title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<span class=\"s1\">We stand behind our craftsmanship.</span>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" global_parent=\"93\" title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Knotty","","inherit","closed","closed","","192-revision-v1","","","2017-09-10 14:08:02","2017-09-10 18:08:02","","192","http://www.pioneercabinetry.co/uncategorized/192-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("197","1","2017-09-10 14:08:08","2017-09-10 18:08:08","[et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" template_type=\"section\"][et_pb_row background_color_1=\"#000000\" background_color_2=\"#000000\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" _builder_version=\"3.0.72\" make_equal=\"on\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

</p>
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
<p>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

</p>
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
<p>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Warranty Dealer CTAs","","inherit","closed","closed","","93-revision-v1","","","2017-09-10 14:08:08","2017-09-10 18:08:08","","93","http://www.pioneercabinetry.co/uncategorized/93-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("198","1","2017-09-10 14:12:49","2017-09-10 18:12:49","[et_pb_section fb_built=\"1\" background_color=\"#ffffff\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" disabled_on=\"on|off|off\" admin_label=\"section\" _builder_version=\"3.0.72\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Painted-Type.jpg\" align=\"center\" _builder_version=\"3.0.47\" custom_css_main_element=\"width:100%;\" animation=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"30px||20px|\" custom_padding_tablet=\"10px|||\" admin_label=\"Oak Section\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"3.0.72\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" padding_mobile=\"on\" column_padding_mobile=\"on\" background_color_2=\"#494949\" padding_top_2=\"10px\" padding_right_2=\"0px\" padding_bottom_2=\"20px\" padding_left_2=\"0px\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"3_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Painted Text\" _builder_version=\"3.0.47\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h1>Painted</h1>
<p>Tinted varnishes, which give cabinets a \"painted look,\" are one of today’s hottest trends in cabinetry.  As with all manufacturers’ five-piece painted products, homeowners should expect minor cracking of the painted finish at the door and cabinet frame joints, and therefore they will not be replaced under warranty.</p>
[/et_pb_text][et_pb_text background_layout=\"dark\" admin_label=\"Standard Finishes Text\" module_class=\"finishes\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px||0px|\" custom_padding=\"10px||10px|\" global_module=\"166\" saved_tabs=\"all\"]<h3 style=\"text-align: center;\"><strong>Standard Finishes</strong></h3>
<p style=\"text-align: center;\"><span class=\"s1\">Click on a wood sample below to enlarge photo.</span></p>
[/et_pb_text][et_pb_gallery gallery_ids=\"498,503,501,502,499,500\" posts_number=\"20\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Painted Standard Gallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;\"][/et_pb_gallery][et_pb_text background_layout=\"dark\" admin_label=\"Glazed Finishes Text\" module_class=\"finishes\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px||0px|\" custom_padding=\"10px||10px|\" global_module=\"179\" saved_tabs=\"all\"]<h3 style=\"text-align: center;\"><strong>Glazed Finishes </strong></h3>
<p style=\"text-align: center;\"><span class=\"s1\" style=\"font-size: 1em !important;\">Click on a wood sample below to enlarge photo.</span></p>
[/et_pb_text][et_pb_gallery gallery_ids=\"513,514,515,511,505,506,507,508,512,510,509\" posts_number=\"20\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Painted Glazed Gallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;\"][/et_pb_gallery][et_pb_text background_layout=\"dark\" admin_label=\"Disclaimer Text\" _builder_version=\"3.0.72\" text_font=\"Open Sans||on||\" text_font_size=\"11\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"20px|||\" global_module=\"168\" saved_tabs=\"all\"]<p>The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.</p>
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"0px\" padding_right=\"0px\" padding_top=\"10px\" column_padding_mobile=\"on\" background_color=\"#494949\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Other Species\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||5px|20px\" global_module=\"164\" saved_tabs=\"all\"]<h3>Other Species</h3>
[/et_pb_text][et_pb_button button_url=\"/wood-color/oak/\" button_text=\"OAK\" button_alignment=\"left\" admin_label=\"Oak Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"141\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/maple/\" button_text=\"MAPLE\" button_alignment=\"left\" admin_label=\"Maple Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"144\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/hickory/\" button_text=\"HICKORY\" button_alignment=\"left\" admin_label=\"Hickory Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"154\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/cherry/\" button_text=\"CHERRY\" button_alignment=\"left\" admin_label=\"Cherry Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"152\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/knotty/\" button_text=\"KNOTTY\" button_alignment=\"left\" admin_label=\"Knotty Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"151\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/thermofoil/\" button_text=\"THERMOFOIL\" button_alignment=\"left\" admin_label=\"Thermofoil Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"148\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Painted","","publish","closed","closed","","painted","","","2017-09-12 12:53:49","2017-09-12 16:53:49","","131","http://www.pioneercabinetry.co/?page_id=198","0","page","","0");
INSERT INTO `pcab_posts` VALUES("199","1","2017-09-10 14:12:49","2017-09-10 18:12:49","[et_pb_section bb_built=\"1\"][et_pb_row][/et_pb_row][/et_pb_section]","Painted","","inherit","closed","closed","","198-revision-v1","","","2017-09-10 14:12:49","2017-09-10 18:12:49","","198","http://www.pioneercabinetry.co/uncategorized/198-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("201","1","2017-09-10 14:28:14","2017-09-10 18:28:14","","HDR-Painted-Type","","inherit","closed","closed","","hdr-painted-type","","","2017-09-10 14:28:14","2017-09-10 18:28:14","","0","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Painted-Type.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("1053","1","2017-09-12 12:53:49","2017-09-12 16:53:49","[et_pb_section fb_built=\"1\" background_color=\"#ffffff\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" disabled_on=\"on|off|off\" admin_label=\"section\" _builder_version=\"3.0.72\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Painted-Type.jpg\" align=\"center\" _builder_version=\"3.0.47\" custom_css_main_element=\"width:100%;\" animation=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"30px||20px|\" custom_padding_tablet=\"10px|||\" admin_label=\"Oak Section\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"3.0.72\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" padding_mobile=\"on\" column_padding_mobile=\"on\" background_color_2=\"#494949\" padding_top_2=\"10px\" padding_right_2=\"0px\" padding_bottom_2=\"20px\" padding_left_2=\"0px\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"3_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Painted Text\" _builder_version=\"3.0.47\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h1>Painted</h1>
<p>Tinted varnishes, which give cabinets a \"painted look,\" are one of today’s hottest trends in cabinetry.  As with all manufacturers’ five-piece painted products, homeowners should expect minor cracking of the painted finish at the door and cabinet frame joints, and therefore they will not be replaced under warranty.</p>
[/et_pb_text][et_pb_text background_layout=\"dark\" admin_label=\"Standard Finishes Text\" module_class=\"finishes\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px||0px|\" custom_padding=\"10px||10px|\" global_module=\"166\" saved_tabs=\"all\"]<h3 style=\"text-align: center;\"><strong>Standard Finishes</strong></h3>
<p style=\"text-align: center;\"><span class=\"s1\">Click on a wood sample below to enlarge photo.</span></p>
[/et_pb_text][et_pb_gallery gallery_ids=\"498,503,501,502,499,500\" posts_number=\"20\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Painted Standard Gallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;\"][/et_pb_gallery][et_pb_text background_layout=\"dark\" admin_label=\"Glazed Finishes Text\" module_class=\"finishes\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px||0px|\" custom_padding=\"10px||10px|\" global_module=\"179\" saved_tabs=\"all\"]<h3 style=\"text-align: center;\"><strong>Glazed Finishes </strong></h3>
<p style=\"text-align: center;\"><span class=\"s1\" style=\"font-size: 1em !important;\">Click on a wood sample below to enlarge photo.</span></p>
[/et_pb_text][et_pb_gallery gallery_ids=\"513,514,515,511,505,506,507,508,512,510,509\" posts_number=\"20\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Painted Glazed Gallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;\"][/et_pb_gallery][et_pb_text background_layout=\"dark\" admin_label=\"Disclaimer Text\" _builder_version=\"3.0.72\" text_font=\"Open Sans||on||\" text_font_size=\"11\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"20px|||\" global_module=\"168\" saved_tabs=\"all\"]<p>The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.</p>
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"0px\" padding_right=\"0px\" padding_top=\"10px\" column_padding_mobile=\"on\" background_color=\"#494949\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Other Species\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||5px|20px\" global_module=\"164\" saved_tabs=\"all\"]<h3>Other Species</h3>
[/et_pb_text][et_pb_button button_url=\"/wood-color/oak/\" button_text=\"OAK\" button_alignment=\"left\" admin_label=\"Oak Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"141\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/maple/\" button_text=\"MAPLE\" button_alignment=\"left\" admin_label=\"Maple Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"144\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/hickory/\" button_text=\"HICKORY\" button_alignment=\"left\" admin_label=\"Hickory Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"154\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/cherry/\" button_text=\"CHERRY\" button_alignment=\"left\" admin_label=\"Cherry Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"152\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/knotty/\" button_text=\"KNOTTY\" button_alignment=\"left\" admin_label=\"Knotty Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"151\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/thermofoil/\" button_text=\"THERMOFOIL\" button_alignment=\"left\" admin_label=\"Thermofoil Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"148\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Painted","","inherit","closed","closed","","198-revision-v1","","","2017-09-12 12:53:49","2017-09-12 16:53:49","","198","http://www.pioneercabinetry.co/uncategorized/198-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("202","1","2017-09-10 14:28:21","2017-09-10 18:28:21","[et_pb_section admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#ffffff\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Painted-Type.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_main_element=\"width:100%;\"]



[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Oak Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"30px||20px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#2b2b2b\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px|0px|0px|0px\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_color_2=\"#494949\" padding_right_2=\"0px\" padding_left_2=\"0px\" padding_top_2=\"10px\" padding_bottom_2=\"20px\"][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Painted Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\" text_line_height=\"1.8em\"]

<h1>Painted</h1>
Tinted varnishes, which give cabinets a \"painted look,\" are one of today’s hottest trends in cabinetry.  As with all manufacturers’ five-piece painted products, homeowners should expect minor cracking of the painted finish at the door and cabinet frame joints, and therefore they will not be replaced under warranty.

[/et_pb_text][et_pb_text admin_label=\"Standard Finishes Text\" saved_tabs=\"all\" global_module=\"171\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"0px||0px|\" custom_padding=\"0px||10px|\"]

<h3 style=\"text-align: center\"><strong>Standard Finishes</strong></h3>
<p style=\"text-align: center\"><span class=\"s1\">Click on a wood sample below to enlarge photo.</span></p>

[/et_pb_text][et_pb_gallery admin_label=\"Painted Standard Gallery\" gallery_ids=\"379,384,382,383,380,381\" fullwidth=\"off\" posts_number=\"20\" show_title_and_caption=\"on\" show_pagination=\"off\" background_layout=\"dark\" auto=\"off\" hover_overlay_color=\"rgba(255,255,255,0.9)\" caption_all_caps=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_gallery_item_title=\"text-align:center;\"]



[/et_pb_gallery][et_pb_text admin_label=\"Glazed Finishes Text\" saved_tabs=\"all\" global_module=\"268\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"0px||0px|\" custom_padding=\"0px||10px|\"]

<h3 style=\"text-align: center\"><strong>Glazed Finishes </strong></h3>
<p style=\"text-align: center\"><span class=\"s1\" style=\"font-size: 1em !important\">Click on a wood sample below to enlarge photo.</span></p>

[/et_pb_text][et_pb_gallery admin_label=\"Painted Glazed Gallery\" gallery_ids=\"386,387,388,395,389,390,391,392,396,394,393\" fullwidth=\"off\" posts_number=\"20\" show_title_and_caption=\"on\" show_pagination=\"off\" background_layout=\"dark\" auto=\"off\" hover_overlay_color=\"rgba(255,255,255,0.9)\" caption_all_caps=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_gallery_item_title=\"text-align:center;\"]



[/et_pb_gallery][et_pb_cta admin_label=\"Contact Dealer CTA\" global_module=\"308\" saved_tabs=\"all\" title=\"Need some help deciding?\" button_url=\"/wp/find-dealer/\" url_new_window=\"off\" button_text=\"FIND A DEALER\" use_background_color=\"on\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" body_font_size=\"17\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"10px|0px|10px|0px\" custom_padding=\"10px|20px|20px|20px\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"-webkit-border-radius: 20px;||border-radius: 20px;\"]

<h4>Locate the perfect dealer to help you get started in the right direction.</h4>

[/et_pb_cta][et_pb_text admin_label=\"Disclaimer Text\" global_module=\"1352\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"11\" text_font=\"Open Sans||||\" saved_tabs=\"all\"]

The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Other Species\" saved_tabs=\"all\" global_module=\"223\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"0px||0px|\" custom_padding=\"0px||5px|20px\"]

<h2>Other Species</h2>

[/et_pb_text][et_pb_button admin_label=\"Oak Button\" saved_tabs=\"all\" button_url=\"/wp/wood-color/oak/\" url_new_window=\"off\" button_text=\"OAK\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"1336\"]



[/et_pb_button][et_pb_button admin_label=\"Maple Button\" saved_tabs=\"all\" button_url=\"/wp/wood-color/maple/\" url_new_window=\"off\" button_text=\"MAPLE\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"1337\"]



[/et_pb_button][et_pb_button admin_label=\"Hickory Button\" saved_tabs=\"all\" button_url=\"/wp/wood-color/hickory/\" url_new_window=\"off\" button_text=\"HICKORY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"1338\"]



[/et_pb_button][et_pb_button admin_label=\"Cherry Button\" saved_tabs=\"all\" button_url=\"/wp/wood-color/cherry/\" url_new_window=\"off\" button_text=\"CHERRY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"1339\"]



[/et_pb_button][et_pb_button admin_label=\"Knotty Button\" saved_tabs=\"all\" button_url=\"/wp/wood-color/knotty/\" url_new_window=\"off\" button_text=\"KNOTTY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"1340\"]



[/et_pb_button][et_pb_button admin_label=\"Painted Button\" saved_tabs=\"all\" button_url=\"/wp/wood-color/painted/\" url_new_window=\"off\" button_text=\"PAINTED\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"1341\"]



[/et_pb_button][et_pb_button admin_label=\"Thermofoil Button\" saved_tabs=\"all\" button_url=\"/wp/wood-color/thermofoil/\" url_new_window=\"off\" button_text=\"THERMOFOIL\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"1342\"]



[/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" global_module=\"587\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"on\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" custom_padding=\"10px||25px|\"][et_pb_row global_parent=\"587\" admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"||0px|\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_color_1=\"#000000\" padding_top_1=\"10px\" padding_right_1=\"10px\" padding_bottom_1=\"30px\" padding_left_1=\"10px\" background_color_2=\"#000000\" padding_top_2=\"10px\" padding_right_2=\"10px\" padding_bottom_2=\"30px\" padding_left_2=\"10px\"][et_pb_column type=\"1_2\"][et_pb_cta global_parent=\"587\" admin_label=\"Warranty CTA\" title=\"Warranty\" button_url=\"http://pioneercabinetry.net/wp/quality-care/warranty/\" url_new_window=\"off\" button_text=\"READ MORE\" use_background_color=\"off\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" button_bg_color=\"#e09900\" button_border_width=\"1\" body_font_size=\"16\"]

<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">We stand behind our craftsmanship.</span></p>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta global_parent=\"587\" admin_label=\"Dealer CTA\" title=\"Dealer Locator\" button_url=\"http://pioneercabinetry.net/wp/find-a-dealer/\" url_new_window=\"off\" button_text=\"FIND A DEALER\" use_background_color=\"off\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" button_bg_color=\"#e09900\" button_border_width=\"1\" body_font_size=\"16\"]

<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Painted","","inherit","closed","closed","","198-revision-v1","","","2017-09-10 14:28:21","2017-09-10 18:28:21","","198","http://www.pioneercabinetry.co/uncategorized/198-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("1051","1","2017-09-12 12:52:54","2017-09-12 16:52:54","[et_pb_section fb_built=\"1\" background_color=\"#ffffff\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" disabled_on=\"on|off|off\" admin_label=\"section\" _builder_version=\"3.0.72\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Cherry-Type.jpg\" alt=\"Cherry Wood Species\" align=\"center\" _builder_version=\"3.0.72\" animation_direction=\"off\" custom_css_main_element=\"width:100%;\" animation=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"30px||20px|\" custom_padding_tablet=\"10px|||\" admin_label=\"Oak Section\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"3.0.72\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" padding_mobile=\"on\" column_padding_mobile=\"on\" background_color_2=\"#494949\" padding_top_2=\"10px\" padding_right_2=\"0px\" padding_bottom_2=\"20px\" padding_left_2=\"0px\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"3_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Cherry Text\" _builder_version=\"3.0.47\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h1>Cherry</h1>
<p>Cherry is a multi-colored wood characterized by shades of red, white and brown.</p>
<p>Cherry’s natural color, while stunning from the start, will continue to develop into richer tones as time passes; this will be most apparent in clear or light stain finishes. With time, darker tones will turn a deep, reddish brown, while light areas will mellow to medium yellows and browns.</p>
[/et_pb_text][et_pb_text background_layout=\"dark\" admin_label=\"Standard Finishes Text\" module_class=\"finishes\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px||0px|\" custom_padding=\"10px||10px|\" global_module=\"166\" saved_tabs=\"all\"]<h3 style=\"text-align: center;\"><strong>Standard Finishes</strong></h3>
<p style=\"text-align: center;\"><span class=\"s1\">Click on a wood sample below to enlarge photo.</span></p>
[/et_pb_text][et_pb_gallery gallery_ids=\"470,467,459,460,464,468,461,463,462,469,466,465\" posts_number=\"20\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Cherry Standard Gallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;\"][/et_pb_gallery][et_pb_text background_layout=\"dark\" admin_label=\"Glazed Finishes Text\" module_class=\"finishes\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px||0px|\" custom_padding=\"10px||10px|\" global_module=\"179\" saved_tabs=\"all\"]<h3 style=\"text-align: center;\"><strong>Glazed Finishes </strong></h3>
<p style=\"text-align: center;\"><span class=\"s1\" style=\"font-size: 1em !important;\">Click on a wood sample below to enlarge photo.</span></p>
[/et_pb_text][et_pb_gallery gallery_ids=\"477,483,481,471,485,472,473,476,480,474,475,478,479,482,484\" posts_number=\"20\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Cherry Glazed Gallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;\"][/et_pb_gallery][et_pb_text background_layout=\"dark\" admin_label=\"Disclaimer Text\" _builder_version=\"3.0.72\" text_font=\"Open Sans||on||\" text_font_size=\"11\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"20px|||\" global_module=\"168\" saved_tabs=\"all\"]<p>The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.</p>
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"0px\" padding_right=\"0px\" padding_top=\"10px\" column_padding_mobile=\"on\" background_color=\"#494949\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Other Species\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||5px|20px\" global_module=\"164\" saved_tabs=\"all\"]<h3>Other Species</h3>
[/et_pb_text][et_pb_button button_url=\"/wood-color/oak/\" button_text=\"OAK\" button_alignment=\"left\" admin_label=\"Oak Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"141\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/maple/\" button_text=\"MAPLE\" button_alignment=\"left\" admin_label=\"Maple Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"144\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/hickory/\" button_text=\"HICKORY\" button_alignment=\"left\" admin_label=\"Hickory Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"154\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/knotty/\" button_text=\"KNOTTY\" button_alignment=\"left\" admin_label=\"Knotty Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"151\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/painted/\" button_text=\"PAINTED\" button_alignment=\"left\" admin_label=\"Painted Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"147\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/thermofoil/\" button_text=\"THERMOFOIL\" button_alignment=\"left\" admin_label=\"Thermofoil Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"148\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Cherry","","inherit","closed","closed","","187-revision-v1","","","2017-09-12 12:52:54","2017-09-12 16:52:54","","187","http://www.pioneercabinetry.co/uncategorized/187-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("768","1","2017-09-11 14:12:05","2017-09-11 18:12:05","[et_pb_section fb_built=\"1\" background_color=\"#ffffff\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" disabled_on=\"on|off|off\" admin_label=\"section\" _builder_version=\"3.0.72\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Cherry-Type.jpg\" alt=\"Cherry Wood Species\" align=\"center\" _builder_version=\"3.0.72\" animation_direction=\"off\" custom_css_main_element=\"width:100%;\" animation=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"30px||20px|\" admin_label=\"Oak Section\" _builder_version=\"3.0.72\" custom_padding_tablet=\"10px|||\" custom_padding_last_edited=\"on|tablet\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" padding_mobile=\"on\" column_padding_mobile=\"on\" background_color_2=\"#494949\" padding_top_2=\"10px\" padding_right_2=\"0px\" padding_bottom_2=\"20px\" padding_left_2=\"0px\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"3_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Cherry Text\" _builder_version=\"3.0.47\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h1>Cherry</h1>
<p>Cherry is a multi-colored wood characterized by shades of red, white and brown.</p>
<p>Cherry’s natural color, while stunning from the start, will continue to develop into richer tones as time passes; this will be most apparent in clear or light stain finishes. With time, darker tones will turn a deep, reddish brown, while light areas will mellow to medium yellows and browns.</p>
[/et_pb_text][et_pb_text background_layout=\"dark\" admin_label=\"Standard Finishes Text\" module_class=\"finishes\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px||0px|\" custom_padding=\"10px||10px|\" global_module=\"166\" saved_tabs=\"all\"]<h3 style=\"text-align: center;\"><strong>Standard Finishes</strong></h3>
<p style=\"text-align: center;\"><span class=\"s1\">Click on a wood sample below to enlarge photo.</span></p>
[/et_pb_text][et_pb_gallery gallery_ids=\"470,467,459,460,464,468,461,463,462,469,466,465\" posts_number=\"20\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Cherry Standard Gallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;\"][/et_pb_gallery][et_pb_text background_layout=\"dark\" admin_label=\"Glazed Finishes Text\" module_class=\"finishes\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px||0px|\" custom_padding=\"10px||10px|\" global_module=\"179\" saved_tabs=\"all\"]<h3 style=\"text-align: center;\"><strong>Glazed Finishes </strong></h3>
<p style=\"text-align: center;\"><span class=\"s1\" style=\"font-size: 1em !important;\">Click on a wood sample below to enlarge photo.</span></p>
[/et_pb_text][et_pb_gallery gallery_ids=\"477,483,481,471,485,472,473,476,480,474,475,478,479,482,484\" posts_number=\"20\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Cherry Glazed Gallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;\"][/et_pb_gallery][et_pb_cta title=\"Need some help deciding?\" button_url=\"/find-dealer/\" button_text=\"FIND A DEALER\" admin_label=\"Contact Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"||||\" header_font_size_tablet=\"26\" header_font_size_phone=\"26\" header_letter_spacing_tablet=\"0px\" header_letter_spacing_phone=\"0px\" header_line_height_tablet=\"1em\" header_line_height_phone=\"1em\" body_font=\"||||\" body_font_size=\"17\" body_font_size_tablet=\"17\" body_font_size_phone=\"17\" body_letter_spacing_tablet=\"0px\" body_letter_spacing_phone=\"0px\" body_line_height_tablet=\"1.7em\" body_line_height_phone=\"1.7em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"10px|0px|10px|0px\" custom_margin_tablet=\"10px|0px|10px|0px\" custom_margin_phone=\"10px|0px|10px|0px\" custom_padding=\"10px|20px|20px|20px\" custom_padding_tablet=\"10px|20px|20px|20px\" custom_padding_phone=\"10px|20px|20px|20px\" button_text_size_tablet=\"20\" button_text_size_phone=\"20\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"-webkit-border-radius: 20px;||border-radius: 20px;\" global_module=\"159\" saved_tabs=\"all\"]<h4>Locate the perfect dealer to help you get started in the right direction.</h4>
[/et_pb_cta][et_pb_text background_layout=\"dark\" admin_label=\"Disclaimer Text\" _builder_version=\"3.0.72\" text_font=\"Open Sans||on||\" text_font_size=\"11\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"20px|||\" global_module=\"168\" saved_tabs=\"all\"]<p>The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.</p>
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"0px\" padding_right=\"0px\" padding_top=\"10px\" column_padding_mobile=\"on\" background_color=\"#494949\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Other Species\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||5px|20px\" global_module=\"164\" saved_tabs=\"all\"]<h3>Other Species</h3>
[/et_pb_text][et_pb_button button_url=\"/wood-color/oak/\" button_text=\"OAK\" button_alignment=\"left\" admin_label=\"Oak Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"141\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/maple/\" button_text=\"MAPLE\" button_alignment=\"left\" admin_label=\"Maple Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"144\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/hickory/\" button_text=\"HICKORY\" button_alignment=\"left\" admin_label=\"Hickory Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"154\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/knotty/\" button_text=\"KNOTTY\" button_alignment=\"left\" admin_label=\"Knotty Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"151\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/painted/\" button_text=\"PAINTED\" button_alignment=\"left\" admin_label=\"Painted Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"147\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/thermofoil/\" button_text=\"THERMOFOIL\" button_alignment=\"left\" admin_label=\"Thermofoil Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"148\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Cherry","","inherit","closed","closed","","187-revision-v1","","","2017-09-11 14:12:05","2017-09-11 18:12:05","","187","http://www.pioneercabinetry.co/uncategorized/187-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("767","1","2017-09-11 14:11:28","2017-09-11 18:11:28","[et_pb_section fb_built=\"1\" background_color=\"#ffffff\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" admin_label=\"section\" _builder_version=\"3.0.72\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" disabled_on=\"on|off|off\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Painted-Type.jpg\" align=\"center\" _builder_version=\"3.0.47\" custom_css_main_element=\"width:100%;\" animation=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"30px||20px|\" admin_label=\"Oak Section\" _builder_version=\"3.0.72\" custom_padding_tablet=\"10px|||\" custom_padding_last_edited=\"on|tablet\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" padding_mobile=\"on\" column_padding_mobile=\"on\" background_color_2=\"#494949\" padding_top_2=\"10px\" padding_right_2=\"0px\" padding_bottom_2=\"20px\" padding_left_2=\"0px\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"3_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Painted Text\" _builder_version=\"3.0.47\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h1>Painted</h1>
<p>Tinted varnishes, which give cabinets a \"painted look,\" are one of today’s hottest trends in cabinetry.  As with all manufacturers’ five-piece painted products, homeowners should expect minor cracking of the painted finish at the door and cabinet frame joints, and therefore they will not be replaced under warranty.</p>
[/et_pb_text][et_pb_text background_layout=\"dark\" admin_label=\"Standard Finishes Text\" module_class=\"finishes\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px||0px|\" custom_padding=\"10px||10px|\" global_module=\"166\" saved_tabs=\"all\"]<h3 style=\"text-align: center;\"><strong>Standard Finishes</strong></h3>
<p style=\"text-align: center;\"><span class=\"s1\">Click on a wood sample below to enlarge photo.</span></p>
[/et_pb_text][et_pb_gallery gallery_ids=\"498,503,501,502,499,500\" posts_number=\"20\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Painted Standard Gallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;\"][/et_pb_gallery][et_pb_text background_layout=\"dark\" admin_label=\"Glazed Finishes Text\" module_class=\"finishes\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px||0px|\" custom_padding=\"10px||10px|\" global_module=\"179\" saved_tabs=\"all\"]<h3 style=\"text-align: center;\"><strong>Glazed Finishes </strong></h3>
<p style=\"text-align: center;\"><span class=\"s1\" style=\"font-size: 1em !important;\">Click on a wood sample below to enlarge photo.</span></p>
[/et_pb_text][et_pb_gallery gallery_ids=\"513,514,515,511,505,506,507,508,512,510,509\" posts_number=\"20\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Painted Glazed Gallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;\"][/et_pb_gallery][et_pb_cta title=\"Need some help deciding?\" button_url=\"/find-dealer/\" button_text=\"FIND A DEALER\" admin_label=\"Contact Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"||||\" header_font_size_tablet=\"26\" header_font_size_phone=\"26\" header_letter_spacing_tablet=\"0px\" header_letter_spacing_phone=\"0px\" header_line_height_tablet=\"1em\" header_line_height_phone=\"1em\" body_font=\"||||\" body_font_size=\"17\" body_font_size_tablet=\"17\" body_font_size_phone=\"17\" body_letter_spacing_tablet=\"0px\" body_letter_spacing_phone=\"0px\" body_line_height_tablet=\"1.7em\" body_line_height_phone=\"1.7em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"10px|0px|10px|0px\" custom_margin_tablet=\"10px|0px|10px|0px\" custom_margin_phone=\"10px|0px|10px|0px\" custom_padding=\"10px|20px|20px|20px\" custom_padding_tablet=\"10px|20px|20px|20px\" custom_padding_phone=\"10px|20px|20px|20px\" button_text_size_tablet=\"20\" button_text_size_phone=\"20\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"-webkit-border-radius: 20px;||border-radius: 20px;\" global_module=\"159\" saved_tabs=\"all\"]<h4>Locate the perfect dealer to help you get started in the right direction.</h4>
[/et_pb_cta][et_pb_text background_layout=\"dark\" admin_label=\"Disclaimer Text\" _builder_version=\"3.0.72\" text_font=\"Open Sans||on||\" text_font_size=\"11\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"20px|||\" global_module=\"168\" saved_tabs=\"all\"]<p>The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.</p>
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"0px\" padding_right=\"0px\" padding_top=\"10px\" column_padding_mobile=\"on\" background_color=\"#494949\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Other Species\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||5px|20px\" global_module=\"164\" saved_tabs=\"all\"]<h3>Other Species</h3>
[/et_pb_text][et_pb_button button_url=\"/wood-color/oak/\" button_text=\"OAK\" button_alignment=\"left\" admin_label=\"Oak Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"141\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/maple/\" button_text=\"MAPLE\" button_alignment=\"left\" admin_label=\"Maple Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"144\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/hickory/\" button_text=\"HICKORY\" button_alignment=\"left\" admin_label=\"Hickory Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"154\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/cherry/\" button_text=\"CHERRY\" button_alignment=\"left\" admin_label=\"Cherry Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"152\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/knotty/\" button_text=\"KNOTTY\" button_alignment=\"left\" admin_label=\"Knotty Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"151\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/thermofoil/\" button_text=\"THERMOFOIL\" button_alignment=\"left\" admin_label=\"Thermofoil Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"148\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Painted","","inherit","closed","closed","","198-revision-v1","","","2017-09-11 14:11:28","2017-09-11 18:11:28","","198","http://www.pioneercabinetry.co/uncategorized/198-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("204","1","2017-09-10 14:30:23","2017-09-10 18:30:23","[et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#ffffff\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Painted-Type.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_main_element=\"width:100%;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Oak Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"30px||20px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#2b2b2b\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px|0px|0px|0px\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_color_2=\"#494949\" padding_right_2=\"0px\" padding_left_2=\"0px\" padding_top_2=\"10px\" padding_bottom_2=\"20px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Painted Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\" text_line_height=\"1.8em\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1>Painted</h1>
Tinted varnishes, which give cabinets a \"painted look,\" are one of today’s hottest trends in cabinetry.  As with all manufacturers’ five-piece painted products, homeowners should expect minor cracking of the painted finish at the door and cabinet frame joints, and therefore they will not be replaced under warranty.

[/et_pb_text][et_pb_text admin_label=\"Standard Finishes Text\" background_layout=\"dark\" text_orientation=\"left\" border_style=\"solid\" custom_margin=\"0px||0px|\" custom_padding=\"0px||10px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"166\"]

<h3 style=\"text-align: center;\"><strong>Standard Finishes</strong></h3>
<p style=\"text-align: center;\"><span class=\"s1\">Click on a wood sample below to enlarge photo.</span></p>

[/et_pb_text][et_pb_gallery admin_label=\"Painted Standard Gallery\" gallery_ids=\"379,384,382,383,380,381\" fullwidth=\"off\" posts_number=\"20\" show_title_and_caption=\"on\" show_pagination=\"off\" background_layout=\"dark\" auto=\"off\" hover_overlay_color=\"rgba(255,255,255,0.9)\" caption_all_caps=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_gallery_item_title=\"text-align:center;\" /][et_pb_text admin_label=\"Glazed Finishes Text\" background_layout=\"dark\" text_orientation=\"left\" border_style=\"solid\" custom_margin=\"0px||0px|\" custom_padding=\"0px||10px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"179\"]

<h3 style=\"text-align: center;\"><strong>Glazed Finishes </strong></h3>
<p style=\"text-align: center;\"><span class=\"s1\" style=\"font-size: 1em !important;\">Click on a wood sample below to enlarge photo.</span></p>

[/et_pb_text][et_pb_gallery admin_label=\"Painted Glazed Gallery\" gallery_ids=\"386,387,388,395,389,390,391,392,396,394,393\" fullwidth=\"off\" posts_number=\"20\" show_title_and_caption=\"on\" show_pagination=\"off\" background_layout=\"dark\" auto=\"off\" hover_overlay_color=\"rgba(255,255,255,0.9)\" caption_all_caps=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_gallery_item_title=\"text-align:center;\" /][et_pb_cta admin_label=\"Contact Dealer CTA\" title=\"Need some help deciding?\" button_url=\"/find-dealer/\" url_new_window=\"off\" button_text=\"FIND A DEALER\" use_background_color=\"on\" background_layout=\"dark\" body_font_size=\"17\" border_style=\"solid\" custom_margin=\"10px|0px|10px|0px\" custom_padding=\"10px|20px|20px|20px\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"-webkit-border-radius: 20px;||border-radius: 20px;\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"159\"]

<h4>Locate the perfect dealer to help you get started in the right direction.</h4>

[/et_pb_cta][et_pb_text admin_label=\"Disclaimer Text\" background_layout=\"dark\" text_orientation=\"left\" border_style=\"solid\" text_font_size=\"11\" text_font=\"Open Sans||||\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"168\"]

<p>The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Other Species\" background_layout=\"dark\" text_orientation=\"left\" border_style=\"solid\" custom_margin=\"0px||0px|\" custom_padding=\"0px||5px|20px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"164\"]

<h2>Other Species</h2>

[/et_pb_text][et_pb_button admin_label=\"Oak Button\" button_url=\"/wood-color/oak/\" url_new_window=\"off\" button_text=\"OAK\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"141\" /][et_pb_button admin_label=\"Maple Button\" button_url=\"/wood-color/maple/\" url_new_window=\"off\" button_text=\"MAPLE\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"144\" /][et_pb_button admin_label=\"Hickory Button\" button_url=\"/wood-color/hickory/\" url_new_window=\"off\" button_text=\"HICKORY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"154\" /][et_pb_button admin_label=\"Cherry Button\" button_url=\"/wood-color/cherry/\" url_new_window=\"off\" button_text=\"CHERRY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"152\" /][et_pb_button admin_label=\"Knotty Button\" button_url=\"/wood-color/knotty/\" url_new_window=\"off\" button_text=\"KNOTTY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"151\" /][et_pb_button admin_label=\"Thermofoil Button\" button_url=\"/wood-color/thermofoil/\" url_new_window=\"off\" button_text=\"THERMOFOIL\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"148\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row global_parent=\"93\" background_color_1=\"#000000\" background_color_2=\"#000000\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" _builder_version=\"3.0.72\" make_equal=\"on\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" global_parent=\"93\" title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" global_parent=\"93\" title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Painted","","inherit","closed","closed","","198-revision-v1","","","2017-09-10 14:30:23","2017-09-10 18:30:23","","198","http://www.pioneercabinetry.co/uncategorized/198-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("205","1","2017-09-10 14:35:14","2017-09-10 18:35:14","[et_pb_section fb_built=\"1\" background_color=\"#ffffff\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" admin_label=\"section\" _builder_version=\"3.0.72\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" disabled_on=\"on|off|off\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Thermofoil-Type.jpg\" alt=\"Thermofoil Cabinets\" title_text=\"Thermofoil Cabinets\" align=\"center\" _builder_version=\"3.0.72\" animation_direction=\"off\" custom_css_main_element=\"width:100%;\" animation=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"30px||20px|\" admin_label=\"Oak Section\" _builder_version=\"3.0.72\" custom_padding_tablet=\"10px|||\" custom_padding_last_edited=\"on|phone\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" padding_mobile=\"on\" column_padding_mobile=\"on\" background_color_2=\"#494949\" padding_top_2=\"10px\" padding_right_2=\"0px\" padding_bottom_2=\"20px\" padding_left_2=\"0px\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"3_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Thermofoil Text\" _builder_version=\"3.0.47\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h1>Thermofoil</h1>
<p>White, Snow and Ivory thermofoil door cabinets offer an alternative to the typical wood/stained cabinet.</p>
<p>The Thermofoil door also offers a clean seamless look that is durable and easy to clean. Snow and Ivory Thermofoil feature a smooth \"painted look\" finish. White Thermofoil features the industry standard \"textured\" finish. The interior of the cabinet box is a natural maple woodgrain vinyl.</p>
[/et_pb_text][et_pb_text background_layout=\"dark\" admin_label=\"Disclaimer Text\" _builder_version=\"3.0.72\" text_font=\"Open Sans||on||\" text_font_size=\"11\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"20px|||\" global_module=\"168\" saved_tabs=\"all\"]<p>The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.</p>
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"0px\" padding_right=\"0px\" padding_top=\"10px\" column_padding_mobile=\"on\" background_color=\"#494949\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Other Species\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||5px|20px\" global_module=\"164\" saved_tabs=\"all\"]<h3>Other Species</h3>
[/et_pb_text][et_pb_button button_url=\"/wood-color/oak/\" button_text=\"OAK\" button_alignment=\"left\" admin_label=\"Oak Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"141\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/maple/\" button_text=\"MAPLE\" button_alignment=\"left\" admin_label=\"Maple Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"144\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/hickory/\" button_text=\"HICKORY\" button_alignment=\"left\" admin_label=\"Hickory Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"154\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/cherry/\" button_text=\"CHERRY\" button_alignment=\"left\" admin_label=\"Cherry Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"152\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/knotty/\" button_text=\"KNOTTY\" button_alignment=\"left\" admin_label=\"Knotty Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"151\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/painted/\" button_text=\"PAINTED\" button_alignment=\"left\" admin_label=\"Painted Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"147\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#dddddd\" inner_shadow=\"on\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/thermofoil-Rounded-1.png\" show_in_lightbox=\"on\" align=\"center\" admin_label=\"Rounded Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text text_orientation=\"center\" admin_label=\"Rounded Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h3 style=\"text-align: center\">Rounded</h3>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/thermofoil-Square-1.png\" show_in_lightbox=\"on\" align=\"center\" admin_label=\"Square Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text text_orientation=\"center\" admin_label=\"Square Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h3 style=\"text-align: center\">Square</h3>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/thermofoil-Traditional-1.png\" show_in_lightbox=\"on\" align=\"center\" admin_label=\"Traditional Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text text_orientation=\"center\" admin_label=\"Traditional Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h3 style=\"text-align: center\">Traditional</h3>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Thermofoil","","publish","closed","closed","","thermofoil","","","2017-09-11 14:13:54","2017-09-11 18:13:54","","131","http://www.pioneercabinetry.co/?page_id=205","0","page","","0");
INSERT INTO `pcab_posts` VALUES("206","1","2017-09-10 14:35:14","2017-09-10 18:35:14","[et_pb_section bb_built=\"1\"][et_pb_row][/et_pb_row][/et_pb_section]","Thermofoil","","inherit","closed","closed","","205-revision-v1","","","2017-09-10 14:35:14","2017-09-10 18:35:14","","205","http://www.pioneercabinetry.co/uncategorized/205-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("207","1","2017-09-10 14:37:48","2017-09-10 18:37:48","[et_pb_section fb_built=\"1\" background_color=\"#ffffff\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" disabled_on=\"on|off|off\" admin_label=\"section\" _builder_version=\"3.0.72\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HD-DoorStyles.jpg\" align=\"center\" _builder_version=\"3.0.47\" custom_css_main_element=\"width:100%;\" animation=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row custom_padding=\"27px|0px|12px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Door Text\" _builder_version=\"3.0.72\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px|0px|0px|0px\"]<h1>Which cabinet door style would you prefer?</h1>
<p><strong><span>Pioneer Cabinetry comes in a variety of door styles. </span></strong></p>
<p><span>The photos below show the vast array of door styles offered by Pioneer. Each door style is available in a wide variety of wood species and color combinations. Please see your local Pioneer dealer for specific offerings.</span></p>
[/et_pb_text][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Disclaimer\" _builder_version=\"3.0.72\" text_font=\"||on||\" text_font_size=\"13px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"10px|||\" custom_padding=\"0px|||\"]<strong><span class=\"s1\">PLEASE NOTE: </span> </strong><span class=\"s3\">Stratford is not available in Hickory. Monaco, Madison, Mayfield, Melbourne, Fairfax, Berkey, Regency, and Dynasty are only available in Maple or Cherry.</span>
[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_gallery gallery_ids=\"541,542,536,537,538,539,540,532,533,534,535,529,530,531,524,525,526,527,528,521,522,523,519,520\" posts_number=\"20\" orientation=\"portrait\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Door Gallery\" module_class=\"fullGallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;\"][/et_pb_gallery][et_pb_text background_layout=\"dark\" admin_label=\"Disclaimer Text\" _builder_version=\"3.0.72\" text_font=\"Open Sans||on||\" text_font_size=\"11\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"20px|||\" global_module=\"168\" saved_tabs=\"all\"]<p>The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.</p>
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Door Styles","","publish","closed","closed","","door-styles","","","2017-09-12 12:54:22","2017-09-12 16:54:22","","0","http://www.pioneercabinetry.co/?page_id=207","0","page","","0");
INSERT INTO `pcab_posts` VALUES("208","1","2017-09-10 14:36:22","2017-09-10 18:36:22","","HD-DoorStyles","","inherit","closed","closed","","hd-doorstyles","","","2017-09-10 14:36:22","2017-09-10 18:36:22","","0","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HD-DoorStyles.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("209","1","2017-09-10 14:36:30","2017-09-10 18:36:30","[et_pb_section admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#ffffff\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HD-DoorStyles.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_main_element=\"width:100%;\"]



[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Door Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\" text_line_height=\"1.8em\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\"]

<h1>Which cabinet door style would you prefer?</h1>
<p class=\"kicker\" style=\"text-align: center\"><strong><span class=\"s1\">Pioneer Cabinetry comes in a variety of door styles. </span></strong></p>
<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">The photos below show the vast array of door styles offered by Pioneer. Each door style is available in a wide variety of wood species and color combinations. Please see your local Pioneer dealer for specific offerings.</span></p>

[/et_pb_text][et_pb_text admin_label=\"Disclaimer\" background_layout=\"dark\" text_orientation=\"center\" text_font_size=\"10\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"10px|||\" custom_padding=\"0px|||\"]

<p class=\"p1\" style=\"text-align: center\"><strong><span class=\"s1\">PLEASE NOTE:</span> </strong><span class=\"s3\">Stratford is not available in Hickory.
Monaco, Madison, Mayfield, Melbourne, Fairfax, Berkey, Regency, and Dynasty are only available in Maple or Cherry.</span></p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_gallery admin_label=\"Door Gallery\" gallery_ids=\"819,818,824,823,822,821,820,828,827,826,825,831,830,829,836,835,834,833,832,839,838,837,841,840\" fullwidth=\"off\" posts_number=\"20\" show_title_and_caption=\"on\" show_pagination=\"off\" background_layout=\"dark\" auto=\"off\" hover_overlay_color=\"rgba(255,255,255,0.9)\" caption_all_caps=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_gallery_item_title=\"text-align:center;\" module_class=\"fullGallery\"]



[/et_pb_gallery][et_pb_cta admin_label=\"Contact CTA\" global_module=\"308\" saved_tabs=\"all\" title=\"Need some help deciding?\" button_url=\"#\" url_new_window=\"off\" button_text=\"Contact Us\" use_background_color=\"on\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"10px|0px|10px|0px\" custom_padding=\"10px|20px|10px|20px\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"-webkit-border-radius: 20px;||border-radius: 20px;\"]

We can help you get started in the right direction.

[/et_pb_cta][et_pb_text admin_label=\"Disclaimer Text\" global_module=\"1352\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"11\" text_font=\"Open Sans||||\" saved_tabs=\"all\"]

The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" global_module=\"587\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"on\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" custom_padding=\"10px||25px|\"][et_pb_row global_parent=\"587\" admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"||0px|\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_color_1=\"#000000\" padding_top_1=\"10px\" padding_right_1=\"10px\" padding_bottom_1=\"30px\" padding_left_1=\"10px\" background_color_2=\"#000000\" padding_top_2=\"10px\" padding_right_2=\"10px\" padding_bottom_2=\"30px\" padding_left_2=\"10px\"][et_pb_column type=\"1_2\"][et_pb_cta global_parent=\"587\" admin_label=\"Warranty CTA\" title=\"Warranty\" button_url=\"http://pioneercabinetry.net/wp/quality-care/warranty/\" url_new_window=\"off\" button_text=\"READ MORE\" use_background_color=\"off\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" button_bg_color=\"#e09900\" button_border_width=\"1\" body_font_size=\"16\"]

<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">We stand behind our craftsmanship.</span></p>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta global_parent=\"587\" admin_label=\"Dealer CTA\" title=\"Dealer Locator\" button_url=\"http://pioneercabinetry.net/wp/find-a-dealer/\" url_new_window=\"off\" button_text=\"FIND A DEALER\" use_background_color=\"off\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" button_bg_color=\"#e09900\" button_border_width=\"1\" body_font_size=\"16\"]

<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Door Styles","","inherit","closed","closed","","207-revision-v1","","","2017-09-10 14:36:30","2017-09-10 18:36:30","","207","http://www.pioneercabinetry.co/uncategorized/207-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("210","1","2017-09-10 14:37:48","2017-09-10 18:37:48","[et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#ffffff\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HD-DoorStyles.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_main_element=\"width:100%;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Door Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\" text_line_height=\"1.8em\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1>Which cabinet door style would you prefer?</h1>
<p class=\"kicker\" style=\"text-align: center\"><strong><span class=\"s1\">Pioneer Cabinetry comes in a variety of door styles. </span></strong></p>
<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">The photos below show the vast array of door styles offered by Pioneer. Each door style is available in a wide variety of wood species and color combinations. Please see your local Pioneer dealer for specific offerings.</span></p>

[/et_pb_text][et_pb_text admin_label=\"Disclaimer\" background_layout=\"dark\" text_orientation=\"center\" text_font_size=\"10\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"10px|||\" custom_padding=\"0px|||\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<p class=\"p1\" style=\"text-align: center\"><strong><span class=\"s1\">PLEASE NOTE:</span> </strong><span class=\"s3\">Stratford is not available in Hickory.
Monaco, Madison, Mayfield, Melbourne, Fairfax, Berkey, Regency, and Dynasty are only available in Maple or Cherry.</span></p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_gallery admin_label=\"Door Gallery\" gallery_ids=\"819,818,824,823,822,821,820,828,827,826,825,831,830,829,836,835,834,833,832,839,838,837,841,840\" fullwidth=\"off\" posts_number=\"20\" show_title_and_caption=\"on\" show_pagination=\"off\" background_layout=\"dark\" auto=\"off\" hover_overlay_color=\"rgba(255,255,255,0.9)\" caption_all_caps=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_gallery_item_title=\"text-align:center;\" module_class=\"fullGallery\" /][et_pb_cta admin_label=\"Contact Dealer CTA\" title=\"Need some help deciding?\" button_url=\"/find-dealer/\" url_new_window=\"off\" button_text=\"FIND A DEALER\" use_background_color=\"on\" background_layout=\"dark\" body_font_size=\"17\" border_style=\"solid\" custom_margin=\"10px|0px|10px|0px\" custom_padding=\"10px|20px|20px|20px\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"-webkit-border-radius: 20px;||border-radius: 20px;\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"159\"]

<h4>Locate the perfect dealer to help you get started in the right direction.</h4>

[/et_pb_cta][et_pb_text admin_label=\"Disclaimer Text\" background_layout=\"dark\" text_orientation=\"left\" border_style=\"solid\" text_font_size=\"11\" text_font=\"Open Sans||||\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"168\"]

<p>The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row global_parent=\"93\" background_color_1=\"#000000\" background_color_2=\"#000000\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" _builder_version=\"3.0.72\" make_equal=\"on\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" global_parent=\"93\" title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" global_parent=\"93\" title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Door Styles","","inherit","closed","closed","","207-revision-v1","","","2017-09-10 14:37:48","2017-09-10 18:37:48","","207","http://www.pioneercabinetry.co/uncategorized/207-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("211","1","2017-09-10 14:40:08","2017-09-10 18:40:08","[et_pb_section fb_built=\"1\" background_color=\"#ffffff\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" disabled_on=\"on|off|off\" admin_label=\"section\" _builder_version=\"3.0.72\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HD-Generic1.jpg\" align=\"center\" _builder_version=\"3.0.47\" custom_css_main_element=\"width:100%;\" animation=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"0px||6px|\" custom_padding_tablet=\"10px|||\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"3.0.72\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"27px|0px|7px|0px\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Overlay Text\" _builder_version=\"3.0.72\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\"]<h1>Overlays and Hinging</h1>
<p>Overlays affect how much of the cabinet frame shows, and can dramatically change the appearance of your cabinets. From a traditional look to a more contemporary style, choosing the correct overlay starts below.</p>
[/et_pb_text][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Disclaimer\" _builder_version=\"3.0.72\" text_font=\"||on||\" text_font_size=\"15px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"10px|||\" custom_padding=\"0px|||\"]

<span class=\"s3\">White area indicated how much of the cabinet frame will be exposed.</span>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"0px|||\" _builder_version=\"3.0.72\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"6px|0px|27px|0px\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/SemiConcealedKnife.png\" align=\"center\" admin_label=\"Semi Concealed Hinge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Semi-Concealed Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<p style=\"text-align: center\"><strong>1/2\" Overlay Semi-Concealed Knife Hinge</strong></p>
<p style=\"text-align: center\">Allows the cabinet frame to be exposed between doors or drawers for a traditional look.</p>
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HalfConcealedCup.png\" align=\"center\" admin_label=\"Half Concealed Cup Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Concealed Cup Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<p style=\"text-align: center\"><strong>1/2\" Overlay Concealed Cup Hinge</strong></p>
<p style=\"text-align: center\">Allows the cabinet frame to be exposed between doors or drawers for a traditional look.</p>
[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/FullConcealedCup.png\" align=\"center\" admin_label=\"Full Concealed Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Full Concealed Cup Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<p style=\"text-align: center\"><strong>Full Overlay Concealed Cup Hinge</strong></p>
<p style=\"text-align: center\">Concealed hinges are hidden from view with this design, very little of the cabinet frame shows around each door panel or drawer front creating a seamless, modern appearance.</p>
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/DesignerConcealedCup.png\" align=\"center\" admin_label=\"Designer Concealed Cup Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Designer Concealed Cup Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<p style=\"text-align: center\"><strong>Designer Overlay Concealed Cup Hinge</strong></p>
<p style=\"text-align: center\">Concealed hinges are hidden from view and allow you to see only the surface of your cabinet door. The Designer Overlay design creates a very clean design look.</p>
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Overlays & Hinging","","publish","closed","closed","","overlays-hinging","","","2017-09-11 15:06:19","2017-09-11 19:06:19","","0","http://www.pioneercabinetry.co/?page_id=211","0","page","","0");
INSERT INTO `pcab_posts` VALUES("212","1","2017-09-10 14:39:28","2017-09-10 18:39:28","","SemiConcealedKnife","","inherit","closed","closed","","semiconcealedknife","","","2017-09-10 14:39:28","2017-09-10 18:39:28","","0","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/SemiConcealedKnife.png","0","attachment","image/png","0");
INSERT INTO `pcab_posts` VALUES("213","1","2017-09-10 14:39:28","2017-09-10 18:39:28","","HalfConcealedCup","","inherit","closed","closed","","halfconcealedcup","","","2017-09-10 14:39:28","2017-09-10 18:39:28","","0","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HalfConcealedCup.png","0","attachment","image/png","0");
INSERT INTO `pcab_posts` VALUES("214","1","2017-09-10 14:39:28","2017-09-10 18:39:28","","FullConcealedCup","","inherit","closed","closed","","fullconcealedcup","","","2017-09-10 14:39:28","2017-09-10 18:39:28","","0","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/FullConcealedCup.png","0","attachment","image/png","0");
INSERT INTO `pcab_posts` VALUES("215","1","2017-09-10 14:39:28","2017-09-10 18:39:28","","DesignerConcealedCup","","inherit","closed","closed","","designerconcealedcup","","","2017-09-10 14:39:28","2017-09-10 18:39:28","","0","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/DesignerConcealedCup.png","0","attachment","image/png","0");
INSERT INTO `pcab_posts` VALUES("785","1","2017-09-11 14:30:38","2017-09-11 18:30:38","[et_pb_section fb_built=\"1\" background_color=\"#ffffff\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" disabled_on=\"on|off|off\" admin_label=\"section\" _builder_version=\"3.0.72\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HD-Generic1.jpg\" align=\"center\" _builder_version=\"3.0.47\" custom_css_main_element=\"width:100%;\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" admin_label=\"Overlay Text\" _builder_version=\"3.0.72\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\"]<h1>Overlays and Hinging</h1>
<p>Overlays affect how much of the cabinet frame shows, and can dramatically change the appearance of your cabinets. From a traditional look to a more contemporary style, choosing the correct overlay starts below.</p>
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"0px||10px|\" custom_padding_tablet=\"10px|||\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"3.0.72\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Disclaimer\" _builder_version=\"3.0.72\" text_font=\"||on||\" text_font_size=\"15px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"10px|||\" custom_padding=\"0px|||\"]

<span class=\"s3\">White area indicated how much of the cabinet frame will be exposed.</span>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"0px|||\" _builder_version=\"3.0.72\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/SemiConcealedKnife.png\" align=\"center\" admin_label=\"Semi Concealed Hinge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Semi-Concealed Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<p style=\"text-align: center\"><strong>1/2\" Overlay Semi-Concealed Knife Hinge</strong></p>
<p style=\"text-align: center\">Allows the cabinet frame to be exposed between doors or drawers for a traditional look.</p>
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HalfConcealedCup.png\" align=\"center\" admin_label=\"Half Concealed Cup Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Concealed Cup Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<p style=\"text-align: center\"><strong>1/2\" Overlay Concealed Cup Hinge</strong></p>
<p style=\"text-align: center\">Allows the cabinet frame to be exposed between doors or drawers for a traditional look.</p>
[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/FullConcealedCup.png\" align=\"center\" admin_label=\"Full Concealed Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Full Concealed Cup Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<p style=\"text-align: center\"><strong>Full Overlay Concealed Cup Hinge</strong></p>
<p style=\"text-align: center\">Concealed hinges are hidden from view with this design, very little of the cabinet frame shows around each door panel or drawer front creating a seamless, modern appearance.</p>
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/DesignerConcealedCup.png\" align=\"center\" admin_label=\"Designer Concealed Cup Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Designer Concealed Cup Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<p style=\"text-align: center\"><strong>Designer Overlay Concealed Cup Hinge</strong></p>
<p style=\"text-align: center\">Concealed hinges are hidden from view and allow you to see only the surface of your cabinet door. The Designer Overlay design creates a very clean design look.</p>
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Overlays & Hinging","","inherit","closed","closed","","211-revision-v1","","","2017-09-11 14:30:38","2017-09-11 18:30:38","","211","http://www.pioneercabinetry.co/uncategorized/211-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("216","1","2017-09-10 14:39:36","2017-09-10 18:39:36","[et_pb_section admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#ffffff\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HD-Generic1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_main_element=\"width:100%;\"]



[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Overlay Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\" text_line_height=\"1.8em\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\"]

<h1>Overlays and Hinging</h1>
<p>Overlays affect how much of the cabinet frame shows, and can dramatically change the appearance of your cabinets. From a traditional look to a more contemporary style, choosing the correct overlay starts below.</p>

[/et_pb_text][et_pb_text admin_label=\"Disclaimer\" background_layout=\"dark\" text_orientation=\"center\" text_font_size=\"10\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"10px|||\" custom_padding=\"0px|||\"]

<p class=\"p1\" style=\"text-align: center\"><span class=\"s3\">White area indicated how much of the cabinet frame will be exposed.</span></p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#2b2b2b\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Semi Concealed Hinge Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/SemiConcealedKnife.png\"]



[/et_pb_image][et_pb_text admin_label=\"Semi-Concealed Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<p style=\"text-align: center\"><strong>1/2\" Overlay Semi-Concealed Knife Hinge</strong></p>
<p style=\"text-align: center\">Allows the cabinet frame to be exposed between doors or drawers for a traditional look.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Half Concealed Cup Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HalfConcealedCup.png\"]



[/et_pb_image][et_pb_text admin_label=\"Concealed Cup Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<p style=\"text-align: center\"><strong>1/2\" Overlay Concealed Cup&nbsp;Hinge</strong></p>
<p style=\"text-align: center\">Allows the cabinet frame to be exposed between doors or drawers for a traditional look.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Full Concealed Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/FullConcealedCup.png\"]



[/et_pb_image][et_pb_text admin_label=\"Full Concealed Cup Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<p style=\"text-align: center\"><strong>Full&nbsp;Overlay Concealed Cup&nbsp;Hinge</strong></p>
<p style=\"text-align: center\">Concealed hinges are hidden from view with this design, very little of the cabinet frame shows around each door panel or drawer front creating a seamless, modern appearance.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Designer Concealed Cup Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/DesignerConcealedCup.png\"]



[/et_pb_image][et_pb_text admin_label=\"Designer Concealed Cup Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<p style=\"text-align: center\"><strong>Designer Overlay Concealed Cup Hinge</strong></p>
<p style=\"text-align: center\">Concealed hinges are hidden from view and allow you to see only the surface of your cabinet door. The Designer Overlay design creates a very clean design look.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" global_module=\"587\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"on\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" custom_padding=\"10px||25px|\"][et_pb_row global_parent=\"587\" admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"||0px|\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_color_1=\"#000000\" padding_top_1=\"10px\" padding_right_1=\"10px\" padding_bottom_1=\"30px\" padding_left_1=\"10px\" background_color_2=\"#000000\" padding_top_2=\"10px\" padding_right_2=\"10px\" padding_bottom_2=\"30px\" padding_left_2=\"10px\"][et_pb_column type=\"1_2\"][et_pb_cta global_parent=\"587\" admin_label=\"Warranty CTA\" title=\"Warranty\" button_url=\"http://pioneercabinetry.net/wp/quality-care/warranty/\" url_new_window=\"off\" button_text=\"READ MORE\" use_background_color=\"off\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" button_bg_color=\"#e09900\" button_border_width=\"1\" body_font_size=\"16\"]

<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">We stand behind our craftsmanship.</span></p>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta global_parent=\"587\" admin_label=\"Dealer CTA\" title=\"Dealer Locator\" button_url=\"http://pioneercabinetry.net/wp/find-a-dealer/\" url_new_window=\"off\" button_text=\"FIND A DEALER\" use_background_color=\"off\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" button_bg_color=\"#e09900\" button_border_width=\"1\" body_font_size=\"16\"]

<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Overlays & Hinging","","inherit","closed","closed","","211-revision-v1","","","2017-09-10 14:39:36","2017-09-10 18:39:36","","211","http://www.pioneercabinetry.co/uncategorized/211-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("781","1","2017-09-11 14:27:17","2017-09-11 18:27:17","[et_pb_section fb_built=\"1\" background_color=\"#ffffff\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" admin_label=\"section\" _builder_version=\"3.0.72\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" disabled_on=\"on|off|off\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HD-Generic1.jpg\" align=\"center\" _builder_version=\"3.0.47\" custom_css_main_element=\"width:100%;\" animation=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"30px||10px|\" _builder_version=\"3.0.72\" custom_padding_tablet=\"10px|||\" custom_padding_last_edited=\"on|tablet\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Overlay Text\" _builder_version=\"3.0.47\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\"]<h1>Overlays and Hinging</h1>
<p>Overlays affect how much of the cabinet frame shows, and can dramatically change the appearance of your cabinets. From a traditional look to a more contemporary style, choosing the correct overlay starts below.</p>
[/et_pb_text][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Disclaimer\" _builder_version=\"3.0.72\" text_font_size=\"15px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"10px|||\" custom_padding=\"0px|||\" text_font=\"||on||\"]

<span class=\"s3\">White area indicated how much of the cabinet frame will be exposed.</span>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" _builder_version=\"3.0.72\" custom_padding=\"0px|||\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/SemiConcealedKnife.png\" align=\"center\" admin_label=\"Semi Concealed Hinge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Semi-Concealed Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<p style=\"text-align: center\"><strong>1/2\" Overlay Semi-Concealed Knife Hinge</strong></p>
<p style=\"text-align: center\">Allows the cabinet frame to be exposed between doors or drawers for a traditional look.</p>
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HalfConcealedCup.png\" align=\"center\" admin_label=\"Half Concealed Cup Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Concealed Cup Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<p style=\"text-align: center\"><strong>1/2\" Overlay Concealed Cup&nbsp;Hinge</strong></p>
<p style=\"text-align: center\">Allows the cabinet frame to be exposed between doors or drawers for a traditional look.</p>
[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/FullConcealedCup.png\" align=\"center\" admin_label=\"Full Concealed Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Full Concealed Cup Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<p style=\"text-align: center\"><strong>Full&nbsp;Overlay Concealed Cup&nbsp;Hinge</strong></p>
<p style=\"text-align: center\">Concealed hinges are hidden from view with this design, very little of the cabinet frame shows around each door panel or drawer front creating a seamless, modern appearance.</p>
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/DesignerConcealedCup.png\" align=\"center\" admin_label=\"Designer Concealed Cup Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Designer Concealed Cup Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<p style=\"text-align: center\"><strong>Designer Overlay Concealed Cup Hinge</strong></p>
<p style=\"text-align: center\">Concealed hinges are hidden from view and allow you to see only the surface of your cabinet door. The Designer Overlay design creates a very clean design look.</p>
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Overlays & Hinging","","inherit","closed","closed","","211-revision-v1","","","2017-09-11 14:27:17","2017-09-11 18:27:17","","211","http://www.pioneercabinetry.co/uncategorized/211-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("217","1","2017-09-10 14:40:08","2017-09-10 18:40:08","[et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#ffffff\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HD-Generic1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_main_element=\"width:100%;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Overlay Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\" text_line_height=\"1.8em\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1>Overlays and Hinging</h1>
<p>Overlays affect how much of the cabinet frame shows, and can dramatically change the appearance of your cabinets. From a traditional look to a more contemporary style, choosing the correct overlay starts below.</p>

[/et_pb_text][et_pb_text admin_label=\"Disclaimer\" background_layout=\"dark\" text_orientation=\"center\" text_font_size=\"10\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"10px|||\" custom_padding=\"0px|||\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\"]

<p class=\"p1\" style=\"text-align: center\"><span class=\"s3\">White area indicated how much of the cabinet frame will be exposed.</span></p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#2b2b2b\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Semi Concealed Hinge Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/SemiConcealedKnife.png\" /][et_pb_text admin_label=\"Semi-Concealed Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<p style=\"text-align: center\"><strong>1/2\" Overlay Semi-Concealed Knife Hinge</strong></p>
<p style=\"text-align: center\">Allows the cabinet frame to be exposed between doors or drawers for a traditional look.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Half Concealed Cup Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HalfConcealedCup.png\" /][et_pb_text admin_label=\"Concealed Cup Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<p style=\"text-align: center\"><strong>1/2\" Overlay Concealed Cup&nbsp;Hinge</strong></p>
<p style=\"text-align: center\">Allows the cabinet frame to be exposed between doors or drawers for a traditional look.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Full Concealed Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/FullConcealedCup.png\" /][et_pb_text admin_label=\"Full Concealed Cup Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<p style=\"text-align: center\"><strong>Full&nbsp;Overlay Concealed Cup&nbsp;Hinge</strong></p>
<p style=\"text-align: center\">Concealed hinges are hidden from view with this design, very little of the cabinet frame shows around each door panel or drawer front creating a seamless, modern appearance.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Designer Concealed Cup Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/DesignerConcealedCup.png\" /][et_pb_text admin_label=\"Designer Concealed Cup Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<p style=\"text-align: center\"><strong>Designer Overlay Concealed Cup Hinge</strong></p>
<p style=\"text-align: center\">Concealed hinges are hidden from view and allow you to see only the surface of your cabinet door. The Designer Overlay design creates a very clean design look.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row global_parent=\"93\" background_color_1=\"#000000\" background_color_2=\"#000000\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" _builder_version=\"3.0.72\" make_equal=\"on\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" global_parent=\"93\" title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" global_parent=\"93\" title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Overlays & Hinging","","inherit","closed","closed","","211-revision-v1","","","2017-09-10 14:40:08","2017-09-10 18:40:08","","211","http://www.pioneercabinetry.co/uncategorized/211-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("218","1","2017-09-10 14:42:37","2017-09-10 18:42:37","[et_pb_section fb_built=\"1\" background_color=\"#ffffff\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" admin_label=\"section\" _builder_version=\"3.0.47\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HD-Generic1.jpg\" align=\"center\" _builder_version=\"3.0.47\" custom_css_main_element=\"width:100%;\" animation=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Panel Styles Headline\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px||0px|\"]

<h1><span class=\"s1\">Door Panel Styles</span></h1>

[/et_pb_text][et_pb_text background_layout=\"dark\" admin_label=\"Panel Text\" _builder_version=\"3.0.72\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px|40px|0px|\"]<strong><span class=\"s1\">Door panels are the most visible part of your cabinetry and help define your style. </span></strong><br>
<span class=\"s1\">Pioneer offers many unique choices including flat, beaded, raised, detailed and solid.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#eeeeee\" inner_shadow=\"on\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Flat.png\" align=\"center\" admin_label=\"Flat Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text text_orientation=\"center\" admin_label=\"Flat Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center\"><strong>Flat - F / Solid - S</strong></p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Beaded.png\" align=\"center\" admin_label=\"Beaded Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text text_orientation=\"center\" admin_label=\"Beaded Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center\"><strong>Beaded - B</strong></p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Raised.png\" align=\"center\" admin_label=\"Raised Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text text_orientation=\"center\" admin_label=\"Raised Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center\"><strong>Raised - R</strong></p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Detailed.png\" align=\"center\" admin_label=\"Detailed Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text text_orientation=\"center\" admin_label=\"Detailed Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center\"><strong>Detailed - D</strong></p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Panel Styles","","publish","closed","closed","","panel-styles","","","2017-09-11 15:07:22","2017-09-11 19:07:22","","0","http://www.pioneercabinetry.co/?page_id=218","0","page","","0");
INSERT INTO `pcab_posts` VALUES("219","1","2017-09-10 14:42:06","2017-09-10 18:42:06","","Flat","","inherit","closed","closed","","flat","","","2017-09-10 14:42:06","2017-09-10 18:42:06","","0","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Flat.png","0","attachment","image/png","0");
INSERT INTO `pcab_posts` VALUES("220","1","2017-09-10 14:42:06","2017-09-10 18:42:06","","Beaded","","inherit","closed","closed","","beaded","","","2017-09-10 14:42:06","2017-09-10 18:42:06","","0","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Beaded.png","0","attachment","image/png","0");
INSERT INTO `pcab_posts` VALUES("221","1","2017-09-10 14:42:06","2017-09-10 18:42:06","","Raised","","inherit","closed","closed","","raised","","","2017-09-10 14:42:06","2017-09-10 18:42:06","","0","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Raised.png","0","attachment","image/png","0");
INSERT INTO `pcab_posts` VALUES("222","1","2017-09-10 14:42:07","2017-09-10 18:42:07","","Detailed","","inherit","closed","closed","","detailed","","","2017-09-10 14:42:07","2017-09-10 18:42:07","","0","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Detailed.png","0","attachment","image/png","0");
INSERT INTO `pcab_posts` VALUES("224","1","2017-09-10 14:42:37","2017-09-10 18:42:37","[et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#ffffff\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HD-Generic1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_main_element=\"width:100%;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Panel Styles Headline\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"15px||30px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Door Panel Styles</span></h1>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Panel Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\" text_line_height=\"1.8em\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<p class=\"kicker\" style=\"text-align: center\"><strong><span class=\"s1\">Door panels are the most visible part of your cabinetry and help define your style. </span></strong></p>
<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Pioneer offers many unique choices including flat, beaded, raised, detailed and solid.</span></p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#eeeeee\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Flat Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Flat.png\" /][et_pb_text admin_label=\"Flat Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<p style=\"text-align: center\"><strong>Flat - F / Solid - S</strong></p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Beaded Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Beaded.png\" /][et_pb_text admin_label=\"Beaded Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<p style=\"text-align: center\"><strong>Beaded - B</strong></p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Raised Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Raised.png\" /][et_pb_text admin_label=\"Raised Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<p style=\"text-align: center\"><strong>Raised - R</strong></p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Detailed Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Detailed.png\" /][et_pb_text admin_label=\"Detailed Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<p style=\"text-align: center\"><strong>Detailed - D</strong></p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]","Panel Styles","","inherit","closed","closed","","218-revision-v1","","","2017-09-10 14:42:37","2017-09-10 18:42:37","","218","http://www.pioneercabinetry.co/uncategorized/218-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("223","1","2017-09-10 14:42:14","2017-09-10 18:42:14","[et_pb_section admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#ffffff\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HD-Generic1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_main_element=\"width:100%;\"]



[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Panel Styles Headline\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"15px||30px|\"]

<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Door Panel Styles</span></h1>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Panel Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\" text_line_height=\"1.8em\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\"]

<p class=\"kicker\" style=\"text-align: center\"><strong><span class=\"s1\">Door panels are the most visible part of your cabinetry and help define your style. </span></strong></p>
<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Pioneer offers many unique choices including flat, beaded, raised, detailed and solid.</span></p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#eeeeee\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Flat Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Flat.png\"]



[/et_pb_image][et_pb_text admin_label=\"Flat Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<p style=\"text-align: center\"><strong>Flat - F / Solid - S</strong></p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Beaded Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Beaded.png\"]



[/et_pb_image][et_pb_text admin_label=\"Beaded Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<p style=\"text-align: center\"><strong>Beaded - B</strong></p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Raised Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Raised.png\"]



[/et_pb_image][et_pb_text admin_label=\"Raised Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<p style=\"text-align: center\"><strong>Raised - R</strong></p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Detailed Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Detailed.png\"]



[/et_pb_image][et_pb_text admin_label=\"Detailed Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<p style=\"text-align: center\"><strong>Detailed - D</strong></p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" global_module=\"587\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"on\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" custom_padding=\"10px||25px|\"][et_pb_row global_parent=\"587\" admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"||0px|\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_color_1=\"#000000\" padding_top_1=\"10px\" padding_right_1=\"10px\" padding_bottom_1=\"30px\" padding_left_1=\"10px\" background_color_2=\"#000000\" padding_top_2=\"10px\" padding_right_2=\"10px\" padding_bottom_2=\"30px\" padding_left_2=\"10px\"][et_pb_column type=\"1_2\"][et_pb_cta global_parent=\"587\" admin_label=\"Warranty CTA\" title=\"Warranty\" button_url=\"http://pioneercabinetry.net/wp/quality-care/warranty/\" url_new_window=\"off\" button_text=\"READ MORE\" use_background_color=\"off\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" button_bg_color=\"#e09900\" button_border_width=\"1\" body_font_size=\"16\"]

<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">We stand behind our craftsmanship.</span></p>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta global_parent=\"587\" admin_label=\"Dealer CTA\" title=\"Dealer Locator\" button_url=\"http://pioneercabinetry.net/wp/find-a-dealer/\" url_new_window=\"off\" button_text=\"FIND A DEALER\" use_background_color=\"off\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" button_bg_color=\"#e09900\" button_border_width=\"1\" body_font_size=\"16\"]

<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Panel Styles","","inherit","closed","closed","","218-revision-v1","","","2017-09-10 14:42:14","2017-09-10 18:42:14","","218","http://www.pioneercabinetry.co/uncategorized/218-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("831","1","2017-09-11 15:07:22","2017-09-11 19:07:22","[et_pb_section fb_built=\"1\" background_color=\"#ffffff\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" admin_label=\"section\" _builder_version=\"3.0.47\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HD-Generic1.jpg\" align=\"center\" _builder_version=\"3.0.47\" custom_css_main_element=\"width:100%;\" animation=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Panel Styles Headline\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px||0px|\"]

<h1><span class=\"s1\">Door Panel Styles</span></h1>

[/et_pb_text][et_pb_text background_layout=\"dark\" admin_label=\"Panel Text\" _builder_version=\"3.0.72\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px|40px|0px|\"]<strong><span class=\"s1\">Door panels are the most visible part of your cabinetry and help define your style. </span></strong><br>
<span class=\"s1\">Pioneer offers many unique choices including flat, beaded, raised, detailed and solid.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#eeeeee\" inner_shadow=\"on\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Flat.png\" align=\"center\" admin_label=\"Flat Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text text_orientation=\"center\" admin_label=\"Flat Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center\"><strong>Flat - F / Solid - S</strong></p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Beaded.png\" align=\"center\" admin_label=\"Beaded Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text text_orientation=\"center\" admin_label=\"Beaded Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center\"><strong>Beaded - B</strong></p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Raised.png\" align=\"center\" admin_label=\"Raised Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text text_orientation=\"center\" admin_label=\"Raised Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center\"><strong>Raised - R</strong></p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Detailed.png\" align=\"center\" admin_label=\"Detailed Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text text_orientation=\"center\" admin_label=\"Detailed Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center\"><strong>Detailed - D</strong></p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Panel Styles","","inherit","closed","closed","","218-revision-v1","","","2017-09-11 15:07:22","2017-09-11 19:07:22","","218","http://www.pioneercabinetry.co/uncategorized/218-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("783","1","2017-09-11 14:29:40","2017-09-11 18:29:40","[et_pb_section fb_built=\"1\" background_color=\"#ffffff\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" admin_label=\"section\" _builder_version=\"3.0.47\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HD-Generic1.jpg\" align=\"center\" _builder_version=\"3.0.47\" custom_css_main_element=\"width:100%;\" animation=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" admin_label=\"section\" _builder_version=\"3.0.47\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Panel Styles Headline\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"15px||10px|\"]

<h1><span class=\"s1\">Door Panel Styles</span></h1>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Panel Text\" _builder_version=\"3.0.72\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px|40px|0px|\"]<strong><span class=\"s1\">Door panels are the most visible part of your cabinetry and help define your style. </span></strong><br>
<span class=\"s1\">Pioneer offers many unique choices including flat, beaded, raised, detailed and solid.</span>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#eeeeee\" inner_shadow=\"on\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Flat.png\" align=\"center\" admin_label=\"Flat Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text text_orientation=\"center\" admin_label=\"Flat Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center\"><strong>Flat - F / Solid - S</strong></p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Beaded.png\" align=\"center\" admin_label=\"Beaded Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text text_orientation=\"center\" admin_label=\"Beaded Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center\"><strong>Beaded - B</strong></p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Raised.png\" align=\"center\" admin_label=\"Raised Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text text_orientation=\"center\" admin_label=\"Raised Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center\"><strong>Raised - R</strong></p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Detailed.png\" align=\"center\" admin_label=\"Detailed Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text text_orientation=\"center\" admin_label=\"Detailed Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center\"><strong>Detailed - D</strong></p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Panel Styles","","inherit","closed","closed","","218-revision-v1","","","2017-09-11 14:29:40","2017-09-11 18:29:40","","218","http://www.pioneercabinetry.co/uncategorized/218-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("225","1","2017-09-10 14:42:46","2017-09-10 18:42:46","[et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#ffffff\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HD-Generic1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_main_element=\"width:100%;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Panel Styles Headline\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"15px||30px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Door Panel Styles</span></h1>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Panel Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\" text_line_height=\"1.8em\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<p class=\"kicker\" style=\"text-align: center\"><strong><span class=\"s1\">Door panels are the most visible part of your cabinetry and help define your style. </span></strong></p>
<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Pioneer offers many unique choices including flat, beaded, raised, detailed and solid.</span></p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#eeeeee\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Flat Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Flat.png\" /][et_pb_text admin_label=\"Flat Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<p style=\"text-align: center\"><strong>Flat - F / Solid - S</strong></p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Beaded Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Beaded.png\" /][et_pb_text admin_label=\"Beaded Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<p style=\"text-align: center\"><strong>Beaded - B</strong></p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Raised Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Raised.png\" /][et_pb_text admin_label=\"Raised Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<p style=\"text-align: center\"><strong>Raised - R</strong></p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Detailed Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Detailed.png\" /][et_pb_text admin_label=\"Detailed Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<p style=\"text-align: center\"><strong>Detailed - D</strong></p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row global_parent=\"93\" background_color_1=\"#000000\" background_color_2=\"#000000\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" _builder_version=\"3.0.72\" make_equal=\"on\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" global_parent=\"93\" title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" global_parent=\"93\" title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Panel Styles","","inherit","closed","closed","","218-revision-v1","","","2017-09-10 14:42:46","2017-09-10 18:42:46","","218","http://www.pioneercabinetry.co/uncategorized/218-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("226","1","2017-09-10 14:44:02","2017-09-10 18:44:02","[et_pb_section fb_built=\"1\" background_color=\"#ffffff\" custom_padding=\"10px||0px|\" admin_label=\"section\" _builder_version=\"3.0.72\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HD-Generic1.jpg\" align=\"center\" _builder_version=\"3.0.47\" custom_css_main_element=\"width:100%;\" animation=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Edge Headline\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px||0px|\"]

<h1>Edges</h1>

[/et_pb_text][et_pb_text background_layout=\"dark\" admin_label=\"Edge Text\" _builder_version=\"3.0.72\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\"]<strong><span class=\"s1\">The edges of the cabinet door panels can enhance your style
and provide easy access to the interior. </span></strong><br>
<p><span class=\"s1\">Pioneer offers 7 different outside door edge profiles for all \"non-mitered\" door styles, they are as follows:.</span>
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#dddddd\" inner_shadow=\"on\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-F.png\" align=\"center\" admin_label=\"F Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-G.png\" align=\"center\" admin_label=\"G Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-K.png\" align=\"center\" admin_label=\"K Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-M.png\" align=\"center\" admin_label=\"M Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-R.png\" align=\"center\" admin_label=\"R Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-E.png\" align=\"center\" admin_label=\"E Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-S.png\" align=\"center\" admin_label=\"S Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Edges","","publish","closed","closed","","edges","","","2017-09-11 15:09:43","2017-09-11 19:09:43","","0","http://www.pioneercabinetry.co/?page_id=226","0","page","","0");
INSERT INTO `pcab_posts` VALUES("227","1","2017-09-10 14:43:47","2017-09-10 18:43:47","","Edges-F","","inherit","closed","closed","","edges-f","","","2017-09-10 14:43:47","2017-09-10 18:43:47","","0","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-F.png","0","attachment","image/png","0");
INSERT INTO `pcab_posts` VALUES("228","1","2017-09-10 14:43:47","2017-09-10 18:43:47","","Edges-G","","inherit","closed","closed","","edges-g","","","2017-09-10 14:43:47","2017-09-10 18:43:47","","0","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-G.png","0","attachment","image/png","0");
INSERT INTO `pcab_posts` VALUES("229","1","2017-09-10 14:43:47","2017-09-10 18:43:47","","Edges-K","","inherit","closed","closed","","edges-k","","","2017-09-10 14:43:47","2017-09-10 18:43:47","","0","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-K.png","0","attachment","image/png","0");
INSERT INTO `pcab_posts` VALUES("230","1","2017-09-10 14:43:47","2017-09-10 18:43:47","","Edges-M","","inherit","closed","closed","","edges-m","","","2017-09-10 14:43:47","2017-09-10 18:43:47","","0","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-M.png","0","attachment","image/png","0");
INSERT INTO `pcab_posts` VALUES("231","1","2017-09-10 14:43:47","2017-09-10 18:43:47","","Edges-R","","inherit","closed","closed","","edges-r","","","2017-09-10 14:43:47","2017-09-10 18:43:47","","0","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-R.png","0","attachment","image/png","0");
INSERT INTO `pcab_posts` VALUES("232","1","2017-09-10 14:43:47","2017-09-10 18:43:47","","Edges-E","","inherit","closed","closed","","edges-e","","","2017-09-10 14:43:47","2017-09-10 18:43:47","","0","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-E.png","0","attachment","image/png","0");
INSERT INTO `pcab_posts` VALUES("233","1","2017-09-10 14:43:47","2017-09-10 18:43:47","","Edges-S","","inherit","closed","closed","","edges-s","","","2017-09-10 14:43:47","2017-09-10 18:43:47","","0","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-S.png","0","attachment","image/png","0");
INSERT INTO `pcab_posts` VALUES("790","1","2017-09-11 14:34:29","2017-09-11 18:34:29","[et_pb_section fb_built=\"1\" background_color=\"#ffffff\" custom_padding=\"10px||0px|\" admin_label=\"section\" _builder_version=\"3.0.72\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HD-Generic1.jpg\" align=\"center\" _builder_version=\"3.0.47\" custom_css_main_element=\"width:100%;\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" admin_label=\"Edge Headline\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"15px||30px|\"]

<h1>Edges</h1>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Edge Text\" _builder_version=\"3.0.72\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\"]<p><strong><span class=\"s1\">The edges of the cabinet door panels can enhance your style<br />
and provide easy access to the interior. </span></strong></p>
<p><span class=\"s1\">Pioneer offers 7 different outside door edge profiles for all \"non-mitered\" door styles, they are as follows:.</span></p>
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#dddddd\" inner_shadow=\"on\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-F.png\" align=\"center\" admin_label=\"F Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-G.png\" align=\"center\" admin_label=\"G Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-K.png\" align=\"center\" admin_label=\"K Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-M.png\" align=\"center\" admin_label=\"M Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-R.png\" align=\"center\" admin_label=\"R Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-E.png\" align=\"center\" admin_label=\"E Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-S.png\" align=\"center\" admin_label=\"S Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Edges","","inherit","closed","closed","","226-revision-v1","","","2017-09-11 14:34:29","2017-09-11 18:34:29","","226","http://www.pioneercabinetry.co/uncategorized/226-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("234","1","2017-09-10 14:43:54","2017-09-10 18:43:54","[et_pb_section admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#ffffff\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HD-Generic1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_main_element=\"width:100%;\"]



[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Edge Headline\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"15px||30px|\"]

<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Edges</span></h1>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Edge Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\" text_line_height=\"1.8em\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\"]

<p class=\"kicker\" style=\"text-align: center\"><strong><span class=\"s1\">The edges of the cabinet door panels can enhance your style
and provide easy access to the interior. </span></strong></p>
<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Pioneer offers 7 different outside door edge profiles for all \"non-mitered\" door styles, they are as follows:.</span></p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#dddddd\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"F Edge Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-F.png\"]



[/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"G Edge Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-G.png\"]



[/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"K Edge Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-K.png\"]



[/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"M Edge Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-M.png\"]



[/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"R Edge Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-R.png\"]



[/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"E Edge Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-E.png\"]



[/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"S Edge Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-S.png\"]



[/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" global_module=\"587\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"on\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" custom_padding=\"10px||25px|\"][et_pb_row global_parent=\"587\" admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"||0px|\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_color_1=\"#000000\" padding_top_1=\"10px\" padding_right_1=\"10px\" padding_bottom_1=\"30px\" padding_left_1=\"10px\" background_color_2=\"#000000\" padding_top_2=\"10px\" padding_right_2=\"10px\" padding_bottom_2=\"30px\" padding_left_2=\"10px\"][et_pb_column type=\"1_2\"][et_pb_cta global_parent=\"587\" admin_label=\"Warranty CTA\" title=\"Warranty\" button_url=\"http://pioneercabinetry.net/wp/quality-care/warranty/\" url_new_window=\"off\" button_text=\"READ MORE\" use_background_color=\"off\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" button_bg_color=\"#e09900\" button_border_width=\"1\" body_font_size=\"16\"]

<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">We stand behind our craftsmanship.</span></p>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta global_parent=\"587\" admin_label=\"Dealer CTA\" title=\"Dealer Locator\" button_url=\"http://pioneercabinetry.net/wp/find-a-dealer/\" url_new_window=\"off\" button_text=\"FIND A DEALER\" use_background_color=\"off\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" button_bg_color=\"#e09900\" button_border_width=\"1\" body_font_size=\"16\"]

<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Edges","","inherit","closed","closed","","226-revision-v1","","","2017-09-10 14:43:54","2017-09-10 18:43:54","","226","http://www.pioneercabinetry.co/uncategorized/226-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("236","1","2017-09-10 14:44:17","2017-09-10 18:44:17","[et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#ffffff\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HD-Generic1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_main_element=\"width:100%;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Edge Headline\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"15px||30px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Edges</span></h1>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Edge Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\" text_line_height=\"1.8em\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<p class=\"kicker\" style=\"text-align: center\"><strong><span class=\"s1\">The edges of the cabinet door panels can enhance your style
and provide easy access to the interior. </span></strong></p>
<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Pioneer offers 7 different outside door edge profiles for all \"non-mitered\" door styles, they are as follows:.</span></p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#dddddd\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"F Edge Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-F.png\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"G Edge Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-G.png\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"K Edge Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-K.png\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"M Edge Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-M.png\" /][/et_pb_column][/et_pb_row][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"R Edge Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-R.png\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"E Edge Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-E.png\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"S Edge Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-S.png\" /][/et_pb_column][et_pb_column type=\"1_4\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row global_parent=\"93\" background_color_1=\"#000000\" background_color_2=\"#000000\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" _builder_version=\"3.0.72\" make_equal=\"on\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" global_parent=\"93\" title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" global_parent=\"93\" title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Edges","","inherit","closed","closed","","226-revision-v1","","","2017-09-10 14:44:17","2017-09-10 18:44:17","","226","http://www.pioneercabinetry.co/uncategorized/226-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("235","1","2017-09-10 14:44:02","2017-09-10 18:44:02","[et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#ffffff\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HD-Generic1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_main_element=\"width:100%;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Edge Headline\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"15px||30px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Edges</span></h1>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Edge Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\" text_line_height=\"1.8em\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<p class=\"kicker\" style=\"text-align: center\"><strong><span class=\"s1\">The edges of the cabinet door panels can enhance your style
and provide easy access to the interior. </span></strong></p>
<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Pioneer offers 7 different outside door edge profiles for all \"non-mitered\" door styles, they are as follows:.</span></p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#dddddd\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"F Edge Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-F.png\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"G Edge Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-G.png\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"K Edge Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-K.png\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"M Edge Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-M.png\" /][/et_pb_column][/et_pb_row][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"R Edge Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-R.png\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"E Edge Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-E.png\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"S Edge Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-S.png\" /][/et_pb_column][et_pb_column type=\"1_4\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"on\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" custom_padding=\"10px||25px|\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"||0px|\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_color_1=\"#000000\" padding_top_1=\"10px\" padding_right_1=\"10px\" padding_bottom_1=\"30px\" padding_left_1=\"10px\" background_color_2=\"#000000\" padding_top_2=\"10px\" padding_right_2=\"10px\" padding_bottom_2=\"30px\" padding_left_2=\"10px\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" title=\"Warranty\" button_url=\"http://pioneercabinetry.net/wp/quality-care/warranty/\" url_new_window=\"off\" button_text=\"READ MORE\" use_background_color=\"off\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" button_bg_color=\"#e09900\" button_border_width=\"1\" body_font_size=\"16\"]

<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">We stand behind our craftsmanship.</span></p>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" title=\"Dealer Locator\" button_url=\"http://pioneercabinetry.net/wp/find-a-dealer/\" url_new_window=\"off\" button_text=\"FIND A DEALER\" use_background_color=\"off\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" button_bg_color=\"#e09900\" button_border_width=\"1\" body_font_size=\"16\"]

<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Edges","","inherit","closed","closed","","226-revision-v1","","","2017-09-10 14:44:02","2017-09-10 18:44:02","","226","http://www.pioneercabinetry.co/uncategorized/226-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("237","1","2017-09-10 14:46:01","2017-09-10 18:46:01","[et_pb_section fb_built=\"1\" background_color=\"#ffffff\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" admin_label=\"section\" _builder_version=\"3.0.47\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HD-Generic1.jpg\" align=\"center\" _builder_version=\"3.0.47\" custom_css_main_element=\"width:100%;\" animation=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"10px||31px|\" _builder_version=\"3.0.47\"][et_pb_row custom_padding=\"27px|0px|5px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Options Headline\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px||0px|\"]<h1><span>Options</span></h1>

[/et_pb_text][et_pb_text background_layout=\"dark\" admin_label=\"Options Text\" _builder_version=\"3.0.72\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\"]<strong>Each option below can turn a standard cabinet into a personalized cabinetry.</strong><br>
<span>Combinations of these options can help set your Pioneer cabinetry apart from the rest.</span>
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"3px||10px|\" _builder_version=\"3.0.72\" custom_css_main_element=\"border-top:1px solid #444444;\"][et_pb_row custom_padding=\"16px|0px|27px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Drawer Head Styles Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h2>Drawer Head Styles</h2>
<p>Pioneer offers 8 different drawer heads for the \"standard\" door styles, examples are below.</p>
[/et_pb_text][et_pb_gallery gallery_ids=\"554,553,552,551,550,555,549,548\" posts_number=\"8\" show_title_and_caption=\"off\" show_pagination=\"off\" admin_label=\"DrawerHead Gallery\" _builder_version=\"3.0.72\" global_module=\"580\" saved_tabs=\"all\"][/et_pb_gallery][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"3px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.72\" custom_css_main_element=\"border-top:1px solid #444444;\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Glazing Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h2>Glazing</h2>
<p>The \"Olde World\" look of glazing cabinetry is a great way to give your home a unique and classic look. A glazed finish is achieved by applying the glaze over the entire surface of all finished parts, then wiping the glaze off by hand. The result is stunning, as the glaze will \"hang-up\" unevenly in corners, profiled edges and end grain of each glazed component. It is recommended that the homeowners view an actual door sample or display before selecting a glazed finish, as color variations will occur between individual cabinet components.</p>
[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_gallery gallery_ids=\"557,558,559,560,561\" posts_number=\"12\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Glazes Gallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;\" custom_css_gallery_item_caption=\"text-align:center;\" global_module=\"581\" saved_tabs=\"all\"][/et_pb_gallery][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"3px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.72\" custom_css_main_element=\"border-top:1px solid #444444;\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Finishing Techniques Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h2>Finishing Techniques</h2>
<p>Create beauty and character with any of our custom finish techniques. Available in most standard Pioneer paints/tinted varnishes, stains and glazes. Since no two manufacturers are alike, it is recommended that homeowners view an actual door sample or display before finalizing any cabinet color/finishing technique selection.</p>
[/et_pb_text][et_pb_gallery gallery_ids=\"562,563,564,565\" posts_number=\"4\" orientation=\"portrait\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Finishing Gallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;font-size:1em !important;\" custom_css_gallery_item_caption=\"text-align:center;\" global_module=\"582\" saved_tabs=\"all\" module_class=\"fullGallery\"][/et_pb_gallery][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"3px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.72\" custom_css_main_element=\"border-top:1px solid #444444;\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/kitchenKnotty-1.jpg\" align=\"center\" admin_label=\"Knotty Image\" _builder_version=\"3.0.72\" animation_direction=\"off\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Knotty Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h2>Knotty</h2>
<p><strong>At Pioneer we love the look of real wood with all its natural properties.</strong><br />
For those of you who also like the rustic look, this option might be for you. Pioneer, for our standard cabinetry, cuts around these natural knots. In our knotty option, we leave them in and sort through them to give you a natural looking option.</p>
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"3px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.72\" custom_css_main_element=\"border-top:1px solid #444444;\"][et_pb_row custom_padding=\"0px|0px|30px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Plywood Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h2>Plywood Construction</h2>
<p>All the flexibility you’ve come to expect from Pioneer with the added feature of plywood construction. If you choose this option, then you will receive full ½” plywood box construction. Pioneer uses only the best domestic plywood, no Chinese imports! Our sanded and calibrated plywood core provides the greatest opportunity for a smooth and consistent finished product.</p>
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Options","","publish","closed","closed","","options","","","2017-09-12 12:55:32","2017-09-12 16:55:32","","0","http://www.pioneercabinetry.co/?page_id=237","0","page","","0");
INSERT INTO `pcab_posts` VALUES("238","1","2017-09-10 14:46:01","2017-09-10 18:46:01","[et_pb_section bb_built=\"1\"][et_pb_row][/et_pb_row][/et_pb_section]","Options","","inherit","closed","closed","","237-revision-v1","","","2017-09-10 14:46:01","2017-09-10 18:46:01","","237","http://www.pioneercabinetry.co/uncategorized/237-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("793","1","2017-09-11 14:37:05","2017-09-11 18:37:05","[et_pb_gallery gallery_ids=\"562,563,564,565\" show_pagination=\"off\" admin_label=\"Finishing Gallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;font-size:1em !important;\" custom_css_gallery_item_caption=\"text-align:center;\" saved_tabs=\"all\" template_type=\"module\" fullwidth=\"off\" posts_number=\"4\" show_title_and_caption=\"on\" background_layout=\"dark\" orientation=\"portrait\" animation_style=\"none\" module_class=\"fullGallery\"][/et_pb_gallery]","Finishing Gallery","","inherit","closed","closed","","582-revision-v1","","","2017-09-11 14:37:05","2017-09-11 18:37:05","","582","http://www.pioneercabinetry.co/uncategorized/582-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("240","1","2017-09-10 14:47:21","2017-09-10 18:47:21","[et_pb_section bb_built=\"1\"][et_pb_row][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row global_parent=\"93\" background_color_1=\"#000000\" background_color_2=\"#000000\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" _builder_version=\"3.0.72\" make_equal=\"on\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" global_parent=\"93\" title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" global_parent=\"93\" title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Options","","inherit","closed","closed","","237-revision-v1","","","2017-09-10 14:47:21","2017-09-10 18:47:21","","237","http://www.pioneercabinetry.co/uncategorized/237-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("241","1","2017-09-10 14:50:28","2017-09-10 18:50:28","[et_pb_section bb_built=\"1\" admin_label=\"section\" custom_padding=\"20px||0px|\" _builder_version=\"3.0.72\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row admin_label=\"row\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Find Style Headline\" background_layout=\"dark\" text_orientation=\"center\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"15px||30px|\"]

<h1 class=\"p1\" style=\"text-align: center;\"><span class=\"s1\">Find Your Style</span></h1>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"rgba(0,0,0,0.63)\" custom_padding=\"10px||0px|\" _builder_version=\"3.0.72\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"off\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Find Your Style Text\" background_layout=\"dark\" _builder_version=\"3.0.72\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\"]

<h4 class=\"kicker\"><span class=\"s1\">The task of picking out your cabinets can be a little overwhelming, so we made it a little easier for you to explore the different areas of cabinetry. </span></h4><p><strong><span class=\"s1\">Click on the buttons below to explore each topic.</span></strong></p>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px|||\" padding_mobile=\"off\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_button admin_label=\"Wood Button\" button_url=\"#wood\" button_text=\"LEARN ABOUT WOOD\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][et_pb_button admin_label=\"Panel Button\" button_url=\"#panels\" button_text=\"SELECT PANEL STYLE\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.47\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_button admin_label=\"Doors Button\" button_url=\"#doors\" button_text=\"DOOR STYLES\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.47\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][et_pb_button admin_label=\"Edges Button\" button_url=\"#edges\" button_text=\"LEARN ABOUT EDGES\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.47\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_button admin_label=\"Overlay Button\" button_url=\"#overlays\" button_text=\"OVERLAYS & HINGING\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.47\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][et_pb_button admin_label=\"Options Button\" button_url=\"#options\" button_text=\"OTHER OPTIONS\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.47\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"16px|0px|29px|0px\" module_id=\"wood\" _builder_version=\"3.0.72\" collapsed=\"off\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Wood Text\" background_layout=\"dark\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Learning About Wood Species</h2>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" custom_margin=\"||20px|\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Oak Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Oak.jpg\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_button admin_label=\"Oak Button\" button_url=\"/wood-color/oak/\" button_text=\"MORE ABOUT OAK\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][et_pb_text admin_label=\"Oak Text\" background_layout=\"dark\" _builder_version=\"3.0.72\" text_font_size=\"18px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p>Oak, the mainstay of the cabinet and furniture industry, offers depth in color from pink to white and light brown.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Maple Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Maple.jpg\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_button admin_label=\"Maple Button\" button_url=\"/wood-color/maple/\" button_text=\"MORE ABOUT MAPLE\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][et_pb_text admin_label=\"Maple Text\" background_layout=\"dark\" _builder_version=\"3.0.72\" text_font_size=\"18px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p>Predominately off-white in color, maple is a smooth, closed-grain wood that may contain shades of brown and pink.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Hickory Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Hickory-Type.jpg\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_button admin_label=\"Hickory Button\" button_url=\"/wood-color/hickory/\" button_text=\"MORE ABOUT HICKORY\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][et_pb_text admin_label=\"Hickory Text\" background_layout=\"dark\" _builder_version=\"3.0.72\" text_font_size=\"18px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p>Hickory is a very “wild” wood, known for its wide spectrum of color that can range from white to dark brown and can also feature wormholes and black knots.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" custom_margin=\"||20px|\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Cherry Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Cherry-Type.jpg\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_button admin_label=\"Cherry Button\" button_url=\"/wood-color/cherry/\" button_text=\"MORE ABOUT CHERRY\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][et_pb_text admin_label=\"Cherry Text\" background_layout=\"dark\" _builder_version=\"3.0.72\" text_font_size=\"18px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p>Cherry is a multi-colored wood characterized by shades of red, white and brown.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Knotty Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Knotty-Type.jpg\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_button admin_label=\"Knotty Button\" button_url=\"/wood-color/knotty/\" button_text=\"MORE ABOUT KNOTTY\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][et_pb_text admin_label=\"Knotty Text\" background_layout=\"dark\" _builder_version=\"3.0.72\" text_font_size=\"18px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p>At Pioneer we love the look of real wood with all its natural properties.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Painted Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Painted-Type.jpg\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_button admin_label=\"Painted Button\" button_url=\"/wood-color/painted/\" button_text=\"MORE ABOUT PAINTED\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][et_pb_text admin_label=\"Painted Text\" background_layout=\"dark\" _builder_version=\"3.0.72\" text_font_size=\"18px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p>Tinted varnishes, which give cabinets a \"painted look,\" are one of today’s hottest trends in cabinetry.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" custom_margin=\"||20px|\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Thermofoil Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Thermofoil-Type.jpg\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_button admin_label=\"Thermofoil Button\" button_url=\"/wood-color/thermofoil/\" button_text=\"MORE ABOUT THERMOFOIL\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][et_pb_text admin_label=\"Thermofoil Text\" background_layout=\"dark\" _builder_version=\"3.0.72\" text_font_size=\"18px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p>White, Snow and Ivory thermofoil door cabinets offer an alternative to the typical wood/stained cabinet.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"21px|0px|31px|0px\" module_id=\"doors\" _builder_version=\"3.0.72\" custom_css_main_element=\"border-top:1px solid #444444;\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Door Text\" background_layout=\"dark\" _builder_version=\"3.0.72\" text_font_size=\"18px\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|80px||\"]

<h2>Pioneer Cabinetry comes in a <br>variety of door styles.</h2><h4>Which door style would you prefer?</h4><p>The photos below are just an example of the vast array of door styles offered by Pioneer. Each door style is available in a wide variety of wood species and color combinations. Please visit our Door Style page to discover more options.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Door Button\" button_url=\"/door-styles/\" button_text=\"SEE MORE DOORS\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_gallery admin_label=\"Door Gallery\" gallery_ids=\"541,542,536,537\" posts_number=\"4\" orientation=\"portrait\" show_pagination=\"off\" background_layout=\"dark\" module_class=\"fullGallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"21px|0px|31px|0px\" module_id=\"overlays\" _builder_version=\"3.0.72\" custom_css_main_element=\"border-top:1px solid #444444;\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Overlays Text\" background_layout=\"dark\" _builder_version=\"3.0.72\" text_font_size=\"18px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||20px|\"]

<h2>Overlay & Hinging</h2><p>Overlays affect how much of the cabinet frame shows, and can dramatically change the appearance of your cabinets. From a traditional look to a more contemporary style, choosing the correct overlay starts below.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Overlays Button\" button_url=\"/overlays-hinging/\" button_text=\"READ MORE ...\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Semi Concealed Hinge Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/SemiConcealedKnife.png\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_text admin_label=\"Semi-Concealed Text\" background_layout=\"dark\" text_orientation=\"center\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>1/2\" Overlay Semi-Concealed Knife Hinge</strong></p><p style=\"text-align: center;\">Allows the cabinet frame to be exposed between doors or drawers for a traditional look.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Half Concealed Cup Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HalfConcealedCup.png\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_text admin_label=\"Concealed Cup Text\" background_layout=\"dark\" text_orientation=\"center\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>1/2\" Overlay Concealed Cup Hinge</strong></p><p style=\"text-align: center;\">Allows the cabinet frame to be exposed between doors or drawers for a traditional look.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Full Concealed Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/FullConcealedCup.png\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_text admin_label=\"Full Concealed Cup Text\" background_layout=\"dark\" text_orientation=\"center\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>Full Overlay Concealed Cup Hinge</strong></p><p style=\"text-align: center;\">Concealed hinges are hidden from view with this design, very little of the cabinet frame shows around each door panel or drawer front creating a seamless, modern appearance.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Designer Concealed Cup Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/DesignerConcealedCup.png\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_text admin_label=\"Designer Concealed Cup Text\" background_layout=\"dark\" text_orientation=\"center\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>Designer Overlay Concealed Cup Hinge</strong></p><p style=\"text-align: center;\">Concealed hinges are hidden from view and allow you to see only the surface of your cabinet door. The Designer Overlay design creates a very clean design look.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"21px|0px|31px|0px\" padding_mobile=\"off\" module_id=\"panels\" _builder_version=\"3.0.72\" custom_css_main_element=\"border-top:1px solid #444444;\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Panels Text\" background_layout=\"dark\" _builder_version=\"3.0.72\" text_font_size=\"18px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||20px|\"]

<h2>Door panels are the most visible part of your cabinetry and define your style.</h2><p>Pioneer offers many unique choices including flat, beaded, raised, detailed and solid.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" parallax_method_4=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Flat Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Flat.png\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_text admin_label=\"Flat Text\" background_layout=\"dark\" text_orientation=\"center\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>Flat - F / Solid - S</strong></p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Beaded Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Beaded.png\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_text admin_label=\"Beaded Text\" background_layout=\"dark\" text_orientation=\"center\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>Beaded - B</strong></p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Raised Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Raised.png\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_text admin_label=\"Raised Text\" background_layout=\"dark\" text_orientation=\"center\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>Raised - R</strong></p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Detailed Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Detailed.png\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_text admin_label=\"Detailed Text\" background_layout=\"dark\" text_orientation=\"center\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>Detailed - D</strong></p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"21px|0px|31px|0px\" padding_mobile=\"off\" module_id=\"edges\" _builder_version=\"3.0.72\" custom_css_main_element=\"border-top:1px solid #444444;\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Edges Text\" background_layout=\"dark\" _builder_version=\"3.0.72\" text_font_size=\"18px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||20px|\"]

<h2>The edges of the cabinet door panels can enhance <br>your style and provide easy access to the interior.</h2><p>Pioneer offers 7 different outside door edge profiles for all \'non-mitered\' door styles, they are as follows:</p>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" parallax_method_4=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"F Edge Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-F.png\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"G Edge Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-G.png\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"K Edge Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-K.png\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"M Edge Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-M.png\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"R Edge Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-R.png\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"E Edge Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-E.png\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"S Edge Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-S.png\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][/et_pb_column][et_pb_column type=\"1_4\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"21px|0px|31px|0px\" padding_mobile=\"off\" module_id=\"options\" _builder_version=\"3.0.72\" custom_css_main_element=\"border-top:1px solid #444444;\"][et_pb_row custom_padding=\"||20px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Options Text\" background_layout=\"dark\" _builder_version=\"3.0.72\" text_font_size=\"18px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Each option below turns a standard cabinet into your personalized cabinetry.</h2><p>Combinations of these options can help set your Pioneer cabinetry apart from the rest.</p>

[/et_pb_text][et_pb_divider color=\"rgba(0,0,0,0.46)\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" _builder_version=\"3.0.47\" /][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||20px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Drawer Heads Text\" background_layout=\"dark\" _builder_version=\"3.0.72\" text_font_size=\"18px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||20px|\"]

<h2>Drawer Head Styles</h2><p>Pioneer offers 8 different drawer heads for the \'standard\' door styles, examples are below.</p>

[/et_pb_text][et_pb_gallery admin_label=\"DrawerHead Gallery\" gallery_ids=\"554,553,552,551,550,555,549,548\" posts_number=\"8\" show_title_and_caption=\"off\" show_pagination=\"off\" _builder_version=\"3.0.72\" global_module=\"580\" saved_tabs=\"all\" /][et_pb_divider color=\"rgba(0,0,0,0.46)\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" _builder_version=\"3.0.47\" /][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||20px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Glazing Text\" background_layout=\"dark\" _builder_version=\"3.0.72\" text_font_size=\"18px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Glazing Styles</h2><p>The \"Olde World\" look of glazing cabinetry is a great way to give your home a unique and classic look. A glazed finish is achieved by applying the glaze over the entire surface of all finished parts, then wiping the glaze off by hand. The result is stunning, as the glaze will \"hang-up\" unevenly in corners, profiled edges and end grain of each glazed component. It is recommended that the homeowners view an actual door sample or display before selecting a glazed finish, as color variations will occur between individual cabinet components.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_gallery admin_label=\"Glazes Gallery\" gallery_ids=\"557,558,559,560,561\" posts_number=\"12\" show_pagination=\"off\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;\" custom_css_gallery_item_caption=\"text-align:center;\" global_module=\"581\" saved_tabs=\"all\" /][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||20px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_divider color=\"rgba(0,0,0,0.46)\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" _builder_version=\"3.0.47\" /][et_pb_text admin_label=\"Finishing Text\" background_layout=\"dark\" _builder_version=\"3.0.72\" text_font_size=\"18px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Finishing Techniques</h2><p>Create beauty and character with any of our custom finish techniques. Available in most standard Pioneer paints/tinted varnishes, stains and glazes. Since no two manufacturers are alike, it is recommended that homeowners view an actual door sample or display before finalizing any cabinet color/finishing technique selection.</p>

[/et_pb_text][et_pb_gallery admin_label=\"Finishing Gallery\" gallery_ids=\"562,563,564,565\" posts_number=\"4\" orientation=\"portrait\" show_pagination=\"off\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;font-size:1em !important;\" custom_css_gallery_item_caption=\"text-align:center;\" global_module=\"582\" saved_tabs=\"all\" module_class=\"fullGallery\" /][et_pb_divider color=\"rgba(0,0,0,0.46)\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" _builder_version=\"3.0.47\" /][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||20px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Knotty Text\" background_layout=\"dark\" _builder_version=\"3.0.72\" text_font_size=\"18px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Knotty</h2><h4>At Pioneer we love the look of real wood with all its natural properties.</h4><p>For those of you who also like the rustic look, this option might be for you. Pioneer, for our standard cabinetry, cuts around these natural knots. In our knotty option, we leave them in and sort through them to give you a natural looking option.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Knotty Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/kitchenKnotty-1.jpg\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Plywood Construction Text\" background_layout=\"dark\" _builder_version=\"3.0.72\" text_font_size=\"18px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Plywood Construction</h2><p>All the flexibility you’ve come to expect from Pioneer with the added feature of plywood construction. If you choose this option, then you will receive full ½” plywood box construction. Pioneer uses only the best domestic plywood, no Chinese imports! Our sanded and calibrated plywood core provides the greatest opportunity for a smooth and consistent finished product.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row global_parent=\"93\" background_color_1=\"#000000\" background_color_2=\"#000000\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" _builder_version=\"3.0.72\" make_equal=\"on\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" global_parent=\"93\" title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

</p>
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
<p>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" global_parent=\"93\" title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

</p>
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
<p>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Find You Style","","publish","closed","closed","","find-you-style","","","2017-09-12 14:12:43","2017-09-12 18:12:43","","0","http://www.pioneercabinetry.co/?page_id=241","0","page","","0");
INSERT INTO `pcab_posts` VALUES("242","1","2017-09-10 14:50:28","2017-09-10 18:50:28","[et_pb_section bb_built=\"1\"][et_pb_row][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row global_parent=\"93\" background_color_1=\"#000000\" background_color_2=\"#000000\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" _builder_version=\"3.0.72\" make_equal=\"on\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" global_parent=\"93\" title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" global_parent=\"93\" title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Find You Style","","inherit","closed","closed","","241-revision-v1","","","2017-09-10 14:50:28","2017-09-10 18:50:28","","241","http://www.pioneercabinetry.co/uncategorized/241-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("243","1","2017-09-10 14:54:35","2017-09-10 18:54:35","[et_pb_section fb_built=\"1\" background_color=\"#ffffff\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" admin_label=\"section\" _builder_version=\"3.0.47\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HD-Generic1.jpg\" align=\"center\" _builder_version=\"3.0.47\" custom_css_main_element=\"width:100%;\" animation=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Quality Headline\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px||0px|\"]

<h1><span class=\"s1\">How can we help?</span></h1>

[/et_pb_text][et_pb_text admin_label=\"Quality Text\" _builder_version=\"3.0.72\" text_font_size=\"16px\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\" background_layout=\"dark\"]<strong><span>We put together some important information below to help you with any questions you may have. If you don\'t find your answer below, feel free to contact us.</span></strong>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_button button_url=\"/wp/quality-care/care-support/\" button_text=\"Care & Support\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Care Button\" _builder_version=\"3.0.47\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_button button_url=\"http://pioneercabinetry.net/wp/quality-care/faq/\" button_text=\"FAQ\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"FAQ Button\" _builder_version=\"3.0.47\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_button button_url=\"http://pioneercabinetry.net/wp/quality-care/hardware-adjustments/\" button_text=\"Hardware Adjustments\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Hardware Button\" _builder_version=\"3.0.47\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_button button_url=\"http://pioneercabinetry.net/wp/quality-care/warranty/\" button_text=\"Warranty\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Warranty Button\" _builder_version=\"3.0.47\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Quality Care","","publish","closed","closed","","quality-care","","","2017-09-11 15:03:11","2017-09-11 19:03:11","","0","http://www.pioneercabinetry.co/?page_id=243","0","page","","0");
INSERT INTO `pcab_posts` VALUES("824","1","2017-09-11 15:02:51","2017-09-11 19:02:51","[et_pb_section fb_built=\"1\" background_color=\"#ffffff\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" admin_label=\"section\" _builder_version=\"3.0.47\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HD-Generic1.jpg\" align=\"center\" _builder_version=\"3.0.47\" custom_css_main_element=\"width:100%;\" animation=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Quality Headline\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px||0px|\"]

<h1><span class=\"s1\">How can we help?</span></h1>

[/et_pb_text][et_pb_text admin_label=\"Quality Text\" _builder_version=\"3.0.72\" text_font_size=\"16px\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\" background_layout=\"dark\"]<strong><span>We put together some important information below to help you with any questions you may have. If you don\'t find your answer below, feel free to contact us.</span></strong>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_button button_url=\"/wp/quality-care/care-support/\" button_text=\"Care & Support\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Care Button\" _builder_version=\"3.0.47\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_button button_url=\"http://pioneercabinetry.net/wp/quality-care/faq/\" button_text=\"FAQ\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"FAQ Button\" _builder_version=\"3.0.47\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_button button_url=\"http://pioneercabinetry.net/wp/quality-care/hardware-adjustments/\" button_text=\"Hardware Adjustments\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Hardware Button\" _builder_version=\"3.0.47\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_button button_url=\"http://pioneercabinetry.net/wp/quality-care/warranty/\" button_text=\"Warranty\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Warranty Button\" _builder_version=\"3.0.47\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Quality Care","","inherit","closed","closed","","243-revision-v1","","","2017-09-11 15:02:51","2017-09-11 19:02:51","","243","http://www.pioneercabinetry.co/uncategorized/243-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("244","1","2017-09-10 14:54:19","2017-09-10 18:54:19","[et_pb_section admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#ffffff\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HD-Generic1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_main_element=\"width:100%;\"]



[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Quality Headline\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"15px||30px|\"]

<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">How can we help?</span></h1>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Quality Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\" text_line_height=\"1.8em\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\"]

<p class=\"kicker\" style=\"text-align: center\"><strong><span class=\"s1\">We put together some important information below to help you with any questions you may have. If you don\'t find your answer below, feel free to contact us.</span></strong></p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Care Button\" button_url=\"/wp/quality-care/care-support/\" url_new_window=\"off\" button_text=\"Care &amp; Support\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" button_bg_color=\"#e09900\"]



[/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"FAQ Button\" button_url=\"http://pioneercabinetry.net/wp/quality-care/faq/\" url_new_window=\"off\" button_text=\"FAQ\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" button_bg_color=\"#e09900\"]



[/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Hardware Button\" button_url=\"http://pioneercabinetry.net/wp/quality-care/hardware-adjustments/\" url_new_window=\"off\" button_text=\"Hardware Adjustments\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" button_bg_color=\"#e09900\"]



[/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Warranty Button\" button_url=\"http://pioneercabinetry.net/wp/quality-care/warranty/\" url_new_window=\"off\" button_text=\"Warranty\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" button_bg_color=\"#e09900\"]



[/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" global_module=\"587\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"on\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" custom_padding=\"10px||25px|\"][et_pb_row global_parent=\"587\" admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"||0px|\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_color_1=\"#000000\" padding_top_1=\"10px\" padding_right_1=\"10px\" padding_bottom_1=\"30px\" padding_left_1=\"10px\" background_color_2=\"#000000\" padding_top_2=\"10px\" padding_right_2=\"10px\" padding_bottom_2=\"30px\" padding_left_2=\"10px\"][et_pb_column type=\"1_2\"][et_pb_cta global_parent=\"587\" admin_label=\"Warranty CTA\" title=\"Warranty\" button_url=\"http://pioneercabinetry.net/wp/quality-care/warranty/\" url_new_window=\"off\" button_text=\"READ MORE\" use_background_color=\"off\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" button_bg_color=\"#e09900\" button_border_width=\"1\" body_font_size=\"16\"]

<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">We stand behind our craftsmanship.</span></p>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta global_parent=\"587\" admin_label=\"Dealer CTA\" title=\"Dealer Locator\" button_url=\"http://pioneercabinetry.net/wp/find-a-dealer/\" url_new_window=\"off\" button_text=\"FIND A DEALER\" use_background_color=\"off\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" button_bg_color=\"#e09900\" button_border_width=\"1\" body_font_size=\"16\"]

<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Quality Care","","inherit","closed","closed","","243-revision-v1","","","2017-09-10 14:54:19","2017-09-10 18:54:19","","243","http://www.pioneercabinetry.co/uncategorized/243-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("245","1","2017-09-10 14:54:35","2017-09-10 18:54:35","[et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#ffffff\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HD-Generic1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_main_element=\"width:100%;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Quality Headline\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"15px||30px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">How can we help?</span></h1>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Quality Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\" text_line_height=\"1.8em\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<p class=\"kicker\" style=\"text-align: center\"><strong><span class=\"s1\">We put together some important information below to help you with any questions you may have. If you don\'t find your answer below, feel free to contact us.</span></strong></p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Care Button\" button_url=\"/wp/quality-care/care-support/\" url_new_window=\"off\" button_text=\"Care &amp; Support\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" button_bg_color=\"#e09900\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"FAQ Button\" button_url=\"http://pioneercabinetry.net/wp/quality-care/faq/\" url_new_window=\"off\" button_text=\"FAQ\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" button_bg_color=\"#e09900\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Hardware Button\" button_url=\"http://pioneercabinetry.net/wp/quality-care/hardware-adjustments/\" url_new_window=\"off\" button_text=\"Hardware Adjustments\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" button_bg_color=\"#e09900\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Warranty Button\" button_url=\"http://pioneercabinetry.net/wp/quality-care/warranty/\" url_new_window=\"off\" button_text=\"Warranty\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" button_bg_color=\"#e09900\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row global_parent=\"93\" background_color_1=\"#000000\" background_color_2=\"#000000\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" _builder_version=\"3.0.72\" make_equal=\"on\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" global_parent=\"93\" title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" global_parent=\"93\" title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Quality Care","","inherit","closed","closed","","243-revision-v1","","","2017-09-10 14:54:35","2017-09-10 18:54:35","","243","http://www.pioneercabinetry.co/uncategorized/243-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("246","1","2017-09-10 14:57:58","2017-09-10 18:57:58","[et_pb_section fb_built=\"1\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" admin_label=\"section\" _builder_version=\"3.0.47\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Generic1.jpg\" align=\"center\" admin_label=\"Generic Header Image\" _builder_version=\"3.0.47\" custom_margin=\"15px||5px|\" animation=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Hardware Headline\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px||0px|\"]

<h1><span class=\"s1\">Hardware Adjustments</span></h1>

[/et_pb_text][et_pb_text admin_label=\"Download Text\" _builder_version=\"3.0.72\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\" background_layout=\"dark\"]<strong><span class=\"s1\">Sometimes your cabinets or drawers may need a little adjusting.</span></strong>
<span class=\"s1\">Click on the buttons below to view the PDF.</span>
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#dddddd\" inner_shadow=\"on\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Adjusting-CupHinge.png\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Hinge Adjustment Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h3>Hinge Adjustment</h3>
<p>How to adjust your cup hinges? Use this PDF to make any necessary adjustments.</p>
[/et_pb_text][et_pb_button button_url=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Adjusting-CupHinge.pdf\" url_new_window=\"on\" button_text=\"Download PDF\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Hinge Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Adjusting-Slides.png\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Slide Adjustment Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h3>Slide Adjustment</h3>
<p>Do you need to adjust your drawer slides? This PDF will show you how easy it is.</p>
[/et_pb_text][et_pb_button button_url=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Adjusting-Slides.pdf\" url_new_window=\"on\" button_text=\"Download PDF\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Slide Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Hardware Adjustments","","publish","closed","closed","","hardware-adjustments","","","2017-09-11 14:58:35","2017-09-11 18:58:35","","243","http://www.pioneercabinetry.co/?page_id=246","0","page","","0");
INSERT INTO `pcab_posts` VALUES("247","1","2017-09-10 14:57:35","2017-09-10 18:57:35","","Header-Generic1","","inherit","closed","closed","","header-generic1","","","2017-09-10 14:57:35","2017-09-10 18:57:35","","0","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Generic1.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("248","1","2017-09-10 14:57:35","2017-09-10 18:57:35","","Adjusting-CupHinge","","inherit","closed","closed","","adjusting-cuphinge","","","2017-09-10 14:57:35","2017-09-10 18:57:35","","0","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Adjusting-CupHinge.png","0","attachment","image/png","0");
INSERT INTO `pcab_posts` VALUES("249","1","2017-09-10 14:57:37","2017-09-10 18:57:37","","Adjusting-Slides","","inherit","closed","closed","","adjusting-slides","","","2017-09-10 14:57:37","2017-09-10 18:57:37","","0","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Adjusting-Slides.png","0","attachment","image/png","0");
INSERT INTO `pcab_posts` VALUES("250","1","2017-09-10 14:57:44","2017-09-10 18:57:44","[et_pb_section admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Generic Header Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Generic1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"15px||5px|\"]



[/et_pb_image][et_pb_text admin_label=\"Hardware Headline\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"15px||30px|\"]

<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Hardware Adjustments</span></h1>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Download Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\" text_line_height=\"1.8em\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\"]

<p class=\"kicker\" style=\"text-align: center\"><strong><span class=\"s1\">Sometimes your cabinets or drawers may need a little adjusting.</span></strong></p>
<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Click on the buttons below to view the PDF.</span></p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#dddddd\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Adjusting-CupHinge.png\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]



[/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Hinge Adjustment Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<h3>Hinge Adjustment</h3>
<p>How to adjust your cup hinges? Use this PDF to make any necessary adjustments.</p>

[/et_pb_text][et_pb_button admin_label=\"Hinge Button\" button_url=\"http://pioneercabinetry.net/wp/wp-content/uploads/2016/06/Adjusting-CupHinge.pdf\" url_new_window=\"on\" button_text=\"Download PDF\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#e09900\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]



[/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Adjusting-Slides.png\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]



[/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Slide Adjustment Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<h3>Slide Adjustment</h3>
<p>Do you need to adjust your drawer slides? This PDF will show you how easy it is.</p>

[/et_pb_text][et_pb_button admin_label=\"Slide Button\" button_url=\"http://pioneercabinetry.net/wp/wp-content/uploads/2016/06/Adjusting-Slides.pdf\" url_new_window=\"on\" button_text=\"Download PDF\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#e09900\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]



[/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" global_module=\"587\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"on\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" custom_padding=\"10px||25px|\"][et_pb_row global_parent=\"587\" admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"||0px|\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_color_1=\"#000000\" padding_top_1=\"10px\" padding_right_1=\"10px\" padding_bottom_1=\"30px\" padding_left_1=\"10px\" background_color_2=\"#000000\" padding_top_2=\"10px\" padding_right_2=\"10px\" padding_bottom_2=\"30px\" padding_left_2=\"10px\"][et_pb_column type=\"1_2\"][et_pb_cta global_parent=\"587\" admin_label=\"Warranty CTA\" title=\"Warranty\" button_url=\"http://pioneercabinetry.net/wp/quality-care/warranty/\" url_new_window=\"off\" button_text=\"READ MORE\" use_background_color=\"off\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" button_bg_color=\"#e09900\" button_border_width=\"1\" body_font_size=\"16\"]

<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">We stand behind our craftsmanship.</span></p>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta global_parent=\"587\" admin_label=\"Dealer CTA\" title=\"Dealer Locator\" button_url=\"http://pioneercabinetry.net/wp/find-a-dealer/\" url_new_window=\"off\" button_text=\"FIND A DEALER\" use_background_color=\"off\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" button_bg_color=\"#e09900\" button_border_width=\"1\" body_font_size=\"16\"]

<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Hardware Adjustments","","inherit","closed","closed","","246-revision-v1","","","2017-09-10 14:57:44","2017-09-10 18:57:44","","246","http://www.pioneercabinetry.co/uncategorized/246-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("820","1","2017-09-11 14:58:35","2017-09-11 18:58:35","[et_pb_section fb_built=\"1\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" admin_label=\"section\" _builder_version=\"3.0.47\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Generic1.jpg\" align=\"center\" admin_label=\"Generic Header Image\" _builder_version=\"3.0.47\" custom_margin=\"15px||5px|\" animation=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Hardware Headline\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px||0px|\"]

<h1><span class=\"s1\">Hardware Adjustments</span></h1>

[/et_pb_text][et_pb_text admin_label=\"Download Text\" _builder_version=\"3.0.72\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\" background_layout=\"dark\"]<strong><span class=\"s1\">Sometimes your cabinets or drawers may need a little adjusting.</span></strong>
<span class=\"s1\">Click on the buttons below to view the PDF.</span>
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#dddddd\" inner_shadow=\"on\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Adjusting-CupHinge.png\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Hinge Adjustment Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h3>Hinge Adjustment</h3>
<p>How to adjust your cup hinges? Use this PDF to make any necessary adjustments.</p>
[/et_pb_text][et_pb_button button_url=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Adjusting-CupHinge.pdf\" url_new_window=\"on\" button_text=\"Download PDF\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Hinge Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Adjusting-Slides.png\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Slide Adjustment Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h3>Slide Adjustment</h3>
<p>Do you need to adjust your drawer slides? This PDF will show you how easy it is.</p>
[/et_pb_text][et_pb_button button_url=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Adjusting-Slides.pdf\" url_new_window=\"on\" button_text=\"Download PDF\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Slide Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Hardware Adjustments","","inherit","closed","closed","","246-revision-v1","","","2017-09-11 14:58:35","2017-09-11 18:58:35","","246","http://www.pioneercabinetry.co/uncategorized/246-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("251","1","2017-09-10 14:57:58","2017-09-10 18:57:58","[et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Generic Header Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Generic1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"15px||5px|\" /][et_pb_text admin_label=\"Hardware Headline\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"15px||30px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Hardware Adjustments</span></h1>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Download Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\" text_line_height=\"1.8em\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<p class=\"kicker\" style=\"text-align: center\"><strong><span class=\"s1\">Sometimes your cabinets or drawers may need a little adjusting.</span></strong></p>
<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Click on the buttons below to view the PDF.</span></p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#dddddd\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_4\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Adjusting-CupHinge.png\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Hinge Adjustment Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h3>Hinge Adjustment</h3>
<p>How to adjust your cup hinges? Use this PDF to make any necessary adjustments.</p>

[/et_pb_text][et_pb_button admin_label=\"Hinge Button\" button_url=\"http://pioneercabinetry.net/wp/wp-content/uploads/2016/06/Adjusting-CupHinge.pdf\" url_new_window=\"on\" button_text=\"Download PDF\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#e09900\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Adjusting-Slides.png\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Slide Adjustment Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h3>Slide Adjustment</h3>
<p>Do you need to adjust your drawer slides? This PDF will show you how easy it is.</p>

[/et_pb_text][et_pb_button admin_label=\"Slide Button\" button_url=\"http://pioneercabinetry.net/wp/wp-content/uploads/2016/06/Adjusting-Slides.pdf\" url_new_window=\"on\" button_text=\"Download PDF\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#e09900\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row global_parent=\"93\" background_color_1=\"#000000\" background_color_2=\"#000000\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" _builder_version=\"3.0.72\" make_equal=\"on\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" global_parent=\"93\" title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" global_parent=\"93\" title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Hardware Adjustments","","inherit","closed","closed","","246-revision-v1","","","2017-09-10 14:57:58","2017-09-10 18:57:58","","246","http://www.pioneercabinetry.co/uncategorized/246-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("589","1","2017-09-11 11:01:05","2017-09-11 15:01:05","[et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Generic Header Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Generic1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"15px||5px|\" /][et_pb_text admin_label=\"Hardware Headline\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"15px||30px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Hardware Adjustments</span></h1>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Download Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\" text_line_height=\"1.8em\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<p class=\"kicker\" style=\"text-align: center\"><strong><span class=\"s1\">Sometimes your cabinets or drawers may need a little adjusting.</span></strong></p>
<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Click on the buttons below to view the PDF.</span></p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#dddddd\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_4\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Adjusting-CupHinge.png\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Hinge Adjustment Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h3>Hinge Adjustment</h3>
<p>How to adjust your cup hinges? Use this PDF to make any necessary adjustments.</p>

[/et_pb_text][et_pb_button admin_label=\"Hinge Button\" button_url=\"http://pioneercabinetry.net/wp/wp-content/uploads/2016/06/Adjusting-CupHinge.pdf\" url_new_window=\"on\" button_text=\"Download PDF\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#e09900\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Adjusting-Slides.png\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Slide Adjustment Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h3>Slide Adjustment</h3>
<p>Do you need to adjust your drawer slides? This PDF will show you how easy it is.</p>

[/et_pb_text][et_pb_button admin_label=\"Slide Button\" button_url=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Adjusting-Slides.pdf\" url_new_window=\"on\" button_text=\"Download PDF\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#e09900\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row global_parent=\"93\" background_color_1=\"#000000\" background_color_2=\"#000000\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" _builder_version=\"3.0.72\" make_equal=\"on\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" global_parent=\"93\" title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" global_parent=\"93\" title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Hardware Adjustments","","inherit","closed","closed","","246-revision-v1","","","2017-09-11 11:01:05","2017-09-11 15:01:05","","246","http://www.pioneercabinetry.co/uncategorized/246-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("252","1","2017-09-10 15:03:13","2017-09-10 19:03:13","[et_pb_section fb_built=\"1\" custom_padding=\"0px||0px|\" admin_label=\"section\" _builder_version=\"3.0.72\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" custom_padding_last_edited=\"on|phone\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Generic1.jpg\" align=\"center\" admin_label=\"Generic Header Image\" _builder_version=\"3.0.47\" custom_margin=\"15px||5px|\" animation=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"FAQ Headline\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\"]

<h1><span class=\"s1\">Frequently Asked Questions</span></h1>

[/et_pb_text][et_pb_text background_layout=\"dark\" admin_label=\"FAQ Text\" _builder_version=\"3.0.72\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\"]<strong>Here are some of the most commonly asked questions.</span></strong><br>
Click on the questions below to reveal the answer.
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#dddddd\" inner_shadow=\"on\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_accordion admin_label=\"FAQ Accordion\" _builder_version=\"3.0.47\" saved_tabs=\"all\"][et_pb_accordion_item title=\"Can I order a Pioneer Cabinetry price list?\" open=\"on\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p>Each Pioneer Cabinetry authorized dealer establishes their own pricing. Pricing will reflect shipping and handling costs to their specific area. Calculating a price for a cabinet is complex, depending on the size you need, as well as the storage and decorative options you select. Please consult one of our authorized dealers.</p>

[/et_pb_accordion_item][et_pb_accordion_item title=\"Can I purchase Pioneer cabinetry for every room in my house?\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" open=\"off\"]

<p><span class=\"sprocket-lists-item\"><span class=\"sprocket-padding\">Pioneer cabinetry is available for basically anywhere in your home where you want beautiful customized furniture – not just your kitchen. Check out our galleries to see where Pioneer Cabinetry cabinets are being installed. If you have an idea or need, please consult with one of our dealers. Visit our Dealer Locator page for more information.</span></span></p>

[/et_pb_accordion_item][et_pb_accordion_item title=\"Can I purchase Pioneer Cabinetry online or directly from the factory?\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" open=\"off\"]

<p><span class=\"sprocket-lists-item\"><span class=\"sprocket-padding\">Pioneer Cabinetry is available through more than <strong>110</strong> dealers. We do not sell cabinets directly from our factory or online. Our dealers will provide you their design expertise and the service you will need for your project. For the nearest Pioneer Cabinetry dealer please visit our Dealer Locator page and enter your zip code.</span></span></p>

[/et_pb_accordion_item][et_pb_accordion_item title=\"How do I clean and care for my new Pioneer cabinets? \" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" open=\"off\"]

<p><span class=\"sprocket-lists-item\"><span class=\"sprocket-padding\">Cleaning for your cabinets is a relatively easy process. For cleaning and maintenance tips, please visit our Quality Care & Support section and read the Cabinetry Care Guide.</span></span></p>

[/et_pb_accordion_item][et_pb_accordion_item title=\"What wood materials are available from Pioneer Cabinetry? \" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" open=\"off\"]

<p><span class=\"sprocket-lists-item\"><span class=\"sprocket-padding\">We offer many styles in oak, maple, hickory, cherry and painted. However, not every style is available in every wood type. Please browse the Learn About Cabinetry section, or request for us to send you a catalog brochure.</span></span></p>

[/et_pb_accordion_item][et_pb_accordion_item title=\"Where are Pioneer products assembled? \" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" open=\"off\"]

<p><span class=\"sprocket-lists-item\"><span class=\"sprocket-padding\">All our cabinets are assembled and inspected here in the United States in our facilities in Michigan.</span></span></p>

[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","FAQ","","publish","closed","closed","","faq","","","2017-09-11 14:51:19","2017-09-11 18:51:19","","243","http://www.pioneercabinetry.co/?page_id=252","0","page","","0");
INSERT INTO `pcab_posts` VALUES("253","1","2017-09-10 15:02:24","2017-09-10 19:02:24","[et_pb_section admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Generic Header Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Generic1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"15px||5px|\"]



[/et_pb_image][et_pb_text admin_label=\"FAQ Headline\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"15px||30px|\"]

<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Frequently Asked Questions</span></h1>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"FAQ Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\" text_line_height=\"1.8em\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\"]

<p class=\"kicker\" style=\"text-align: center\"><strong>Here are some of the most commonly asked questions.</span></strong></p>
<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Click on the questions below to reveal the answer.</span></p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#dddddd\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_accordion admin_label=\"FAQ Accordion\" global_module=\"698\" saved_tabs=\"all\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

[et_pb_accordion_item title=\"Can I order a Pioneer Cabinetry price list?\"]

<p>Each Pioneer Cabinetry authorized dealer establishes their own pricing. Pricing will reflect shipping and handling costs to their specific area. Calculating a price for a cabinet is complex, depending on the size you need, as well as the storage and decorative options you select. Please consult one of our authorized dealers.</p>

[/et_pb_accordion_item][et_pb_accordion_item title=\"Can I purchase Pioneer cabinetry for every room in my house?\"]

<p><span class=\"sprocket-lists-item\"><span class=\"sprocket-padding\">Pioneer cabinetry is available for basically anywhere in your home where you want beautiful customized furniture – not just your kitchen. Check out our galleries to see where Pioneer Cabinetry cabinets are being installed. If you have an idea or need, please consult with one of our dealers. Visit our Dealer Locator page for more information.</span></span></p>

[/et_pb_accordion_item][et_pb_accordion_item title=\"Can I purchase Pioneer Cabinetry online or directly from the factory?\"]

<p><span class=\"sprocket-lists-item\"><span class=\"sprocket-padding\">Pioneer Cabinetry is available through more than <strong>110</strong> dealers. We do not sell cabinets directly from our factory or online. Our dealers will provide you their design expertise and the service you will need for your project. For the nearest Pioneer Cabinetry dealer please visit our Dealer Locator page and enter your zip code.</span></span></p>

[/et_pb_accordion_item][et_pb_accordion_item title=\"How do I clean and care for my new Pioneer cabinets? \"]

<p><span class=\"sprocket-lists-item\"><span class=\"sprocket-padding\">Cleaning for your cabinets is a relatively easy process. For cleaning and maintenance tips, please visit our Quality Care &amp; Support section and read the Cabinetry Care Guide.</span></span></p>

[/et_pb_accordion_item][et_pb_accordion_item title=\"What wood materials are available from Pioneer Cabinetry? \"]

<p><span class=\"sprocket-lists-item\"><span class=\"sprocket-padding\">We offer many styles in oak, maple, hickory, cherry and painted. However, not every style is available in every wood type. Please browse the Learn About Cabinetry section, or&nbsp;request&nbsp;for us to send you a catalog brochure.</span></span></p>

[/et_pb_accordion_item][et_pb_accordion_item title=\"Where are Pioneer products assembled? \"]

<p><span class=\"sprocket-lists-item\"><span class=\"sprocket-padding\">All our cabinets are assembled and inspected here in the United States in our facilities in Michigan.</span></span></p>

[/et_pb_accordion_item]

[/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" global_module=\"587\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"on\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" custom_padding=\"10px||25px|\"][et_pb_row global_parent=\"587\" admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"||0px|\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_color_1=\"#000000\" padding_top_1=\"10px\" padding_right_1=\"10px\" padding_bottom_1=\"30px\" padding_left_1=\"10px\" background_color_2=\"#000000\" padding_top_2=\"10px\" padding_right_2=\"10px\" padding_bottom_2=\"30px\" padding_left_2=\"10px\"][et_pb_column type=\"1_2\"][et_pb_cta global_parent=\"587\" admin_label=\"Warranty CTA\" title=\"Warranty\" button_url=\"http://pioneercabinetry.net/wp/quality-care/warranty/\" url_new_window=\"off\" button_text=\"READ MORE\" use_background_color=\"off\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" button_bg_color=\"#e09900\" button_border_width=\"1\" body_font_size=\"16\"]

<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">We stand behind our craftsmanship.</span></p>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta global_parent=\"587\" admin_label=\"Dealer CTA\" title=\"Dealer Locator\" button_url=\"http://pioneercabinetry.net/wp/find-a-dealer/\" url_new_window=\"off\" button_text=\"FIND A DEALER\" use_background_color=\"off\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" button_bg_color=\"#e09900\" button_border_width=\"1\" body_font_size=\"16\"]

<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","FAQ","","inherit","closed","closed","","252-revision-v1","","","2017-09-10 15:02:24","2017-09-10 19:02:24","","252","http://www.pioneercabinetry.co/uncategorized/252-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("254","1","2017-09-10 15:03:13","2017-09-10 19:03:13","[et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Generic Header Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Generic1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"15px||5px|\" /][et_pb_text admin_label=\"FAQ Headline\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"15px||30px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Frequently Asked Questions</span></h1>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"FAQ Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\" text_line_height=\"1.8em\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<p class=\"kicker\" style=\"text-align: center\"><strong>Here are some of the most commonly asked questions.</span></strong></p>
<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Click on the questions below to reveal the answer.</span></p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#dddddd\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_accordion admin_label=\"FAQ Accordion\" global_module=\"698\" saved_tabs=\"all\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

[et_pb_accordion_item title=\"Can I order a Pioneer Cabinetry price list?\"]

<p>Each Pioneer Cabinetry authorized dealer establishes their own pricing. Pricing will reflect shipping and handling costs to their specific area. Calculating a price for a cabinet is complex, depending on the size you need, as well as the storage and decorative options you select. Please consult one of our authorized dealers.</p>

[/et_pb_accordion_item][et_pb_accordion_item title=\"Can I purchase Pioneer cabinetry for every room in my house?\"]

<p><span class=\"sprocket-lists-item\"><span class=\"sprocket-padding\">Pioneer cabinetry is available for basically anywhere in your home where you want beautiful customized furniture – not just your kitchen. Check out our galleries to see where Pioneer Cabinetry cabinets are being installed. If you have an idea or need, please consult with one of our dealers. Visit our Dealer Locator page for more information.</span></span></p>

[/et_pb_accordion_item][et_pb_accordion_item title=\"Can I purchase Pioneer Cabinetry online or directly from the factory?\"]

<p><span class=\"sprocket-lists-item\"><span class=\"sprocket-padding\">Pioneer Cabinetry is available through more than <strong>110</strong> dealers. We do not sell cabinets directly from our factory or online. Our dealers will provide you their design expertise and the service you will need for your project. For the nearest Pioneer Cabinetry dealer please visit our Dealer Locator page and enter your zip code.</span></span></p>

[/et_pb_accordion_item][et_pb_accordion_item title=\"How do I clean and care for my new Pioneer cabinets? \"]

<p><span class=\"sprocket-lists-item\"><span class=\"sprocket-padding\">Cleaning for your cabinets is a relatively easy process. For cleaning and maintenance tips, please visit our Quality Care &amp; Support section and read the Cabinetry Care Guide.</span></span></p>

[/et_pb_accordion_item][et_pb_accordion_item title=\"What wood materials are available from Pioneer Cabinetry? \"]

<p><span class=\"sprocket-lists-item\"><span class=\"sprocket-padding\">We offer many styles in oak, maple, hickory, cherry and painted. However, not every style is available in every wood type. Please browse the Learn About Cabinetry section, or&nbsp;request&nbsp;for us to send you a catalog brochure.</span></span></p>

[/et_pb_accordion_item][et_pb_accordion_item title=\"Where are Pioneer products assembled? \"]

<p><span class=\"sprocket-lists-item\"><span class=\"sprocket-padding\">All our cabinets are assembled and inspected here in the United States in our facilities in Michigan.</span></span></p>

[/et_pb_accordion_item]

[/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row global_parent=\"93\" background_color_1=\"#000000\" background_color_2=\"#000000\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" _builder_version=\"3.0.72\" make_equal=\"on\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" global_parent=\"93\" title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" global_parent=\"93\" title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","FAQ","","inherit","closed","closed","","252-revision-v1","","","2017-09-10 15:03:13","2017-09-10 19:03:13","","252","http://www.pioneercabinetry.co/uncategorized/252-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("255","1","2017-09-10 15:04:52","2017-09-10 19:04:52","[et_pb_section fb_built=\"1\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" admin_label=\"section\" _builder_version=\"3.0.47\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Generic1.jpg\" align=\"center\" admin_label=\"Generic Header Image\" _builder_version=\"3.0.47\" custom_margin=\"15px||5px|\" animation=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Warranty Text\" _builder_version=\"3.0.72\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\"]<h1>Warranty</h1>
<strong>Pioneer Cabinetry, Inc. warrants its cabinetry to be free from defects in materials or workmanship for up to five years, to the original purchaser.</strong>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#ffffff\" inner_shadow=\"on\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.72\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Warranty Text\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_font_size=\"18px\" text_line_height=\"1.8em\"]<strong>A lifetime warranty is given on all drawer boxes, drawer glides and hinges.</strong><br>
This warranty does not apply to ordinary wear and tear to Pioneer products which have been altered, misused, abused, improperly stored or installed.<br><br>
<p><strong>Wood Properties:</strong><br />
As the seasons change the humidity level in your home will rise and fall depending on the severity of the climate changes and the humidity level maintained in your home. Therefore, you should expect minor shrinking or swelling of the center panels as well as movement at the joints in all doors, drawer heads and face frame joints. With solid wood slab doors this would cause the overall door width to swell or shrink. This is an inherent property of wood and therefore any issues related to this will not cause items to be replaced under warranty. This condition is not in any way considered defective workmanship or defective material. It will not affect the stability of the cabinetry, doors or finish in general.</p>
<p><strong>Painted/Tinted Varnish:</strong><br />
The changing temperature and moisture level in your home will affect wood cabinets. You should anticipate shrinkage or expansion of the joints in all doors, drawer heads and face frames. Therefore, you should expect minor cracking of the painted finish in all doors, drawer heads and face frame joints. Minor cracks of this nature add to the character of an all wood painted cabinet, and therefore will not be replaced under warranty. This condition is not in any way considered defective workmanship or defective material. It will not affect the cabinetry, doors or finish in general.</p>
<p><strong>Glaze:</strong><br />
The process of glazing begins with the hand-application of stain/paint on all finished cabinet components. After curing, a glaze compound is applied. Because of the technique used in achieving this special finish, glaze build-up will occur around the door and drawer front edges, door panels and flat surfaces such as drawer heads and cabinet end panels. The build up of the glazing compound will vary from one piece to another and the variations may be dramatic. The broad variations inherent to glaze finishes are considered to be the beauty of this finish.</p>
<p>We call your attention to the characteristics of glazed finishes because the effect of the variation in an entire kitchen may be different from what you witness in viewing displays or a finish sample. These variations are common in glazed finishes and will not be reason for replacement.</p>
<p>To make a claim under this warranty, contact the authorized Pioneer dealer where you purchased the product.</p>
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" padding_mobile=\"off\" _builder_version=\"3.0.47\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" parallax=\"on\" parallax_method=\"off\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_cta title=\"Need some help deciding?\" button_url=\"/find-dealer/\" button_text=\"FIND A DEALER\" admin_label=\"Contact Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"||||\" header_font_size_tablet=\"26\" header_font_size_phone=\"26\" header_letter_spacing_tablet=\"0px\" header_letter_spacing_phone=\"0px\" header_line_height_tablet=\"1em\" header_line_height_phone=\"1em\" body_font=\"||||\" body_font_size=\"17\" body_font_size_tablet=\"17\" body_font_size_phone=\"17\" body_letter_spacing_tablet=\"0px\" body_letter_spacing_phone=\"0px\" body_line_height_tablet=\"1.7em\" body_line_height_phone=\"1.7em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"10px|0px|10px|0px\" custom_margin_tablet=\"10px|0px|10px|0px\" custom_margin_phone=\"10px|0px|10px|0px\" custom_padding=\"10px|20px|20px|20px\" custom_padding_tablet=\"10px|20px|20px|20px\" custom_padding_phone=\"10px|20px|20px|20px\" button_text_size_tablet=\"20\" button_text_size_phone=\"20\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"-webkit-border-radius: 20px;||border-radius: 20px;\" global_module=\"159\" saved_tabs=\"all\"]<h4>Locate the perfect dealer to help you get started in the right direction.</h4>
[/et_pb_cta][et_pb_text background_layout=\"dark\" text_orientation=\"center\" _builder_version=\"3.0.72\" text_font_size=\"18\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Pioneer Cabinetry, Inc  |  </span><span class=\"s1\">PO Box 280  |  </span><span class=\"s1\">301 W. Rising St. </span><span class=\"s1\">Davison, MI 48423  |  </span><span class=\"s1\">(810) 658-2075</span></p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]","Warranty","","publish","closed","closed","","warranty","","","2017-09-12 12:47:09","2017-09-12 16:47:09","","243","http://www.pioneercabinetry.co/?page_id=255","0","page","","0");
INSERT INTO `pcab_posts` VALUES("256","1","2017-09-10 15:04:31","2017-09-10 19:04:31","[et_pb_section admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Generic Header Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Generic1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"15px||5px|\"]



[/et_pb_image][et_pb_text admin_label=\"Warranty Headline\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"15px||30px|\"]

<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Warranty</span></h1>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Warranty Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\" text_line_height=\"1.8em\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\"]

<p class=\"kicker\" style=\"text-align: center\"><strong><span class=\"s1\">Pioneer Cabinetry, Inc. warrants its cabinetry to be free from defects in materials or workmanship for up to five years, to the original purchaser.</span></strong></p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#dddddd\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Warranty Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<strong>A lifetime warranty is given on all drawer boxes, drawer glides and hinges.</strong>

This warranty does not apply to ordinary wear and tear to Pioneer products which have been altered, misused, abused, improperly stored or installed.

<strong>Wood Properties:</strong>
As the seasons change the humidity level in your home will rise and fall depending on the severity of the climate changes and the humidity level maintained in your home. Therefore, you should expect minor shrinking or swelling of the center panels as well as movement at the joints in all doors, drawer heads and face frame joints. With solid wood slab doors this would cause the overall door width to swell or shrink. This is an inherent property of wood and therefore any issues related to this will not cause items to be replaced under warranty. This condition is not in any way considered defective workmanship or defective material. It will not affect the stability of the cabinetry, doors or finish in general.

<strong>Painted/Tinted Varnish:</strong>
The changing temperature and moisture level in your home will affect wood cabinets. You should anticipate shrinkage or expansion of the joints in all doors, drawer heads and face frames. Therefore, you should expect minor cracking of the painted finish in all doors, drawer heads and face frame joints. Minor cracks of this nature add to the character of an all wood painted cabinet, and therefore will not be replaced under warranty. This condition is not in any way considered defective workmanship or defective material. It will not affect the cabinetry, doors or finish in general.

<strong>Glaze:</strong>
The process of glazing begins with the hand-application of stain/paint on all finished cabinet components. After curing, a glaze compound is applied. Because of the technique used in achieving this special finish, glaze build-up will occur around the door and drawer front edges, door panels and flat surfaces such as drawer heads and cabinet end panels. The build up of the glazing compound will vary from one piece to another and the variations may be dramatic. The broad variations inherent to glaze finishes are considered to be the beauty of this finish.

We call your attention to the characteristics of glazed finishes because the effect of the variation in an entire kitchen may be different from what you witness in viewing displays or a finish sample. These variations are common in glazed finishes and will not be reason for replacement.

To make a claim under this warranty, contact the authorized Pioneer dealer where you purchased the product.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"on\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Dealer CTA\" global_parent=\"138\" title=\"Dealer Locator\" button_url=\"#\" url_new_window=\"off\" button_text=\"FIND A DEALER\" use_background_color=\"off\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" button_bg_color=\"#e09900\" button_border_width=\"1\" body_font_size=\"16\"]

<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>

[/et_pb_cta][et_pb_text admin_label=\"Text\" global_parent=\"138\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\"]

<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Pioneer Cabinetry, Inc  |  </span><span class=\"s1\">PO Box 280  |  </span><span class=\"s1\">301 W. Rising St. </span><span class=\"s1\">Davison, MI 48423  |  </span><span class=\"s1\">(810) 658-2075</span></p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]","Warranty","","inherit","closed","closed","","255-revision-v1","","","2017-09-10 15:04:31","2017-09-10 19:04:31","","255","http://www.pioneercabinetry.co/uncategorized/255-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("1033","1","2017-09-12 11:58:40","2017-09-12 15:58:40","[et_pb_cta title=\"Need some help deciding?\" button_url=\"/find-dealer/\" button_text=\"FIND A DEALER\" admin_label=\"Contact Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"||||\" header_font_size_tablet=\"26\" header_font_size_phone=\"26\" header_letter_spacing_tablet=\"0px\" header_letter_spacing_phone=\"0px\" header_line_height_tablet=\"1em\" header_line_height_phone=\"1em\" body_font=\"||||\" body_font_size=\"17\" body_font_size_tablet=\"17\" body_font_size_phone=\"17\" body_letter_spacing_tablet=\"0px\" body_letter_spacing_phone=\"0px\" body_line_height_tablet=\"1.7em\" body_line_height_phone=\"1.7em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"10px|0px|10px|0px\" custom_margin_tablet=\"10px|0px|10px|0px\" custom_margin_phone=\"10px|0px|10px|0px\" custom_padding=\"10px|20px|20px|20px\" custom_padding_tablet=\"10px|20px|20px|20px\" custom_padding_phone=\"10px|20px|20px|20px\" button_text_size_tablet=\"20\" button_text_size_phone=\"20\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"-webkit-border-radius: 20px;||border-radius: 20px;\" saved_tabs=\"all\" template_type=\"module\" url_new_window=\"off\" use_background_color=\"on\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\"]

<h4>Locate the perfect dealer to help you get started in the right direction.</h4>

[/et_pb_cta]","Contact Dealer CTA","","inherit","closed","closed","","159-revision-v1","","","2017-09-12 11:58:40","2017-09-12 15:58:40","","159","http://www.pioneercabinetry.co/uncategorized/159-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("257","1","2017-09-10 15:05:23","2017-09-10 19:05:23","[et_pb_cta admin_label=\"Contact Dealer CTA\" title=\"Need some help deciding?\" button_url=\"/find-dealer/\" url_new_window=\"off\" button_text=\"FIND A DEALER\" use_background_color=\"on\" background_layout=\"dark\" body_font_size=\"17\" border_style=\"solid\" custom_margin=\"10px|0px|10px|0px\" custom_padding=\"10px|20px|20px|20px\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"-webkit-border-radius: 20px;||border-radius: 20px;\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" background_color=\"#dd9933\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_image=\"\" parallax=\"off\" parallax_method=\"on\" background_blend=\"normal\" background_video_mp4=\"\" background_video_webm=\"\" background_video_width=\"\" background_video_height=\"\" allow_player_pause=\"off\" text_orientation=\"center\" header_font=\"||||\" header_font_size=\"26\" header_font_size_tablet=\"26\" header_font_size_phone=\"26\" header_font_size_last_edited=\"\" header_text_color=\"\" header_letter_spacing=\"0px\" header_letter_spacing_tablet=\"0px\" header_letter_spacing_phone=\"0px\" header_letter_spacing_last_edited=\"\" header_line_height=\"1em\" header_line_height_tablet=\"1em\" header_line_height_phone=\"1em\" header_line_height_last_edited=\"\" body_font=\"||||\" body_font_size_tablet=\"17\" body_font_size_phone=\"17\" body_font_size_last_edited=\"\" body_text_color=\"\" body_letter_spacing=\"0px\" body_letter_spacing_tablet=\"0px\" body_letter_spacing_phone=\"0px\" body_letter_spacing_last_edited=\"\" body_line_height=\"1.7em\" body_line_height_tablet=\"1.7em\" body_line_height_phone=\"1.7em\" body_line_height_last_edited=\"\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" max_width=\"\" max_width_tablet=\"\" max_width_phone=\"\" max_width_last_edited=\"\" custom_margin_tablet=\"10px|0px|10px|0px\" custom_margin_phone=\"10px|0px|10px|0px\" custom_margin_last_edited=\"\" custom_padding_tablet=\"10px|20px|20px|20px\" custom_padding_phone=\"10px|20px|20px|20px\" custom_padding_last_edited=\"\" button_text_size=\"20\" button_text_size_tablet=\"20\" button_text_size_phone=\"20\" button_text_size_last_edited=\"\" button_text_color=\"\" button_bg_color=\"\" button_border_width=\"2\" button_border_color=\"\" button_border_radius=\"3\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_last_edited=\"\" button_font=\"||||\" button_use_icon=\"default\" button_icon=\"\" button_icon_color=\"\" button_on_hover=\"on\" button_text_color_hover=\"\" button_bg_color_hover=\"\" button_border_color_hover=\"\" button_border_radius_hover=\"3\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" button_letter_spacing_hover_last_edited=\"\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" module_id=\"\" module_class=\"\" custom_css_before=\"\" custom_css_after=\"\" custom_css_promo_description=\"\" custom_css_promo_button=\"\" custom_css_promo_title=\"\" disabled=\"\" disabled_on=\"\" template_type=\"module\"]

<h4>Locate the perfect dealer to help you get started in the right direction.</h4>

[/et_pb_cta]","Contact Dealer CTA","","inherit","closed","closed","","159-revision-v1","","","2017-09-10 15:05:23","2017-09-10 19:05:23","","159","http://www.pioneercabinetry.co/uncategorized/159-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("822","1","2017-09-11 15:01:08","2017-09-11 19:01:08","[et_pb_section fb_built=\"1\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" admin_label=\"section\" _builder_version=\"3.0.47\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Generic1.jpg\" align=\"center\" admin_label=\"Generic Header Image\" _builder_version=\"3.0.47\" custom_margin=\"15px||5px|\" animation=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Warranty Headline\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px||0px|\"]

<h1><span class=\"s1\">Warranty</span></h1>

[/et_pb_text][et_pb_text admin_label=\"Warranty Text\" _builder_version=\"3.0.72\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\" background_layout=\"dark\"]

<strong><span class=\"s1\">Pioneer Cabinetry, Inc. warrants its cabinetry to be free from defects in materials or workmanship for up to five years, to the original purchaser.</span></strong>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#dddddd\" inner_shadow=\"on\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Warranty Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<p><strong>A lifetime warranty is given on all drawer boxes, drawer glides and hinges.</strong></p>
<p>This warranty does not apply to ordinary wear and tear to Pioneer products which have been altered, misused, abused, improperly stored or installed.</p>
<p><strong>Wood Properties:</strong><br />
As the seasons change the humidity level in your home will rise and fall depending on the severity of the climate changes and the humidity level maintained in your home. Therefore, you should expect minor shrinking or swelling of the center panels as well as movement at the joints in all doors, drawer heads and face frame joints. With solid wood slab doors this would cause the overall door width to swell or shrink. This is an inherent property of wood and therefore any issues related to this will not cause items to be replaced under warranty. This condition is not in any way considered defective workmanship or defective material. It will not affect the stability of the cabinetry, doors or finish in general.</p>
<p><strong>Painted/Tinted Varnish:</strong><br />
The changing temperature and moisture level in your home will affect wood cabinets. You should anticipate shrinkage or expansion of the joints in all doors, drawer heads and face frames. Therefore, you should expect minor cracking of the painted finish in all doors, drawer heads and face frame joints. Minor cracks of this nature add to the character of an all wood painted cabinet, and therefore will not be replaced under warranty. This condition is not in any way considered defective workmanship or defective material. It will not affect the cabinetry, doors or finish in general.</p>
<p><strong>Glaze:</strong><br />
The process of glazing begins with the hand-application of stain/paint on all finished cabinet components. After curing, a glaze compound is applied. Because of the technique used in achieving this special finish, glaze build-up will occur around the door and drawer front edges, door panels and flat surfaces such as drawer heads and cabinet end panels. The build up of the glazing compound will vary from one piece to another and the variations may be dramatic. The broad variations inherent to glaze finishes are considered to be the beauty of this finish.</p>
<p>We call your attention to the characteristics of glazed finishes because the effect of the variation in an entire kitchen may be different from what you witness in viewing displays or a finish sample. These variations are common in glazed finishes and will not be reason for replacement.</p>
<p>To make a claim under this warranty, contact the authorized Pioneer dealer where you purchased the product.</p>
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" padding_mobile=\"off\" _builder_version=\"3.0.47\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" parallax=\"on\" parallax_method=\"off\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_cta title=\"Need some help deciding?\" button_url=\"/find-dealer/\" button_text=\"FIND A DEALER\" admin_label=\"Contact Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"||||\" header_font_size_tablet=\"26\" header_font_size_phone=\"26\" header_letter_spacing_tablet=\"0px\" header_letter_spacing_phone=\"0px\" header_line_height_tablet=\"1em\" header_line_height_phone=\"1em\" body_font=\"||||\" body_font_size=\"17\" body_font_size_tablet=\"17\" body_font_size_phone=\"17\" body_letter_spacing_tablet=\"0px\" body_letter_spacing_phone=\"0px\" body_line_height_tablet=\"1.7em\" body_line_height_phone=\"1.7em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"10px|0px|10px|0px\" custom_margin_tablet=\"10px|0px|10px|0px\" custom_margin_phone=\"10px|0px|10px|0px\" custom_padding=\"10px|20px|20px|20px\" custom_padding_tablet=\"10px|20px|20px|20px\" custom_padding_phone=\"10px|20px|20px|20px\" button_text_size_tablet=\"20\" button_text_size_phone=\"20\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"-webkit-border-radius: 20px;||border-radius: 20px;\" global_module=\"159\" saved_tabs=\"all\"]<h4>Locate the perfect dealer to help you get started in the right direction.</h4>
[/et_pb_cta][et_pb_text background_layout=\"dark\" text_orientation=\"center\" _builder_version=\"3.0.72\" text_font_size=\"18\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Pioneer Cabinetry, Inc  |  </span><span class=\"s1\">PO Box 280  |  </span><span class=\"s1\">301 W. Rising St. </span><span class=\"s1\">Davison, MI 48423  |  </span><span class=\"s1\">(810) 658-2075</span></p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]","Warranty","","inherit","closed","closed","","255-revision-v1","","","2017-09-11 15:01:08","2017-09-11 19:01:08","","255","http://www.pioneercabinetry.co/uncategorized/255-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("258","1","2017-09-10 15:05:31","2017-09-10 19:05:31","[et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Generic Header Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Generic1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"15px||5px|\" /][et_pb_text admin_label=\"Warranty Headline\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"15px||30px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Warranty</span></h1>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Warranty Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\" text_line_height=\"1.8em\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<p class=\"kicker\" style=\"text-align: center\"><strong><span class=\"s1\">Pioneer Cabinetry, Inc. warrants its cabinetry to be free from defects in materials or workmanship for up to five years, to the original purchaser.</span></strong></p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#dddddd\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Warranty Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<strong>A lifetime warranty is given on all drawer boxes, drawer glides and hinges.</strong>

This warranty does not apply to ordinary wear and tear to Pioneer products which have been altered, misused, abused, improperly stored or installed.

<strong>Wood Properties:</strong>
As the seasons change the humidity level in your home will rise and fall depending on the severity of the climate changes and the humidity level maintained in your home. Therefore, you should expect minor shrinking or swelling of the center panels as well as movement at the joints in all doors, drawer heads and face frame joints. With solid wood slab doors this would cause the overall door width to swell or shrink. This is an inherent property of wood and therefore any issues related to this will not cause items to be replaced under warranty. This condition is not in any way considered defective workmanship or defective material. It will not affect the stability of the cabinetry, doors or finish in general.

<strong>Painted/Tinted Varnish:</strong>
The changing temperature and moisture level in your home will affect wood cabinets. You should anticipate shrinkage or expansion of the joints in all doors, drawer heads and face frames. Therefore, you should expect minor cracking of the painted finish in all doors, drawer heads and face frame joints. Minor cracks of this nature add to the character of an all wood painted cabinet, and therefore will not be replaced under warranty. This condition is not in any way considered defective workmanship or defective material. It will not affect the cabinetry, doors or finish in general.

<strong>Glaze:</strong>
The process of glazing begins with the hand-application of stain/paint on all finished cabinet components. After curing, a glaze compound is applied. Because of the technique used in achieving this special finish, glaze build-up will occur around the door and drawer front edges, door panels and flat surfaces such as drawer heads and cabinet end panels. The build up of the glazing compound will vary from one piece to another and the variations may be dramatic. The broad variations inherent to glaze finishes are considered to be the beauty of this finish.

We call your attention to the characteristics of glazed finishes because the effect of the variation in an entire kitchen may be different from what you witness in viewing displays or a finish sample. These variations are common in glazed finishes and will not be reason for replacement.

To make a claim under this warranty, contact the authorized Pioneer dealer where you purchased the product.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"on\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Contact Dealer CTA\" title=\"Need some help deciding?\" button_url=\"/find-dealer/\" url_new_window=\"off\" button_text=\"FIND A DEALER\" use_background_color=\"on\" background_layout=\"dark\" body_font_size=\"17\" border_style=\"solid\" custom_margin=\"10px|0px|10px|0px\" custom_padding=\"10px|20px|20px|20px\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"-webkit-border-radius: 20px;||border-radius: 20px;\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"159\"]

<h4>Locate the perfect dealer to help you get started in the right direction.</h4>

[/et_pb_cta][et_pb_text global_parent=\"138\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\"]

<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Pioneer Cabinetry, Inc  |  </span><span class=\"s1\">PO Box 280  |  </span><span class=\"s1\">301 W. Rising St. </span><span class=\"s1\">Davison, MI 48423  |  </span><span class=\"s1\">(810) 658-2075</span></p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]","Warranty","","inherit","closed","closed","","255-revision-v1","","","2017-09-10 15:05:31","2017-09-10 19:05:31","","255","http://www.pioneercabinetry.co/uncategorized/255-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("260","1","2017-09-10 15:07:51","2017-09-10 19:07:51","[et_pb_section fb_built=\"1\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" admin_label=\"section\" _builder_version=\"3.0.47\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Generic1.jpg\" align=\"center\" admin_label=\"Generic Header Image\" _builder_version=\"3.0.47\" custom_margin=\"15px||5px|\" animation=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"30px||20px|\" custom_padding_tablet=\"10px|||\" admin_label=\"Oak Section\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"3.0.72\"][et_pb_row custom_padding=\"0px|||\" padding_mobile=\"on\" column_padding_mobile=\"on\" padding_top_2=\"10px\" padding_right_2=\"5px\" padding_bottom_2=\"20px\" padding_left_2=\"5px\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Care Headline\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px||0px|\"]

<h1><span class=\"s1\">Care & Support</span></h1>

[/et_pb_text][et_pb_text background_layout=\"dark\" admin_label=\"Intro Information\" _builder_version=\"3.0.47\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p class=\"kicker\"><span class=\"s1\">At Pioneer Cabinetry, our craftsmen use only the finest woods and finishes available to us. The following is a guide so you may maintain the original look of your cabinetry for years to come.</span></p>

[/et_pb_text][et_pb_divider color=\"rgba(255,255,255,0.63)\" show_divider=\"on\" height=\"10\" divider_style=\"solid\" divider_position=\"top\" _builder_version=\"3.0.47\"][/et_pb_divider][et_pb_text background_layout=\"dark\" admin_label=\"General Care Information\" _builder_version=\"3.0.72\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h3 class=\"p1\"><span class=\"s1\">General Care Information:</span></h3>
<p class=\"p1\"><span class=\"s1\">General cleaning should be done using only water, a mild dish soap and a soft clean cloth. Always ring as much moisture as possible out of a moistened cloth and follow up by drying all cleaned surfaces with a separate soft, dry cloth.</span></p>
[/et_pb_text][et_pb_text background_layout=\"dark\" admin_label=\"Avoid these products\" _builder_version=\"3.0.72\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<p><strong>Avoid using the following products:</strong></p>
<ul class=\"bullets\">
<li>Spic and Span, which contains abrasives sodium carbonate and sodium silicate</li>
<li>Tilex, which contains sodium hypochlorite</li>
<li>Comet, which contains abrasives calcium carbonate and sodium carbonate</li>
<li>Chlorine bleach, which contains sodium hypochlorite</li>
<li>Hand washing liquid, which contains AlphoSulfo methyl ester and sodium laureth sulphate</li>
<li>Glass cleaners such as Windex, which contain isopropanol, alkylbenzene sulfonic acid, propylene glycol, and methyl ester</li>
<li>Ammonia</li>
<li>Furniture polish/Pledge, which contain silicone emulsion waxes</li>
</ul>
<p>Avoid bumping or hitting the finished surfaces, since this can produce a permanent indentation or cut. In the event of this type of damage, minor surface scratches can sometimes be repaired depending upon the severity of the damage. If repairs cannot be made with your Pioneer touch-up kit, we recommend using a certified furniture refinisher.</p>
[/et_pb_text][et_pb_divider color=\"rgba(255,255,255,0.63)\" show_divider=\"on\" height=\"10\" divider_style=\"solid\" divider_position=\"top\" _builder_version=\"3.0.47\"][/et_pb_divider][et_pb_text background_layout=\"dark\" admin_label=\"Stained Painted\" _builder_version=\"3.0.72\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h3>Stained and Painted Wood:</h3>
<p>Whether stained or painted, finishes should never be rubbed or scrubbed in a particular spot as this may increase the luster and reveal an uneven, shiny area.</p>
[/et_pb_text][et_pb_divider color=\"rgba(255,255,255,0.63)\" show_divider=\"on\" height=\"10\" divider_style=\"solid\" divider_position=\"top\" _builder_version=\"3.0.47\"][/et_pb_divider][et_pb_text background_layout=\"dark\" admin_label=\"Thermofoil\" _builder_version=\"3.0.72\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h3>Thermofoil:</h3>
<p>Repairs may be done by rubbing a scratched surface with a high grade polishing compound, followed by a high quality carnauba wax.</p>
[/et_pb_text][et_pb_divider color=\"rgba(255,255,255,0.63)\" show_divider=\"on\" height=\"10\" divider_style=\"solid\" divider_position=\"top\" _builder_version=\"3.0.47\"][/et_pb_divider][et_pb_text background_layout=\"dark\" admin_label=\"Tips\" module_class=\"bullets\" _builder_version=\"3.0.72\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h3>Tip and Hints:</h3>
<ul class=\"bullets\">
<li>Be aware of countertop appliances such as coffee makers, vegetable steamers, toasters, toaster ovens, tea kettles, etc., that create high heat and/or high moisture. Turn tea kettle in toward the hood fan as opposed to facing a cabinet end panel. Pull coffee makers in front of upper cabinets so steam will rise in front of the cabinet door instead of concentrating on the underside of the cabinet.</li>
<li>Be aware of candles or intense light fixtures, such as halogen bulbs, located close to finished surfaces as these may discolor the finished surface. Be aware of strong light patterns such as blinds or items being placed on finished surfaces (children\'s art work, etc.). Wood naturally \"warms\" with time, due to exposure to light, which may produce an unwanted fading pattern.</li>
<li>Decorative surface hardware (door pulls, knobs, etc.) should be cared for in the same manner as above, using a mild dish soap and water only.</li>
</ul>
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"5px\" padding_right=\"5px\" padding_top=\"10px\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_cta title=\"Need some help deciding?\" button_url=\"/find-dealer/\" button_text=\"FIND A DEALER\" admin_label=\"Contact Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"||||\" header_font_size_tablet=\"26\" header_font_size_phone=\"26\" header_letter_spacing_tablet=\"0px\" header_letter_spacing_phone=\"0px\" header_line_height_tablet=\"1em\" header_line_height_phone=\"1em\" body_font=\"||||\" body_font_size=\"17\" body_font_size_tablet=\"17\" body_font_size_phone=\"17\" body_letter_spacing_tablet=\"0px\" body_letter_spacing_phone=\"0px\" body_line_height_tablet=\"1.7em\" body_line_height_phone=\"1.7em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"10px|0px|10px|0px\" custom_margin_tablet=\"10px|0px|10px|0px\" custom_margin_phone=\"10px|0px|10px|0px\" custom_padding=\"10px|20px|20px|20px\" custom_padding_tablet=\"10px|20px|20px|20px\" custom_padding_phone=\"10px|20px|20px|20px\" button_text_size_tablet=\"20\" button_text_size_phone=\"20\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"-webkit-border-radius: 20px;||border-radius: 20px;\" saved_tabs=\"all\" global_module=\"159\"]

<h4>Locate the perfect dealer to help you get started in the right direction.</h4>

[/et_pb_cta][et_pb_search exclude_pages=\"off\" exclude_posts=\"on\" hide_button=\"off\" placeholder=\"Search our site\" field_bg=\"#aaaaaa\" placeholder_color=\"#000000\" _builder_version=\"3.0.72\" input_font_size=\"16px\" global_module=\"95\" saved_tabs=\"all\"][/et_pb_search][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Pioneer-LrgLogo.png\" align=\"center\" admin_label=\"Pioneer Logo - White\" _builder_version=\"3.0.72\" global_module=\"97\" saved_tabs=\"all\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Care & Support","","publish","closed","closed","","care-support","","","2017-09-12 11:59:07","2017-09-12 15:59:07","","243","http://www.pioneercabinetry.co/?page_id=260","0","page","","0");
INSERT INTO `pcab_posts` VALUES("261","1","2017-09-10 15:06:54","2017-09-10 19:06:54","","Pioneer-LrgLogo-1","","inherit","closed","closed","","pioneer-lrglogo-1","","","2017-09-10 15:06:54","2017-09-10 19:06:54","","0","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Pioneer-LrgLogo-1.png","0","attachment","image/png","0");
INSERT INTO `pcab_posts` VALUES("262","1","2017-09-10 15:07:01","2017-09-10 19:07:01","[et_pb_section admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Generic Header Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Generic1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"15px||5px|\"]



[/et_pb_image][et_pb_text admin_label=\"Care Headline\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"15px||30px|\"]

<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Care &amp; Support</span></h1>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Oak Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"30px||20px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#2b2b2b\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px|||\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" padding_right_2=\"5px\" padding_left_2=\"5px\" padding_top_2=\"10px\" padding_bottom_2=\"20px\"][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Intro Information\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\" text_line_height=\"1.8em\"]

<p class=\"kicker\"><span class=\"s1\">At Pioneer Cabinetry, our craftsmen use only the finest woods and finishes available to us. The following is a guide so you may maintain the original look of your cabinetry for years to come.</span></p>

[/et_pb_text][et_pb_divider admin_label=\"Divider\" color=\"rgba(255,255,255,0.63)\" show_divider=\"on\" height=\"10\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]



[/et_pb_divider][et_pb_text admin_label=\"General Care Information\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\" text_line_height=\"1.8em\"]

<h2 class=\"p1\"><span class=\"s1\">General Care Information:</span></h2>
<p class=\"p1\"><span class=\"s1\">General cleaning should be done using only water, a mild dish soap and a soft clean cloth. Always ring as much moisture as possible out of a moistened cloth and follow up by drying all cleaned surfaces with a separate soft, dry cloth.</span></p>

[/et_pb_text][et_pb_text admin_label=\"Avoid these products\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\" text_line_height=\"1.8em\"]

<strong>Avoid using the following products:</strong>
<ul>
 	<li>Spic and Span, which contains abrasives sodium carbonate and sodium silicate</li>
 	<li>Tilex, which contains sodium hypochlorite</li>
 	<li>Comet, which contains abrasives calcium carbonate and sodium carbonate</li>
 	<li>Chlorine bleach, which contains sodium hypochlorite</li>
 	<li>Hand washing liquid, which contains AlphoSulfo methyl ester and sodium laureth sulphate</li>
 	<li>Glass cleaners such as Windex, which contain isopropanol, alkylbenzene sulfonic acid, propylene glycol, and methyl ester</li>
 	<li>Ammonia</li>
 	<li>Furniture polish/Pledge, which contain silicone emulsion waxes</li>
</ul>
<p>Avoid bumping or hitting the finished surfaces, since this can produce a permanent indentation or cut. In the event of this type of damage, minor surface scratches can sometimes be repaired depending upon the severity of the damage. If repairs cannot be made with your Pioneer touch-up kit, we recommend using a certified furniture refinisher.</p>

[/et_pb_text][et_pb_divider admin_label=\"Divider\" color=\"rgba(255,255,255,0.63)\" show_divider=\"on\" height=\"10\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]



[/et_pb_divider][et_pb_text admin_label=\"Stained Painted\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\" text_line_height=\"1.8em\"]

<h2>Stained and Painted Wood:</h2>
<p>Whether stained or painted, finishes should never be rubbed or scrubbed in a particular spot as this may increase the luster and reveal an uneven, shiny area.</p>

[/et_pb_text][et_pb_divider admin_label=\"Divider\" color=\"rgba(255,255,255,0.63)\" show_divider=\"on\" height=\"10\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]



[/et_pb_divider][et_pb_text admin_label=\"Thermofoil\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\" text_line_height=\"1.8em\"]

<h2>Thermofoil:</h2>
<p>Repairs may be done by rubbing a scratched surface with a high grade polishing compound, followed by a high quality carnauba wax.</p>

[/et_pb_text][et_pb_divider admin_label=\"Divider\" color=\"rgba(255,255,255,0.63)\" show_divider=\"on\" height=\"10\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]



[/et_pb_divider][et_pb_text admin_label=\"Tips\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\" text_line_height=\"1.8em\" module_class=\"bullets\"]

<h3>Tip and Hints:</h3>
<ul>
 	<li>Be aware of countertop appliances such as coffee makers, vegetable steamers, toasters, toaster ovens, tea kettles, etc., that create high heat and/or high moisture. Turn tea kettle in toward the hood fan as opposed to facing a cabinet end panel. Pull coffee makers in front of upper cabinets so steam will rise in front of the cabinet door instead of concentrating on the underside of the cabinet.</li>
 	<li>Be aware of candles or intense light fixtures, such as halogen bulbs, located close to finished surfaces as these may discolor the finished surface. Be aware of strong light patterns such as blinds or items being placed on finished surfaces (children\'s art work, etc.). Wood naturally \"warms\" with time, due to exposure to light, which may produce an unwanted fading pattern.</li>
 	<li>Decorative surface hardware (door pulls, knobs, etc.) should be cared for in the same manner as above, using a mild dish soap and water only.</li>
</ul>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_search admin_label=\"Search\" global_module=\"1391\" background_layout=\"light\" text_orientation=\"left\" exclude_pages=\"off\" exclude_posts=\"on\" hide_button=\"off\" button_color=\"#999999\" field_bg=\"#1e1e1e\" custom_margin=\"0px||0px|\" saved_tabs=\"all\"]



[/et_pb_search][et_pb_image admin_label=\"Logo White Type Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Pioneer-LrgLogo-1.png\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\" global_module=\"1387\"]



[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" global_module=\"587\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"on\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" custom_padding=\"10px||25px|\"][et_pb_row global_parent=\"587\" admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"||0px|\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_color_1=\"#000000\" padding_top_1=\"10px\" padding_right_1=\"10px\" padding_bottom_1=\"30px\" padding_left_1=\"10px\" background_color_2=\"#000000\" padding_top_2=\"10px\" padding_right_2=\"10px\" padding_bottom_2=\"30px\" padding_left_2=\"10px\"][et_pb_column type=\"1_2\"][et_pb_cta global_parent=\"587\" admin_label=\"Warranty CTA\" title=\"Warranty\" button_url=\"http://pioneercabinetry.net/wp/quality-care/warranty/\" url_new_window=\"off\" button_text=\"READ MORE\" use_background_color=\"off\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" button_bg_color=\"#e09900\" button_border_width=\"1\" body_font_size=\"16\"]

<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">We stand behind our craftsmanship.</span></p>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta global_parent=\"587\" admin_label=\"Dealer CTA\" title=\"Dealer Locator\" button_url=\"http://pioneercabinetry.net/wp/find-a-dealer/\" url_new_window=\"off\" button_text=\"FIND A DEALER\" use_background_color=\"off\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" button_bg_color=\"#e09900\" button_border_width=\"1\" body_font_size=\"16\"]

<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Care & Support","","inherit","closed","closed","","260-revision-v1","","","2017-09-10 15:07:01","2017-09-10 19:07:01","","260","http://www.pioneercabinetry.co/uncategorized/260-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("818","1","2017-09-11 14:56:45","2017-09-11 18:56:45","[et_pb_section fb_built=\"1\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" admin_label=\"section\" _builder_version=\"3.0.47\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Generic1.jpg\" align=\"center\" admin_label=\"Generic Header Image\" _builder_version=\"3.0.47\" custom_margin=\"15px||5px|\" animation=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"30px||20px|\" admin_label=\"Oak Section\" _builder_version=\"3.0.72\" custom_padding_tablet=\"10px|||\" custom_padding_last_edited=\"on|tablet\"][et_pb_row _builder_version=\"3.0.72\" custom_padding=\"27px|0px|12px|0px\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.72\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Care Headline\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px||0px|\"]

<h1><span class=\"s1\">Care & Support</span></h1>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px|||\" padding_mobile=\"on\" column_padding_mobile=\"on\" padding_top_2=\"10px\" padding_right_2=\"5px\" padding_bottom_2=\"20px\" padding_left_2=\"5px\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Intro Information\" _builder_version=\"3.0.47\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p class=\"kicker\"><span class=\"s1\">At Pioneer Cabinetry, our craftsmen use only the finest woods and finishes available to us. The following is a guide so you may maintain the original look of your cabinetry for years to come.</span></p>

[/et_pb_text][et_pb_divider color=\"rgba(255,255,255,0.63)\" show_divider=\"on\" height=\"10\" divider_style=\"solid\" divider_position=\"top\" _builder_version=\"3.0.47\"][/et_pb_divider][et_pb_text background_layout=\"dark\" admin_label=\"General Care Information\" _builder_version=\"3.0.72\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h3 class=\"p1\"><span class=\"s1\">General Care Information:</span></h3>
<p class=\"p1\"><span class=\"s1\">General cleaning should be done using only water, a mild dish soap and a soft clean cloth. Always ring as much moisture as possible out of a moistened cloth and follow up by drying all cleaned surfaces with a separate soft, dry cloth.</span></p>
[/et_pb_text][et_pb_text background_layout=\"dark\" admin_label=\"Avoid these products\" _builder_version=\"3.0.47\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<p><strong>Avoid using the following products:</strong></p>
<ul>
<li>Spic and Span, which contains abrasives sodium carbonate and sodium silicate</li>
<li>Tilex, which contains sodium hypochlorite</li>
<li>Comet, which contains abrasives calcium carbonate and sodium carbonate</li>
<li>Chlorine bleach, which contains sodium hypochlorite</li>
<li>Hand washing liquid, which contains AlphoSulfo methyl ester and sodium laureth sulphate</li>
<li>Glass cleaners such as Windex, which contain isopropanol, alkylbenzene sulfonic acid, propylene glycol, and methyl ester</li>
<li>Ammonia</li>
<li>Furniture polish/Pledge, which contain silicone emulsion waxes</li>
</ul>
<p>Avoid bumping or hitting the finished surfaces, since this can produce a permanent indentation or cut. In the event of this type of damage, minor surface scratches can sometimes be repaired depending upon the severity of the damage. If repairs cannot be made with your Pioneer touch-up kit, we recommend using a certified furniture refinisher.</p>
[/et_pb_text][et_pb_divider color=\"rgba(255,255,255,0.63)\" show_divider=\"on\" height=\"10\" divider_style=\"solid\" divider_position=\"top\" _builder_version=\"3.0.47\"][/et_pb_divider][et_pb_text background_layout=\"dark\" admin_label=\"Stained Painted\" _builder_version=\"3.0.72\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h3>Stained and Painted Wood:</h3>
<p>Whether stained or painted, finishes should never be rubbed or scrubbed in a particular spot as this may increase the luster and reveal an uneven, shiny area.</p>
[/et_pb_text][et_pb_divider color=\"rgba(255,255,255,0.63)\" show_divider=\"on\" height=\"10\" divider_style=\"solid\" divider_position=\"top\" _builder_version=\"3.0.47\"][/et_pb_divider][et_pb_text background_layout=\"dark\" admin_label=\"Thermofoil\" _builder_version=\"3.0.72\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h3>Thermofoil:</h3>
<p>Repairs may be done by rubbing a scratched surface with a high grade polishing compound, followed by a high quality carnauba wax.</p>
[/et_pb_text][et_pb_divider color=\"rgba(255,255,255,0.63)\" show_divider=\"on\" height=\"10\" divider_style=\"solid\" divider_position=\"top\" _builder_version=\"3.0.47\"][/et_pb_divider][et_pb_text background_layout=\"dark\" admin_label=\"Tips\" module_class=\"bullets\" _builder_version=\"3.0.72\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h3>Tip and Hints:</h3>
<ul>
<li>Be aware of countertop appliances such as coffee makers, vegetable steamers, toasters, toaster ovens, tea kettles, etc., that create high heat and/or high moisture. Turn tea kettle in toward the hood fan as opposed to facing a cabinet end panel. Pull coffee makers in front of upper cabinets so steam will rise in front of the cabinet door instead of concentrating on the underside of the cabinet.</li>
<li>Be aware of candles or intense light fixtures, such as halogen bulbs, located close to finished surfaces as these may discolor the finished surface. Be aware of strong light patterns such as blinds or items being placed on finished surfaces (children\'s art work, etc.). Wood naturally \"warms\" with time, due to exposure to light, which may produce an unwanted fading pattern.</li>
<li>Decorative surface hardware (door pulls, knobs, etc.) should be cared for in the same manner as above, using a mild dish soap and water only.</li>
</ul>
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"5px\" padding_right=\"5px\" padding_top=\"10px\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_search exclude_pages=\"off\" exclude_posts=\"on\" hide_button=\"off\" placeholder=\"Search our site\" field_bg=\"#aaaaaa\" placeholder_color=\"#000000\" _builder_version=\"3.0.72\" input_font_size=\"16px\" global_module=\"95\" saved_tabs=\"all\"][/et_pb_search][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Pioneer-LrgLogo.png\" align=\"center\" admin_label=\"Pioneer Logo - White\" _builder_version=\"3.0.72\" global_module=\"97\" saved_tabs=\"all\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Care & Support","","inherit","closed","closed","","260-revision-v1","","","2017-09-11 14:56:45","2017-09-11 18:56:45","","260","http://www.pioneercabinetry.co/uncategorized/260-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("263","1","2017-09-10 15:07:51","2017-09-10 19:07:51","[et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Generic Header Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Generic1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"15px||5px|\" /][et_pb_text admin_label=\"Care Headline\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"15px||30px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Care &amp; Support</span></h1>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Oak Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"30px||20px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#2b2b2b\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px|||\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" padding_right_2=\"5px\" padding_left_2=\"5px\" padding_top_2=\"10px\" padding_bottom_2=\"20px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Intro Information\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\" text_line_height=\"1.8em\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<p class=\"kicker\"><span class=\"s1\">At Pioneer Cabinetry, our craftsmen use only the finest woods and finishes available to us. The following is a guide so you may maintain the original look of your cabinetry for years to come.</span></p>

[/et_pb_text][et_pb_divider color=\"rgba(255,255,255,0.63)\" show_divider=\"on\" height=\"10\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\" /][et_pb_text admin_label=\"General Care Information\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\" text_line_height=\"1.8em\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h2 class=\"p1\"><span class=\"s1\">General Care Information:</span></h2>
<p class=\"p1\"><span class=\"s1\">General cleaning should be done using only water, a mild dish soap and a soft clean cloth. Always ring as much moisture as possible out of a moistened cloth and follow up by drying all cleaned surfaces with a separate soft, dry cloth.</span></p>

[/et_pb_text][et_pb_text admin_label=\"Avoid these products\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\" text_line_height=\"1.8em\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<strong>Avoid using the following products:</strong>
<ul>
 	<li>Spic and Span, which contains abrasives sodium carbonate and sodium silicate</li>
 	<li>Tilex, which contains sodium hypochlorite</li>
 	<li>Comet, which contains abrasives calcium carbonate and sodium carbonate</li>
 	<li>Chlorine bleach, which contains sodium hypochlorite</li>
 	<li>Hand washing liquid, which contains AlphoSulfo methyl ester and sodium laureth sulphate</li>
 	<li>Glass cleaners such as Windex, which contain isopropanol, alkylbenzene sulfonic acid, propylene glycol, and methyl ester</li>
 	<li>Ammonia</li>
 	<li>Furniture polish/Pledge, which contain silicone emulsion waxes</li>
</ul>
<p>Avoid bumping or hitting the finished surfaces, since this can produce a permanent indentation or cut. In the event of this type of damage, minor surface scratches can sometimes be repaired depending upon the severity of the damage. If repairs cannot be made with your Pioneer touch-up kit, we recommend using a certified furniture refinisher.</p>

[/et_pb_text][et_pb_divider color=\"rgba(255,255,255,0.63)\" show_divider=\"on\" height=\"10\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\" /][et_pb_text admin_label=\"Stained Painted\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\" text_line_height=\"1.8em\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h2>Stained and Painted Wood:</h2>
<p>Whether stained or painted, finishes should never be rubbed or scrubbed in a particular spot as this may increase the luster and reveal an uneven, shiny area.</p>

[/et_pb_text][et_pb_divider color=\"rgba(255,255,255,0.63)\" show_divider=\"on\" height=\"10\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\" /][et_pb_text admin_label=\"Thermofoil\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\" text_line_height=\"1.8em\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h2>Thermofoil:</h2>
<p>Repairs may be done by rubbing a scratched surface with a high grade polishing compound, followed by a high quality carnauba wax.</p>

[/et_pb_text][et_pb_divider color=\"rgba(255,255,255,0.63)\" show_divider=\"on\" height=\"10\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\" /][et_pb_text admin_label=\"Tips\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\" text_line_height=\"1.8em\" module_class=\"bullets\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h3>Tip and Hints:</h3>
<ul>
 	<li>Be aware of countertop appliances such as coffee makers, vegetable steamers, toasters, toaster ovens, tea kettles, etc., that create high heat and/or high moisture. Turn tea kettle in toward the hood fan as opposed to facing a cabinet end panel. Pull coffee makers in front of upper cabinets so steam will rise in front of the cabinet door instead of concentrating on the underside of the cabinet.</li>
 	<li>Be aware of candles or intense light fixtures, such as halogen bulbs, located close to finished surfaces as these may discolor the finished surface. Be aware of strong light patterns such as blinds or items being placed on finished surfaces (children\'s art work, etc.). Wood naturally \"warms\" with time, due to exposure to light, which may produce an unwanted fading pattern.</li>
 	<li>Decorative surface hardware (door pulls, knobs, etc.) should be cared for in the same manner as above, using a mild dish soap and water only.</li>
</ul>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_search _builder_version=\"3.0.72\" placeholder=\"Search our site\" hide_button=\"off\" exclude_pages=\"off\" exclude_posts=\"on\" field_bg=\"#aaaaaa\" placeholder_color=\"#000000\" background_layout=\"light\" text_orientation=\"left\" input_font_size=\"16px\" saved_tabs=\"all\" global_module=\"95\" /][et_pb_image admin_label=\"Pioneer Logo - White\" _builder_version=\"3.0.72\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Pioneer-LrgLogo.png\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" border_style=\"solid\" force_fullwidth=\"on\" saved_tabs=\"all\" global_module=\"97\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row global_parent=\"93\" background_color_1=\"#000000\" background_color_2=\"#000000\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" _builder_version=\"3.0.72\" make_equal=\"on\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" global_parent=\"93\" title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" global_parent=\"93\" title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Care & Support","","inherit","closed","closed","","260-revision-v1","","","2017-09-10 15:07:51","2017-09-10 19:07:51","","260","http://www.pioneercabinetry.co/uncategorized/260-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("264","1","2017-09-10 15:09:48","2017-09-10 19:09:48","[et_pb_section fb_built=\"1\" custom_padding=\"20px||0px|\" admin_label=\"section\" _builder_version=\"3.0.72\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Gallery Headline\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"15px||30px|\"]

<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Our Gallery of Cabinets</span></h1>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row custom_padding=\"27px|0px|8px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Gallery Text\" _builder_version=\"3.0.72\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\"]<h3>We hope this section of our site will add some inspiration to your next cabinetry project.</span></strong></h3>
<p><span class=\"s1\">Click on any image that you see to view the entire photograph. </span></p>
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" padding_mobile=\"off\" column_padding_mobile=\"on\" parallax_method_1=\"off\" module_class_1=\"photoGallery\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\" module_class=\"photoGallery\"][et_pb_gallery gallery_ids=\"592,593,594,595,596,597,598,599,600,601\" gallery_captions=\",,,,,,,,,\" posts_number=\"20\" orientation=\"portrait\" show_title_and_caption=\"off\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Cabinet Gallery\" module_class=\"photoGallery fullGallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;\"][/et_pb_gallery][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#000000\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row custom_padding=\"||0px|\" padding_mobile=\"off\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Dealer Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h1>Dealer Gallery</h1>
<p>We like to show off what some of our dealer have created using Pioneer Cabinetry. If it inspires you, now is the time to contact your local Pioneer dealer.</p>
[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"10px||0px|\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_gallery gallery_ids=\"604,605,606,607,608,609,610,611,612,613,614\" gallery_captions=\",,,,,,,,,,\" posts_number=\"20\" show_pagination=\"off\" admin_label=\"Dealer Gallery\" module_class=\"photoGallery fullGallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;\"][/et_pb_gallery][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px|||\" padding_mobile=\"off\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_cta button_url=\"/gallery/dealer-upload/\" button_text=\"Dealer Photo Upload\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"18px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"50px|||\" custom_button=\"on\" button_text_size=\"15\"]<h4>Dealers, You Can Showcase Your Work</h4>
Upload your best photos using Pioneer Cabinetry Cabinets with this form.
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Gallery","","publish","closed","closed","","gallery","","","2017-09-12 11:41:50","2017-09-12 15:41:50","","0","http://www.pioneercabinetry.co/?page_id=264","0","page","","0");
INSERT INTO `pcab_posts` VALUES("265","1","2017-09-10 15:09:34","2017-09-10 19:09:34","[et_pb_section admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Gallery Headline\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"15px||30px|\"]

<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Our Gallery of Cabinets</span></h1>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Gallery Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\" text_line_height=\"1.8em\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\"]

<p class=\"kicker\" style=\"text-align: center\"><strong><span class=\"s1\">We hope this section of our site will add some inspiration to your next cabinetry project.</span></strong></p>
<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Click on any image that you see to view the entire photograph. </span></p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" module_class_1=\"photoGallery\"][et_pb_column type=\"4_4\"][et_pb_gallery admin_label=\"Cabinet Gallery\" gallery_ids=\"760,762,764,766,761,763,765,767,768,769\" fullwidth=\"off\" posts_number=\"20\" show_title_and_caption=\"on\" show_pagination=\"off\" background_layout=\"dark\" auto=\"off\" hover_overlay_color=\"rgba(255,255,255,0.9)\" caption_all_caps=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_gallery_item_title=\"text-align:center;\" module_class=\"photoGallery\"]



[/et_pb_gallery][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#000000\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"||0px|\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Dealer Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<h1>Dealer Gallery</h1>
We like to show off what some of our dealer have created using Pioneer Cabinetry. If it inspires you, now is the time to contact your local Pioneer dealer.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"10px|||\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"4_4\"][et_pb_gallery admin_label=\"Dealer Gallery\" gallery_ids=\"787,786,785,783,781,778,780,779,777,782,784\" fullwidth=\"off\" posts_number=\"20\" show_title_and_caption=\"on\" show_pagination=\"off\" background_layout=\"light\" auto=\"off\" hover_overlay_color=\"rgba(255,255,255,0.9)\" caption_all_caps=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_gallery_item_title=\"text-align:center;\" module_class=\"photoGallery\"]



[/et_pb_gallery][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px|||\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" button_url=\"http://pioneercabinetry.net/wp/gallery/dealer-upload/\" url_new_window=\"off\" button_text=\"Dealer Photo Upload\" use_background_color=\"off\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" button_text_size=\"15\"]

<h4 style=\"text-align: left\">Dealers, You Can Showcase Your Work</h4>
<p style=\"text-align: left\">Upload your best photos using Pioneer Cabinetry Cabinets with this form.</p>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" global_module=\"587\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"on\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" custom_padding=\"10px||25px|\"][et_pb_row global_parent=\"587\" admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"||0px|\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_color_1=\"#000000\" padding_top_1=\"10px\" padding_right_1=\"10px\" padding_bottom_1=\"30px\" padding_left_1=\"10px\" background_color_2=\"#000000\" padding_top_2=\"10px\" padding_right_2=\"10px\" padding_bottom_2=\"30px\" padding_left_2=\"10px\"][et_pb_column type=\"1_2\"][et_pb_cta global_parent=\"587\" admin_label=\"Warranty CTA\" title=\"Warranty\" button_url=\"http://pioneercabinetry.net/wp/quality-care/warranty/\" url_new_window=\"off\" button_text=\"READ MORE\" use_background_color=\"off\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" button_bg_color=\"#e09900\" button_border_width=\"1\" body_font_size=\"16\"]

<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">We stand behind our craftsmanship.</span></p>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta global_parent=\"587\" admin_label=\"Dealer CTA\" title=\"Dealer Locator\" button_url=\"http://pioneercabinetry.net/wp/find-a-dealer/\" url_new_window=\"off\" button_text=\"FIND A DEALER\" use_background_color=\"off\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" button_bg_color=\"#e09900\" button_border_width=\"1\" body_font_size=\"16\"]

<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Gallery","","inherit","closed","closed","","264-revision-v1","","","2017-09-10 15:09:34","2017-09-10 19:09:34","","264","http://www.pioneercabinetry.co/uncategorized/264-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("602","1","2017-09-11 11:05:24","2017-09-11 15:05:24","[et_pb_section fb_built=\"1\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" admin_label=\"section\" _builder_version=\"3.0.47\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Gallery Headline\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"15px||30px|\"]

<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Our Gallery of Cabinets</span></h1>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Gallery Text\" _builder_version=\"3.0.72\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\"]<h3>We hope this section of our site will add some inspiration to your next cabinetry project.</span></strong></h3>
<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Click on any image that you see to view the entire photograph. </span></p>
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" parallax_method_1=\"off\" module_class_1=\"photoGallery\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\" module_class=\"photoGallery\"][et_pb_gallery gallery_ids=\"592,593,594,595,596,597,598,599,600,601\" posts_number=\"20\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Cabinet Gallery\" module_class=\"photoGallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;\" gallery_captions=\",,,,,,,,,\"][/et_pb_gallery][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#000000\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row custom_padding=\"||0px|\" padding_mobile=\"off\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Dealer Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h1>Dealer Gallery</h1>
<p>We like to show off what some of our dealer have created using Pioneer Cabinetry. If it inspires you, now is the time to contact your local Pioneer dealer.</p>
[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"10px|||\" padding_mobile=\"off\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_gallery gallery_ids=\"787,786,785,783,781,778,780,779,777,782,784\" posts_number=\"20\" show_pagination=\"off\" admin_label=\"Dealer Gallery\" module_class=\"photoGallery\" _builder_version=\"3.0.47\" custom_css_gallery_item_title=\"text-align:center;\"][/et_pb_gallery][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px|||\" padding_mobile=\"off\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_cta button_url=\"http://pioneercabinetry.net/wp/gallery/dealer-upload/\" button_text=\"Dealer Photo Upload\" use_background_color=\"off\" text_orientation=\"left\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_size=\"15\"]<h4 style=\"text-align: left\">Dealers, You Can Showcase Your Work</h4>
<p style=\"text-align: left\">Upload your best photos using Pioneer Cabinetry Cabinets with this form.</p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Gallery","","inherit","closed","closed","","264-revision-v1","","","2017-09-11 11:05:24","2017-09-11 15:05:24","","264","http://www.pioneercabinetry.co/uncategorized/264-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("266","1","2017-09-10 15:09:48","2017-09-10 19:09:48","[et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Gallery Headline\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"15px||30px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Our Gallery of Cabinets</span></h1>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Gallery Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\" text_line_height=\"1.8em\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<p class=\"kicker\" style=\"text-align: center\"><strong><span class=\"s1\">We hope this section of our site will add some inspiration to your next cabinetry project.</span></strong></p>
<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Click on any image that you see to view the entire photograph. </span></p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" module_class_1=\"photoGallery\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_gallery admin_label=\"Cabinet Gallery\" gallery_ids=\"760,762,764,766,761,763,765,767,768,769\" fullwidth=\"off\" posts_number=\"20\" show_title_and_caption=\"on\" show_pagination=\"off\" background_layout=\"dark\" auto=\"off\" hover_overlay_color=\"rgba(255,255,255,0.9)\" caption_all_caps=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_gallery_item_title=\"text-align:center;\" module_class=\"photoGallery\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#000000\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"||0px|\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Dealer Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1>Dealer Gallery</h1>
We like to show off what some of our dealer have created using Pioneer Cabinetry. If it inspires you, now is the time to contact your local Pioneer dealer.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"10px|||\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_gallery admin_label=\"Dealer Gallery\" gallery_ids=\"787,786,785,783,781,778,780,779,777,782,784\" fullwidth=\"off\" posts_number=\"20\" show_title_and_caption=\"on\" show_pagination=\"off\" background_layout=\"light\" auto=\"off\" hover_overlay_color=\"rgba(255,255,255,0.9)\" caption_all_caps=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_gallery_item_title=\"text-align:center;\" module_class=\"photoGallery\" /][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px|||\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_cta button_url=\"http://pioneercabinetry.net/wp/gallery/dealer-upload/\" url_new_window=\"off\" button_text=\"Dealer Photo Upload\" use_background_color=\"off\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" button_text_size=\"15\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h4 style=\"text-align: left\">Dealers, You Can Showcase Your Work</h4>
<p style=\"text-align: left\">Upload your best photos using Pioneer Cabinetry Cabinets with this form.</p>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row global_parent=\"93\" background_color_1=\"#000000\" background_color_2=\"#000000\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" _builder_version=\"3.0.72\" make_equal=\"on\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" global_parent=\"93\" title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" global_parent=\"93\" title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Gallery","","inherit","closed","closed","","264-revision-v1","","","2017-09-10 15:09:48","2017-09-10 19:09:48","","264","http://www.pioneercabinetry.co/uncategorized/264-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("267","1","2017-09-10 15:11:04","2017-09-10 19:11:04","[et_pb_section fb_built=\"1\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" admin_label=\"section\" _builder_version=\"3.0.47\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Dealer Headline\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"25px||20px|\"]

<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">If you are a Pioneer Dealer, Showcase your work</span></h1>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#000000\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.72\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"27px|0px|27px|0px\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Dealer Instruction Text\" _builder_version=\"3.0.72\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\" background_layout=\"dark\"]

<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">We would love to add your photos from your kitchen designs. Use this form to submit your photo.</span></p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#ffffff\" inner_shadow=\"on\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.72\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" header_line_height=\"1.7em\" text_font_size=\"18px\"]<h3 style=\"line-height:1.3em;\">Help us build our photo gallery of cabinets. If your photo is selected it will be added to our collection. <strong>Please be descriptive in the message box</strong>. We would love to know what type of wood and finish used.</h3>
Thanks for being apart of the Pioneer Cabinetry team.
[/et_pb_text][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Pioneer-LrgLogo-dark.png\" _builder_version=\"3.0.72\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_code admin_label=\"Dealer Form Code\" _builder_version=\"3.0.72\"][ninja_forms id=2][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Dealer Upload","","publish","closed","closed","","dealer-upload","","","2017-09-12 11:45:33","2017-09-12 15:45:33","","264","http://www.pioneercabinetry.co/?page_id=267","0","page","","0");
INSERT INTO `pcab_posts` VALUES("268","1","2017-09-10 15:10:46","2017-09-10 19:10:46","[et_pb_section admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Dealer Headline\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"15px||30px|\"]

<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">If you are a Pioneer Dealer, Showcase your work</span></h1>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#ffffff\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Dealer Instruction Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\" text_line_height=\"1.8em\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\"]

<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">We would love to add your photos from your kitchen designs. Use this form to submit your photo.</span></p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#dddddd\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

Help us build our photo gallery of cabinets. If your photo is selected it will be added to our collection. <strong>Please be descriptive in the message box</strong>. We would love to know what type of wood and finish used.

Thanks for being apart of the Pioneer Cabinetry team.

&nbsp;

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_code admin_label=\"Dealer Form Code\"][ninja_forms id=6][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" global_module=\"587\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"on\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" custom_padding=\"10px||25px|\"][et_pb_row global_parent=\"587\" admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"||0px|\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_color_1=\"#000000\" padding_top_1=\"10px\" padding_right_1=\"10px\" padding_bottom_1=\"30px\" padding_left_1=\"10px\" background_color_2=\"#000000\" padding_top_2=\"10px\" padding_right_2=\"10px\" padding_bottom_2=\"30px\" padding_left_2=\"10px\"][et_pb_column type=\"1_2\"][et_pb_cta global_parent=\"587\" admin_label=\"Warranty CTA\" title=\"Warranty\" button_url=\"http://pioneercabinetry.net/wp/quality-care/warranty/\" url_new_window=\"off\" button_text=\"READ MORE\" use_background_color=\"off\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" button_bg_color=\"#e09900\" button_border_width=\"1\" body_font_size=\"16\"]

<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">We stand behind our craftsmanship.</span></p>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta global_parent=\"587\" admin_label=\"Dealer CTA\" title=\"Dealer Locator\" button_url=\"http://pioneercabinetry.net/wp/find-a-dealer/\" url_new_window=\"off\" button_text=\"FIND A DEALER\" use_background_color=\"off\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" button_bg_color=\"#e09900\" button_border_width=\"1\" body_font_size=\"16\"]

<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Dealer Upload","","inherit","closed","closed","","267-revision-v1","","","2017-09-10 15:10:46","2017-09-10 19:10:46","","267","http://www.pioneercabinetry.co/uncategorized/267-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("269","1","2017-09-10 15:11:04","2017-09-10 19:11:04","[et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Dealer Headline\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"15px||30px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">If you are a Pioneer Dealer, Showcase your work</span></h1>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#ffffff\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Dealer Instruction Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\" text_line_height=\"1.8em\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">We would love to add your photos from your kitchen designs. Use this form to submit your photo.</span></p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#dddddd\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_2\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

Help us build our photo gallery of cabinets. If your photo is selected it will be added to our collection. <strong>Please be descriptive in the message box</strong>. We would love to know what type of wood and finish used.

Thanks for being apart of the Pioneer Cabinetry team.

&nbsp;

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_code admin_label=\"Dealer Form Code\"][ninja_forms id=6][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row background_color_1=\"#000000\" background_color_2=\"#000000\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" _builder_version=\"3.0.72\" make_equal=\"on\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Dealer Upload","","inherit","closed","closed","","267-revision-v1","","","2017-09-10 15:11:04","2017-09-10 19:11:04","","267","http://www.pioneercabinetry.co/uncategorized/267-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("270","1","2017-09-10 15:14:16","2017-09-10 19:14:16","[et_pb_section fb_built=\"1\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" admin_label=\"section\" _builder_version=\"3.0.47\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Dealer Headline\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"25px||0px|\" custom_margin=\"||0px|\"]

<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Find a Dealer</span></h1>

[/et_pb_text][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Dealer button Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_font_size=\"18px\"]<p>Use our Dealer Search below or click on your state button to view the closest Pioneer Cabinetry Dealer.</p>[/et_pb_text][et_pb_code _builder_version=\"3.0.47\"][wpsl][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"off\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h3>To find a dealer in each state, click on the buttons below.</h3>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px|||\" padding_mobile=\"off\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" parallax_method_4=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_button button_url=\"/find-a-dealer/connecticut\" button_text=\"Conneticut\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Connecticut Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"17\" custom_css_main_element=\"width:100%;\" global_module=\"317\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/find-a-dealer/florida\" button_text=\"Florida\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Florida Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"17\" custom_css_main_element=\"width:100%;\" global_module=\"318\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/find-a-dealer/georgia\" button_text=\"Georgia\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Georgia Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"17\" custom_css_main_element=\"width:100%;\" global_module=\"319\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_button button_url=\"/find-a-dealer/illinois\" button_text=\"Illinois\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Illinois Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"17\" custom_css_main_element=\"width:100%;\" global_module=\"320\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/find-a-dealer/indiana\" button_text=\"Indiana\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Indiana Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"17\" custom_css_main_element=\"width:100%;\" global_module=\"322\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/find-a-dealer/massachusetts\" button_text=\"Massachusetts\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Massachusetts Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"17\" custom_css_main_element=\"width:100%;\" global_module=\"323\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_button button_url=\"/find-a-dealer/michigan\" button_text=\"Michigan\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Michigan Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"17\" custom_css_main_element=\"width:100%;\" global_module=\"324\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/find-a-dealer/new-jersey\" button_text=\"New Jersey\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"New Jersey Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"17\" custom_css_main_element=\"width:100%;\" global_module=\"325\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/find-a-dealer/new-york\" button_text=\"New York\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"New York Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"17\" custom_css_main_element=\"width:100%;\" global_module=\"326\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_button button_url=\"/find-a-dealer/ohio\" button_text=\"Ohio\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Ohio Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"17\" custom_css_main_element=\"width:100%;\" global_module=\"327\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/find-a-dealer/pennsylvania\" button_text=\"Pennsylvania\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Pennsylvania Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"17\" custom_css_main_element=\"width:100%;\" global_module=\"328\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/find-a-dealer/wisconsin\" button_text=\"Wisconsin\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Wisconsin Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"17\" custom_css_main_element=\"width:100%;\" global_module=\"329\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Find a Dealer","","publish","closed","closed","","find-a-dealer","","","2017-09-12 11:38:08","2017-09-12 15:38:08","","0","http://www.pioneercabinetry.co/?page_id=270","0","page","","0");
INSERT INTO `pcab_posts` VALUES("1016","1","2017-09-12 11:37:57","2017-09-12 15:37:57","[et_pb_section fb_built=\"1\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" admin_label=\"section\" _builder_version=\"3.0.47\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Dealer Headline\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"25px||0px|\" custom_margin=\"||0px|\"]

<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Find a Dealer</span></h1>

[/et_pb_text][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Dealer button Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_font_size=\"18px\"]

Use our Dealer Search below or click on your state button to view the closest Pioneer Dealer.

[/et_pb_text][et_pb_code _builder_version=\"3.0.47\"][wpsl][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"off\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h3>To find a dealer in each state, click on the buttons below.</h3>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px|||\" padding_mobile=\"off\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" parallax_method_4=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_button button_url=\"/find-a-dealer/connecticut\" button_text=\"Conneticut\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Connecticut Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"17\" custom_css_main_element=\"width:100%;\" global_module=\"317\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/find-a-dealer/florida\" button_text=\"Florida\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Florida Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"17\" custom_css_main_element=\"width:100%;\" global_module=\"318\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/find-a-dealer/georgia\" button_text=\"Georgia\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Georgia Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"17\" custom_css_main_element=\"width:100%;\" global_module=\"319\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_button button_url=\"/find-a-dealer/illinois\" button_text=\"Illinois\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Illinois Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"17\" custom_css_main_element=\"width:100%;\" global_module=\"320\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/find-a-dealer/indiana\" button_text=\"Indiana\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Indiana Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"17\" custom_css_main_element=\"width:100%;\" global_module=\"322\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/find-a-dealer/massachusetts\" button_text=\"Massachusetts\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Massachusetts Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"17\" custom_css_main_element=\"width:100%;\" global_module=\"323\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_button button_url=\"/find-a-dealer/michigan\" button_text=\"Michigan\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Michigan Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"17\" custom_css_main_element=\"width:100%;\" global_module=\"324\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/find-a-dealer/new-jersey\" button_text=\"New Jersey\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"New Jersey Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"17\" custom_css_main_element=\"width:100%;\" global_module=\"325\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/find-a-dealer/new-york\" button_text=\"New York\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"New York Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"17\" custom_css_main_element=\"width:100%;\" global_module=\"326\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_button button_url=\"/find-a-dealer/ohio\" button_text=\"Ohio\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Ohio Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"17\" custom_css_main_element=\"width:100%;\" global_module=\"327\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/find-a-dealer/pennsylvania\" button_text=\"Pennsylvania\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Pennsylvania Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"17\" custom_css_main_element=\"width:100%;\" global_module=\"328\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/find-a-dealer/wisconsin\" button_text=\"Wisconsin\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Wisconsin Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"17\" custom_css_main_element=\"width:100%;\" global_module=\"329\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Find a Dealer","","inherit","closed","closed","","270-revision-v1","","","2017-09-12 11:37:57","2017-09-12 15:37:57","","270","http://www.pioneercabinetry.co/uncategorized/270-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("271","1","2017-09-10 15:13:57","2017-09-10 19:13:57","[et_pb_section admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Dealer Headline\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"15px||30px|\"]

<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Find a Dealer</span></h1>

[/et_pb_text][et_pb_text admin_label=\"Dealer button Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

Use our Dealer Search below or click on your state button to view the closest Pioneer Dealer.

[/et_pb_text][et_pb_code admin_label=\"Code\"][wpsl][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"||10px|\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<h3>To find a dealer in each state, click on the buttons below.</h3>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px|||\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" parallax_4=\"off\" parallax_method_4=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Connecticut Button\" button_url=\"/wp/find-a-dealer/connecticut\" url_new_window=\"off\" button_text=\"Conneticut\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]



[/et_pb_button][et_pb_button admin_label=\"Florida Button\" button_url=\"/wp/find-a-dealer/florida\" url_new_window=\"off\" button_text=\"Florida\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]



[/et_pb_button][et_pb_button admin_label=\"Georgia Button\" button_url=\"/wp/find-a-dealer/georgia\" url_new_window=\"off\" button_text=\"Georgia\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]



[/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Illinois Button\" button_url=\"/wp/find-a-dealer/illinois\" url_new_window=\"off\" button_text=\"Illinois\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]



[/et_pb_button][et_pb_button admin_label=\"Indiana Button\" button_url=\"/wp/find-a-dealer/indiana\" url_new_window=\"off\" button_text=\"Indiana\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]



[/et_pb_button][et_pb_button admin_label=\"Massachusetts Button\" button_url=\"/wp/find-a-dealer/massachusetts\" url_new_window=\"off\" button_text=\"Massachusetts\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]



[/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Michigan Button\" button_url=\"/wp/find-a-dealer/michigan\" url_new_window=\"off\" button_text=\"Michigan\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]



[/et_pb_button][et_pb_button admin_label=\"New Jersey Button\" button_url=\"/wp/find-a-dealer/new-jersey\" url_new_window=\"off\" button_text=\"New Jersey\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]



[/et_pb_button][et_pb_button admin_label=\"New York Button\" button_url=\"/wp/find-a-dealer/new-york\" url_new_window=\"off\" button_text=\"New York\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]



[/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Ohio Button\" button_url=\"/wp/find-a-dealer/ohio\" url_new_window=\"off\" button_text=\"Ohio\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]



[/et_pb_button][et_pb_button admin_label=\"Pennsylvania Button\" button_url=\"/wp/find-a-dealer/pennsylvania\" url_new_window=\"off\" button_text=\"Pennsylvania\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]



[/et_pb_button][et_pb_button admin_label=\"Wisconsin Button\" button_url=\"/wp/find-a-dealer/wisconsin\" url_new_window=\"off\" button_text=\"Wisconsin\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]



[/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" global_module=\"587\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"on\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" custom_padding=\"10px||25px|\"][et_pb_row global_parent=\"587\" admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"||0px|\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_color_1=\"#000000\" padding_top_1=\"10px\" padding_right_1=\"10px\" padding_bottom_1=\"30px\" padding_left_1=\"10px\" background_color_2=\"#000000\" padding_top_2=\"10px\" padding_right_2=\"10px\" padding_bottom_2=\"30px\" padding_left_2=\"10px\"][et_pb_column type=\"1_2\"][et_pb_cta global_parent=\"587\" admin_label=\"Warranty CTA\" title=\"Warranty\" button_url=\"http://pioneercabinetry.net/wp/quality-care/warranty/\" url_new_window=\"off\" button_text=\"READ MORE\" use_background_color=\"off\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" button_bg_color=\"#e09900\" button_border_width=\"1\" body_font_size=\"16\"]

<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">We stand behind our craftsmanship.</span></p>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta global_parent=\"587\" admin_label=\"Dealer CTA\" title=\"Dealer Locator\" button_url=\"http://pioneercabinetry.net/wp/find-a-dealer/\" url_new_window=\"off\" button_text=\"FIND A DEALER\" use_background_color=\"off\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" button_bg_color=\"#e09900\" button_border_width=\"1\" body_font_size=\"16\"]

<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Find a Dealer","","inherit","closed","closed","","270-revision-v1","","","2017-09-10 15:13:57","2017-09-10 19:13:57","","270","http://www.pioneercabinetry.co/uncategorized/270-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("330","1","2017-09-10 16:13:11","2017-09-10 20:13:11","[et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Dealer Headline\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"15px||30px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Find a Dealer</span></h1>

[/et_pb_text][et_pb_text admin_label=\"Dealer button Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

Use our Dealer Search below or click on your state button to view the closest Pioneer Dealer.

[/et_pb_text][et_pb_code][wpsl][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"||10px|\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h3>To find a dealer in each state, click on the buttons below.</h3>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px|||\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" parallax_4=\"off\" parallax_method_4=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Connecticut Button\" button_url=\"/find-a-dealer/connecticut\" url_new_window=\"off\" button_text=\"Conneticut\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"317\" /][et_pb_button admin_label=\"Florida Button\" button_url=\"/find-a-dealer/florida\" url_new_window=\"off\" button_text=\"Florida\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"318\" /][et_pb_button admin_label=\"Georgia Button\" button_url=\"/find-a-dealer/georgia\" url_new_window=\"off\" button_text=\"Georgia\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"319\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Illinois Button\" button_url=\"/find-a-dealer/illinois\" url_new_window=\"off\" button_text=\"Illinois\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"320\" /][et_pb_button admin_label=\"Indiana Button\" button_url=\"/find-a-dealer/indiana\" url_new_window=\"off\" button_text=\"Indiana\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"322\" /][et_pb_button admin_label=\"Massachusetts Button\" button_url=\"/find-a-dealer/massachusetts\" url_new_window=\"off\" button_text=\"Massachusetts\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"323\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Michigan Button\" button_url=\"/find-a-dealer/michigan\" url_new_window=\"off\" button_text=\"Michigan\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"324\" /][et_pb_button admin_label=\"New Jersey Button\" button_url=\"/find-a-dealer/new-jersey\" url_new_window=\"off\" button_text=\"New Jersey\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"325\" /][et_pb_button admin_label=\"New York Button\" button_url=\"/find-a-dealer/new-york\" url_new_window=\"off\" button_text=\"New York\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"326\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Ohio Button\" button_url=\"/find-a-dealer/ohio\" url_new_window=\"off\" button_text=\"Ohio\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"327\" /][et_pb_button admin_label=\"Pennsylvania Button\" button_url=\"/find-a-dealer/pennsylvania\" url_new_window=\"off\" button_text=\"Pennsylvania\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"328\" /][et_pb_button admin_label=\"Wisconsin Button\" button_url=\"/find-a-dealer/wisconsin\" url_new_window=\"off\" button_text=\"Wisconsin\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"329\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row global_parent=\"93\" background_color_1=\"#000000\" background_color_2=\"#000000\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" _builder_version=\"3.0.72\" make_equal=\"on\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" global_parent=\"93\" title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" global_parent=\"93\" title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Find a Dealer","","inherit","closed","closed","","270-revision-v1","","","2017-09-10 16:13:11","2017-09-10 20:13:11","","270","http://www.pioneercabinetry.co/uncategorized/270-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("272","1","2017-09-10 15:14:16","2017-09-10 19:14:16","[et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Dealer Headline\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"15px||30px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Find a Dealer</span></h1>

[/et_pb_text][et_pb_text admin_label=\"Dealer button Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

Use our Dealer Search below or click on your state button to view the closest Pioneer Dealer.

[/et_pb_text][et_pb_code][wpsl][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"||10px|\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h3>To find a dealer in each state, click on the buttons below.</h3>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px|||\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" parallax_4=\"off\" parallax_method_4=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Connecticut Button\" button_url=\"/wp/find-a-dealer/connecticut\" url_new_window=\"off\" button_text=\"Conneticut\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" /][et_pb_button admin_label=\"Florida Button\" button_url=\"/wp/find-a-dealer/florida\" url_new_window=\"off\" button_text=\"Florida\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" /][et_pb_button admin_label=\"Georgia Button\" button_url=\"/wp/find-a-dealer/georgia\" url_new_window=\"off\" button_text=\"Georgia\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Illinois Button\" button_url=\"/wp/find-a-dealer/illinois\" url_new_window=\"off\" button_text=\"Illinois\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" /][et_pb_button admin_label=\"Indiana Button\" button_url=\"/wp/find-a-dealer/indiana\" url_new_window=\"off\" button_text=\"Indiana\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" /][et_pb_button admin_label=\"Massachusetts Button\" button_url=\"/wp/find-a-dealer/massachusetts\" url_new_window=\"off\" button_text=\"Massachusetts\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Michigan Button\" button_url=\"/wp/find-a-dealer/michigan\" url_new_window=\"off\" button_text=\"Michigan\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" /][et_pb_button admin_label=\"New Jersey Button\" button_url=\"/wp/find-a-dealer/new-jersey\" url_new_window=\"off\" button_text=\"New Jersey\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" /][et_pb_button admin_label=\"New York Button\" button_url=\"/wp/find-a-dealer/new-york\" url_new_window=\"off\" button_text=\"New York\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Ohio Button\" button_url=\"/wp/find-a-dealer/ohio\" url_new_window=\"off\" button_text=\"Ohio\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" /][et_pb_button admin_label=\"Pennsylvania Button\" button_url=\"/wp/find-a-dealer/pennsylvania\" url_new_window=\"off\" button_text=\"Pennsylvania\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" /][et_pb_button admin_label=\"Wisconsin Button\" button_url=\"/wp/find-a-dealer/wisconsin\" url_new_window=\"off\" button_text=\"Wisconsin\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"on\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" custom_padding=\"10px||25px|\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"||0px|\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_color_1=\"#000000\" padding_top_1=\"10px\" padding_right_1=\"10px\" padding_bottom_1=\"30px\" padding_left_1=\"10px\" background_color_2=\"#000000\" padding_top_2=\"10px\" padding_right_2=\"10px\" padding_bottom_2=\"30px\" padding_left_2=\"10px\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" title=\"Warranty\" button_url=\"http://pioneercabinetry.net/wp/quality-care/warranty/\" url_new_window=\"off\" button_text=\"READ MORE\" use_background_color=\"off\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" button_bg_color=\"#e09900\" button_border_width=\"1\" body_font_size=\"16\"]

<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">We stand behind our craftsmanship.</span></p>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" title=\"Dealer Locator\" button_url=\"http://pioneercabinetry.net/wp/find-a-dealer/\" url_new_window=\"off\" button_text=\"FIND A DEALER\" use_background_color=\"off\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" button_bg_color=\"#e09900\" button_border_width=\"1\" body_font_size=\"16\"]

<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Find a Dealer","","inherit","closed","closed","","270-revision-v1","","","2017-09-10 15:14:16","2017-09-10 19:14:16","","270","http://www.pioneercabinetry.co/uncategorized/270-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("273","1","2017-09-10 15:17:30","2017-09-10 19:17:30","[et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Dealer Headline\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"15px||5px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Find a Wisconsin Dealer</span></h1>

[/et_pb_text][et_pb_text admin_label=\"Dealer button Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||25px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

Here is our current list of dealers.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"The Granite Workshop\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>The Granite Workshop</strong></span>
1169 Romin Road
Lake Geneva WI 53147
(262) 723-9393

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][/et_pb_column][et_pb_column type=\"1_4\"][/et_pb_column][et_pb_column type=\"1_4\"][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px|||\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" parallax_4=\"off\" parallax_method_4=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Connecticut Button\" button_url=\"/find-a-dealer/connecticut\" url_new_window=\"off\" button_text=\"Conneticut\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"317\" /][et_pb_button admin_label=\"Florida Button\" button_url=\"/find-a-dealer/florida\" url_new_window=\"off\" button_text=\"Florida\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"318\" /][et_pb_button admin_label=\"Georgia Button\" button_url=\"/find-a-dealer/georgia\" url_new_window=\"off\" button_text=\"Georgia\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"319\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Illinois Button\" button_url=\"/find-a-dealer/illinois\" url_new_window=\"off\" button_text=\"Illinois\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"320\" /][et_pb_button admin_label=\"Indiana Button\" button_url=\"/find-a-dealer/indiana\" url_new_window=\"off\" button_text=\"Indiana\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"322\" /][et_pb_button admin_label=\"Massachusetts Button\" button_url=\"/find-a-dealer/massachusetts\" url_new_window=\"off\" button_text=\"Massachusetts\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"323\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Michigan Button\" button_url=\"/find-a-dealer/michigan\" url_new_window=\"off\" button_text=\"Michigan\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"324\" /][et_pb_button admin_label=\"New Jersey Button\" button_url=\"/find-a-dealer/new-jersey\" url_new_window=\"off\" button_text=\"New Jersey\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"325\" /][et_pb_button admin_label=\"New York Button\" button_url=\"/find-a-dealer/new-york\" url_new_window=\"off\" button_text=\"New York\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"326\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Ohio Button\" button_url=\"/find-a-dealer/ohio\" url_new_window=\"off\" button_text=\"Ohio\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"327\" /][et_pb_button admin_label=\"Pennsylvania Button\" button_url=\"/find-a-dealer/pennsylvania\" url_new_window=\"off\" button_text=\"Pennsylvania\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"328\" /][et_pb_button admin_label=\"Wisconsin Button\" button_url=\"/find-a-dealer/wisconsin\" url_new_window=\"off\" button_text=\"Wisconsin\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"329\" /][/et_pb_column][/et_pb_row][/et_pb_section]","Wisconsin","","publish","closed","closed","","wisconsin","","","2017-09-10 16:13:56","2017-09-10 20:13:56","","270","http://www.pioneercabinetry.co/?page_id=273","0","page","","0");
INSERT INTO `pcab_posts` VALUES("274","1","2017-09-10 15:17:22","2017-09-10 19:17:22","[et_pb_section admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Dealer Headline\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"15px||5px|\"]

<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Find a Wisconsin Dealer</span></h1>

[/et_pb_text][et_pb_text admin_label=\"Dealer button Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||25px|\"]

Here is our current list of dealers.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"The Granite Workshop\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<span style=\"color: #ffcc00\"><strong>The Granite Workshop</strong></span>
1169 Romin Road
Lake Geneva WI 53147
(262) 723-9393

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][/et_pb_column][et_pb_column type=\"1_4\"][/et_pb_column][et_pb_column type=\"1_4\"][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Connecticut Button\" button_url=\"/wp/find-a-dealer/connecticut\" url_new_window=\"off\" button_text=\"Conneticut\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]



[/et_pb_button][et_pb_button admin_label=\"Florida Button\" button_url=\"/wp/find-a-dealer/florida\" url_new_window=\"off\" button_text=\"Florida\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]



[/et_pb_button][et_pb_button admin_label=\"Georgia Button\" button_url=\"/wp/find-a-dealer/georgia\" url_new_window=\"off\" button_text=\"Georgia\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]



[/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Illinois Button\" button_url=\"/wp/find-a-dealer/illinois\" url_new_window=\"off\" button_text=\"Illinois\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]



[/et_pb_button][et_pb_button admin_label=\"Indiana Button\" button_url=\"/wp/find-a-dealer/indiana\" url_new_window=\"off\" button_text=\"Indiana\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]



[/et_pb_button][et_pb_button admin_label=\"Massachusetts Button\" button_url=\"/wp/find-a-dealer/massachusetts\" url_new_window=\"off\" button_text=\"Massachusetts\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]



[/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Michigan Button\" button_url=\"/wp/find-a-dealer/michigan\" url_new_window=\"off\" button_text=\"Michigan\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]



[/et_pb_button][et_pb_button admin_label=\"New Jersey Button\" button_url=\"/wp/find-a-dealer/new-jersey\" url_new_window=\"off\" button_text=\"New Jersey\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]



[/et_pb_button][et_pb_button admin_label=\"New York Button\" button_url=\"/wp/find-a-dealer/new-york\" url_new_window=\"off\" button_text=\"New York\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]



[/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Ohio Button\" button_url=\"/wp/find-a-dealer/ohio\" url_new_window=\"off\" button_text=\"Ohio\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]



[/et_pb_button][et_pb_button admin_label=\"Pennsylvania Button\" button_url=\"/wp/find-a-dealer/pennsylvania\" url_new_window=\"off\" button_text=\"Pennsylvania\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]



[/et_pb_button][et_pb_button admin_label=\"Wisconsin Button\" button_url=\"/wp/find-a-dealer/wisconsin\" url_new_window=\"off\" button_text=\"Wisconsin\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]



[/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]","Wisconsin","","inherit","closed","closed","","273-revision-v1","","","2017-09-10 15:17:22","2017-09-10 19:17:22","","273","http://www.pioneercabinetry.co/uncategorized/273-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("275","1","2017-09-10 15:19:06","2017-09-10 19:19:06","[et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Dealer Headline\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"15px||5px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Find a Pennsylvania Dealer</span></h1>

[/et_pb_text][et_pb_text admin_label=\"Dealer button Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||25px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

Here is our current list of dealers.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"A.M. Construction\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>A.M. Construction</strong></span>
80 Raspberry Rd
Claysville PA 15323
(412) 600-8366

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Allegheny Kitchens Of Portage\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Allegheny Kitchens Of Portage</strong></span>
629 Dulancey Dr
Portage PA 15946
(814) 736-3805

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Atzert Remodeling\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Atzert Remodeling</strong></span>
328 Holiday Dr
Pittsburgh PA 15237
(412) 366-3857

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Kitchen Fair Discount Center\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Kitchen Fair Discount Center</strong></span>
900 E Elfinwild Rd
Allison Park PA 15101
(412) 961-0660

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px|||\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" parallax_4=\"off\" parallax_method_4=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Connecticut Button\" button_url=\"/find-a-dealer/connecticut\" url_new_window=\"off\" button_text=\"Conneticut\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"317\" /][et_pb_button admin_label=\"Florida Button\" button_url=\"/find-a-dealer/florida\" url_new_window=\"off\" button_text=\"Florida\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"318\" /][et_pb_button admin_label=\"Georgia Button\" button_url=\"/find-a-dealer/georgia\" url_new_window=\"off\" button_text=\"Georgia\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"319\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Illinois Button\" button_url=\"/find-a-dealer/illinois\" url_new_window=\"off\" button_text=\"Illinois\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"320\" /][et_pb_button admin_label=\"Indiana Button\" button_url=\"/find-a-dealer/indiana\" url_new_window=\"off\" button_text=\"Indiana\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"322\" /][et_pb_button admin_label=\"Massachusetts Button\" button_url=\"/find-a-dealer/massachusetts\" url_new_window=\"off\" button_text=\"Massachusetts\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"323\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Michigan Button\" button_url=\"/find-a-dealer/michigan\" url_new_window=\"off\" button_text=\"Michigan\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"324\" /][et_pb_button admin_label=\"New Jersey Button\" button_url=\"/find-a-dealer/new-jersey\" url_new_window=\"off\" button_text=\"New Jersey\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"325\" /][et_pb_button admin_label=\"New York Button\" button_url=\"/find-a-dealer/new-york\" url_new_window=\"off\" button_text=\"New York\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"326\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Ohio Button\" button_url=\"/find-a-dealer/ohio\" url_new_window=\"off\" button_text=\"Ohio\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"327\" /][et_pb_button admin_label=\"Pennsylvania Button\" button_url=\"/find-a-dealer/pennsylvania\" url_new_window=\"off\" button_text=\"Pennsylvania\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"328\" /][et_pb_button admin_label=\"Wisconsin Button\" button_url=\"/find-a-dealer/wisconsin\" url_new_window=\"off\" button_text=\"Wisconsin\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"329\" /][/et_pb_column][/et_pb_row][/et_pb_section]","Pennsylvania","","publish","closed","closed","","pennsylvania","","","2017-09-10 16:14:11","2017-09-10 20:14:11","","270","http://www.pioneercabinetry.co/?page_id=275","0","page","","0");
INSERT INTO `pcab_posts` VALUES("276","1","2017-09-10 15:18:34","2017-09-10 19:18:34","[et_pb_section admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Dealer Headline\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"15px||5px|\"]
<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Find a Pennsylvania Dealer</span></h1>
[/et_pb_text][et_pb_text admin_label=\"Dealer button Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||25px|\"]

Here is our current list of dealers.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"A.M. Construction\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<span style=\"color: #ffcc00\"><strong>A.M. Construction</strong></span>
80 Raspberry Rd
Claysville PA 15323
(412) 600-8366

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Allegheny Kitchens Of Portage\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<span style=\"color: #ffcc00\"><strong>Allegheny Kitchens Of Portage</strong></span>
629 Dulancey Dr
Portage PA 15946
(814) 736-3805

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Atzert Remodeling\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<span style=\"color: #ffcc00\"><strong>Atzert Remodeling</strong></span>
328 Holiday Dr
Pittsburgh PA 15237
(412) 366-3857

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Kitchen Fair Discount Center\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<span style=\"color: #ffcc00\"><strong>Kitchen Fair Discount Center</strong></span>
900 E Elfinwild Rd
Allison Park PA 15101
(412) 961-0660

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Connecticut Button\" button_url=\"/wp/find-a-dealer/connecticut\" url_new_window=\"off\" button_text=\"Conneticut\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]
[/et_pb_button][et_pb_button admin_label=\"Florida Button\" button_url=\"/wp/find-a-dealer/florida\" url_new_window=\"off\" button_text=\"Florida\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]
[/et_pb_button][et_pb_button admin_label=\"Georgia Button\" button_url=\"/wp/find-a-dealer/georgia\" url_new_window=\"off\" button_text=\"Georgia\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]
[/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Illinois Button\" button_url=\"/wp/find-a-dealer/illinois\" url_new_window=\"off\" button_text=\"Illinois\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]
[/et_pb_button][et_pb_button admin_label=\"Indiana Button\" button_url=\"/wp/find-a-dealer/indiana\" url_new_window=\"off\" button_text=\"Indiana\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]
[/et_pb_button][et_pb_button admin_label=\"Massachusetts Button\" button_url=\"/wp/find-a-dealer/massachusetts\" url_new_window=\"off\" button_text=\"Massachusetts\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]
[/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Michigan Button\" button_url=\"/wp/find-a-dealer/michigan\" url_new_window=\"off\" button_text=\"Michigan\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]
[/et_pb_button][et_pb_button admin_label=\"New Jersey Button\" button_url=\"/wp/find-a-dealer/new-jersey\" url_new_window=\"off\" button_text=\"New Jersey\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]
[/et_pb_button][et_pb_button admin_label=\"New York Button\" button_url=\"/wp/find-a-dealer/new-york\" url_new_window=\"off\" button_text=\"New York\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]
[/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Ohio Button\" button_url=\"/wp/find-a-dealer/ohio\" url_new_window=\"off\" button_text=\"Ohio\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]
[/et_pb_button][et_pb_button admin_label=\"Pennsylvania Button\" button_url=\"/wp/find-a-dealer/pennsylvania\" url_new_window=\"off\" button_text=\"Pennsylvania\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]
[/et_pb_button][et_pb_button admin_label=\"Wisconsin Button\" button_url=\"/wp/find-a-dealer/wisconsin\" url_new_window=\"off\" button_text=\"Wisconsin\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]
[/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]","Pennsylvania","","inherit","closed","closed","","275-revision-v1","","","2017-09-10 15:18:34","2017-09-10 19:18:34","","275","http://www.pioneercabinetry.co/uncategorized/275-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("277","1","2017-09-10 15:20:15","2017-09-10 19:20:15","[et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Dealer Headline\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"15px||5px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Find a Ohio Dealer</span></h1>

[/et_pb_text][et_pb_text admin_label=\"Dealer button Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||25px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

Here is our current list of dealers.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"C\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1>C</h1>

[/et_pb_text][et_pb_text admin_label=\"Cabinets 2 Countertops\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Cabinets 2 Countertops</strong></span>
7142 Frank Ave NW
North Canton OH 44720
(330) 244-0221

[/et_pb_text][et_pb_text admin_label=\"Cabinetmakers\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Cabinetmakers</strong></span>
210R West Perkins Ave
Sandusky OH 44870
(419) 626-4032

[/et_pb_text][et_pb_text admin_label=\"Cavins Kitchen Village\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Cavins Kitchen Village</strong></span>
<a href=\"http://www.cavinskitchenvillage.com/\">cavinskitchenvillage.com</a>
215 S Main St
Findlay OH 45840
(419) 423-1115

[/et_pb_text][et_pb_text admin_label=\"Classic Kitchens &amp; Baths\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Classic Kitchens &amp; Baths</strong></span>
101 N Stone Street
Fremont OH 43420
(419) 355-8001

[/et_pb_text][et_pb_text admin_label=\"D\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1>D</h1>

[/et_pb_text][et_pb_text admin_label=\"Dream Kitchen And Bath Inc.\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Dream Kitchen And Bath Inc.</strong></span>
<a href=\"http://www.dreamkitchenandbath.com/\">dreamkitchenandbath.com</a>
2840 N Reynolds Rd
Toledo OH 43615
(419) 531-8700

[/et_pb_text][et_pb_text admin_label=\"F\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1>F</h1>

[/et_pb_text][et_pb_text admin_label=\"Fraley &amp; Fox Constuction, Inc.\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Fraley &amp; Fox Constuction, Inc.</strong></span>
150 Dane Street
Amherst OH 44001
(440) 988-7292

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Friar Home Improvement\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Friar Home Improvement</strong></span>
3435 Brookpark Rd
Parma OH 44134
(216) 741-3440

[/et_pb_text][et_pb_text admin_label=\"G\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1>G</h1>

[/et_pb_text][et_pb_text admin_label=\"Galehouse Lumber Co\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Galehouse Lumber Co</strong></span>
12667 Portage St
Doylestown OH 44230
(330) 658-2023

[/et_pb_text][et_pb_text admin_label=\"H\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1>H</h1>

[/et_pb_text][et_pb_text admin_label=\"Heringhaus Furniture\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Heringhaus Furniture</strong></span>
991 South Main Street
Bowling Green OH 43402
(419) 352-8147

[/et_pb_text][et_pb_text admin_label=\"Home Remodeling\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Home Remodeling</strong></span>
2115 Baldwin Rd
Reynoldsburg OH 43068
(614) 570-9535<strong> </strong>

[/et_pb_text][et_pb_text admin_label=\"K\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1>K</h1>

[/et_pb_text][et_pb_text admin_label=\"Kitchenology\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<strong><span style=\"color: #ffcc00\">Kitchenology</span>
</strong>2784 Griffin Dr
Lewis Center OH 43035
(614) 271-5445<strong>
</strong>

[/et_pb_text][et_pb_text admin_label=\"M\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1>M</h1>

[/et_pb_text][et_pb_text admin_label=\"Mullins Supply\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Mullins Supply</strong></span>
9645 County Rd 39
Bloomingdale OH 43910
(740) 632-6795

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"P\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1>P</h1>

[/et_pb_text][et_pb_text admin_label=\"Penklor Construction\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Penklor Construction</strong></span>
4695 Lake Forest Dr #300
Cincinnati OH 45242
(513) 563-3582

[/et_pb_text][et_pb_text admin_label=\"Prestige Interiors\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Prestige Interiors</strong></span>
<a href=\"http://www.prestige123.com/\">prestige123.com</a>
4727 Cornell Rd
Cincinnati OH 45241
(513) 247-0229

[/et_pb_text][et_pb_text admin_label=\"R\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1>R</h1>

[/et_pb_text][et_pb_text admin_label=\"River Valley Cabinet Works\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>River Valley Cabinet Works</strong></span>
37274 Fifth Ave
Sardis OH 43946
(740) 483-1989

[/et_pb_text][et_pb_text admin_label=\"Ro-Ma Contracting\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Ro-Ma Contracting</strong></span>
6229 Hubbard Rd
Hubbard OH 44425
(330) 259-7206

[/et_pb_text][et_pb_text admin_label=\"S\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1>S</h1>

[/et_pb_text][et_pb_text admin_label=\"Shulls Home Remodelers\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Shulls Home Remodelers</strong></span>
3203 Orchard Avenue Se
Warren OH 44484
(330) 369-5853

[/et_pb_text][et_pb_text admin_label=\"T\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1>T</h1>

[/et_pb_text][et_pb_text admin_label=\"The Kitchen Center Home Supply\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>The Kitchen Center Home Supply</strong></span>
7946 North State Route 66
Defiance OH 43512
(419) 782-7756

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"V\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1>V</h1>

[/et_pb_text][et_pb_text admin_label=\"Volkman Kitchen And Bath\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Volkman Kitchen And Bath</strong></span>
<a href=\"http://www.volkmankitchenandbath.com/\">volkmankitchenandbath.com</a>
1467 N Shoop Ave
Wauseon OH 43567
(419) 335-6665

[/et_pb_text][et_pb_text admin_label=\"Y\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1>Y</h1>

[/et_pb_text][et_pb_text admin_label=\"Yelton’s Remodeling\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Yelton’s Remodeling</strong></span>
143 Sheffield Rd
Cincinnati OH 48240
(513) 429-2090

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px|||\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" parallax_4=\"off\" parallax_method_4=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Connecticut Button\" button_url=\"/find-a-dealer/connecticut\" url_new_window=\"off\" button_text=\"Conneticut\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"317\" /][et_pb_button admin_label=\"Florida Button\" button_url=\"/find-a-dealer/florida\" url_new_window=\"off\" button_text=\"Florida\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"318\" /][et_pb_button admin_label=\"Georgia Button\" button_url=\"/find-a-dealer/georgia\" url_new_window=\"off\" button_text=\"Georgia\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"319\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Illinois Button\" button_url=\"/find-a-dealer/illinois\" url_new_window=\"off\" button_text=\"Illinois\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"320\" /][et_pb_button admin_label=\"Indiana Button\" button_url=\"/find-a-dealer/indiana\" url_new_window=\"off\" button_text=\"Indiana\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"322\" /][et_pb_button admin_label=\"Massachusetts Button\" button_url=\"/find-a-dealer/massachusetts\" url_new_window=\"off\" button_text=\"Massachusetts\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"323\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Michigan Button\" button_url=\"/find-a-dealer/michigan\" url_new_window=\"off\" button_text=\"Michigan\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"324\" /][et_pb_button admin_label=\"New Jersey Button\" button_url=\"/find-a-dealer/new-jersey\" url_new_window=\"off\" button_text=\"New Jersey\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"325\" /][et_pb_button admin_label=\"New York Button\" button_url=\"/find-a-dealer/new-york\" url_new_window=\"off\" button_text=\"New York\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"326\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Ohio Button\" button_url=\"/find-a-dealer/ohio\" url_new_window=\"off\" button_text=\"Ohio\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"327\" /][et_pb_button admin_label=\"Pennsylvania Button\" button_url=\"/find-a-dealer/pennsylvania\" url_new_window=\"off\" button_text=\"Pennsylvania\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"328\" /][et_pb_button admin_label=\"Wisconsin Button\" button_url=\"/find-a-dealer/wisconsin\" url_new_window=\"off\" button_text=\"Wisconsin\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"329\" /][/et_pb_column][/et_pb_row][/et_pb_section]","Ohio","","publish","closed","closed","","ohio","","","2017-09-10 16:14:32","2017-09-10 20:14:32","","270","http://www.pioneercabinetry.co/?page_id=277","0","page","","0");
INSERT INTO `pcab_posts` VALUES("278","1","2017-09-10 15:20:04","2017-09-10 19:20:04","[et_pb_section admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Dealer Headline\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"15px||5px|\"]

<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Find a Ohio Dealer</span></h1>

[/et_pb_text][et_pb_text admin_label=\"Dealer button Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||25px|\"]

Here is our current list of dealers.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"C\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<h1>C</h1>

[/et_pb_text][et_pb_text admin_label=\"Cabinets 2 Countertops\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\"]

<span style=\"color: #ffcc00\"><strong>Cabinets 2 Countertops</strong></span>
7142 Frank Ave NW
North Canton OH 44720
(330) 244-0221

[/et_pb_text][et_pb_text admin_label=\"Cabinetmakers\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\"]

<span style=\"color: #ffcc00\"><strong>Cabinetmakers</strong></span>
210R West Perkins Ave
Sandusky OH 44870
(419) 626-4032

[/et_pb_text][et_pb_text admin_label=\"Cavins Kitchen Village\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\"]

<span style=\"color: #ffcc00\"><strong>Cavins Kitchen Village</strong></span>
<a href=\"http://www.cavinskitchenvillage.com/\">cavinskitchenvillage.com</a>
215 S Main St
Findlay OH 45840
(419) 423-1115

[/et_pb_text][et_pb_text admin_label=\"Classic Kitchens &amp; Baths\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\"]

<span style=\"color: #ffcc00\"><strong>Classic Kitchens &amp; Baths</strong></span>
101 N Stone Street
Fremont OH 43420
(419) 355-8001

[/et_pb_text][et_pb_text admin_label=\"D\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<h1>D</h1>

[/et_pb_text][et_pb_text admin_label=\"Dream Kitchen And Bath Inc.\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\"]

<span style=\"color: #ffcc00\"><strong>Dream Kitchen And Bath Inc.</strong></span>
<a href=\"http://www.dreamkitchenandbath.com/\">dreamkitchenandbath.com</a>
2840 N Reynolds Rd
Toledo OH 43615
(419) 531-8700

[/et_pb_text][et_pb_text admin_label=\"F\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<h1>F</h1>

[/et_pb_text][et_pb_text admin_label=\"Fraley &amp; Fox Constuction, Inc.\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\"]

<span style=\"color: #ffcc00\"><strong>Fraley &amp; Fox Constuction, Inc.</strong></span>
150 Dane Street
Amherst OH 44001
(440) 988-7292

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Friar Home Improvement\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\"]

<span style=\"color: #ffcc00\"><strong>Friar Home Improvement</strong></span>
3435 Brookpark Rd
Parma OH 44134
(216) 741-3440

[/et_pb_text][et_pb_text admin_label=\"G\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<h1>G</h1>

[/et_pb_text][et_pb_text admin_label=\"Galehouse Lumber Co\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\"]

<span style=\"color: #ffcc00\"><strong>Galehouse Lumber Co</strong></span>
12667 Portage St
Doylestown OH 44230
(330) 658-2023

[/et_pb_text][et_pb_text admin_label=\"H\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<h1>H</h1>

[/et_pb_text][et_pb_text admin_label=\"Heringhaus Furniture\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\"]

<span style=\"color: #ffcc00\"><strong>Heringhaus Furniture</strong></span>
991 South Main Street
Bowling Green OH 43402
(419) 352-8147

[/et_pb_text][et_pb_text admin_label=\"Home Remodeling\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\"]

<span style=\"color: #ffcc00\"><strong>Home Remodeling</strong></span>
2115 Baldwin Rd
Reynoldsburg OH 43068
(614) 570-9535<strong> </strong>

[/et_pb_text][et_pb_text admin_label=\"K\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<h1>K</h1>

[/et_pb_text][et_pb_text admin_label=\"Kitchenology\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\"]

<strong><span style=\"color: #ffcc00\">Kitchenology</span>
</strong>2784 Griffin Dr
Lewis Center OH 43035
(614) 271-5445<strong>
</strong>

[/et_pb_text][et_pb_text admin_label=\"M\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<h1>M</h1>

[/et_pb_text][et_pb_text admin_label=\"Mullins Supply\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\"]

<span style=\"color: #ffcc00\"><strong>Mullins Supply</strong></span>
9645 County Rd 39
Bloomingdale OH 43910
(740) 632-6795

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"P\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<h1>P</h1>

[/et_pb_text][et_pb_text admin_label=\"Penklor Construction\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\"]

<span style=\"color: #ffcc00\"><strong>Penklor Construction</strong></span>
4695 Lake Forest Dr #300
Cincinnati OH 45242
(513) 563-3582

[/et_pb_text][et_pb_text admin_label=\"Prestige Interiors\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\"]

<span style=\"color: #ffcc00\"><strong>Prestige Interiors</strong></span>
<a href=\"http://www.prestige123.com/\">prestige123.com</a>
4727 Cornell Rd
Cincinnati OH 45241
(513) 247-0229

[/et_pb_text][et_pb_text admin_label=\"R\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<h1>R</h1>

[/et_pb_text][et_pb_text admin_label=\"River Valley Cabinet Works\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\"]

<span style=\"color: #ffcc00\"><strong>River Valley Cabinet Works</strong></span>
37274 Fifth Ave
Sardis OH 43946
(740) 483-1989

[/et_pb_text][et_pb_text admin_label=\"Ro-Ma Contracting\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\"]

<span style=\"color: #ffcc00\"><strong>Ro-Ma Contracting</strong></span>
6229 Hubbard Rd
Hubbard OH 44425
(330) 259-7206

[/et_pb_text][et_pb_text admin_label=\"S\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<h1>S</h1>

[/et_pb_text][et_pb_text admin_label=\"Shulls Home Remodelers\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\"]

<span style=\"color: #ffcc00\"><strong>Shulls Home Remodelers</strong></span>
3203 Orchard Avenue Se
Warren OH 44484
(330) 369-5853

[/et_pb_text][et_pb_text admin_label=\"T\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<h1>T</h1>

[/et_pb_text][et_pb_text admin_label=\"The Kitchen Center Home Supply\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\"]

<span style=\"color: #ffcc00\"><strong>The Kitchen Center Home Supply</strong></span>
7946 North State Route 66
Defiance OH 43512
(419) 782-7756

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"V\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<h1>V</h1>

[/et_pb_text][et_pb_text admin_label=\"Volkman Kitchen And Bath\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\"]

<span style=\"color: #ffcc00\"><strong>Volkman Kitchen And Bath</strong></span>
<a href=\"http://www.volkmankitchenandbath.com/\">volkmankitchenandbath.com</a>
1467 N Shoop Ave
Wauseon OH 43567
(419) 335-6665

[/et_pb_text][et_pb_text admin_label=\"Y\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<h1>Y</h1>

[/et_pb_text][et_pb_text admin_label=\"Yelton’s Remodeling\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\"]

<span style=\"color: #ffcc00\"><strong>Yelton’s Remodeling</strong></span>
143 Sheffield Rd
Cincinnati OH 48240
(513) 429-2090

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Connecticut Button\" button_url=\"/wp/find-a-dealer/connecticut\" url_new_window=\"off\" button_text=\"Conneticut\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]



[/et_pb_button][et_pb_button admin_label=\"Florida Button\" button_url=\"/wp/find-a-dealer/florida\" url_new_window=\"off\" button_text=\"Florida\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]



[/et_pb_button][et_pb_button admin_label=\"Georgia Button\" button_url=\"/wp/find-a-dealer/georgia\" url_new_window=\"off\" button_text=\"Georgia\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]



[/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Illinois Button\" button_url=\"/wp/find-a-dealer/illinois\" url_new_window=\"off\" button_text=\"Illinois\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]



[/et_pb_button][et_pb_button admin_label=\"Indiana Button\" button_url=\"/wp/find-a-dealer/indiana\" url_new_window=\"off\" button_text=\"Indiana\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]



[/et_pb_button][et_pb_button admin_label=\"Massachusetts Button\" button_url=\"/wp/find-a-dealer/massachusetts\" url_new_window=\"off\" button_text=\"Massachusetts\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]



[/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Michigan Button\" button_url=\"/wp/find-a-dealer/michigan\" url_new_window=\"off\" button_text=\"Michigan\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]



[/et_pb_button][et_pb_button admin_label=\"New Jersey Button\" button_url=\"/wp/find-a-dealer/new-jersey\" url_new_window=\"off\" button_text=\"New Jersey\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]



[/et_pb_button][et_pb_button admin_label=\"New York Button\" button_url=\"/wp/find-a-dealer/new-york\" url_new_window=\"off\" button_text=\"New York\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]



[/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Ohio Button\" button_url=\"/wp/find-a-dealer/ohio\" url_new_window=\"off\" button_text=\"Ohio\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]



[/et_pb_button][et_pb_button admin_label=\"Pennsylvania Button\" button_url=\"/wp/find-a-dealer/pennsylvania\" url_new_window=\"off\" button_text=\"Pennsylvania\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]



[/et_pb_button][et_pb_button admin_label=\"Wisconsin Button\" button_url=\"/wp/find-a-dealer/wisconsin\" url_new_window=\"off\" button_text=\"Wisconsin\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]



[/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]","Ohio","","inherit","closed","closed","","277-revision-v1","","","2017-09-10 15:20:04","2017-09-10 19:20:04","","277","http://www.pioneercabinetry.co/uncategorized/277-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("279","1","2017-09-10 15:22:09","2017-09-10 19:22:09","[et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Dealer Headline\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"15px||5px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Find a New York Dealer</span></h1>

[/et_pb_text][et_pb_text admin_label=\"Dealer button Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||25px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

Here is our current list of dealers.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Bath Connection\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Bath Connection</strong></span>
1 Pauls Path
Coram NY 11727
(631) 698-5680

&nbsp;

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px|||\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" parallax_4=\"off\" parallax_method_4=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Connecticut Button\" button_url=\"/find-a-dealer/connecticut\" url_new_window=\"off\" button_text=\"Conneticut\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"317\" /][et_pb_button admin_label=\"Florida Button\" button_url=\"/find-a-dealer/florida\" url_new_window=\"off\" button_text=\"Florida\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"318\" /][et_pb_button admin_label=\"Georgia Button\" button_url=\"/find-a-dealer/georgia\" url_new_window=\"off\" button_text=\"Georgia\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"319\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Illinois Button\" button_url=\"/find-a-dealer/illinois\" url_new_window=\"off\" button_text=\"Illinois\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"320\" /][et_pb_button admin_label=\"Indiana Button\" button_url=\"/find-a-dealer/indiana\" url_new_window=\"off\" button_text=\"Indiana\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"322\" /][et_pb_button admin_label=\"Massachusetts Button\" button_url=\"/find-a-dealer/massachusetts\" url_new_window=\"off\" button_text=\"Massachusetts\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"323\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Michigan Button\" button_url=\"/find-a-dealer/michigan\" url_new_window=\"off\" button_text=\"Michigan\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"324\" /][et_pb_button admin_label=\"New Jersey Button\" button_url=\"/find-a-dealer/new-jersey\" url_new_window=\"off\" button_text=\"New Jersey\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"325\" /][et_pb_button admin_label=\"New York Button\" button_url=\"/find-a-dealer/new-york\" url_new_window=\"off\" button_text=\"New York\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"326\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Ohio Button\" button_url=\"/find-a-dealer/ohio\" url_new_window=\"off\" button_text=\"Ohio\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"327\" /][et_pb_button admin_label=\"Pennsylvania Button\" button_url=\"/find-a-dealer/pennsylvania\" url_new_window=\"off\" button_text=\"Pennsylvania\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"328\" /][et_pb_button admin_label=\"Wisconsin Button\" button_url=\"/find-a-dealer/wisconsin\" url_new_window=\"off\" button_text=\"Wisconsin\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"329\" /][/et_pb_column][/et_pb_row][/et_pb_section]","New York","","publish","closed","closed","","new-york","","","2017-09-10 16:14:51","2017-09-10 20:14:51","","270","http://www.pioneercabinetry.co/?page_id=279","0","page","","0");
INSERT INTO `pcab_posts` VALUES("280","1","2017-09-10 15:21:02","2017-09-10 19:21:02","[et_pb_section admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Dealer Headline\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"15px||5px|\"]
<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Find a New York Dealer</span></h1>
[/et_pb_text][et_pb_text admin_label=\"Dealer button Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||25px|\"]

Here is our current list of dealers.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Bath Connection\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<span style=\"color: #ffcc00\"><strong>Bath Connection</strong></span>
1 Pauls Path
Coram NY 11727
(631) 698-5680

&nbsp;

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Connecticut Button\" button_url=\"/wp/find-a-dealer/connecticut\" url_new_window=\"off\" button_text=\"Conneticut\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"] [/et_pb_button][et_pb_button admin_label=\"Florida Button\" button_url=\"/wp/find-a-dealer/florida\" url_new_window=\"off\" button_text=\"Florida\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"] [/et_pb_button][et_pb_button admin_label=\"Georgia Button\" button_url=\"/wp/find-a-dealer/georgia\" url_new_window=\"off\" button_text=\"Georgia\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"] [/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Illinois Button\" button_url=\"/wp/find-a-dealer/illinois\" url_new_window=\"off\" button_text=\"Illinois\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"] [/et_pb_button][et_pb_button admin_label=\"Indiana Button\" button_url=\"/wp/find-a-dealer/indiana\" url_new_window=\"off\" button_text=\"Indiana\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"] [/et_pb_button][et_pb_button admin_label=\"Massachusetts Button\" button_url=\"/wp/find-a-dealer/massachusetts\" url_new_window=\"off\" button_text=\"Massachusetts\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"] [/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Michigan Button\" button_url=\"/wp/find-a-dealer/michigan\" url_new_window=\"off\" button_text=\"Michigan\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"] [/et_pb_button][et_pb_button admin_label=\"New Jersey Button\" button_url=\"/wp/find-a-dealer/new-jersey\" url_new_window=\"off\" button_text=\"New Jersey\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"] [/et_pb_button][et_pb_button admin_label=\"New York Button\" button_url=\"/wp/find-a-dealer/new-york\" url_new_window=\"off\" button_text=\"New York\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"] [/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Ohio Button\" button_url=\"/wp/find-a-dealer/ohio\" url_new_window=\"off\" button_text=\"Ohio\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"] [/et_pb_button][et_pb_button admin_label=\"Pennsylvania Button\" button_url=\"/wp/find-a-dealer/pennsylvania\" url_new_window=\"off\" button_text=\"Pennsylvania\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"] [/et_pb_button][et_pb_button admin_label=\"Wisconsin Button\" button_url=\"/wp/find-a-dealer/wisconsin\" url_new_window=\"off\" button_text=\"Wisconsin\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"] [/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]","New York","","inherit","closed","closed","","279-revision-v1","","","2017-09-10 15:21:02","2017-09-10 19:21:02","","279","http://www.pioneercabinetry.co/uncategorized/279-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("281","1","2017-09-10 15:24:02","2017-09-10 19:24:02","[et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Dealer Headline\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"15px||5px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Find a New Jersey Dealer</span></h1>

[/et_pb_text][et_pb_text admin_label=\"Dealer button Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||25px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

Here is our current list of dealers.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Carpets &amp; More\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Carpets &amp; More</strong></span>
3160 Bordentown Avenue
Old Bridge NJ 08857
(732) 316-9500

&nbsp;

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px|||\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" parallax_4=\"off\" parallax_method_4=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Connecticut Button\" button_url=\"/find-a-dealer/connecticut\" url_new_window=\"off\" button_text=\"Conneticut\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"317\" /][et_pb_button admin_label=\"Florida Button\" button_url=\"/find-a-dealer/florida\" url_new_window=\"off\" button_text=\"Florida\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"318\" /][et_pb_button admin_label=\"Georgia Button\" button_url=\"/find-a-dealer/georgia\" url_new_window=\"off\" button_text=\"Georgia\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"319\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Illinois Button\" button_url=\"/find-a-dealer/illinois\" url_new_window=\"off\" button_text=\"Illinois\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"320\" /][et_pb_button admin_label=\"Indiana Button\" button_url=\"/find-a-dealer/indiana\" url_new_window=\"off\" button_text=\"Indiana\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"322\" /][et_pb_button admin_label=\"Massachusetts Button\" button_url=\"/find-a-dealer/massachusetts\" url_new_window=\"off\" button_text=\"Massachusetts\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"323\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Michigan Button\" button_url=\"/find-a-dealer/michigan\" url_new_window=\"off\" button_text=\"Michigan\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"324\" /][et_pb_button admin_label=\"New Jersey Button\" button_url=\"/find-a-dealer/new-jersey\" url_new_window=\"off\" button_text=\"New Jersey\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"325\" /][et_pb_button admin_label=\"New York Button\" button_url=\"/find-a-dealer/new-york\" url_new_window=\"off\" button_text=\"New York\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"326\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Ohio Button\" button_url=\"/find-a-dealer/ohio\" url_new_window=\"off\" button_text=\"Ohio\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"327\" /][et_pb_button admin_label=\"Pennsylvania Button\" button_url=\"/find-a-dealer/pennsylvania\" url_new_window=\"off\" button_text=\"Pennsylvania\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"328\" /][et_pb_button admin_label=\"Wisconsin Button\" button_url=\"/find-a-dealer/wisconsin\" url_new_window=\"off\" button_text=\"Wisconsin\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"329\" /][/et_pb_column][/et_pb_row][/et_pb_section]","New Jersey","","publish","closed","closed","","new-jersey","","","2017-09-10 16:15:10","2017-09-10 20:15:10","","270","http://www.pioneercabinetry.co/?page_id=281","0","page","","0");
INSERT INTO `pcab_posts` VALUES("282","1","2017-09-10 15:23:03","2017-09-10 19:23:03","[et_pb_section admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Dealer Headline\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"15px||5px|\"]
<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Find a New Jersey Dealer</span></h1>
[/et_pb_text][et_pb_text admin_label=\"Dealer button Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||25px|\"]

Here is our current list of dealers.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Carpets &amp; More\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<span style=\"color: #ffcc00\"><strong>Carpets &amp; More</strong></span>
3160 Bordentown Avenue
Old Bridge NJ 08857
(732) 316-9500

&nbsp;

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Connecticut Button\" button_url=\"/wp/find-a-dealer/connecticut\" url_new_window=\"off\" button_text=\"Conneticut\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"] [/et_pb_button][et_pb_button admin_label=\"Florida Button\" button_url=\"/wp/find-a-dealer/florida\" url_new_window=\"off\" button_text=\"Florida\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"] [/et_pb_button][et_pb_button admin_label=\"Georgia Button\" button_url=\"/wp/find-a-dealer/georgia\" url_new_window=\"off\" button_text=\"Georgia\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"] [/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Illinois Button\" button_url=\"/wp/find-a-dealer/illinois\" url_new_window=\"off\" button_text=\"Illinois\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"] [/et_pb_button][et_pb_button admin_label=\"Indiana Button\" button_url=\"/wp/find-a-dealer/indiana\" url_new_window=\"off\" button_text=\"Indiana\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"] [/et_pb_button][et_pb_button admin_label=\"Massachusetts Button\" button_url=\"/wp/find-a-dealer/massachusetts\" url_new_window=\"off\" button_text=\"Massachusetts\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"] [/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Michigan Button\" button_url=\"/wp/find-a-dealer/michigan\" url_new_window=\"off\" button_text=\"Michigan\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"] [/et_pb_button][et_pb_button admin_label=\"New Jersey Button\" button_url=\"/wp/find-a-dealer/new-jersey\" url_new_window=\"off\" button_text=\"New Jersey\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"] [/et_pb_button][et_pb_button admin_label=\"New York Button\" button_url=\"/wp/find-a-dealer/new-york\" url_new_window=\"off\" button_text=\"New York\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"] [/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Ohio Button\" button_url=\"/wp/find-a-dealer/ohio\" url_new_window=\"off\" button_text=\"Ohio\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"] [/et_pb_button][et_pb_button admin_label=\"Pennsylvania Button\" button_url=\"/wp/find-a-dealer/pennsylvania\" url_new_window=\"off\" button_text=\"Pennsylvania\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"] [/et_pb_button][et_pb_button admin_label=\"Wisconsin Button\" button_url=\"/wp/find-a-dealer/wisconsin\" url_new_window=\"off\" button_text=\"Wisconsin\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"] [/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]","New Jersey","","inherit","closed","closed","","281-revision-v1","","","2017-09-10 15:23:03","2017-09-10 19:23:03","","281","http://www.pioneercabinetry.co/uncategorized/281-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("283","1","2017-09-10 15:25:04","2017-09-10 19:25:04","[et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Dealer Headline\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"15px||5px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Find a Michigan Dealer</span></h1>

[/et_pb_text][et_pb_text admin_label=\"Dealer button Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||25px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

Here is our current list of dealers.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"A\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1>A</h1>

[/et_pb_text][et_pb_text admin_label=\"Abode Building Materials Co\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Abode Building Materials Co</strong></span>
8308 Shaver Rd
Portage MI 49024
(269) 329-1800

[/et_pb_text][et_pb_text admin_label=\"Access Kitchens\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Access Kitchens</strong></span>
3960 Tittabawassee Rd
Saginaw MI 48604
(989) 793-4444

[/et_pb_text][et_pb_text admin_label=\"Accurate Woodworking\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Accurate Woodworking</strong></span>
<a href=\"http://www.accuratewoodworking.com/\">accuratewoodworking.com</a>
7675 Highland Rd
Waterford MI 48327
(248) 666-3755

[/et_pb_text][et_pb_text admin_label=\"Affordable Kitchen And Bath\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Affordable Kitchen And Bath</strong></span>
6332 Middlebelt Road
Garden City MI 48135
(734) 422-0660

[/et_pb_text][et_pb_text admin_label=\"Alpha Design + Build\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Alpha Design + Build</strong></span>
<a href=\"http://www.alpharemodeling.com/\">alpharemodeling.com</a>
6921 Jackson Road
Ann Arbor MI 48103
(734) 769-1900

[/et_pb_text][et_pb_text admin_label=\"Asprey Cabinetry Dist. Inc\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Asprey Cabinetry Dist. Inc</strong></span>
26056 W 12 Mile Rd
Southfield MI 48034
(248) 353-5520

[/et_pb_text][et_pb_text admin_label=\"Bavarian Builders Inc\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Bavarian Builders Inc</strong></span>
9720 Junction Rd
Frankenmuth MI 48734
(989) 652-8990

[/et_pb_text][et_pb_text admin_label=\"Bayshore Kitchen and Bath\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Bayshore Kitchen and Bath</strong></span>
51180 Washington St
New Baltimore MI 48047
(586) 725-8800

[/et_pb_text][et_pb_text admin_label=\"Beagle Construction, LLC\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Beagle Construction, LLC</strong></span>
9742 Gratiot Rd
Saginaw MI 48609
(989) 781-2668

[/et_pb_text][et_pb_text admin_label=\"Berry Nice Kitchens\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Berry Nice Kitchens</strong></span>
01690 Old State Rd
Boyne City MI 49712
(231) 582-5807

[/et_pb_text][et_pb_text admin_label=\"Ben\'s Supercenter Inc.\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Ben\'s Supercenter Inc.</strong></span>
2424 S VanDyke Rd
Marlette, MI 48453
(989) 635-7548 ext 2

[/et_pb_text][et_pb_text admin_label=\"Big Rapids Cash &amp; Carry Inc\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Big Rapids Cash &amp; Carry Inc</strong></span>
130 S Third Ave
Big Rapids MI 49307
(231) 796-3595

[/et_pb_text][et_pb_text admin_label=\"C\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1>C</h1>

[/et_pb_text][et_pb_text admin_label=\"Cabinet Clinic Inc\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Cabinet Clinic Inc</strong></span>
<a href=\"http://www.cabinetclinic.net/\">cabinetclinic.net</a>
33800 Capitol Rd
Livonia MI 48150
(734) 261-0222

[/et_pb_text][et_pb_text admin_label=\"Carlson Home Improvement\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Carlson Home Improvement</strong></span>
105 Eaton Ave
Charlevoix MI 49720
(231) 675-4561

[/et_pb_text][et_pb_text admin_label=\"Countertops Direct\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Countertops Direct</strong></span>
<a href=\"http://countertopsdirect.biz\">countertopsdirect.biz</a>
3841 Pine Grove Ave
Fort Gratiot, MI 48059
(810) 937-5372

[/et_pb_text][et_pb_text admin_label=\"Countertops Direct\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Countertops Direct</strong></span>
<a href=\"http://countertopsdirect.biz\">countertopsdirect.biz</a>
41900 Executive Dr
Harrison Twp, MI 48045
(586) 477-2700

[/et_pb_text][et_pb_text admin_label=\"Creative Designs Plus Inc\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Creative Designs Plus Inc</strong></span>
<a href=\"http://www.kitchenbathbrightonmi.com/\">kitchenbathbrightonmi.com</a>
321 W Main St
Brighton MI 48116
(810) 220-0020

[/et_pb_text][et_pb_text admin_label=\"Creative Kitchens\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Creative Kitchens</strong></span>
747 Woodmere Ave
Traverse City MI 49686
(231) 946-2929

[/et_pb_text][et_pb_text admin_label=\"Custom Bars &amp; Bar Stools\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Custom Bars &amp; Bar Stools</strong></span>
21352 Cass Ave
Clinton Township MI 48036
(586) 415-0688

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"D\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1>D</h1>

[/et_pb_text][et_pb_text admin_label=\"Don’s Quality Cabinets\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Don’s Quality Cabinets</strong></span>
2325 S. Bad Axe
Bad Axe MI 48413
(989) 269-6865

[/et_pb_text][et_pb_text admin_label=\"E\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1>E</h1>

[/et_pb_text][et_pb_text admin_label=\"Expo Kitchen And Bath Ltd\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Expo Kitchen And Bath Ltd</strong></span>
<a href=\"http://www.expokb.com/\">expokb.com</a>
2459 W Stadium Blvd
Ann Arbor MI 48103
(734) 741-5888

[/et_pb_text][et_pb_text admin_label=\"F\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1>F</h1>

[/et_pb_text][et_pb_text admin_label=\"Flynn Lumber &amp; Supply Co\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Flynn Lumber &amp; Supply Co</strong></span>
<a href=\"http://www.flynnlumber.com/\">flynnlumber.com</a>
2465 W M-61
Gladwin MI 48624
(989) 426-8861

[/et_pb_text][et_pb_text admin_label=\"Frankenmuth Kitchens\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Frankenmuth Kitchens</strong></span>
4857 Reimer Road
Bridgeport MI 48722
(989) 529-1799

[/et_pb_text][et_pb_text admin_label=\"G\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1>G</h1>

[/et_pb_text][et_pb_text admin_label=\"Great Lakes Kitchen &amp; Bath\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Great Lakes Kitchen &amp; Bath</strong></span>
3543 Huron Rd
Standish MI 48658
(989) 846-1299

[/et_pb_text][et_pb_text admin_label=\"Greystone Kitchen &amp; Bath\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Greystone Kitchen &amp; Bath</strong></span>
6408 W Wackerly Rd
Midland MI 48642
(989) 835-6965

[/et_pb_text][et_pb_text admin_label=\"H\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1>H</h1>

[/et_pb_text][et_pb_text admin_label=\"H&amp;S Supply Incly Inc\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>H&amp;S Supply Inc</strong><strong>ly Inc</strong></span>
317 N Fiske Rd
Coldwater MI 49036
(517) 278-5814

[/et_pb_text][et_pb_text admin_label=\"Harris-McClain Kitchen &amp; Bath\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Harris-McClain Kitchen &amp; Bath</strong></span>
<a href=\"//www.harrismcclain.com\">harrismcclain.com</a>
14214 S Dixie Highway
Monroe MI 48161
(734) 243-7683

[/et_pb_text][et_pb_text admin_label=\"Homelife Homes\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Homelife Homes</strong></span>
<a href=\"http://www.homelifehomes.com/\">homelifehomes.com</a>
8100 Fulton SE
Ada MI 49301
(616) 682-0100

[/et_pb_text][et_pb_text admin_label=\"I\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1>I</h1>

[/et_pb_text][et_pb_text admin_label=\"Ideology, Inc\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Ideology, Inc</strong></span>
111 West Second St
Rochester MI 48307
(248) 651-9940

[/et_pb_text][et_pb_text admin_label=\"J\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1>J</h1>

[/et_pb_text][et_pb_text admin_label=\"John’s Lumber\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>John’s Lumber</strong></span>
<a href=\"http://www.johnslumber.com/\">johnslumber.com</a>
34151 S Gratiot
Clinton Township MI 48035
(586) 791-1200

[/et_pb_text][et_pb_text admin_label=\"JW Morris Custom Kitchen &amp; Bath\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>JW Morris Custom Kitchen &amp; Bath</strong></span>
<a href=\"http://www.morriskitchenandbath.com/\">morriskitchenandbath.com</a>
17864 Mack Ave
Grosse Pointe MI 48230
(313) 886-4898

[/et_pb_text][et_pb_text admin_label=\"JW Morris Custom Kitchen &amp; Bath, HS\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>JW Morris Custom Kitchen &amp; Bath, HS</strong></span>
<a href=\"http://www.morriskitchenandbath.com/\">morriskitchenandbath.com</a>
1030 S State St
Harbor Springs, MI 49740
(231) 526-2877

[/et_pb_text][et_pb_text admin_label=\"K\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1>K</h1>

[/et_pb_text][et_pb_text admin_label=\"Kitchen &amp; Bath By Design, Inc\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Kitchen &amp; Bath By Design, Inc</strong></span>
11630 14 Mile Rd St 200
Rockford MI 49341
(616) 754-3238

[/et_pb_text][et_pb_text admin_label=\"Kurts Appliance Center Inc\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Kurts Appliance Center Inc</strong></span>
217 N Clinton Ave
St. John’s MI 48879
(989) 224-3895

[/et_pb_text][et_pb_text admin_label=\"L\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1>L</h1>

[/et_pb_text][et_pb_text admin_label=\"Leutz Cabinets\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Leutz Cabinets</strong></span>
1215 Wildwood Avenue
Jackson MI 49202
(517) 796-9829

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Lloyd’s Cabinet Shop Inc.\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Lloyd’s Cabinet Shop Inc.</strong></span>
1947 N M-13
Pinconning MI 48650
(989) 879-3015

[/et_pb_text][et_pb_text admin_label=\"Luxury Bath\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Luxury Bath</strong></span>
1330 E. Hemphill Road
Burton MI 48529
(810) 742-3303

[/et_pb_text][et_pb_text admin_label=\"M\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1>M</h1>

[/et_pb_text][et_pb_text admin_label=\"Mans Kitchen &amp; Bath\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Mans Kitchen &amp; Bath</strong></span>
<a href=\"http://www.manslumber.com/\">manslumber.com</a>
47255 Michigan Ave
Canton MI 48188
(734) 714-5800

[/et_pb_text][et_pb_text admin_label=\"Mans Kitchen &amp; Bath\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Mans Kitchen &amp; Bath</strong></span>
<a href=\"http://www.manslumber.com/\">manslumber.com</a>
3300 W Jefferson
Trenton MI 48183
(734) 692-0072

[/et_pb_text][et_pb_text admin_label=\"Maplewood Home Builders Inc\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Maplewood Home Builders Inc</strong></span>
5492 W US 10
Ludington MI 49431
(231) 206-2743

[/et_pb_text][et_pb_text admin_label=\"MCBI\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>MCBI</strong></span>
4015 Vandyke Suite B
Almont MI 48003
(810) 441-6796

[/et_pb_text][et_pb_text admin_label=\"M’s Kitchen And Bath Showroom\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>M’s Kitchen And Bath Showroom</strong></span>
328 W M-55
West Branch MI 48661
(989) 345-2243

[/et_pb_text][et_pb_text admin_label=\"N\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1>N</h1>

[/et_pb_text][et_pb_text admin_label=\"Northern Cabinets\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Northern Cabinets</strong></span>
9990 N Straits Highway
Cheboygan MI 49721
(231) 627-9751

[/et_pb_text][et_pb_text admin_label=\"Nu-Way Utica, Inc\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Nu-Way Utica, Inc</strong></span>
<a href=\"http://www.nuwaysupply.com/\">nuwaysupply.com</a>
5227 Auburn Road
Utica MI 48317
(586) 731-4000

[/et_pb_text][et_pb_text admin_label=\"O\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1>O</h1>

[/et_pb_text][et_pb_text admin_label=\"Odd Fellows Contracting Inc\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Odd Fellows Contracting Inc</strong></span>
oddfellowscontracting.com
<a href=\"mailto:bret@oddfellowscontracting.com\">bret@oddfellowscontracting.com</a>
996 Glaser Rd
Williamston&nbsp; MI 48895
(517) 655-9272
(517) 485-1701

[/et_pb_text][et_pb_text admin_label=\"Olson Lumber\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Olson Lumber</strong></span>
168 Harrison St
Manistee MI 49660
(231) 723-3563

[/et_pb_text][et_pb_text admin_label=\"P\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1>P</h1>

[/et_pb_text][et_pb_text admin_label=\"ProBuild Company LLC\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>ProBuild Company LLC</strong></span>
1282 US 31 N
Petoskey MI 49770
(231) 347-8784

[/et_pb_text][et_pb_text admin_label=\"Q\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1>Q</h1>

[/et_pb_text][et_pb_text admin_label=\"Quality Builders &amp; Supplies\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Quality Builders &amp; Supplies</strong></span>
8543 Kokosing Rd
Hale MI 48739
(989) 297-0559

[/et_pb_text][et_pb_text admin_label=\"R\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1>R</h1>

[/et_pb_text][et_pb_text admin_label=\"Remodel It!\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Remodel It!</strong></span>
123 E Grand River Ave
Williamston MI 48895
(877)- REMODEL

[/et_pb_text][et_pb_text admin_label=\"Render Construction\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Render Construction</strong></span>
104 West Main St
Gaylord, MI 49735
(989) 448-8866

[/et_pb_text][et_pb_text admin_label=\"Richard Feight Kitchens LLC\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Richard Feight Kitchens LLC</strong></span>
2333 Staib Rd
Tecumseh MI 49286
(517) 423-9311

[/et_pb_text][et_pb_text admin_label=\"S\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1>S</h1>

[/et_pb_text][et_pb_text admin_label=\"Scholten Kitchens &amp; Baths\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Scholten Kitchens &amp; Baths</strong></span>
<a href=\"http://www.scholtenkitchenandbath.com/\">scholtenkitchenandbath.com</a>
1728 S Westnedge Ave
Kalamazoo MI 49008
(269) 345-1166

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Sculpture Cabinetry &amp; Renovations LLC\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Sculpture Cabinetry &amp; Renovations LLC</strong></span>
8169 Arnold Rd
Ira Township MI 48023
(586) 725-6440

[/et_pb_text][et_pb_text admin_label=\"SDI Contracting\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>SDI Contracting</strong></span>
68095 S Main St
Richmond MI 48062
(586) 615-6553

[/et_pb_text][et_pb_text admin_label=\"Seeco Contracting Corporation\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Seeco Contracting Corporation</strong></span>
11383 E McAllister Rd
Suttons Bay MI 49682
(231) 271-4333

[/et_pb_text][et_pb_text admin_label=\"Starline Distributors Inc\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Starline Distributors Inc</strong></span>
<a href=\"http://www.starlinekitchens.com/\">starlinekitchens.com</a>
G6189 W Pierson Rd
Flushing MI 48433
(810) 732-0982

[/et_pb_text][et_pb_text admin_label=\"Starlite Kitchens\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Starlite Kitchens</strong></span>
<a href=\"http://www.starlitekitchens.com/\">starlitekitchens.com</a>
365 84th St SW Suite 1
Byron Center MI 49315
(616) 583-9304

[/et_pb_text][et_pb_text admin_label=\"Stellar Hardwood\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Stellar Hardwood</strong></span>
<a href=\"http://www.stellarhardwood.com/\">stellarhardwood.com</a>
12300 Merriman
Livonia MI 48150
(734) 427-9663

[/et_pb_text][et_pb_text admin_label=\"Stonebridge Kitchen And Bath\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Stonebridge Kitchen And Bath</strong></span>
<a href=\"http://www.stonebridgekitchen.com/\">stonebridgekitchen.com</a>
28317 Beck Rd E-1
Wixom MI 48393
(248) 912-1900

[/et_pb_text][et_pb_text admin_label=\"Studio Design And Millwork\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Studio Design And Millwork</strong></span>
<a href=\"http://www.studiomillwork.com/\">studiomillwork.com</a>
49420 Van Dyke
Utica MI 48317
(586) 726-5537

[/et_pb_text][et_pb_text admin_label=\"Style Trend Kitchen &amp; Baths\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Style Trend Kitchen &amp; Baths</strong></span>
792 W Laketon
Muskegon MI 49441
(231) 755-3777

[/et_pb_text][et_pb_text admin_label=\"T\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1>T</h1>

[/et_pb_text][et_pb_text admin_label=\"The Cabinet Gallery Inc\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>The Cabinet Gallery Inc</strong></span>
<a href=\"http://www.cabinetgallerymi.com/\">cabinetgallerymi.com</a>
6751 Dixie Hwy
Clarkston MI 48346
(248) 625-6767

[/et_pb_text][et_pb_text admin_label=\"The Kitchen Master\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>The Kitchen Master</strong></span>
<a href=\"http://www.kitchenmastermi.com/\">kitchenmastermi.com</a>
33401 Grand River Ave
Farmington MI 48335
(248) 478-8888

[/et_pb_text][et_pb_text admin_label=\"TLC Kitchens &amp; Bath Inc\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>TLC Kitchens &amp; Bath Inc</strong></span>
538 Hoppe Rd
Hesperia MI 49421
(231) 854-9782

[/et_pb_text][et_pb_text admin_label=\"Town &amp; Country Kitchen Warehouse Inc\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Town &amp; Country Kitchen Warehouse Inc</strong></span>
<a href=\"http://www.towncountrykitchen.com/\">towncountrykitchen.com</a>
4315 N Adrian Hwy
Adrian MI 49221
(517) 263-9585

[/et_pb_text][et_pb_text admin_label=\"U\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1>U</h1>

[/et_pb_text][et_pb_text admin_label=\"United Mill &amp; Cabinet Inc\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>United Mill &amp; Cabinet Inc</strong></span>
8842 Bunton Road
Willis MI 48191
(734) 482-1981

[/et_pb_text][et_pb_text admin_label=\"V\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1>V</h1>

[/et_pb_text][et_pb_text admin_label=\"Vassar Building Center Inc\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Vassar Building Center Inc</strong></span>
<a href=\"http://vbc.doitbest.com/\">vbc.doitbest.com</a>
1013 W Saginaw Road
Vassar MI 48768
(989) 823-8513

[/et_pb_text][et_pb_text admin_label=\"W\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1>W</h1>

[/et_pb_text][et_pb_text admin_label=\"World Wide Cabinets\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>World Wide Cabinets</strong></span>
<a href=\"http://www.worldwidecabinets.com/\">worldwidecabinets.com</a>
2655 Orchard Lake Rd Ste 109
Sylvan Lake MI 48320
(248) 683-2680

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px|||\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" parallax_4=\"off\" parallax_method_4=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Connecticut Button\" button_url=\"/find-a-dealer/connecticut\" url_new_window=\"off\" button_text=\"Conneticut\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"317\" /][et_pb_button admin_label=\"Florida Button\" button_url=\"/find-a-dealer/florida\" url_new_window=\"off\" button_text=\"Florida\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"318\" /][et_pb_button admin_label=\"Georgia Button\" button_url=\"/find-a-dealer/georgia\" url_new_window=\"off\" button_text=\"Georgia\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"319\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Illinois Button\" button_url=\"/find-a-dealer/illinois\" url_new_window=\"off\" button_text=\"Illinois\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"320\" /][et_pb_button admin_label=\"Indiana Button\" button_url=\"/find-a-dealer/indiana\" url_new_window=\"off\" button_text=\"Indiana\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"322\" /][et_pb_button admin_label=\"Massachusetts Button\" button_url=\"/find-a-dealer/massachusetts\" url_new_window=\"off\" button_text=\"Massachusetts\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"323\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Michigan Button\" button_url=\"/find-a-dealer/michigan\" url_new_window=\"off\" button_text=\"Michigan\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"324\" /][et_pb_button admin_label=\"New Jersey Button\" button_url=\"/find-a-dealer/new-jersey\" url_new_window=\"off\" button_text=\"New Jersey\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"325\" /][et_pb_button admin_label=\"New York Button\" button_url=\"/find-a-dealer/new-york\" url_new_window=\"off\" button_text=\"New York\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"326\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Ohio Button\" button_url=\"/find-a-dealer/ohio\" url_new_window=\"off\" button_text=\"Ohio\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"327\" /][et_pb_button admin_label=\"Pennsylvania Button\" button_url=\"/find-a-dealer/pennsylvania\" url_new_window=\"off\" button_text=\"Pennsylvania\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"328\" /][et_pb_button admin_label=\"Wisconsin Button\" button_url=\"/find-a-dealer/wisconsin\" url_new_window=\"off\" button_text=\"Wisconsin\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"329\" /][/et_pb_column][/et_pb_row][/et_pb_section]","Michigan","","publish","closed","closed","","michigan","","","2017-09-10 16:15:42","2017-09-10 20:15:42","","270","http://www.pioneercabinetry.co/?page_id=283","0","page","","0");
INSERT INTO `pcab_posts` VALUES("284","1","2017-09-10 15:24:47","2017-09-10 19:24:47","[et_pb_section admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Dealer Headline\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"15px||5px|\"]

<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Find a Michigan Dealer</span></h1>

[/et_pb_text][et_pb_text admin_label=\"Dealer button Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||25px|\"]

Here is our current list of dealers.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"A\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<h1>A</h1>

[/et_pb_text][et_pb_text admin_label=\"Abode Building Materials Co\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\"]

<span style=\"color: #ffcc00\"><strong>Abode Building Materials Co</strong></span>
8308 Shaver Rd
Portage MI 49024
(269) 329-1800

[/et_pb_text][et_pb_text admin_label=\"Access Kitchens\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\"]

<span style=\"color: #ffcc00\"><strong>Access Kitchens</strong></span>
3960 Tittabawassee Rd
Saginaw MI 48604
(989) 793-4444

[/et_pb_text][et_pb_text admin_label=\"Accurate Woodworking\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\"]

<span style=\"color: #ffcc00\"><strong>Accurate Woodworking</strong></span>
<a href=\"http://www.accuratewoodworking.com/\">accuratewoodworking.com</a>
7675 Highland Rd
Waterford MI 48327
(248) 666-3755

[/et_pb_text][et_pb_text admin_label=\"Affordable Kitchen And Bath\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\"]

<span style=\"color: #ffcc00\"><strong>Affordable Kitchen And Bath</strong></span>
6332 Middlebelt Road
Garden City MI 48135
(734) 422-0660

[/et_pb_text][et_pb_text admin_label=\"Alpha Design + Build\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\"]

<span style=\"color: #ffcc00\"><strong>Alpha Design + Build</strong></span>
<a href=\"http://www.alpharemodeling.com/\">alpharemodeling.com</a>
6921 Jackson Road
Ann Arbor MI 48103
(734) 769-1900

[/et_pb_text][et_pb_text admin_label=\"Asprey Cabinetry Dist. Inc\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\"]

<span style=\"color: #ffcc00\"><strong>Asprey Cabinetry Dist. Inc</strong></span>
26056 W 12 Mile Rd
Southfield MI 48034
(248) 353-5520

[/et_pb_text][et_pb_text admin_label=\"Bavarian Builders Inc\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\"]

<span style=\"color: #ffcc00\"><strong>Bavarian Builders Inc</strong></span>
9720 Junction Rd
Frankenmuth MI 48734
(989) 652-8990

[/et_pb_text][et_pb_text admin_label=\"Bayshore Kitchen and Bath\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\"]

<span style=\"color: #ffcc00\"><strong>Bayshore Kitchen and Bath</strong></span>
51180 Washington St
New Baltimore MI 48047
(586) 725-8800

[/et_pb_text][et_pb_text admin_label=\"Beagle Construction, LLC\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\"]

<span style=\"color: #ffcc00\"><strong>Beagle Construction, LLC</strong></span>
9742 Gratiot Rd
Saginaw MI 48609
(989) 781-2668

[/et_pb_text][et_pb_text admin_label=\"Berry Nice Kitchens\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\"]

<span style=\"color: #ffcc00\"><strong>Berry Nice Kitchens</strong></span>
01690 Old State Rd
Boyne City MI 49712
(231) 582-5807

[/et_pb_text][et_pb_text admin_label=\"Ben\'s Supercenter Inc.\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\"]

<span style=\"color: #ffcc00\"><strong>Ben\'s Supercenter Inc.</strong></span>
2424 S VanDyke Rd
Marlette, MI 48453
(989) 635-7548 ext 2

[/et_pb_text][et_pb_text admin_label=\"Big Rapids Cash &amp; Carry Inc\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\"]

<span style=\"color: #ffcc00\"><strong>Big Rapids Cash &amp; Carry Inc</strong></span>
130 S Third Ave
Big Rapids MI 49307
(231) 796-3595

[/et_pb_text][et_pb_text admin_label=\"C\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<h1>C</h1>

[/et_pb_text][et_pb_text admin_label=\"Cabinet Clinic Inc\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\"]

<span style=\"color: #ffcc00\"><strong>Cabinet Clinic Inc</strong></span>
<a href=\"http://www.cabinetclinic.net/\">cabinetclinic.net</a>
33800 Capitol Rd
Livonia MI 48150
(734) 261-0222

[/et_pb_text][et_pb_text admin_label=\"Carlson Home Improvement\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\"]

<span style=\"color: #ffcc00\"><strong>Carlson Home Improvement</strong></span>
105 Eaton Ave
Charlevoix MI 49720
(231) 675-4561

[/et_pb_text][et_pb_text admin_label=\"Countertops Direct\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\"]

<span style=\"color: #ffcc00\"><strong>Countertops Direct</strong></span>
<a href=\"http://countertopsdirect.biz\">countertopsdirect.biz</a>
3841 Pine Grove Ave
Fort Gratiot, MI 48059
(810) 937-5372

[/et_pb_text][et_pb_text admin_label=\"Countertops Direct\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\"]

<span style=\"color: #ffcc00\"><strong>Countertops Direct</strong></span>
<a href=\"http://countertopsdirect.biz\">countertopsdirect.biz</a>
41900 Executive Dr
Harrison Twp, MI 48045
(586) 477-2700

[/et_pb_text][et_pb_text admin_label=\"Creative Designs Plus Inc\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\"]

<span style=\"color: #ffcc00\"><strong>Creative Designs Plus Inc</strong></span>
<a href=\"http://www.kitchenbathbrightonmi.com/\">kitchenbathbrightonmi.com</a>
321 W Main St
Brighton MI 48116
(810) 220-0020

[/et_pb_text][et_pb_text admin_label=\"Creative Kitchens\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\"]

<span style=\"color: #ffcc00\"><strong>Creative Kitchens</strong></span>
747 Woodmere Ave
Traverse City MI 49686
(231) 946-2929

[/et_pb_text][et_pb_text admin_label=\"Custom Bars &amp; Bar Stools\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\"]

<span style=\"color: #ffcc00\"><strong>Custom Bars &amp; Bar Stools</strong></span>
21352 Cass Ave
Clinton Township MI 48036
(586) 415-0688

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"D\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<h1>D</h1>

[/et_pb_text][et_pb_text admin_label=\"Don’s Quality Cabinets\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\"]

<span style=\"color: #ffcc00\"><strong>Don’s Quality Cabinets</strong></span>
2325 S. Bad Axe
Bad Axe MI 48413
(989) 269-6865

[/et_pb_text][et_pb_text admin_label=\"E\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<h1>E</h1>

[/et_pb_text][et_pb_text admin_label=\"Expo Kitchen And Bath Ltd\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\"]

<span style=\"color: #ffcc00\"><strong>Expo Kitchen And Bath Ltd</strong></span>
<a href=\"http://www.expokb.com/\">expokb.com</a>
2459 W Stadium Blvd
Ann Arbor MI 48103
(734) 741-5888

[/et_pb_text][et_pb_text admin_label=\"F\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<h1>F</h1>

[/et_pb_text][et_pb_text admin_label=\"Flynn Lumber &amp; Supply Co\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\"]

<span style=\"color: #ffcc00\"><strong>Flynn Lumber &amp; Supply Co</strong></span>
<a href=\"http://www.flynnlumber.com/\">flynnlumber.com</a>
2465 W M-61
Gladwin MI 48624
(989) 426-8861

[/et_pb_text][et_pb_text admin_label=\"Frankenmuth Kitchens\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\"]

<span style=\"color: #ffcc00\"><strong>Frankenmuth Kitchens</strong></span>
4857 Reimer Road
Bridgeport MI 48722
(989) 529-1799

[/et_pb_text][et_pb_text admin_label=\"G\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<h1>G</h1>

[/et_pb_text][et_pb_text admin_label=\"Great Lakes Kitchen &amp; Bath\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\"]

<span style=\"color: #ffcc00\"><strong>Great Lakes Kitchen &amp; Bath</strong></span>
3543 Huron Rd
Standish MI 48658
(989) 846-1299

[/et_pb_text][et_pb_text admin_label=\"Greystone Kitchen &amp; Bath\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\"]

<span style=\"color: #ffcc00\"><strong>Greystone Kitchen &amp; Bath</strong></span>
6408 W Wackerly Rd
Midland MI 48642
(989) 835-6965

[/et_pb_text][et_pb_text admin_label=\"H\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<h1>H</h1>

[/et_pb_text][et_pb_text admin_label=\"H&amp;S Supply Incly Inc\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\"]

<span style=\"color: #ffcc00\"><strong>H&amp;S Supply Inc</strong><strong>ly Inc</strong></span>
317 N Fiske Rd
Coldwater MI 49036
(517) 278-5814

[/et_pb_text][et_pb_text admin_label=\"Harris-McClain Kitchen &amp; Bath\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\"]

<span style=\"color: #ffcc00\"><strong>Harris-McClain Kitchen &amp; Bath</strong></span>
<a href=\"//www.harrismcclain.com\">harrismcclain.com</a>
14214 S Dixie Highway
Monroe MI 48161
(734) 243-7683

[/et_pb_text][et_pb_text admin_label=\"Homelife Homes\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\"]

<span style=\"color: #ffcc00\"><strong>Homelife Homes</strong></span>
<a href=\"http://www.homelifehomes.com/\">homelifehomes.com</a>
8100 Fulton SE
Ada MI 49301
(616) 682-0100

[/et_pb_text][et_pb_text admin_label=\"I\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<h1>I</h1>

[/et_pb_text][et_pb_text admin_label=\"Ideology, Inc\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\"]

<span style=\"color: #ffcc00\"><strong>Ideology, Inc</strong></span>
111 West Second St
Rochester MI 48307
(248) 651-9940

[/et_pb_text][et_pb_text admin_label=\"J\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<h1>J</h1>

[/et_pb_text][et_pb_text admin_label=\"John’s Lumber\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\"]

<span style=\"color: #ffcc00\"><strong>John’s Lumber</strong></span>
<a href=\"http://www.johnslumber.com/\">johnslumber.com</a>
34151 S Gratiot
Clinton Township MI 48035
(586) 791-1200

[/et_pb_text][et_pb_text admin_label=\"JW Morris Custom Kitchen &amp; Bath\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\"]

<span style=\"color: #ffcc00\"><strong>JW Morris Custom Kitchen &amp; Bath</strong></span>
<a href=\"http://www.morriskitchenandbath.com/\">morriskitchenandbath.com</a>
17864 Mack Ave
Grosse Pointe MI 48230
(313) 886-4898

[/et_pb_text][et_pb_text admin_label=\"JW Morris Custom Kitchen &amp; Bath, HS\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\"]

<span style=\"color: #ffcc00\"><strong>JW Morris Custom Kitchen &amp; Bath, HS</strong></span>
<a href=\"http://www.morriskitchenandbath.com/\">morriskitchenandbath.com</a>
1030 S State St
Harbor Springs, MI 49740
(231) 526-2877

[/et_pb_text][et_pb_text admin_label=\"K\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<h1>K</h1>

[/et_pb_text][et_pb_text admin_label=\"Kitchen &amp; Bath By Design, Inc\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\"]

<span style=\"color: #ffcc00\"><strong>Kitchen &amp; Bath By Design, Inc</strong></span>
11630 14 Mile Rd St 200
Rockford MI 49341
(616) 754-3238

[/et_pb_text][et_pb_text admin_label=\"Kurts Appliance Center Inc\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\"]

<span style=\"color: #ffcc00\"><strong>Kurts Appliance Center Inc</strong></span>
217 N Clinton Ave
St. John’s MI 48879
(989) 224-3895

[/et_pb_text][et_pb_text admin_label=\"L\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<h1>L</h1>

[/et_pb_text][et_pb_text admin_label=\"Leutz Cabinets\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\"]

<span style=\"color: #ffcc00\"><strong>Leutz Cabinets</strong></span>
1215 Wildwood Avenue
Jackson MI 49202
(517) 796-9829

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Lloyd’s Cabinet Shop Inc.\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\"]

<span style=\"color: #ffcc00\"><strong>Lloyd’s Cabinet Shop Inc.</strong></span>
1947 N M-13
Pinconning MI 48650
(989) 879-3015

[/et_pb_text][et_pb_text admin_label=\"Luxury Bath\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\"]

<span style=\"color: #ffcc00\"><strong>Luxury Bath</strong></span>
1330 E. Hemphill Road
Burton MI 48529
(810) 742-3303

[/et_pb_text][et_pb_text admin_label=\"M\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<h1>M</h1>

[/et_pb_text][et_pb_text admin_label=\"Mans Kitchen &amp; Bath\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\"]

<span style=\"color: #ffcc00\"><strong>Mans Kitchen &amp; Bath</strong></span>
<a href=\"http://www.manslumber.com/\">manslumber.com</a>
47255 Michigan Ave
Canton MI 48188
(734) 714-5800

[/et_pb_text][et_pb_text admin_label=\"Mans Kitchen &amp; Bath\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\"]

<span style=\"color: #ffcc00\"><strong>Mans Kitchen &amp; Bath</strong></span>
<a href=\"http://www.manslumber.com/\">manslumber.com</a>
3300 W Jefferson
Trenton MI 48183
(734) 692-0072

[/et_pb_text][et_pb_text admin_label=\"Maplewood Home Builders Inc\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\"]

<span style=\"color: #ffcc00\"><strong>Maplewood Home Builders Inc</strong></span>
5492 W US 10
Ludington MI 49431
(231) 206-2743

[/et_pb_text][et_pb_text admin_label=\"MCBI\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\"]

<span style=\"color: #ffcc00\"><strong>MCBI</strong></span>
4015 Vandyke Suite B
Almont MI 48003
(810) 441-6796

[/et_pb_text][et_pb_text admin_label=\"M’s Kitchen And Bath Showroom\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\"]

<span style=\"color: #ffcc00\"><strong>M’s Kitchen And Bath Showroom</strong></span>
328 W M-55
West Branch MI 48661
(989) 345-2243

[/et_pb_text][et_pb_text admin_label=\"N\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<h1>N</h1>

[/et_pb_text][et_pb_text admin_label=\"Northern Cabinets\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\"]

<span style=\"color: #ffcc00\"><strong>Northern Cabinets</strong></span>
9990 N Straits Highway
Cheboygan MI 49721
(231) 627-9751

[/et_pb_text][et_pb_text admin_label=\"Nu-Way Utica, Inc\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\"]

<span style=\"color: #ffcc00\"><strong>Nu-Way Utica, Inc</strong></span>
<a href=\"http://www.nuwaysupply.com/\">nuwaysupply.com</a>
5227 Auburn Road
Utica MI 48317
(586) 731-4000

[/et_pb_text][et_pb_text admin_label=\"O\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<h1>O</h1>

[/et_pb_text][et_pb_text admin_label=\"Odd Fellows Contracting Inc\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\"]

<span style=\"color: #ffcc00\"><strong>Odd Fellows Contracting Inc</strong></span>
oddfellowscontracting.com
<a href=\"mailto:bret@oddfellowscontracting.com\">bret@oddfellowscontracting.com</a>
996 Glaser Rd
Williamston&nbsp; MI 48895
(517) 655-9272
(517) 485-1701

[/et_pb_text][et_pb_text admin_label=\"Olson Lumber\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\"]

<span style=\"color: #ffcc00\"><strong>Olson Lumber</strong></span>
168 Harrison St
Manistee MI 49660
(231) 723-3563

[/et_pb_text][et_pb_text admin_label=\"P\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<h1>P</h1>

[/et_pb_text][et_pb_text admin_label=\"ProBuild Company LLC\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<span style=\"color: #ffcc00\"><strong>ProBuild Company LLC</strong></span>
1282 US 31 N
Petoskey MI 49770
(231) 347-8784

[/et_pb_text][et_pb_text admin_label=\"Q\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<h1>Q</h1>

[/et_pb_text][et_pb_text admin_label=\"Quality Builders &amp; Supplies\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<span style=\"color: #ffcc00\"><strong>Quality Builders &amp; Supplies</strong></span>
8543 Kokosing Rd
Hale MI 48739
(989) 297-0559

[/et_pb_text][et_pb_text admin_label=\"R\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<h1>R</h1>

[/et_pb_text][et_pb_text admin_label=\"Remodel It!\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\"]

<span style=\"color: #ffcc00\"><strong>Remodel It!</strong></span>
123 E Grand River Ave
Williamston MI 48895
(877)- REMODEL

[/et_pb_text][et_pb_text admin_label=\"Render Construction\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\"]

<span style=\"color: #ffcc00\"><strong>Render Construction</strong></span>
104 West Main St
Gaylord, MI 49735
(989) 448-8866

[/et_pb_text][et_pb_text admin_label=\"Richard Feight Kitchens LLC\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\"]

<span style=\"color: #ffcc00\"><strong>Richard Feight Kitchens LLC</strong></span>
2333 Staib Rd
Tecumseh MI 49286
(517) 423-9311

[/et_pb_text][et_pb_text admin_label=\"S\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<h1>S</h1>

[/et_pb_text][et_pb_text admin_label=\"Scholten Kitchens &amp; Baths\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\"]

<span style=\"color: #ffcc00\"><strong>Scholten Kitchens &amp; Baths</strong></span>
<a href=\"http://www.scholtenkitchenandbath.com/\">scholtenkitchenandbath.com</a>
1728 S Westnedge Ave
Kalamazoo MI 49008
(269) 345-1166

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Sculpture Cabinetry &amp; Renovations LLC\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\"]

<span style=\"color: #ffcc00\"><strong>Sculpture Cabinetry &amp; Renovations LLC</strong></span>
8169 Arnold Rd
Ira Township MI 48023
(586) 725-6440

[/et_pb_text][et_pb_text admin_label=\"SDI Contracting\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\"]

<span style=\"color: #ffcc00\"><strong>SDI Contracting</strong></span>
68095 S Main St
Richmond MI 48062
(586) 615-6553

[/et_pb_text][et_pb_text admin_label=\"Seeco Contracting Corporation\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\"]

<span style=\"color: #ffcc00\"><strong>Seeco Contracting Corporation</strong></span>
11383 E McAllister Rd
Suttons Bay MI 49682
(231) 271-4333

[/et_pb_text][et_pb_text admin_label=\"Starline Distributors Inc\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\"]

<span style=\"color: #ffcc00\"><strong>Starline Distributors Inc</strong></span>
<a href=\"http://www.starlinekitchens.com/\">starlinekitchens.com</a>
G6189 W Pierson Rd
Flushing MI 48433
(810) 732-0982

[/et_pb_text][et_pb_text admin_label=\"Starlite Kitchens\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\"]

<span style=\"color: #ffcc00\"><strong>Starlite Kitchens</strong></span>
<a href=\"http://www.starlitekitchens.com/\">starlitekitchens.com</a>
365 84th St SW Suite 1
Byron Center MI 49315
(616) 583-9304

[/et_pb_text][et_pb_text admin_label=\"Stellar Hardwood\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\"]

<span style=\"color: #ffcc00\"><strong>Stellar Hardwood</strong></span>
<a href=\"http://www.stellarhardwood.com/\">stellarhardwood.com</a>
12300 Merriman
Livonia MI 48150
(734) 427-9663

[/et_pb_text][et_pb_text admin_label=\"Stonebridge Kitchen And Bath\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\"]

<span style=\"color: #ffcc00\"><strong>Stonebridge Kitchen And Bath</strong></span>
<a href=\"http://www.stonebridgekitchen.com/\">stonebridgekitchen.com</a>
28317 Beck Rd E-1
Wixom MI 48393
(248) 912-1900

[/et_pb_text][et_pb_text admin_label=\"Studio Design And Millwork\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\"]

<span style=\"color: #ffcc00\"><strong>Studio Design And Millwork</strong></span>
<a href=\"http://www.studiomillwork.com/\">studiomillwork.com</a>
49420 Van Dyke
Utica MI 48317
(586) 726-5537

[/et_pb_text][et_pb_text admin_label=\"Style Trend Kitchen &amp; Baths\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\"]

<span style=\"color: #ffcc00\"><strong>Style Trend Kitchen &amp; Baths</strong></span>
792 W Laketon
Muskegon MI 49441
(231) 755-3777

[/et_pb_text][et_pb_text admin_label=\"T\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<h1>T</h1>

[/et_pb_text][et_pb_text admin_label=\"The Cabinet Gallery Inc\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\"]

<span style=\"color: #ffcc00\"><strong>The Cabinet Gallery Inc</strong></span>
<a href=\"http://www.cabinetgallerymi.com/\">cabinetgallerymi.com</a>
6751 Dixie Hwy
Clarkston MI 48346
(248) 625-6767

[/et_pb_text][et_pb_text admin_label=\"The Kitchen Master\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\"]

<span style=\"color: #ffcc00\"><strong>The Kitchen Master</strong></span>
<a href=\"http://www.kitchenmastermi.com/\">kitchenmastermi.com</a>
33401 Grand River Ave
Farmington MI 48335
(248) 478-8888

[/et_pb_text][et_pb_text admin_label=\"TLC Kitchens &amp; Bath Inc\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\"]

<span style=\"color: #ffcc00\"><strong>TLC Kitchens &amp; Bath Inc</strong></span>
538 Hoppe Rd
Hesperia MI 49421
(231) 854-9782

[/et_pb_text][et_pb_text admin_label=\"Town &amp; Country Kitchen Warehouse Inc\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\"]

<span style=\"color: #ffcc00\"><strong>Town &amp; Country Kitchen Warehouse Inc</strong></span>
<a href=\"http://www.towncountrykitchen.com/\">towncountrykitchen.com</a>
4315 N Adrian Hwy
Adrian MI 49221
(517) 263-9585

[/et_pb_text][et_pb_text admin_label=\"U\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<h1>U</h1>

[/et_pb_text][et_pb_text admin_label=\"United Mill &amp; Cabinet Inc\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\"]

<span style=\"color: #ffcc00\"><strong>United Mill &amp; Cabinet Inc</strong></span>
8842 Bunton Road
Willis MI 48191
(734) 482-1981

[/et_pb_text][et_pb_text admin_label=\"V\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<h1>V</h1>

[/et_pb_text][et_pb_text admin_label=\"Vassar Building Center Inc\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\"]

<span style=\"color: #ffcc00\"><strong>Vassar Building Center Inc</strong></span>
<a href=\"http://vbc.doitbest.com/\">vbc.doitbest.com</a>
1013 W Saginaw Road
Vassar MI 48768
(989) 823-8513

[/et_pb_text][et_pb_text admin_label=\"W\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<h1>W</h1>

[/et_pb_text][et_pb_text admin_label=\"World Wide Cabinets\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\"]

<span style=\"color: #ffcc00\"><strong>World Wide Cabinets</strong></span>
<a href=\"http://www.worldwidecabinets.com/\">worldwidecabinets.com</a>
2655 Orchard Lake Rd Ste 109
Sylvan Lake MI 48320
(248) 683-2680

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Connecticut Button\" button_url=\"/wp/find-a-dealer/connecticut\" url_new_window=\"off\" button_text=\"Conneticut\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]



[/et_pb_button][et_pb_button admin_label=\"Florida Button\" button_url=\"/wp/find-a-dealer/florida\" url_new_window=\"off\" button_text=\"Florida\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]



[/et_pb_button][et_pb_button admin_label=\"Georgia Button\" button_url=\"/wp/find-a-dealer/georgia\" url_new_window=\"off\" button_text=\"Georgia\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]



[/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Illinois Button\" button_url=\"/wp/find-a-dealer/illinois\" url_new_window=\"off\" button_text=\"Illinois\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]



[/et_pb_button][et_pb_button admin_label=\"Indiana Button\" button_url=\"/wp/find-a-dealer/indiana\" url_new_window=\"off\" button_text=\"Indiana\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]



[/et_pb_button][et_pb_button admin_label=\"Massachusetts Button\" button_url=\"/wp/find-a-dealer/massachusetts\" url_new_window=\"off\" button_text=\"Massachusetts\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]



[/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Michigan Button\" button_url=\"/wp/find-a-dealer/michigan\" url_new_window=\"off\" button_text=\"Michigan\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]



[/et_pb_button][et_pb_button admin_label=\"New Jersey Button\" button_url=\"/wp/find-a-dealer/new-jersey\" url_new_window=\"off\" button_text=\"New Jersey\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]



[/et_pb_button][et_pb_button admin_label=\"New York Button\" button_url=\"/wp/find-a-dealer/new-york\" url_new_window=\"off\" button_text=\"New York\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]



[/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Ohio Button\" button_url=\"/wp/find-a-dealer/ohio\" url_new_window=\"off\" button_text=\"Ohio\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]



[/et_pb_button][et_pb_button admin_label=\"Pennsylvania Button\" button_url=\"/wp/find-a-dealer/pennsylvania\" url_new_window=\"off\" button_text=\"Pennsylvania\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]



[/et_pb_button][et_pb_button admin_label=\"Wisconsin Button\" button_url=\"/wp/find-a-dealer/wisconsin\" url_new_window=\"off\" button_text=\"Wisconsin\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]



[/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]","Michigan","","inherit","closed","closed","","283-revision-v1","","","2017-09-10 15:24:47","2017-09-10 19:24:47","","283","http://www.pioneercabinetry.co/uncategorized/283-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("286","1","2017-09-10 15:26:00","2017-09-10 19:26:00","[et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Dealer Headline\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"15px||5px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Find a Massachusetts Dealer</span></h1>

[/et_pb_text][et_pb_text admin_label=\"Dealer button Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||25px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

Here is our current list of dealers.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Stewart Designs\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Stewart Designs</strong></span>
94 E Charlton Rd
Spencer MA 01562
(774) 745-8084

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][/et_pb_column][et_pb_column type=\"1_4\"][/et_pb_column][et_pb_column type=\"1_4\"][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px|||\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" parallax_4=\"off\" parallax_method_4=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Connecticut Button\" button_url=\"/find-a-dealer/connecticut\" url_new_window=\"off\" button_text=\"Conneticut\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"317\" /][et_pb_button admin_label=\"Florida Button\" button_url=\"/find-a-dealer/florida\" url_new_window=\"off\" button_text=\"Florida\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"318\" /][et_pb_button admin_label=\"Georgia Button\" button_url=\"/find-a-dealer/georgia\" url_new_window=\"off\" button_text=\"Georgia\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"319\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Illinois Button\" button_url=\"/find-a-dealer/illinois\" url_new_window=\"off\" button_text=\"Illinois\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"320\" /][et_pb_button admin_label=\"Indiana Button\" button_url=\"/find-a-dealer/indiana\" url_new_window=\"off\" button_text=\"Indiana\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"322\" /][et_pb_button admin_label=\"Massachusetts Button\" button_url=\"/find-a-dealer/massachusetts\" url_new_window=\"off\" button_text=\"Massachusetts\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"323\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Michigan Button\" button_url=\"/find-a-dealer/michigan\" url_new_window=\"off\" button_text=\"Michigan\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"324\" /][et_pb_button admin_label=\"New Jersey Button\" button_url=\"/find-a-dealer/new-jersey\" url_new_window=\"off\" button_text=\"New Jersey\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"325\" /][et_pb_button admin_label=\"New York Button\" button_url=\"/find-a-dealer/new-york\" url_new_window=\"off\" button_text=\"New York\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"326\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Ohio Button\" button_url=\"/find-a-dealer/ohio\" url_new_window=\"off\" button_text=\"Ohio\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"327\" /][et_pb_button admin_label=\"Pennsylvania Button\" button_url=\"/find-a-dealer/pennsylvania\" url_new_window=\"off\" button_text=\"Pennsylvania\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"328\" /][et_pb_button admin_label=\"Wisconsin Button\" button_url=\"/find-a-dealer/wisconsin\" url_new_window=\"off\" button_text=\"Wisconsin\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"329\" /][/et_pb_column][/et_pb_row][/et_pb_section]","Massachusetts","","publish","closed","closed","","massachusetts","","","2017-09-10 16:16:05","2017-09-10 20:16:05","","270","http://www.pioneercabinetry.co/?page_id=286","0","page","","0");
INSERT INTO `pcab_posts` VALUES("287","1","2017-09-10 15:25:53","2017-09-10 19:25:53","[et_pb_section admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Dealer Headline\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"15px||5px|\"]
<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Find a Massachusetts Dealer</span></h1>
[/et_pb_text][et_pb_text admin_label=\"Dealer button Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||25px|\"]

Here is our current list of dealers.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Stewart Designs\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<span style=\"color: #ffcc00\"><strong>Stewart Designs</strong></span>
94 E Charlton Rd
Spencer MA 01562
(774) 745-8084

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][/et_pb_column][et_pb_column type=\"1_4\"][/et_pb_column][et_pb_column type=\"1_4\"][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Connecticut Button\" button_url=\"/wp/find-a-dealer/connecticut\" url_new_window=\"off\" button_text=\"Conneticut\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"] [/et_pb_button][et_pb_button admin_label=\"Florida Button\" button_url=\"/wp/find-a-dealer/florida\" url_new_window=\"off\" button_text=\"Florida\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"] [/et_pb_button][et_pb_button admin_label=\"Georgia Button\" button_url=\"/wp/find-a-dealer/georgia\" url_new_window=\"off\" button_text=\"Georgia\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"] [/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Illinois Button\" button_url=\"/wp/find-a-dealer/illinois\" url_new_window=\"off\" button_text=\"Illinois\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"] [/et_pb_button][et_pb_button admin_label=\"Indiana Button\" button_url=\"/wp/find-a-dealer/indiana\" url_new_window=\"off\" button_text=\"Indiana\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"] [/et_pb_button][et_pb_button admin_label=\"Massachusetts Button\" button_url=\"/wp/find-a-dealer/massachusetts\" url_new_window=\"off\" button_text=\"Massachusetts\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"] [/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Michigan Button\" button_url=\"/wp/find-a-dealer/michigan\" url_new_window=\"off\" button_text=\"Michigan\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"] [/et_pb_button][et_pb_button admin_label=\"New Jersey Button\" button_url=\"/wp/find-a-dealer/new-jersey\" url_new_window=\"off\" button_text=\"New Jersey\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"] [/et_pb_button][et_pb_button admin_label=\"New York Button\" button_url=\"/wp/find-a-dealer/new-york\" url_new_window=\"off\" button_text=\"New York\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"] [/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Ohio Button\" button_url=\"/wp/find-a-dealer/ohio\" url_new_window=\"off\" button_text=\"Ohio\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"] [/et_pb_button][et_pb_button admin_label=\"Pennsylvania Button\" button_url=\"/wp/find-a-dealer/pennsylvania\" url_new_window=\"off\" button_text=\"Pennsylvania\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"] [/et_pb_button][et_pb_button admin_label=\"Wisconsin Button\" button_url=\"/wp/find-a-dealer/wisconsin\" url_new_window=\"off\" button_text=\"Wisconsin\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"] [/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]","Massachusetts","","inherit","closed","closed","","286-revision-v1","","","2017-09-10 15:25:53","2017-09-10 19:25:53","","286","http://www.pioneercabinetry.co/uncategorized/286-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("288","1","2017-09-10 15:27:06","2017-09-10 19:27:06","[et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Dealer Headline\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"15px||5px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Find a Indiana Dealer</span></h1>

[/et_pb_text][et_pb_text admin_label=\"Dealer button Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||25px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

Here is our current list of dealers.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Cabinets By Gentry\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Cabinets By Gentry</strong></span>
3712 North 300
East Anderson IN 46012
(765) 378-7900

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Joslin’s Cabinet Company\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Joslin’s Cabinet Company</strong></span>
4050 Middle Road
Columbus IN 47203
(812) 379-1392

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Karen’s Design\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Karen’s Design</strong></span>
315 N Walnut St
Seymour IN 47274
(812) 522-8669

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px|||\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" parallax_4=\"off\" parallax_method_4=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Connecticut Button\" button_url=\"/find-a-dealer/connecticut\" url_new_window=\"off\" button_text=\"Conneticut\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"317\" /][et_pb_button admin_label=\"Florida Button\" button_url=\"/find-a-dealer/florida\" url_new_window=\"off\" button_text=\"Florida\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"318\" /][et_pb_button admin_label=\"Georgia Button\" button_url=\"/find-a-dealer/georgia\" url_new_window=\"off\" button_text=\"Georgia\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"319\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Illinois Button\" button_url=\"/find-a-dealer/illinois\" url_new_window=\"off\" button_text=\"Illinois\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"320\" /][et_pb_button admin_label=\"Indiana Button\" button_url=\"/find-a-dealer/indiana\" url_new_window=\"off\" button_text=\"Indiana\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"322\" /][et_pb_button admin_label=\"Massachusetts Button\" button_url=\"/find-a-dealer/massachusetts\" url_new_window=\"off\" button_text=\"Massachusetts\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"323\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Michigan Button\" button_url=\"/find-a-dealer/michigan\" url_new_window=\"off\" button_text=\"Michigan\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"324\" /][et_pb_button admin_label=\"New Jersey Button\" button_url=\"/find-a-dealer/new-jersey\" url_new_window=\"off\" button_text=\"New Jersey\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"325\" /][et_pb_button admin_label=\"New York Button\" button_url=\"/find-a-dealer/new-york\" url_new_window=\"off\" button_text=\"New York\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"326\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Ohio Button\" button_url=\"/find-a-dealer/ohio\" url_new_window=\"off\" button_text=\"Ohio\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"327\" /][et_pb_button admin_label=\"Pennsylvania Button\" button_url=\"/find-a-dealer/pennsylvania\" url_new_window=\"off\" button_text=\"Pennsylvania\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"328\" /][et_pb_button admin_label=\"Wisconsin Button\" button_url=\"/find-a-dealer/wisconsin\" url_new_window=\"off\" button_text=\"Wisconsin\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"329\" /][/et_pb_column][/et_pb_row][/et_pb_section]","Indiana","","publish","closed","closed","","indiana","","","2017-09-10 16:16:28","2017-09-10 20:16:28","","270","http://www.pioneercabinetry.co/?page_id=288","0","page","","0");
INSERT INTO `pcab_posts` VALUES("289","1","2017-09-10 15:26:54","2017-09-10 19:26:54","[et_pb_section admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Dealer Headline\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"15px||5px|\"]
<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Find a Indiana Dealer</span></h1>
[/et_pb_text][et_pb_text admin_label=\"Dealer button Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||25px|\"]

Here is our current list of dealers.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Cabinets By Gentry\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<span style=\"color: #ffcc00\"><strong>Cabinets By Gentry</strong></span>
3712 North 300
East Anderson IN 46012
(765) 378-7900

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Joslin’s Cabinet Company\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<span style=\"color: #ffcc00\"><strong>Joslin’s Cabinet Company</strong></span>
4050 Middle Road
Columbus IN 47203
(812) 379-1392

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Karen’s Design\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<span style=\"color: #ffcc00\"><strong>Karen’s Design</strong></span>
315 N Walnut St
Seymour IN 47274
(812) 522-8669

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Connecticut Button\" button_url=\"/wp/find-a-dealer/connecticut\" url_new_window=\"off\" button_text=\"Conneticut\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"] [/et_pb_button][et_pb_button admin_label=\"Florida Button\" button_url=\"/wp/find-a-dealer/florida\" url_new_window=\"off\" button_text=\"Florida\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"] [/et_pb_button][et_pb_button admin_label=\"Georgia Button\" button_url=\"/wp/find-a-dealer/georgia\" url_new_window=\"off\" button_text=\"Georgia\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"] [/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Illinois Button\" button_url=\"/wp/find-a-dealer/illinois\" url_new_window=\"off\" button_text=\"Illinois\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"] [/et_pb_button][et_pb_button admin_label=\"Indiana Button\" button_url=\"/wp/find-a-dealer/indiana\" url_new_window=\"off\" button_text=\"Indiana\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"] [/et_pb_button][et_pb_button admin_label=\"Massachusetts Button\" button_url=\"/wp/find-a-dealer/massachusetts\" url_new_window=\"off\" button_text=\"Massachusetts\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"] [/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Michigan Button\" button_url=\"/wp/find-a-dealer/michigan\" url_new_window=\"off\" button_text=\"Michigan\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"] [/et_pb_button][et_pb_button admin_label=\"New Jersey Button\" button_url=\"/wp/find-a-dealer/new-jersey\" url_new_window=\"off\" button_text=\"New Jersey\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"] [/et_pb_button][et_pb_button admin_label=\"New York Button\" button_url=\"/wp/find-a-dealer/new-york\" url_new_window=\"off\" button_text=\"New York\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"] [/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Ohio Button\" button_url=\"/wp/find-a-dealer/ohio\" url_new_window=\"off\" button_text=\"Ohio\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"] [/et_pb_button][et_pb_button admin_label=\"Pennsylvania Button\" button_url=\"/wp/find-a-dealer/pennsylvania\" url_new_window=\"off\" button_text=\"Pennsylvania\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"] [/et_pb_button][et_pb_button admin_label=\"Wisconsin Button\" button_url=\"/wp/find-a-dealer/wisconsin\" url_new_window=\"off\" button_text=\"Wisconsin\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"] [/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]","Indiana","","inherit","closed","closed","","288-revision-v1","","","2017-09-10 15:26:54","2017-09-10 19:26:54","","288","http://www.pioneercabinetry.co/uncategorized/288-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("290","1","2017-09-10 15:28:03","2017-09-10 19:28:03","[et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Dealer Headline\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"15px||5px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Find a Illinois Dealer</span></h1>

[/et_pb_text][et_pb_text admin_label=\"Dealer button Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||25px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

Here is our current list of dealers.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Designs In Context, Inc\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Designs In Context, Inc</strong></span>
1585 N. Milwaukee Ave Suite 5
Libertyville IL 60048
(847) 367-7817

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"JMS Cabinet\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>JMS Cabinet &amp; Remodeling
Company LLC</strong></span>
5N579 Creekview Lane
St Charles IL 60175
(630) 762-8778

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Liam Brex\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Liam Brex</strong></span>
222 S Main St
Naperville IL 60540
(630) 848-0222

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px|||\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" parallax_4=\"off\" parallax_method_4=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Connecticut Button\" button_url=\"/find-a-dealer/connecticut\" url_new_window=\"off\" button_text=\"Conneticut\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"317\" /][et_pb_button admin_label=\"Florida Button\" button_url=\"/find-a-dealer/florida\" url_new_window=\"off\" button_text=\"Florida\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"318\" /][et_pb_button admin_label=\"Georgia Button\" button_url=\"/find-a-dealer/georgia\" url_new_window=\"off\" button_text=\"Georgia\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"319\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Illinois Button\" button_url=\"/find-a-dealer/illinois\" url_new_window=\"off\" button_text=\"Illinois\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"320\" /][et_pb_button admin_label=\"Indiana Button\" button_url=\"/find-a-dealer/indiana\" url_new_window=\"off\" button_text=\"Indiana\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"322\" /][et_pb_button admin_label=\"Massachusetts Button\" button_url=\"/find-a-dealer/massachusetts\" url_new_window=\"off\" button_text=\"Massachusetts\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"323\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Michigan Button\" button_url=\"/find-a-dealer/michigan\" url_new_window=\"off\" button_text=\"Michigan\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"324\" /][et_pb_button admin_label=\"New Jersey Button\" button_url=\"/find-a-dealer/new-jersey\" url_new_window=\"off\" button_text=\"New Jersey\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"325\" /][et_pb_button admin_label=\"New York Button\" button_url=\"/find-a-dealer/new-york\" url_new_window=\"off\" button_text=\"New York\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"326\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Ohio Button\" button_url=\"/find-a-dealer/ohio\" url_new_window=\"off\" button_text=\"Ohio\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"327\" /][et_pb_button admin_label=\"Pennsylvania Button\" button_url=\"/find-a-dealer/pennsylvania\" url_new_window=\"off\" button_text=\"Pennsylvania\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"328\" /][et_pb_button admin_label=\"Wisconsin Button\" button_url=\"/find-a-dealer/wisconsin\" url_new_window=\"off\" button_text=\"Wisconsin\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"329\" /][/et_pb_column][/et_pb_row][/et_pb_section]","Illinois","","publish","closed","closed","","illinois","","","2017-09-10 16:16:50","2017-09-10 20:16:50","","270","http://www.pioneercabinetry.co/?page_id=290","0","page","","0");
INSERT INTO `pcab_posts` VALUES("291","1","2017-09-10 15:27:46","2017-09-10 19:27:46","[et_pb_section admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Dealer Headline\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"15px||5px|\"]
<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Find a Illinois Dealer</span></h1>
[/et_pb_text][et_pb_text admin_label=\"Dealer button Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||25px|\"]

Here is our current list of dealers.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Designs In Context, Inc\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<span style=\"color: #ffcc00\"><strong>Designs In Context, Inc</strong></span>
1585 N. Milwaukee Ave Suite 5
Libertyville IL 60048
(847) 367-7817

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"JMS Cabinet\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<span style=\"color: #ffcc00\"><strong>JMS Cabinet &amp; Remodeling
Company LLC</strong></span>
5N579 Creekview Lane
St Charles IL 60175
(630) 762-8778

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Liam Brex\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<span style=\"color: #ffcc00\"><strong>Liam Brex</strong></span>
222 S Main St
Naperville IL 60540
(630) 848-0222

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Connecticut Button\" button_url=\"/wp/find-a-dealer/connecticut\" url_new_window=\"off\" button_text=\"Conneticut\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"] [/et_pb_button][et_pb_button admin_label=\"Florida Button\" button_url=\"/wp/find-a-dealer/florida\" url_new_window=\"off\" button_text=\"Florida\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"] [/et_pb_button][et_pb_button admin_label=\"Georgia Button\" button_url=\"/wp/find-a-dealer/georgia\" url_new_window=\"off\" button_text=\"Georgia\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"] [/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Illinois Button\" button_url=\"/wp/find-a-dealer/illinois\" url_new_window=\"off\" button_text=\"Illinois\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"] [/et_pb_button][et_pb_button admin_label=\"Indiana Button\" button_url=\"/wp/find-a-dealer/indiana\" url_new_window=\"off\" button_text=\"Indiana\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"] [/et_pb_button][et_pb_button admin_label=\"Massachusetts Button\" button_url=\"/wp/find-a-dealer/massachusetts\" url_new_window=\"off\" button_text=\"Massachusetts\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"] [/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Michigan Button\" button_url=\"/wp/find-a-dealer/michigan\" url_new_window=\"off\" button_text=\"Michigan\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"] [/et_pb_button][et_pb_button admin_label=\"New Jersey Button\" button_url=\"/wp/find-a-dealer/new-jersey\" url_new_window=\"off\" button_text=\"New Jersey\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"] [/et_pb_button][et_pb_button admin_label=\"New York Button\" button_url=\"/wp/find-a-dealer/new-york\" url_new_window=\"off\" button_text=\"New York\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"] [/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Ohio Button\" button_url=\"/wp/find-a-dealer/ohio\" url_new_window=\"off\" button_text=\"Ohio\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"] [/et_pb_button][et_pb_button admin_label=\"Pennsylvania Button\" button_url=\"/wp/find-a-dealer/pennsylvania\" url_new_window=\"off\" button_text=\"Pennsylvania\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"] [/et_pb_button][et_pb_button admin_label=\"Wisconsin Button\" button_url=\"/wp/find-a-dealer/wisconsin\" url_new_window=\"off\" button_text=\"Wisconsin\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"] [/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]","Illinois","","inherit","closed","closed","","290-revision-v1","","","2017-09-10 15:27:46","2017-09-10 19:27:46","","290","http://www.pioneercabinetry.co/uncategorized/290-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("292","1","2017-09-10 15:29:15","2017-09-10 19:29:15","[et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Dealer Headline\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"15px||5px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Find a Georgia Dealer</span></h1>

[/et_pb_text][et_pb_text admin_label=\"Dealer button Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||25px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

Here is our current list of dealers.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Advantage Restoration &amp; Contracting\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Advantage Restoration &amp; Contracting</strong></span>
2692 Sandpiper Dr
Tucker GA 30084
(770) 318-7909

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Construction Corporation Of America\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<strong><span style=\"color: #ffcc00\">Construction Corporation Of America</span>
</strong>3729 Church Street
Clarkston GA 30021
(404) 292-1730

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Southwest Art &amp; Design\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Southwest Art &amp; Design</strong></span>
1337 Willis Mill Rd
Atlanta GA 30311
(404) 219-5302

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Tom Peters Custom Homes\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Tom Peters Custom Homes</strong></span>
5030 Felhurst Way
Norcross GA 30092
(770) 263-6225

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px|||\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" parallax_4=\"off\" parallax_method_4=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Connecticut Button\" button_url=\"/find-a-dealer/connecticut\" url_new_window=\"off\" button_text=\"Conneticut\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"317\" /][et_pb_button admin_label=\"Florida Button\" button_url=\"/find-a-dealer/florida\" url_new_window=\"off\" button_text=\"Florida\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"318\" /][et_pb_button admin_label=\"Georgia Button\" button_url=\"/find-a-dealer/georgia\" url_new_window=\"off\" button_text=\"Georgia\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"319\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Illinois Button\" button_url=\"/find-a-dealer/illinois\" url_new_window=\"off\" button_text=\"Illinois\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"320\" /][et_pb_button admin_label=\"Indiana Button\" button_url=\"/find-a-dealer/indiana\" url_new_window=\"off\" button_text=\"Indiana\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"322\" /][et_pb_button admin_label=\"Massachusetts Button\" button_url=\"/find-a-dealer/massachusetts\" url_new_window=\"off\" button_text=\"Massachusetts\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"323\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Michigan Button\" button_url=\"/find-a-dealer/michigan\" url_new_window=\"off\" button_text=\"Michigan\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"324\" /][et_pb_button admin_label=\"New Jersey Button\" button_url=\"/find-a-dealer/new-jersey\" url_new_window=\"off\" button_text=\"New Jersey\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"325\" /][et_pb_button admin_label=\"New York Button\" button_url=\"/find-a-dealer/new-york\" url_new_window=\"off\" button_text=\"New York\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"326\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Ohio Button\" button_url=\"/find-a-dealer/ohio\" url_new_window=\"off\" button_text=\"Ohio\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"327\" /][et_pb_button admin_label=\"Pennsylvania Button\" button_url=\"/find-a-dealer/pennsylvania\" url_new_window=\"off\" button_text=\"Pennsylvania\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"328\" /][et_pb_button admin_label=\"Wisconsin Button\" button_url=\"/find-a-dealer/wisconsin\" url_new_window=\"off\" button_text=\"Wisconsin\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"329\" /][/et_pb_column][/et_pb_row][/et_pb_section]","Georgia","","publish","closed","closed","","georgia","","","2017-09-10 16:17:08","2017-09-10 20:17:08","","270","http://www.pioneercabinetry.co/?page_id=292","0","page","","0");
INSERT INTO `pcab_posts` VALUES("293","1","2017-09-10 15:28:58","2017-09-10 19:28:58","[et_pb_section admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Dealer Headline\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"15px||5px|\"]
<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Find a Georgia Dealer</span></h1>
[/et_pb_text][et_pb_text admin_label=\"Dealer button Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||25px|\"] Here is our current list of dealers. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Advantage Restoration &amp; Contracting\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<span style=\"color: #ffcc00\"><strong>Advantage Restoration &amp; Contracting</strong></span>
2692 Sandpiper Dr
Tucker GA 30084
(770) 318-7909

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Construction Corporation Of America\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<strong><span style=\"color: #ffcc00\">Construction Corporation Of America</span>
</strong>3729 Church Street
Clarkston GA 30021
(404) 292-1730

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Southwest Art &amp; Design\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<span style=\"color: #ffcc00\"><strong>Southwest Art &amp; Design</strong></span>
1337 Willis Mill Rd
Atlanta GA 30311
(404) 219-5302

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Tom Peters Custom Homes\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<span style=\"color: #ffcc00\"><strong>Tom Peters Custom Homes</strong></span>
5030 Felhurst Way
Norcross GA 30092
(770) 263-6225

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Connecticut Button\" button_url=\"/wp/find-a-dealer/connecticut\" url_new_window=\"off\" button_text=\"Conneticut\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"] [/et_pb_button][et_pb_button admin_label=\"Florida Button\" button_url=\"/wp/find-a-dealer/florida\" url_new_window=\"off\" button_text=\"Florida\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"] [/et_pb_button][et_pb_button admin_label=\"Georgia Button\" button_url=\"/wp/find-a-dealer/georgia\" url_new_window=\"off\" button_text=\"Georgia\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"] [/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Illinois Button\" button_url=\"/wp/find-a-dealer/illinois\" url_new_window=\"off\" button_text=\"Illinois\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"] [/et_pb_button][et_pb_button admin_label=\"Indiana Button\" button_url=\"/wp/find-a-dealer/indiana\" url_new_window=\"off\" button_text=\"Indiana\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"] [/et_pb_button][et_pb_button admin_label=\"Massachusetts Button\" button_url=\"/wp/find-a-dealer/massachusetts\" url_new_window=\"off\" button_text=\"Massachusetts\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"] [/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Michigan Button\" button_url=\"/wp/find-a-dealer/michigan\" url_new_window=\"off\" button_text=\"Michigan\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"] [/et_pb_button][et_pb_button admin_label=\"New Jersey Button\" button_url=\"/wp/find-a-dealer/new-jersey\" url_new_window=\"off\" button_text=\"New Jersey\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"] [/et_pb_button][et_pb_button admin_label=\"New York Button\" button_url=\"/wp/find-a-dealer/new-york\" url_new_window=\"off\" button_text=\"New York\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"] [/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Ohio Button\" button_url=\"/wp/find-a-dealer/ohio\" url_new_window=\"off\" button_text=\"Ohio\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"] [/et_pb_button][et_pb_button admin_label=\"Pennsylvania Button\" button_url=\"/wp/find-a-dealer/pennsylvania\" url_new_window=\"off\" button_text=\"Pennsylvania\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"] [/et_pb_button][et_pb_button admin_label=\"Wisconsin Button\" button_url=\"/wp/find-a-dealer/wisconsin\" url_new_window=\"off\" button_text=\"Wisconsin\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"] [/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]","Georgia","","inherit","closed","closed","","292-revision-v1","","","2017-09-10 15:28:58","2017-09-10 19:28:58","","292","http://www.pioneercabinetry.co/uncategorized/292-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("294","1","2017-09-10 15:30:38","2017-09-10 19:30:38","[et_pb_section fb_built=\"1\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" admin_label=\"section\" _builder_version=\"3.0.47\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Dealer Headline\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"20px|||\" custom_padding=\"15px||0px|\"]

<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Find a Dealer</span></h1>

[/et_pb_text][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Dealer button Text\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||20px|\"]

Use our Dealer Search below or click on your state button to view the closest Pioneer Dealer.

[/et_pb_text][et_pb_code _builder_version=\"3.0.47\"][wpsl][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"off\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h3>To find a dealer in each state you can use the buttons below.</h3>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px|||\" padding_mobile=\"off\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" parallax_method_4=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_button button_url=\"/find-a-dealer/connecticut\" button_text=\"Conneticut\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Connecticut Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"17\" custom_css_main_element=\"width:100%;\" global_module=\"317\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/find-a-dealer/florida\" button_text=\"Florida\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Florida Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"17\" custom_css_main_element=\"width:100%;\" global_module=\"318\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/find-a-dealer/georgia\" button_text=\"Georgia\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Georgia Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"17\" custom_css_main_element=\"width:100%;\" global_module=\"319\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_button button_url=\"/find-a-dealer/illinois\" button_text=\"Illinois\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Illinois Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"17\" custom_css_main_element=\"width:100%;\" global_module=\"320\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/find-a-dealer/indiana\" button_text=\"Indiana\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Indiana Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"17\" custom_css_main_element=\"width:100%;\" global_module=\"322\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/find-a-dealer/massachusetts\" button_text=\"Massachusetts\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Massachusetts Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"17\" custom_css_main_element=\"width:100%;\" global_module=\"323\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_button button_url=\"/find-a-dealer/michigan\" button_text=\"Michigan\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Michigan Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"17\" custom_css_main_element=\"width:100%;\" global_module=\"324\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/find-a-dealer/new-jersey\" button_text=\"New Jersey\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"New Jersey Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"17\" custom_css_main_element=\"width:100%;\" global_module=\"325\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/find-a-dealer/new-york\" button_text=\"New York\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"New York Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"17\" custom_css_main_element=\"width:100%;\" global_module=\"326\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_button button_url=\"/find-a-dealer/ohio\" button_text=\"Ohio\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Ohio Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"17\" custom_css_main_element=\"width:100%;\" global_module=\"327\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/find-a-dealer/pennsylvania\" button_text=\"Pennsylvania\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Pennsylvania Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"17\" custom_css_main_element=\"width:100%;\" global_module=\"328\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/find-a-dealer/wisconsin\" button_text=\"Wisconsin\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Wisconsin Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"17\" custom_css_main_element=\"width:100%;\" global_module=\"329\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"10px||25px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\" parallax=\"on\" parallax_method=\"off\"][et_pb_row custom_padding=\"||0px|\" padding_mobile=\"off\" column_padding_mobile=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"10px\" padding_right_1=\"10px\" padding_bottom_1=\"30px\" padding_left_1=\"10px\" padding_top_2=\"10px\" padding_right_2=\"10px\" padding_bottom_2=\"30px\" padding_left_2=\"10px\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"30px\" padding_left=\"10px\" padding_right=\"10px\" padding_top=\"10px\" column_padding_mobile=\"on\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"off\"][et_pb_cta title=\"Warranty\" button_url=\"http://pioneercabinetry.net/wp/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.47\" body_font_size=\"16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\"]

<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">We stand behind our craftsmanship.</span></p>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"30px\" padding_left=\"10px\" padding_right=\"10px\" padding_top=\"10px\" column_padding_mobile=\"on\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"off\"][et_pb_cta title=\"Dealer Locator\" button_url=\"http://pioneercabinetry.net/wp/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.47\" body_font_size=\"16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\"]

<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Florida","","publish","closed","closed","","florida","","","2017-09-11 15:41:04","2017-09-11 19:41:04","","270","http://www.pioneercabinetry.co/?page_id=294","0","page","","0");
INSERT INTO `pcab_posts` VALUES("295","1","2017-09-10 15:30:30","2017-09-10 19:30:30","[et_pb_section admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Dealer Headline\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"15px||30px|\"]

<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Find a Dealer</span></h1>

[/et_pb_text][et_pb_text admin_label=\"Dealer button Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

Use our Dealer Search below or click on your state button to view the closest Pioneer Dealer.

[/et_pb_text][et_pb_code admin_label=\"Code\"][wpsl][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"||10px|\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<h3>To find a dealer in each state, click on the buttons below.</h3>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px|||\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" parallax_4=\"off\" parallax_method_4=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Connecticut Button\" button_url=\"/wp/find-a-dealer/connecticut\" url_new_window=\"off\" button_text=\"Conneticut\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]



[/et_pb_button][et_pb_button admin_label=\"Florida Button\" button_url=\"/wp/find-a-dealer/florida\" url_new_window=\"off\" button_text=\"Florida\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]



[/et_pb_button][et_pb_button admin_label=\"Georgia Button\" button_url=\"/wp/find-a-dealer/georgia\" url_new_window=\"off\" button_text=\"Georgia\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]



[/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Illinois Button\" button_url=\"/wp/find-a-dealer/illinois\" url_new_window=\"off\" button_text=\"Illinois\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]



[/et_pb_button][et_pb_button admin_label=\"Indiana Button\" button_url=\"/wp/find-a-dealer/indiana\" url_new_window=\"off\" button_text=\"Indiana\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]



[/et_pb_button][et_pb_button admin_label=\"Massachusetts Button\" button_url=\"/wp/find-a-dealer/massachusetts\" url_new_window=\"off\" button_text=\"Massachusetts\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]



[/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Michigan Button\" button_url=\"/wp/find-a-dealer/michigan\" url_new_window=\"off\" button_text=\"Michigan\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]



[/et_pb_button][et_pb_button admin_label=\"New Jersey Button\" button_url=\"/wp/find-a-dealer/new-jersey\" url_new_window=\"off\" button_text=\"New Jersey\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]



[/et_pb_button][et_pb_button admin_label=\"New York Button\" button_url=\"/wp/find-a-dealer/new-york\" url_new_window=\"off\" button_text=\"New York\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]



[/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Ohio Button\" button_url=\"/wp/find-a-dealer/ohio\" url_new_window=\"off\" button_text=\"Ohio\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]



[/et_pb_button][et_pb_button admin_label=\"Pennsylvania Button\" button_url=\"/wp/find-a-dealer/pennsylvania\" url_new_window=\"off\" button_text=\"Pennsylvania\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]



[/et_pb_button][et_pb_button admin_label=\"Wisconsin Button\" button_url=\"/wp/find-a-dealer/wisconsin\" url_new_window=\"off\" button_text=\"Wisconsin\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]



[/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" global_module=\"587\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"on\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" custom_padding=\"10px||25px|\"][et_pb_row global_parent=\"587\" admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"||0px|\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_color_1=\"#000000\" padding_top_1=\"10px\" padding_right_1=\"10px\" padding_bottom_1=\"30px\" padding_left_1=\"10px\" background_color_2=\"#000000\" padding_top_2=\"10px\" padding_right_2=\"10px\" padding_bottom_2=\"30px\" padding_left_2=\"10px\"][et_pb_column type=\"1_2\"][et_pb_cta global_parent=\"587\" admin_label=\"Warranty CTA\" title=\"Warranty\" button_url=\"http://pioneercabinetry.net/wp/quality-care/warranty/\" url_new_window=\"off\" button_text=\"READ MORE\" use_background_color=\"off\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" button_bg_color=\"#e09900\" button_border_width=\"1\" body_font_size=\"16\"]

<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">We stand behind our craftsmanship.</span></p>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta global_parent=\"587\" admin_label=\"Dealer CTA\" title=\"Dealer Locator\" button_url=\"http://pioneercabinetry.net/wp/find-a-dealer/\" url_new_window=\"off\" button_text=\"FIND A DEALER\" use_background_color=\"off\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" button_bg_color=\"#e09900\" button_border_width=\"1\" body_font_size=\"16\"]

<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Florida","","inherit","closed","closed","","294-revision-v1","","","2017-09-10 15:30:30","2017-09-10 19:30:30","","294","http://www.pioneercabinetry.co/uncategorized/294-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("296","1","2017-09-10 15:30:38","2017-09-10 19:30:38","[et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Dealer Headline\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"15px||30px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Find a Dealer</span></h1>

[/et_pb_text][et_pb_text admin_label=\"Dealer button Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

Use our Dealer Search below or click on your state button to view the closest Pioneer Dealer.

[/et_pb_text][et_pb_code][wpsl][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"||10px|\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h3>To find a dealer in each state, click on the buttons below.</h3>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px|||\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" parallax_4=\"off\" parallax_method_4=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Connecticut Button\" button_url=\"/wp/find-a-dealer/connecticut\" url_new_window=\"off\" button_text=\"Conneticut\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" /][et_pb_button admin_label=\"Florida Button\" button_url=\"/wp/find-a-dealer/florida\" url_new_window=\"off\" button_text=\"Florida\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" /][et_pb_button admin_label=\"Georgia Button\" button_url=\"/wp/find-a-dealer/georgia\" url_new_window=\"off\" button_text=\"Georgia\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Illinois Button\" button_url=\"/wp/find-a-dealer/illinois\" url_new_window=\"off\" button_text=\"Illinois\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" /][et_pb_button admin_label=\"Indiana Button\" button_url=\"/wp/find-a-dealer/indiana\" url_new_window=\"off\" button_text=\"Indiana\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" /][et_pb_button admin_label=\"Massachusetts Button\" button_url=\"/wp/find-a-dealer/massachusetts\" url_new_window=\"off\" button_text=\"Massachusetts\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Michigan Button\" button_url=\"/wp/find-a-dealer/michigan\" url_new_window=\"off\" button_text=\"Michigan\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" /][et_pb_button admin_label=\"New Jersey Button\" button_url=\"/wp/find-a-dealer/new-jersey\" url_new_window=\"off\" button_text=\"New Jersey\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" /][et_pb_button admin_label=\"New York Button\" button_url=\"/wp/find-a-dealer/new-york\" url_new_window=\"off\" button_text=\"New York\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Ohio Button\" button_url=\"/wp/find-a-dealer/ohio\" url_new_window=\"off\" button_text=\"Ohio\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" /][et_pb_button admin_label=\"Pennsylvania Button\" button_url=\"/wp/find-a-dealer/pennsylvania\" url_new_window=\"off\" button_text=\"Pennsylvania\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" /][et_pb_button admin_label=\"Wisconsin Button\" button_url=\"/wp/find-a-dealer/wisconsin\" url_new_window=\"off\" button_text=\"Wisconsin\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"on\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" custom_padding=\"10px||25px|\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"||0px|\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_color_1=\"#000000\" padding_top_1=\"10px\" padding_right_1=\"10px\" padding_bottom_1=\"30px\" padding_left_1=\"10px\" background_color_2=\"#000000\" padding_top_2=\"10px\" padding_right_2=\"10px\" padding_bottom_2=\"30px\" padding_left_2=\"10px\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" title=\"Warranty\" button_url=\"http://pioneercabinetry.net/wp/quality-care/warranty/\" url_new_window=\"off\" button_text=\"READ MORE\" use_background_color=\"off\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" button_bg_color=\"#e09900\" button_border_width=\"1\" body_font_size=\"16\"]

<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">We stand behind our craftsmanship.</span></p>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" title=\"Dealer Locator\" button_url=\"http://pioneercabinetry.net/wp/find-a-dealer/\" url_new_window=\"off\" button_text=\"FIND A DEALER\" use_background_color=\"off\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" button_bg_color=\"#e09900\" button_border_width=\"1\" body_font_size=\"16\"]

<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Florida","","inherit","closed","closed","","294-revision-v1","","","2017-09-10 15:30:38","2017-09-10 19:30:38","","294","http://www.pioneercabinetry.co/uncategorized/294-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("297","1","2017-09-10 15:31:31","2017-09-10 19:31:31","[et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Dealer Headline\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"15px||5px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Find a Connecticut Dealer</span></h1>

[/et_pb_text][et_pb_text admin_label=\"Dealer button Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||25px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

Here is our current list of dealers.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"J Michaels Design LLC\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>J Michaels Design LLC</strong></span>
138 Boulder Circle
Glastonbury CT 06033
(860) 568-9000

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px|||\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" parallax_4=\"off\" parallax_method_4=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Connecticut Button\" button_url=\"/find-a-dealer/connecticut\" url_new_window=\"off\" button_text=\"Conneticut\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"317\" /][et_pb_button admin_label=\"Florida Button\" button_url=\"/find-a-dealer/florida\" url_new_window=\"off\" button_text=\"Florida\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"318\" /][et_pb_button admin_label=\"Georgia Button\" button_url=\"/find-a-dealer/georgia\" url_new_window=\"off\" button_text=\"Georgia\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"319\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Illinois Button\" button_url=\"/find-a-dealer/illinois\" url_new_window=\"off\" button_text=\"Illinois\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"320\" /][et_pb_button admin_label=\"Indiana Button\" button_url=\"/find-a-dealer/indiana\" url_new_window=\"off\" button_text=\"Indiana\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"322\" /][et_pb_button admin_label=\"Massachusetts Button\" button_url=\"/find-a-dealer/massachusetts\" url_new_window=\"off\" button_text=\"Massachusetts\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"323\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Michigan Button\" button_url=\"/find-a-dealer/michigan\" url_new_window=\"off\" button_text=\"Michigan\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"324\" /][et_pb_button admin_label=\"New Jersey Button\" button_url=\"/find-a-dealer/new-jersey\" url_new_window=\"off\" button_text=\"New Jersey\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"325\" /][et_pb_button admin_label=\"New York Button\" button_url=\"/find-a-dealer/new-york\" url_new_window=\"off\" button_text=\"New York\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"326\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Ohio Button\" button_url=\"/find-a-dealer/ohio\" url_new_window=\"off\" button_text=\"Ohio\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"327\" /][et_pb_button admin_label=\"Pennsylvania Button\" button_url=\"/find-a-dealer/pennsylvania\" url_new_window=\"off\" button_text=\"Pennsylvania\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"328\" /][et_pb_button admin_label=\"Wisconsin Button\" button_url=\"/find-a-dealer/wisconsin\" url_new_window=\"off\" button_text=\"Wisconsin\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"329\" /][/et_pb_column][/et_pb_row][/et_pb_section]","Connecticut","","publish","closed","closed","","connecticut","","","2017-09-10 16:17:46","2017-09-10 20:17:46","","270","http://www.pioneercabinetry.co/?page_id=297","0","page","","0");
INSERT INTO `pcab_posts` VALUES("298","1","2017-09-10 15:31:23","2017-09-10 19:31:23","[et_pb_section admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Dealer Headline\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"15px||5px|\"]
<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Find a Connecticut Dealer</span></h1>
[/et_pb_text][et_pb_text admin_label=\"Dealer button Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||25px|\"]

Here is our current list of dealers.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"J Michaels Design LLC\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<span style=\"color: #ffcc00\"><strong>J Michaels Design LLC</strong></span>
138 Boulder Circle
Glastonbury CT 06033
(860) 568-9000

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Connecticut Button\" button_url=\"/wp/find-a-dealer/connecticut\" url_new_window=\"off\" button_text=\"Conneticut\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]
[/et_pb_button][et_pb_button admin_label=\"Florida Button\" button_url=\"/wp/find-a-dealer/florida\" url_new_window=\"off\" button_text=\"Florida\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]
[/et_pb_button][et_pb_button admin_label=\"Georgia Button\" button_url=\"/wp/find-a-dealer/georgia\" url_new_window=\"off\" button_text=\"Georgia\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]
[/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Illinois Button\" button_url=\"/wp/find-a-dealer/illinois\" url_new_window=\"off\" button_text=\"Illinois\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]
[/et_pb_button][et_pb_button admin_label=\"Indiana Button\" button_url=\"/wp/find-a-dealer/indiana\" url_new_window=\"off\" button_text=\"Indiana\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]
[/et_pb_button][et_pb_button admin_label=\"Massachusetts Button\" button_url=\"/wp/find-a-dealer/massachusetts\" url_new_window=\"off\" button_text=\"Massachusetts\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]
[/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Michigan Button\" button_url=\"/wp/find-a-dealer/michigan\" url_new_window=\"off\" button_text=\"Michigan\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]
[/et_pb_button][et_pb_button admin_label=\"New Jersey Button\" button_url=\"/wp/find-a-dealer/new-jersey\" url_new_window=\"off\" button_text=\"New Jersey\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]
[/et_pb_button][et_pb_button admin_label=\"New York Button\" button_url=\"/wp/find-a-dealer/new-york\" url_new_window=\"off\" button_text=\"New York\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]
[/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Ohio Button\" button_url=\"/wp/find-a-dealer/ohio\" url_new_window=\"off\" button_text=\"Ohio\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]
[/et_pb_button][et_pb_button admin_label=\"Pennsylvania Button\" button_url=\"/wp/find-a-dealer/pennsylvania\" url_new_window=\"off\" button_text=\"Pennsylvania\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]
[/et_pb_button][et_pb_button admin_label=\"Wisconsin Button\" button_url=\"/wp/find-a-dealer/wisconsin\" url_new_window=\"off\" button_text=\"Wisconsin\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]
[/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]","Connecticut","","inherit","closed","closed","","297-revision-v1","","","2017-09-10 15:31:23","2017-09-10 19:31:23","","297","http://www.pioneercabinetry.co/uncategorized/297-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("299","1","2017-09-10 15:33:02","2017-09-10 19:33:02","[et_pb_section fb_built=\"1\" background_color=\"#ffffff\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" admin_label=\"section\" _builder_version=\"3.0.47\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HD-DoorStyles.jpg\" align=\"center\" _builder_version=\"3.0.47\" custom_css_main_element=\"width:100%;\" animation=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Why Pioneer Headline\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px||0px|\"]

<h1><span class=\"s1\">Why Choose Pioneer?</span></h1>

[/et_pb_text][et_pb_text background_layout=\"dark\" admin_label=\"Why Text\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_font_size=\"18px\" text_line_height=\"1.8em\"]<h2>The Signature of Quality and Craftsmanship is the perfect reason.</h2>
We hope this website will be helpful in your search for quality cabinetry. We have presented a wide range of possibilities to help you find the right look for your new or remodeled home. While we believe this website will give you a good overview of our cabinetry, it is only a sample of the design options and features that are available. We encourage you to visit your nearest Pioneer dealer to fully experience what Pioneer has to offer.<br><br>

<h4>Pioneer sets itself apart from other cabinet companies with a few key points:</h4>
<strong>Experience –</strong> With over 25 years in business, the team at Pioneer knows how to deliver a quality product that surpasses homeowners\' hopes and expectations. Each Pioneer team member participates in an aggressive cross-training program to give them the utmost experience in all facets of cabinet manufacturing.<br><br>

<strong>Quality –</strong> Pioneer holds quality as its highest priority, from receipt of raw materials through the delivery of cabinetry made just for you. Pioneer\'s Quality Assurance Program guarantees that you will receive the best quality product for the price.<br><br>

<strong>Materials –</strong> Getting a good deal is only relevant if the product is well made. Pioneer goes the extra mile to ensure that your new cabinetry is made with the best materials. We offer standard features like 3/4\" solid wood face frames and door frames, solid wood dovetailed drawers, full-extension, soft-close, under-mount drawer slides, premium finishes, 1/2\" cabinet boxes, 3/4\" adjustable shelving and wood veneer finished end panels.<br><br>

<strong>Customization –</strong> We recognize that not every cabinet works for every customer, so we are happy to help you create the right cabinet combinations for your home. With so many options in sizes and colors, your home can be customized to your liking without compromising quality or affordability.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_search exclude_pages=\"off\" exclude_posts=\"on\" hide_button=\"off\" placeholder=\"Search our site\" field_bg=\"#aaaaaa\" placeholder_color=\"#000000\" _builder_version=\"3.0.72\" input_font_size=\"16px\" global_module=\"95\" saved_tabs=\"all\"][/et_pb_search][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Pioneer-LrgLogo.png\" align=\"center\" admin_label=\"Pioneer Logo - White\" _builder_version=\"3.0.72\" global_module=\"97\" saved_tabs=\"all\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Why Choose Pioneer?","","publish","closed","closed","","why-choose-pioneer","","","2017-09-12 11:36:35","2017-09-12 15:36:35","","0","http://www.pioneercabinetry.co/?page_id=299","0","page","","0");
INSERT INTO `pcab_posts` VALUES("300","1","2017-09-10 15:32:28","2017-09-10 19:32:28","","Pioneer-LrgLogo-2","","inherit","closed","closed","","pioneer-lrglogo-2","","","2017-09-10 15:32:28","2017-09-10 19:32:28","","0","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Pioneer-LrgLogo-2.png","0","attachment","image/png","0");
INSERT INTO `pcab_posts` VALUES("1002","1","2017-09-12 11:19:20","2017-09-12 15:19:20","[et_pb_section fb_built=\"1\" background_color=\"#ffffff\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" admin_label=\"section\" _builder_version=\"3.0.47\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HD-DoorStyles.jpg\" align=\"center\" _builder_version=\"3.0.47\" custom_css_main_element=\"width:100%;\" animation=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Why Pioneer Headline\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px||0px|\"]

<h1><span class=\"s1\">Why Choose Pioneer?</span></h1>

[/et_pb_text][et_pb_text background_layout=\"dark\" admin_label=\"Why Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h2>The Signature of Quality and Craftsmanship</h2>
<p>We hope this website will be helpful in your search for quality cabinetry. We have presented a wide range of possibilities to help you find the right look for your new or remodeled home. While we believe this website will give you a good overview of our cabinetry, it is only a sample of the design options and features that are available. We encourage you to visit your nearest Pioneer dealer to fully experience what Pioneer has to offer.</p>
<h4><strong>Pioneer sets itself apart from other cabinet companies with a few key points:</strong></h4>
<p><strong>Experience –</strong> With over 25 years in business, the team at Pioneer knows how to deliver a quality product that surpasses homeowners\' hopes and expectations. Each Pioneer team member participates in an aggressive cross-training program to give them the utmost experience in all facets of cabinet manufacturing.</p>
<p><strong>Quality –</strong> Pioneer holds quality as its highest priority, from receipt of raw materials through the delivery of cabinetry made just for you. Pioneer\'s Quality Assurance Program guarantees that you will receive the best quality product for the price.</p>
<p><strong>Materials –</strong> Getting a good deal is only relevant if the product is well made. Pioneer goes the extra mile to ensure that your new cabinetry is made with the best materials. We offer standard features like 3/4\" solid wood face frames and door frames, solid wood dovetailed drawers, full-extension, soft-close, under-mount drawer slides, premium finishes, 1/2\" cabinet boxes, 3/4\" adjustable shelving and wood veneer finished end panels.</p>
<p><strong>Customization –</strong> We recognize that not every cabinet works for every customer, so we are happy to help you create the right cabinet combinations for your home. With so many options in sizes and colors, your home can be customized to your liking without compromising quality or affordability.</p>
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_search exclude_pages=\"off\" exclude_posts=\"on\" hide_button=\"off\" placeholder=\"Search our site\" field_bg=\"#aaaaaa\" placeholder_color=\"#000000\" _builder_version=\"3.0.72\" input_font_size=\"16px\" global_module=\"95\" saved_tabs=\"all\"][/et_pb_search][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Pioneer-LrgLogo.png\" align=\"center\" admin_label=\"Pioneer Logo - White\" _builder_version=\"3.0.72\" global_module=\"97\" saved_tabs=\"all\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Why Choose Pioneer?","","inherit","closed","closed","","299-revision-v1","","","2017-09-12 11:19:20","2017-09-12 15:19:20","","299","http://www.pioneercabinetry.co/uncategorized/299-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("301","1","2017-09-10 15:32:35","2017-09-10 19:32:35","[et_pb_section admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#ffffff\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HD-DoorStyles.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_main_element=\"width:100%;\"]



[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Why Pioneer Headline\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"15px||30px|\"]

<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Why Choose Pioneer?</span></h1>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Why Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<h2>The Signature of Quality and Craftsmanship</h2>
We hope this website will be helpful in your search for quality cabinetry. We have presented a wide range of possibilities to help you find the right look for your new or remodeled home. While we believe this website will give you a good overview of our cabinetry, it is only a sample of the design options and features that are available. We encourage you to visit your nearest Pioneer dealer to fully experience what Pioneer has to offer.
<h4><strong>Pioneer sets itself apart from other cabinet companies with a few key points:</strong></h4>
<strong>Experience –</strong> With over 25 years in business, the team at Pioneer knows how to deliver a quality product that surpasses homeowners\' hopes and expectations. Each Pioneer team member participates in an aggressive cross-training program to give them the utmost experience in all facets of cabinet manufacturing.

<strong>Quality –</strong> Pioneer holds quality as its highest priority, from receipt of raw materials through the delivery of cabinetry made just for you. Pioneer\'s Quality Assurance Program guarantees that you will receive the best quality product for the price.

<strong>Materials –</strong> Getting a good deal is only relevant if the product is well made. Pioneer goes the extra mile to ensure that your new cabinetry is made with the best materials. We offer standard features like 3/4\" solid wood face frames and door frames, solid wood dovetailed drawers, full-extension, soft-close, under-mount drawer slides, premium finishes, 1/2\" cabinet boxes, 3/4\" adjustable shelving and wood veneer finished end panels.

<strong>Customization –</strong> We recognize that not every cabinet works for every customer, so we are happy to help you create the right cabinet combinations for your home. With so many options in sizes and colors, your home can be customized to your liking without compromising quality or affordability.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_search admin_label=\"Search\" global_module=\"1391\" background_layout=\"light\" text_orientation=\"left\" exclude_pages=\"off\" exclude_posts=\"on\" hide_button=\"off\" button_color=\"#999999\" field_bg=\"#1e1e1e\" custom_margin=\"0px||0px|\" saved_tabs=\"all\"]



[/et_pb_search][et_pb_image admin_label=\"Logo White Type Image\" global_module=\"1387\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Pioneer-LrgLogo-2.png\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" saved_tabs=\"all\"]



[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" global_module=\"587\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"on\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" custom_padding=\"10px||25px|\"][et_pb_row global_parent=\"587\" admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"||0px|\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_color_1=\"#000000\" padding_top_1=\"10px\" padding_right_1=\"10px\" padding_bottom_1=\"30px\" padding_left_1=\"10px\" background_color_2=\"#000000\" padding_top_2=\"10px\" padding_right_2=\"10px\" padding_bottom_2=\"30px\" padding_left_2=\"10px\"][et_pb_column type=\"1_2\"][et_pb_cta global_parent=\"587\" admin_label=\"Warranty CTA\" title=\"Warranty\" button_url=\"http://pioneercabinetry.net/wp/quality-care/warranty/\" url_new_window=\"off\" button_text=\"READ MORE\" use_background_color=\"off\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" button_bg_color=\"#e09900\" button_border_width=\"1\" body_font_size=\"16\"]

<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">We stand behind our craftsmanship.</span></p>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta global_parent=\"587\" admin_label=\"Dealer CTA\" title=\"Dealer Locator\" button_url=\"http://pioneercabinetry.net/wp/find-a-dealer/\" url_new_window=\"off\" button_text=\"FIND A DEALER\" use_background_color=\"off\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" button_bg_color=\"#e09900\" button_border_width=\"1\" body_font_size=\"16\"]

<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Why Choose Pioneer?","","inherit","closed","closed","","299-revision-v1","","","2017-09-10 15:32:35","2017-09-10 19:32:35","","299","http://www.pioneercabinetry.co/uncategorized/299-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("302","1","2017-09-10 15:33:02","2017-09-10 19:33:02","[et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#ffffff\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HD-DoorStyles.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_main_element=\"width:100%;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Why Pioneer Headline\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"15px||30px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Why Choose Pioneer?</span></h1>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Why Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h2>The Signature of Quality and Craftsmanship</h2>
We hope this website will be helpful in your search for quality cabinetry. We have presented a wide range of possibilities to help you find the right look for your new or remodeled home. While we believe this website will give you a good overview of our cabinetry, it is only a sample of the design options and features that are available. We encourage you to visit your nearest Pioneer dealer to fully experience what Pioneer has to offer.
<h4><strong>Pioneer sets itself apart from other cabinet companies with a few key points:</strong></h4>
<strong>Experience –</strong> With over 25 years in business, the team at Pioneer knows how to deliver a quality product that surpasses homeowners\' hopes and expectations. Each Pioneer team member participates in an aggressive cross-training program to give them the utmost experience in all facets of cabinet manufacturing.

<strong>Quality –</strong> Pioneer holds quality as its highest priority, from receipt of raw materials through the delivery of cabinetry made just for you. Pioneer\'s Quality Assurance Program guarantees that you will receive the best quality product for the price.

<strong>Materials –</strong> Getting a good deal is only relevant if the product is well made. Pioneer goes the extra mile to ensure that your new cabinetry is made with the best materials. We offer standard features like 3/4\" solid wood face frames and door frames, solid wood dovetailed drawers, full-extension, soft-close, under-mount drawer slides, premium finishes, 1/2\" cabinet boxes, 3/4\" adjustable shelving and wood veneer finished end panels.

<strong>Customization –</strong> We recognize that not every cabinet works for every customer, so we are happy to help you create the right cabinet combinations for your home. With so many options in sizes and colors, your home can be customized to your liking without compromising quality or affordability.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_search _builder_version=\"3.0.72\" placeholder=\"Search our site\" hide_button=\"off\" exclude_pages=\"off\" exclude_posts=\"on\" field_bg=\"#aaaaaa\" placeholder_color=\"#000000\" background_layout=\"light\" text_orientation=\"left\" input_font_size=\"16px\" saved_tabs=\"all\" global_module=\"95\" /][et_pb_image admin_label=\"Pioneer Logo - White\" _builder_version=\"3.0.72\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Pioneer-LrgLogo.png\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"center\" always_center_on_mobile=\"on\" border_style=\"solid\" force_fullwidth=\"on\" saved_tabs=\"all\" global_module=\"97\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row global_parent=\"93\" background_color_1=\"#000000\" background_color_2=\"#000000\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" _builder_version=\"3.0.72\" make_equal=\"on\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" global_parent=\"93\" title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" global_parent=\"93\" title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Why Choose Pioneer?","","inherit","closed","closed","","299-revision-v1","","","2017-09-10 15:33:02","2017-09-10 19:33:02","","299","http://www.pioneercabinetry.co/uncategorized/299-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("303","1","2017-09-10 15:40:06","2017-09-10 19:40:06","[et_pb_section fb_built=\"1\" custom_padding=\"0px||0px|\" _builder_version=\"3.0.72\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Request Headline\" _builder_version=\"3.0.72\" custom_padding=\"20px||20px|\"]

<h1 class=\"p1\" style=\"text-align: center;\"><span class=\"s1\">Request Our Brochure</span></h1>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding=\"13px|0px|9px|0px\" _builder_version=\"3.0.47\"][et_pb_row custom_padding=\"27px|0px|9px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.0.72\" custom_padding=\"|50px||\" text_font_size=\"18px\"]<h2>We would love to send you our beautiful printed brochure right to your door.</span></strong></h2>
Simply fill out the following information completely and we will get that brochure in the mail as soon as possible. Our 20-page brochure features some of our most beautiful kitchen designs, overviews of each wood type, stains, paints, glazes and door styles that we currently offer.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding=\"5px|0px|54px|0px\" _builder_version=\"3.0.47\"][et_pb_row custom_padding=\"2px|0px|27px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/catalogSample.png\" alt=\"Our Catalog Brochure\" _builder_version=\"3.0.72\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"FORM\" _builder_version=\"3.0.72\"]

[ninja_forms id=3]

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Request Our Brochure","","publish","closed","closed","","request-our-brochure","","","2017-09-12 11:34:05","2017-09-12 15:34:05","","0","http://www.pioneercabinetry.co/?page_id=303","0","page","","0");
INSERT INTO `pcab_posts` VALUES("304","1","2017-09-10 15:40:06","2017-09-10 19:40:06","[et_pb_section bb_built=\"1\" _builder_version=\"3.0.72\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" custom_padding=\"0px||0px|\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Request Headline\" _builder_version=\"3.0.72\" background_layout=\"dark\" text_orientation=\"center\" border_style=\"solid\" custom_padding=\"15px||30px|\"]

<h1 class=\"p1\" style=\"text-align: center;\"><span class=\"s1\">Request Our Brochure</span></h1>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.72\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]

<p class=\"kicker\" style=\"text-align: center;\"><strong><span class=\"s1\">We would love to send you our beautiful printed brochure right to your door.</span></strong></p>
<p class=\"p1\" style=\"text-align: center;\"><span class=\"s1\">Simply fill out the following information completely and we will get that brochure in the mail as soon as possible. Our 20-page brochure features some of our most beautiful kitchen designs, overviews of each wood type, stains, paints, glazes and door styles that we currently offer.</span></p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.72\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"left\" always_center_on_mobile=\"on\" border_style=\"solid\" force_fullwidth=\"off\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.0.72\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]

[ninja_forms id=5]

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row global_parent=\"93\" background_color_1=\"#000000\" background_color_2=\"#000000\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" _builder_version=\"3.0.72\" make_equal=\"on\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" global_parent=\"93\" title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" global_parent=\"93\" title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Request Our Brochure","","inherit","closed","closed","","303-revision-v1","","","2017-09-10 15:40:06","2017-09-10 19:40:06","","303","http://www.pioneercabinetry.co/uncategorized/303-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("305","1","2017-09-10 15:41:08","2017-09-10 19:41:08","","Pioneer Cabinetry logo","","inherit","closed","closed","","logo","","","2017-09-10 15:41:19","2017-09-10 19:41:19","","0","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/logo.png","0","attachment","image/png","0");
INSERT INTO `pcab_posts` VALUES("309","1","2017-09-10 15:49:45","2017-09-10 19:49:45","[et_pb_section bb_built=\"1\" _builder_version=\"3.0.72\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" custom_padding=\"0px||0px|\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Request Headline\" _builder_version=\"3.0.72\" background_layout=\"dark\" text_orientation=\"center\" border_style=\"solid\" custom_padding=\"15px||30px|\"]

<h1 class=\"p1\" style=\"text-align: center;\"><span class=\"s1\">Request Our Brochure</span></h1>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.72\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]

<p class=\"kicker\" style=\"text-align: center;\"><strong><span class=\"s1\">We would love to send you our beautiful printed brochure right to your door.</span></strong></p>
<p class=\"p1\" style=\"text-align: center;\"><span class=\"s1\">Simply fill out the following information completely and we will get that brochure in the mail as soon as possible. Our 20-page brochure features some of our most beautiful kitchen designs, overviews of each wood type, stains, paints, glazes and door styles that we currently offer.</span></p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.72\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"left\" always_center_on_mobile=\"on\" border_style=\"solid\" force_fullwidth=\"off\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"FORM\" _builder_version=\"3.0.72\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]

[ninja_forms id=3]

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row global_parent=\"93\" background_color_1=\"#000000\" background_color_2=\"#000000\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" _builder_version=\"3.0.72\" make_equal=\"on\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" global_parent=\"93\" title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" global_parent=\"93\" title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Request Our Brochure","","inherit","closed","closed","","303-revision-v1","","","2017-09-10 15:49:45","2017-09-10 19:49:45","","303","http://www.pioneercabinetry.co/uncategorized/303-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("310","1","2017-09-10 16:05:56","2017-09-10 20:05:56","","catalogSample","","inherit","closed","closed","","catalogsample","","","2017-09-10 16:05:56","2017-09-10 20:05:56","","0","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/catalogSample.png","0","attachment","image/png","0");
INSERT INTO `pcab_posts` VALUES("311","1","2017-09-10 16:06:40","2017-09-10 20:06:40","[et_pb_section bb_built=\"1\" _builder_version=\"3.0.72\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" custom_padding=\"0px||0px|\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Request Headline\" _builder_version=\"3.0.72\" background_layout=\"dark\" text_orientation=\"center\" border_style=\"solid\" custom_padding=\"15px||30px|\"]

<h1 class=\"p1\" style=\"text-align: center;\"><span class=\"s1\">Request Our Brochure</span></h1>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.72\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]

<p class=\"kicker\" style=\"text-align: center;\"><strong><span class=\"s1\">We would love to send you our beautiful printed brochure right to your door.</span></strong></p>
<p class=\"p1\" style=\"text-align: center;\"><span class=\"s1\">Simply fill out the following information completely and we will get that brochure in the mail as soon as possible. Our 20-page brochure features some of our most beautiful kitchen designs, overviews of each wood type, stains, paints, glazes and door styles that we currently offer.</span></p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\"][et_pb_row][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.0.72\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"left\" always_center_on_mobile=\"on\" border_style=\"solid\" force_fullwidth=\"off\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/catalogSample.png\" alt=\"Our Catalog Brochure\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_text admin_label=\"FORM\" _builder_version=\"3.0.72\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]

[ninja_forms id=3]

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row global_parent=\"93\" background_color_1=\"#000000\" background_color_2=\"#000000\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" _builder_version=\"3.0.72\" make_equal=\"on\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" global_parent=\"93\" title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" global_parent=\"93\" title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Request Our Brochure","","inherit","closed","closed","","303-revision-v1","","","2017-09-10 16:06:40","2017-09-10 20:06:40","","303","http://www.pioneercabinetry.co/uncategorized/303-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("312","1","2017-09-10 16:07:07","2017-09-10 20:07:07","[et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Dealer Headline\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"15px||30px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">If you are a Pioneer Dealer, Showcase your work</span></h1>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#ffffff\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Dealer Instruction Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\" text_line_height=\"1.8em\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">We would love to add your photos from your kitchen designs. Use this form to submit your photo.</span></p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#dddddd\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_2\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

Help us build our photo gallery of cabinets. If your photo is selected it will be added to our collection. <strong>Please be descriptive in the message box</strong>. We would love to know what type of wood and finish used.

Thanks for being apart of the Pioneer Cabinetry team.

&nbsp;

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_code admin_label=\"Dealer Form Code\" _builder_version=\"3.0.72\"][ninja_forms id=2][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row background_color_1=\"#000000\" background_color_2=\"#000000\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" _builder_version=\"3.0.72\" make_equal=\"on\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Dealer Upload","","inherit","closed","closed","","267-revision-v1","","","2017-09-10 16:07:07","2017-09-10 20:07:07","","267","http://www.pioneercabinetry.co/uncategorized/267-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("313","1","2017-09-10 16:09:49","2017-09-10 20:09:49","[et_pb_section fb_built=\"1\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" admin_label=\"section\" _builder_version=\"3.0.47\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Contact Headline\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"25px||20px|\"]<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Contacting us is easy!</span></h1>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Contact Text\" _builder_version=\"3.0.47\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\"]

<p class=\"kicker\" style=\"text-align: center\">You can call us at (810) 658-2075, or use the form to submit your question or concern.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" inner_shadow=\"on\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.72\"][et_pb_row column_padding_mobile=\"on\" background_color_2=\"#ffffff\" parallax_method_1=\"off\" parallax_method_2=\"off\" module_class_2=\"formBKGD\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"27px|0px|27px|0px\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" background_color=\"#ffffff\" parallax=\"off\" parallax_method=\"off\" module_class=\"formBKGD\"][et_pb_code admin_label=\"Contact Form Code\" _builder_version=\"3.0.72\"][ninja_forms id=1][/et_pb_code][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Contact Us","","publish","closed","closed","","contact-us","","","2017-09-12 11:32:41","2017-09-12 15:32:41","","0","http://www.pioneercabinetry.co/?page_id=313","0","page","","0");
INSERT INTO `pcab_posts` VALUES("314","1","2017-09-10 16:08:01","2017-09-10 20:08:01","[et_pb_section admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Contact Headline\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"15px||30px|\"]

<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Contacting us is easy!</span></h1>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Contact Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\" text_line_height=\"1.8em\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\"]

<p class=\"kicker\" style=\"text-align: center\">You can call us at (810) 658-2075, or use the form to submit your question or concern.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" module_class_2=\"formBKGD\" background_color_2=\"#ffffff\"][et_pb_column type=\"1_4\"][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_code admin_label=\"Contact Form Code\"][ninja_forms id=1][/et_pb_code][/et_pb_column][et_pb_column type=\"1_4\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" global_module=\"587\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"on\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" custom_padding=\"10px||25px|\"][et_pb_row global_parent=\"587\" admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"||0px|\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_color_1=\"#000000\" padding_top_1=\"10px\" padding_right_1=\"10px\" padding_bottom_1=\"30px\" padding_left_1=\"10px\" background_color_2=\"#000000\" padding_top_2=\"10px\" padding_right_2=\"10px\" padding_bottom_2=\"30px\" padding_left_2=\"10px\"][et_pb_column type=\"1_2\"][et_pb_cta global_parent=\"587\" admin_label=\"Warranty CTA\" title=\"Warranty\" button_url=\"http://pioneercabinetry.net/wp/quality-care/warranty/\" url_new_window=\"off\" button_text=\"READ MORE\" use_background_color=\"off\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" button_bg_color=\"#e09900\" button_border_width=\"1\" body_font_size=\"16\"]

<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">We stand behind our craftsmanship.</span></p>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta global_parent=\"587\" admin_label=\"Dealer CTA\" title=\"Dealer Locator\" button_url=\"http://pioneercabinetry.net/wp/find-a-dealer/\" url_new_window=\"off\" button_text=\"FIND A DEALER\" use_background_color=\"off\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" button_bg_color=\"#e09900\" button_border_width=\"1\" body_font_size=\"16\"]

<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Contact Us","","inherit","closed","closed","","313-revision-v1","","","2017-09-10 16:08:01","2017-09-10 20:08:01","","313","http://www.pioneercabinetry.co/uncategorized/313-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("316","1","2017-09-10 16:10:01","2017-09-10 20:10:01","[et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Contact Headline\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"15px||30px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Contacting us is easy!</span></h1>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Contact Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\" text_line_height=\"1.8em\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<p class=\"kicker\" style=\"text-align: center\">You can call us at (810) 658-2075, or use the form to submit your question or concern.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" module_class_2=\"formBKGD\" background_color_2=\"#ffffff\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_4\"][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_code admin_label=\"Contact Form Code\" _builder_version=\"3.0.72\"][ninja_forms id=1][/et_pb_code][/et_pb_column][et_pb_column type=\"1_4\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row global_parent=\"93\" background_color_1=\"#000000\" background_color_2=\"#000000\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" _builder_version=\"3.0.72\" make_equal=\"on\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" global_parent=\"93\" title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" global_parent=\"93\" title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Contact Us","","inherit","closed","closed","","313-revision-v1","","","2017-09-10 16:10:01","2017-09-10 20:10:01","","313","http://www.pioneercabinetry.co/uncategorized/313-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("315","1","2017-09-10 16:09:49","2017-09-10 20:09:49","[et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Contact Headline\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"15px||30px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Contacting us is easy!</span></h1>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Contact Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\" text_line_height=\"1.8em\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<p class=\"kicker\" style=\"text-align: center\">You can call us at (810) 658-2075, or use the form to submit your question or concern.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" module_class_2=\"formBKGD\" background_color_2=\"#ffffff\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_4\"][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_code admin_label=\"Contact Form Code\" _builder_version=\"3.0.72\"][ninja_forms id=1][/et_pb_code][/et_pb_column][et_pb_column type=\"1_4\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"on\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" custom_padding=\"10px||25px|\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"||0px|\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_color_1=\"#000000\" padding_top_1=\"10px\" padding_right_1=\"10px\" padding_bottom_1=\"30px\" padding_left_1=\"10px\" background_color_2=\"#000000\" padding_top_2=\"10px\" padding_right_2=\"10px\" padding_bottom_2=\"30px\" padding_left_2=\"10px\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" title=\"Warranty\" button_url=\"http://pioneercabinetry.net/wp/quality-care/warranty/\" url_new_window=\"off\" button_text=\"READ MORE\" use_background_color=\"off\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" button_bg_color=\"#e09900\" button_border_width=\"1\" body_font_size=\"16\"]

<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">We stand behind our craftsmanship.</span></p>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" title=\"Dealer Locator\" button_url=\"http://pioneercabinetry.net/wp/find-a-dealer/\" url_new_window=\"off\" button_text=\"FIND A DEALER\" use_background_color=\"off\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" button_bg_color=\"#e09900\" button_border_width=\"1\" body_font_size=\"16\"]

<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Contact Us","","inherit","closed","closed","","313-revision-v1","","","2017-09-10 16:09:49","2017-09-10 20:09:49","","313","http://www.pioneercabinetry.co/uncategorized/313-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("317","1","2017-09-10 16:10:37","2017-09-10 20:10:37","[et_pb_button admin_label=\"Connecticut Button\" button_url=\"/find-a-dealer/connecticut\" url_new_window=\"off\" button_text=\"Conneticut\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" template_type=\"module\" /]","Connecticut Button","","publish","closed","closed","","connecticut-button","","","2017-09-10 16:10:37","2017-09-10 20:10:37","","0","http://www.pioneercabinetry.co/et_pb_layout/connecticut-button/","0","et_pb_layout","","0");
INSERT INTO `pcab_posts` VALUES("318","1","2017-09-10 16:10:51","2017-09-10 20:10:51","[et_pb_button admin_label=\"Florida Button\" button_url=\"/find-a-dealer/florida\" url_new_window=\"off\" button_text=\"Florida\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" template_type=\"module\" /]","Florida Button","","publish","closed","closed","","florida-button","","","2017-09-10 16:10:51","2017-09-10 20:10:51","","0","http://www.pioneercabinetry.co/et_pb_layout/florida-button/","0","et_pb_layout","","0");
INSERT INTO `pcab_posts` VALUES("319","1","2017-09-10 16:11:03","2017-09-10 20:11:03","[et_pb_button admin_label=\"Georgia Button\" button_url=\"/find-a-dealer/georgia\" url_new_window=\"off\" button_text=\"Georgia\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" template_type=\"module\" /]","Georgia Button","","publish","closed","closed","","georgia-button","","","2017-09-10 16:11:03","2017-09-10 20:11:03","","0","http://www.pioneercabinetry.co/et_pb_layout/georgia-button/","0","et_pb_layout","","0");
INSERT INTO `pcab_posts` VALUES("320","1","2017-09-10 16:11:18","2017-09-10 20:11:18","[et_pb_button admin_label=\"Illinois Button\" button_url=\"/find-a-dealer/illinois\" url_new_window=\"off\" button_text=\"Illinois\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" template_type=\"module\" /]","Illinois Button","","publish","closed","closed","","illinois-button","","","2017-09-10 16:11:18","2017-09-10 20:11:18","","0","http://www.pioneercabinetry.co/et_pb_layout/illinois-button/","0","et_pb_layout","","0");
INSERT INTO `pcab_posts` VALUES("322","1","2017-09-10 16:11:35","2017-09-10 20:11:35","[et_pb_button admin_label=\"Indiana Button\" button_url=\"/find-a-dealer/indiana\" url_new_window=\"off\" button_text=\"Indiana\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" template_type=\"module\" /]","Indiana Button","","publish","closed","closed","","indiana-button","","","2017-09-10 16:11:35","2017-09-10 20:11:35","","0","http://www.pioneercabinetry.co/et_pb_layout/indiana-button/","0","et_pb_layout","","0");
INSERT INTO `pcab_posts` VALUES("323","1","2017-09-10 16:11:48","2017-09-10 20:11:48","[et_pb_button admin_label=\"Massachusetts Button\" button_url=\"/find-a-dealer/massachusetts\" url_new_window=\"off\" button_text=\"Massachusetts\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" template_type=\"module\" /]","Massachusetts Button","","publish","closed","closed","","massachusetts-button","","","2017-09-10 16:11:48","2017-09-10 20:11:48","","0","http://www.pioneercabinetry.co/et_pb_layout/massachusetts-button/","0","et_pb_layout","","0");
INSERT INTO `pcab_posts` VALUES("324","1","2017-09-10 16:11:59","2017-09-10 20:11:59","[et_pb_button admin_label=\"Michigan Button\" button_url=\"/find-a-dealer/michigan\" url_new_window=\"off\" button_text=\"Michigan\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" template_type=\"module\" /]","Michigan Button","","publish","closed","closed","","michigan-button","","","2017-09-10 16:11:59","2017-09-10 20:11:59","","0","http://www.pioneercabinetry.co/et_pb_layout/michigan-button/","0","et_pb_layout","","0");
INSERT INTO `pcab_posts` VALUES("325","1","2017-09-10 16:12:11","2017-09-10 20:12:11","[et_pb_button admin_label=\"New Jersey Button\" button_url=\"/find-a-dealer/new-jersey\" url_new_window=\"off\" button_text=\"New Jersey\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" template_type=\"module\" /]","New Jersey Button","","publish","closed","closed","","new-jersey-button","","","2017-09-10 16:12:11","2017-09-10 20:12:11","","0","http://www.pioneercabinetry.co/et_pb_layout/new-jersey-button/","0","et_pb_layout","","0");
INSERT INTO `pcab_posts` VALUES("326","1","2017-09-10 16:12:21","2017-09-10 20:12:21","[et_pb_button admin_label=\"New York Button\" button_url=\"/find-a-dealer/new-york\" url_new_window=\"off\" button_text=\"New York\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" template_type=\"module\" /]","New York Button","","publish","closed","closed","","new-york-button","","","2017-09-10 16:12:21","2017-09-10 20:12:21","","0","http://www.pioneercabinetry.co/et_pb_layout/new-york-button/","0","et_pb_layout","","0");
INSERT INTO `pcab_posts` VALUES("327","1","2017-09-10 16:12:34","2017-09-10 20:12:34","[et_pb_button admin_label=\"Ohio Button\" button_url=\"/find-a-dealer/ohio\" url_new_window=\"off\" button_text=\"Ohio\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" template_type=\"module\" /]","Ohio Button","","publish","closed","closed","","ohio-button","","","2017-09-10 16:12:34","2017-09-10 20:12:34","","0","http://www.pioneercabinetry.co/et_pb_layout/ohio-button/","0","et_pb_layout","","0");
INSERT INTO `pcab_posts` VALUES("328","1","2017-09-10 16:12:47","2017-09-10 20:12:47","[et_pb_button admin_label=\"Pennsylvania Button\" button_url=\"/find-a-dealer/pennsylvania\" url_new_window=\"off\" button_text=\"Pennsylvania\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" template_type=\"module\" /]","Pennsylvania Button","","publish","closed","closed","","pennsylvania-button","","","2017-09-10 16:12:47","2017-09-10 20:12:47","","0","http://www.pioneercabinetry.co/et_pb_layout/pennsylvania-button/","0","et_pb_layout","","0");
INSERT INTO `pcab_posts` VALUES("329","1","2017-09-10 16:12:59","2017-09-10 20:12:59","[et_pb_button admin_label=\"Wisconsin Button\" button_url=\"/find-a-dealer/wisconsin\" url_new_window=\"off\" button_text=\"Wisconsin\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" template_type=\"module\" /]","Wisconsin Button","","publish","closed","closed","","wisconsin-button","","","2017-09-10 16:12:59","2017-09-10 20:12:59","","0","http://www.pioneercabinetry.co/et_pb_layout/wisconsin-button/","0","et_pb_layout","","0");
INSERT INTO `pcab_posts` VALUES("331","1","2017-09-10 16:13:56","2017-09-10 20:13:56","[et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Dealer Headline\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"15px||5px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Find a Wisconsin Dealer</span></h1>

[/et_pb_text][et_pb_text admin_label=\"Dealer button Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||25px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

Here is our current list of dealers.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"The Granite Workshop\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>The Granite Workshop</strong></span>
1169 Romin Road
Lake Geneva WI 53147
(262) 723-9393

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][/et_pb_column][et_pb_column type=\"1_4\"][/et_pb_column][et_pb_column type=\"1_4\"][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px|||\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" parallax_4=\"off\" parallax_method_4=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Connecticut Button\" button_url=\"/find-a-dealer/connecticut\" url_new_window=\"off\" button_text=\"Conneticut\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"317\" /][et_pb_button admin_label=\"Florida Button\" button_url=\"/find-a-dealer/florida\" url_new_window=\"off\" button_text=\"Florida\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"318\" /][et_pb_button admin_label=\"Georgia Button\" button_url=\"/find-a-dealer/georgia\" url_new_window=\"off\" button_text=\"Georgia\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"319\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Illinois Button\" button_url=\"/find-a-dealer/illinois\" url_new_window=\"off\" button_text=\"Illinois\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"320\" /][et_pb_button admin_label=\"Indiana Button\" button_url=\"/find-a-dealer/indiana\" url_new_window=\"off\" button_text=\"Indiana\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"322\" /][et_pb_button admin_label=\"Massachusetts Button\" button_url=\"/find-a-dealer/massachusetts\" url_new_window=\"off\" button_text=\"Massachusetts\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"323\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Michigan Button\" button_url=\"/find-a-dealer/michigan\" url_new_window=\"off\" button_text=\"Michigan\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"324\" /][et_pb_button admin_label=\"New Jersey Button\" button_url=\"/find-a-dealer/new-jersey\" url_new_window=\"off\" button_text=\"New Jersey\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"325\" /][et_pb_button admin_label=\"New York Button\" button_url=\"/find-a-dealer/new-york\" url_new_window=\"off\" button_text=\"New York\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"326\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Ohio Button\" button_url=\"/find-a-dealer/ohio\" url_new_window=\"off\" button_text=\"Ohio\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"327\" /][et_pb_button admin_label=\"Pennsylvania Button\" button_url=\"/find-a-dealer/pennsylvania\" url_new_window=\"off\" button_text=\"Pennsylvania\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"328\" /][et_pb_button admin_label=\"Wisconsin Button\" button_url=\"/find-a-dealer/wisconsin\" url_new_window=\"off\" button_text=\"Wisconsin\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"329\" /][/et_pb_column][/et_pb_row][/et_pb_section]","Wisconsin","","inherit","closed","closed","","273-revision-v1","","","2017-09-10 16:13:56","2017-09-10 20:13:56","","273","http://www.pioneercabinetry.co/uncategorized/273-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("332","1","2017-09-10 16:14:11","2017-09-10 20:14:11","[et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Dealer Headline\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"15px||5px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Find a Pennsylvania Dealer</span></h1>

[/et_pb_text][et_pb_text admin_label=\"Dealer button Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||25px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

Here is our current list of dealers.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"A.M. Construction\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>A.M. Construction</strong></span>
80 Raspberry Rd
Claysville PA 15323
(412) 600-8366

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Allegheny Kitchens Of Portage\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Allegheny Kitchens Of Portage</strong></span>
629 Dulancey Dr
Portage PA 15946
(814) 736-3805

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Atzert Remodeling\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Atzert Remodeling</strong></span>
328 Holiday Dr
Pittsburgh PA 15237
(412) 366-3857

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Kitchen Fair Discount Center\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Kitchen Fair Discount Center</strong></span>
900 E Elfinwild Rd
Allison Park PA 15101
(412) 961-0660

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px|||\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" parallax_4=\"off\" parallax_method_4=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Connecticut Button\" button_url=\"/find-a-dealer/connecticut\" url_new_window=\"off\" button_text=\"Conneticut\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"317\" /][et_pb_button admin_label=\"Florida Button\" button_url=\"/find-a-dealer/florida\" url_new_window=\"off\" button_text=\"Florida\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"318\" /][et_pb_button admin_label=\"Georgia Button\" button_url=\"/find-a-dealer/georgia\" url_new_window=\"off\" button_text=\"Georgia\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"319\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Illinois Button\" button_url=\"/find-a-dealer/illinois\" url_new_window=\"off\" button_text=\"Illinois\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"320\" /][et_pb_button admin_label=\"Indiana Button\" button_url=\"/find-a-dealer/indiana\" url_new_window=\"off\" button_text=\"Indiana\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"322\" /][et_pb_button admin_label=\"Massachusetts Button\" button_url=\"/find-a-dealer/massachusetts\" url_new_window=\"off\" button_text=\"Massachusetts\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"323\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Michigan Button\" button_url=\"/find-a-dealer/michigan\" url_new_window=\"off\" button_text=\"Michigan\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"324\" /][et_pb_button admin_label=\"New Jersey Button\" button_url=\"/find-a-dealer/new-jersey\" url_new_window=\"off\" button_text=\"New Jersey\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"325\" /][et_pb_button admin_label=\"New York Button\" button_url=\"/find-a-dealer/new-york\" url_new_window=\"off\" button_text=\"New York\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"326\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Ohio Button\" button_url=\"/find-a-dealer/ohio\" url_new_window=\"off\" button_text=\"Ohio\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"327\" /][et_pb_button admin_label=\"Pennsylvania Button\" button_url=\"/find-a-dealer/pennsylvania\" url_new_window=\"off\" button_text=\"Pennsylvania\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"328\" /][et_pb_button admin_label=\"Wisconsin Button\" button_url=\"/find-a-dealer/wisconsin\" url_new_window=\"off\" button_text=\"Wisconsin\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"329\" /][/et_pb_column][/et_pb_row][/et_pb_section]","Pennsylvania","","inherit","closed","closed","","275-revision-v1","","","2017-09-10 16:14:11","2017-09-10 20:14:11","","275","http://www.pioneercabinetry.co/uncategorized/275-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("333","1","2017-09-10 16:14:32","2017-09-10 20:14:32","[et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Dealer Headline\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"15px||5px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Find a Ohio Dealer</span></h1>

[/et_pb_text][et_pb_text admin_label=\"Dealer button Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||25px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

Here is our current list of dealers.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"C\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1>C</h1>

[/et_pb_text][et_pb_text admin_label=\"Cabinets 2 Countertops\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Cabinets 2 Countertops</strong></span>
7142 Frank Ave NW
North Canton OH 44720
(330) 244-0221

[/et_pb_text][et_pb_text admin_label=\"Cabinetmakers\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Cabinetmakers</strong></span>
210R West Perkins Ave
Sandusky OH 44870
(419) 626-4032

[/et_pb_text][et_pb_text admin_label=\"Cavins Kitchen Village\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Cavins Kitchen Village</strong></span>
<a href=\"http://www.cavinskitchenvillage.com/\">cavinskitchenvillage.com</a>
215 S Main St
Findlay OH 45840
(419) 423-1115

[/et_pb_text][et_pb_text admin_label=\"Classic Kitchens &amp; Baths\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Classic Kitchens &amp; Baths</strong></span>
101 N Stone Street
Fremont OH 43420
(419) 355-8001

[/et_pb_text][et_pb_text admin_label=\"D\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1>D</h1>

[/et_pb_text][et_pb_text admin_label=\"Dream Kitchen And Bath Inc.\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Dream Kitchen And Bath Inc.</strong></span>
<a href=\"http://www.dreamkitchenandbath.com/\">dreamkitchenandbath.com</a>
2840 N Reynolds Rd
Toledo OH 43615
(419) 531-8700

[/et_pb_text][et_pb_text admin_label=\"F\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1>F</h1>

[/et_pb_text][et_pb_text admin_label=\"Fraley &amp; Fox Constuction, Inc.\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Fraley &amp; Fox Constuction, Inc.</strong></span>
150 Dane Street
Amherst OH 44001
(440) 988-7292

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Friar Home Improvement\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Friar Home Improvement</strong></span>
3435 Brookpark Rd
Parma OH 44134
(216) 741-3440

[/et_pb_text][et_pb_text admin_label=\"G\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1>G</h1>

[/et_pb_text][et_pb_text admin_label=\"Galehouse Lumber Co\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Galehouse Lumber Co</strong></span>
12667 Portage St
Doylestown OH 44230
(330) 658-2023

[/et_pb_text][et_pb_text admin_label=\"H\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1>H</h1>

[/et_pb_text][et_pb_text admin_label=\"Heringhaus Furniture\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Heringhaus Furniture</strong></span>
991 South Main Street
Bowling Green OH 43402
(419) 352-8147

[/et_pb_text][et_pb_text admin_label=\"Home Remodeling\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Home Remodeling</strong></span>
2115 Baldwin Rd
Reynoldsburg OH 43068
(614) 570-9535<strong> </strong>

[/et_pb_text][et_pb_text admin_label=\"K\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1>K</h1>

[/et_pb_text][et_pb_text admin_label=\"Kitchenology\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<strong><span style=\"color: #ffcc00\">Kitchenology</span>
</strong>2784 Griffin Dr
Lewis Center OH 43035
(614) 271-5445<strong>
</strong>

[/et_pb_text][et_pb_text admin_label=\"M\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1>M</h1>

[/et_pb_text][et_pb_text admin_label=\"Mullins Supply\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Mullins Supply</strong></span>
9645 County Rd 39
Bloomingdale OH 43910
(740) 632-6795

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"P\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1>P</h1>

[/et_pb_text][et_pb_text admin_label=\"Penklor Construction\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Penklor Construction</strong></span>
4695 Lake Forest Dr #300
Cincinnati OH 45242
(513) 563-3582

[/et_pb_text][et_pb_text admin_label=\"Prestige Interiors\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Prestige Interiors</strong></span>
<a href=\"http://www.prestige123.com/\">prestige123.com</a>
4727 Cornell Rd
Cincinnati OH 45241
(513) 247-0229

[/et_pb_text][et_pb_text admin_label=\"R\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1>R</h1>

[/et_pb_text][et_pb_text admin_label=\"River Valley Cabinet Works\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>River Valley Cabinet Works</strong></span>
37274 Fifth Ave
Sardis OH 43946
(740) 483-1989

[/et_pb_text][et_pb_text admin_label=\"Ro-Ma Contracting\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Ro-Ma Contracting</strong></span>
6229 Hubbard Rd
Hubbard OH 44425
(330) 259-7206

[/et_pb_text][et_pb_text admin_label=\"S\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1>S</h1>

[/et_pb_text][et_pb_text admin_label=\"Shulls Home Remodelers\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Shulls Home Remodelers</strong></span>
3203 Orchard Avenue Se
Warren OH 44484
(330) 369-5853

[/et_pb_text][et_pb_text admin_label=\"T\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1>T</h1>

[/et_pb_text][et_pb_text admin_label=\"The Kitchen Center Home Supply\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>The Kitchen Center Home Supply</strong></span>
7946 North State Route 66
Defiance OH 43512
(419) 782-7756

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"V\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1>V</h1>

[/et_pb_text][et_pb_text admin_label=\"Volkman Kitchen And Bath\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Volkman Kitchen And Bath</strong></span>
<a href=\"http://www.volkmankitchenandbath.com/\">volkmankitchenandbath.com</a>
1467 N Shoop Ave
Wauseon OH 43567
(419) 335-6665

[/et_pb_text][et_pb_text admin_label=\"Y\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1>Y</h1>

[/et_pb_text][et_pb_text admin_label=\"Yelton’s Remodeling\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Yelton’s Remodeling</strong></span>
143 Sheffield Rd
Cincinnati OH 48240
(513) 429-2090

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px|||\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" parallax_4=\"off\" parallax_method_4=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Connecticut Button\" button_url=\"/find-a-dealer/connecticut\" url_new_window=\"off\" button_text=\"Conneticut\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"317\" /][et_pb_button admin_label=\"Florida Button\" button_url=\"/find-a-dealer/florida\" url_new_window=\"off\" button_text=\"Florida\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"318\" /][et_pb_button admin_label=\"Georgia Button\" button_url=\"/find-a-dealer/georgia\" url_new_window=\"off\" button_text=\"Georgia\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"319\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Illinois Button\" button_url=\"/find-a-dealer/illinois\" url_new_window=\"off\" button_text=\"Illinois\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"320\" /][et_pb_button admin_label=\"Indiana Button\" button_url=\"/find-a-dealer/indiana\" url_new_window=\"off\" button_text=\"Indiana\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"322\" /][et_pb_button admin_label=\"Massachusetts Button\" button_url=\"/find-a-dealer/massachusetts\" url_new_window=\"off\" button_text=\"Massachusetts\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"323\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Michigan Button\" button_url=\"/find-a-dealer/michigan\" url_new_window=\"off\" button_text=\"Michigan\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"324\" /][et_pb_button admin_label=\"New Jersey Button\" button_url=\"/find-a-dealer/new-jersey\" url_new_window=\"off\" button_text=\"New Jersey\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"325\" /][et_pb_button admin_label=\"New York Button\" button_url=\"/find-a-dealer/new-york\" url_new_window=\"off\" button_text=\"New York\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"326\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Ohio Button\" button_url=\"/find-a-dealer/ohio\" url_new_window=\"off\" button_text=\"Ohio\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"327\" /][et_pb_button admin_label=\"Pennsylvania Button\" button_url=\"/find-a-dealer/pennsylvania\" url_new_window=\"off\" button_text=\"Pennsylvania\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"328\" /][et_pb_button admin_label=\"Wisconsin Button\" button_url=\"/find-a-dealer/wisconsin\" url_new_window=\"off\" button_text=\"Wisconsin\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"329\" /][/et_pb_column][/et_pb_row][/et_pb_section]","Ohio","","inherit","closed","closed","","277-revision-v1","","","2017-09-10 16:14:32","2017-09-10 20:14:32","","277","http://www.pioneercabinetry.co/uncategorized/277-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("334","1","2017-09-10 16:14:51","2017-09-10 20:14:51","[et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Dealer Headline\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"15px||5px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Find a New York Dealer</span></h1>

[/et_pb_text][et_pb_text admin_label=\"Dealer button Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||25px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

Here is our current list of dealers.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Bath Connection\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Bath Connection</strong></span>
1 Pauls Path
Coram NY 11727
(631) 698-5680

&nbsp;

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px|||\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" parallax_4=\"off\" parallax_method_4=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Connecticut Button\" button_url=\"/find-a-dealer/connecticut\" url_new_window=\"off\" button_text=\"Conneticut\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"317\" /][et_pb_button admin_label=\"Florida Button\" button_url=\"/find-a-dealer/florida\" url_new_window=\"off\" button_text=\"Florida\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"318\" /][et_pb_button admin_label=\"Georgia Button\" button_url=\"/find-a-dealer/georgia\" url_new_window=\"off\" button_text=\"Georgia\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"319\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Illinois Button\" button_url=\"/find-a-dealer/illinois\" url_new_window=\"off\" button_text=\"Illinois\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"320\" /][et_pb_button admin_label=\"Indiana Button\" button_url=\"/find-a-dealer/indiana\" url_new_window=\"off\" button_text=\"Indiana\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"322\" /][et_pb_button admin_label=\"Massachusetts Button\" button_url=\"/find-a-dealer/massachusetts\" url_new_window=\"off\" button_text=\"Massachusetts\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"323\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Michigan Button\" button_url=\"/find-a-dealer/michigan\" url_new_window=\"off\" button_text=\"Michigan\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"324\" /][et_pb_button admin_label=\"New Jersey Button\" button_url=\"/find-a-dealer/new-jersey\" url_new_window=\"off\" button_text=\"New Jersey\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"325\" /][et_pb_button admin_label=\"New York Button\" button_url=\"/find-a-dealer/new-york\" url_new_window=\"off\" button_text=\"New York\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"326\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Ohio Button\" button_url=\"/find-a-dealer/ohio\" url_new_window=\"off\" button_text=\"Ohio\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"327\" /][et_pb_button admin_label=\"Pennsylvania Button\" button_url=\"/find-a-dealer/pennsylvania\" url_new_window=\"off\" button_text=\"Pennsylvania\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"328\" /][et_pb_button admin_label=\"Wisconsin Button\" button_url=\"/find-a-dealer/wisconsin\" url_new_window=\"off\" button_text=\"Wisconsin\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"329\" /][/et_pb_column][/et_pb_row][/et_pb_section]","New York","","inherit","closed","closed","","279-revision-v1","","","2017-09-10 16:14:51","2017-09-10 20:14:51","","279","http://www.pioneercabinetry.co/uncategorized/279-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("335","1","2017-09-10 16:15:10","2017-09-10 20:15:10","[et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Dealer Headline\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"15px||5px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Find a New Jersey Dealer</span></h1>

[/et_pb_text][et_pb_text admin_label=\"Dealer button Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||25px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

Here is our current list of dealers.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Carpets &amp; More\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Carpets &amp; More</strong></span>
3160 Bordentown Avenue
Old Bridge NJ 08857
(732) 316-9500

&nbsp;

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px|||\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" parallax_4=\"off\" parallax_method_4=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Connecticut Button\" button_url=\"/find-a-dealer/connecticut\" url_new_window=\"off\" button_text=\"Conneticut\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"317\" /][et_pb_button admin_label=\"Florida Button\" button_url=\"/find-a-dealer/florida\" url_new_window=\"off\" button_text=\"Florida\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"318\" /][et_pb_button admin_label=\"Georgia Button\" button_url=\"/find-a-dealer/georgia\" url_new_window=\"off\" button_text=\"Georgia\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"319\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Illinois Button\" button_url=\"/find-a-dealer/illinois\" url_new_window=\"off\" button_text=\"Illinois\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"320\" /][et_pb_button admin_label=\"Indiana Button\" button_url=\"/find-a-dealer/indiana\" url_new_window=\"off\" button_text=\"Indiana\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"322\" /][et_pb_button admin_label=\"Massachusetts Button\" button_url=\"/find-a-dealer/massachusetts\" url_new_window=\"off\" button_text=\"Massachusetts\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"323\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Michigan Button\" button_url=\"/find-a-dealer/michigan\" url_new_window=\"off\" button_text=\"Michigan\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"324\" /][et_pb_button admin_label=\"New Jersey Button\" button_url=\"/find-a-dealer/new-jersey\" url_new_window=\"off\" button_text=\"New Jersey\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"325\" /][et_pb_button admin_label=\"New York Button\" button_url=\"/find-a-dealer/new-york\" url_new_window=\"off\" button_text=\"New York\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"326\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Ohio Button\" button_url=\"/find-a-dealer/ohio\" url_new_window=\"off\" button_text=\"Ohio\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"327\" /][et_pb_button admin_label=\"Pennsylvania Button\" button_url=\"/find-a-dealer/pennsylvania\" url_new_window=\"off\" button_text=\"Pennsylvania\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"328\" /][et_pb_button admin_label=\"Wisconsin Button\" button_url=\"/find-a-dealer/wisconsin\" url_new_window=\"off\" button_text=\"Wisconsin\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"329\" /][/et_pb_column][/et_pb_row][/et_pb_section]","New Jersey","","inherit","closed","closed","","281-revision-v1","","","2017-09-10 16:15:10","2017-09-10 20:15:10","","281","http://www.pioneercabinetry.co/uncategorized/281-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("336","1","2017-09-10 16:15:33","2017-09-10 20:15:33","[et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Dealer Headline\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"15px||5px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Find a Michigan Dealer</span></h1>

[/et_pb_text][et_pb_text admin_label=\"Dealer button Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||25px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

Here is our current list of dealers.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"A\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1>A</h1>

[/et_pb_text][et_pb_text admin_label=\"Abode Building Materials Co\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Abode Building Materials Co</strong></span>
8308 Shaver Rd
Portage MI 49024
(269) 329-1800

[/et_pb_text][et_pb_text admin_label=\"Access Kitchens\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Access Kitchens</strong></span>
3960 Tittabawassee Rd
Saginaw MI 48604
(989) 793-4444

[/et_pb_text][et_pb_text admin_label=\"Accurate Woodworking\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Accurate Woodworking</strong></span>
<a href=\"http://www.accuratewoodworking.com/\">accuratewoodworking.com</a>
7675 Highland Rd
Waterford MI 48327
(248) 666-3755

[/et_pb_text][et_pb_text admin_label=\"Affordable Kitchen And Bath\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Affordable Kitchen And Bath</strong></span>
6332 Middlebelt Road
Garden City MI 48135
(734) 422-0660

[/et_pb_text][et_pb_text admin_label=\"Alpha Design + Build\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Alpha Design + Build</strong></span>
<a href=\"http://www.alpharemodeling.com/\">alpharemodeling.com</a>
6921 Jackson Road
Ann Arbor MI 48103
(734) 769-1900

[/et_pb_text][et_pb_text admin_label=\"Asprey Cabinetry Dist. Inc\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Asprey Cabinetry Dist. Inc</strong></span>
26056 W 12 Mile Rd
Southfield MI 48034
(248) 353-5520

[/et_pb_text][et_pb_text admin_label=\"Bavarian Builders Inc\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Bavarian Builders Inc</strong></span>
9720 Junction Rd
Frankenmuth MI 48734
(989) 652-8990

[/et_pb_text][et_pb_text admin_label=\"Bayshore Kitchen and Bath\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Bayshore Kitchen and Bath</strong></span>
51180 Washington St
New Baltimore MI 48047
(586) 725-8800

[/et_pb_text][et_pb_text admin_label=\"Beagle Construction, LLC\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Beagle Construction, LLC</strong></span>
9742 Gratiot Rd
Saginaw MI 48609
(989) 781-2668

[/et_pb_text][et_pb_text admin_label=\"Berry Nice Kitchens\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Berry Nice Kitchens</strong></span>
01690 Old State Rd
Boyne City MI 49712
(231) 582-5807

[/et_pb_text][et_pb_text admin_label=\"Ben\'s Supercenter Inc.\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Ben\'s Supercenter Inc.</strong></span>
2424 S VanDyke Rd
Marlette, MI 48453
(989) 635-7548 ext 2

[/et_pb_text][et_pb_text admin_label=\"Big Rapids Cash &amp; Carry Inc\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Big Rapids Cash &amp; Carry Inc</strong></span>
130 S Third Ave
Big Rapids MI 49307
(231) 796-3595

[/et_pb_text][et_pb_text admin_label=\"C\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1>C</h1>

[/et_pb_text][et_pb_text admin_label=\"Cabinet Clinic Inc\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Cabinet Clinic Inc</strong></span>
<a href=\"http://www.cabinetclinic.net/\">cabinetclinic.net</a>
33800 Capitol Rd
Livonia MI 48150
(734) 261-0222

[/et_pb_text][et_pb_text admin_label=\"Carlson Home Improvement\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Carlson Home Improvement</strong></span>
105 Eaton Ave
Charlevoix MI 49720
(231) 675-4561

[/et_pb_text][et_pb_text admin_label=\"Countertops Direct\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Countertops Direct</strong></span>
<a href=\"http://countertopsdirect.biz\">countertopsdirect.biz</a>
3841 Pine Grove Ave
Fort Gratiot, MI 48059
(810) 937-5372

[/et_pb_text][et_pb_text admin_label=\"Countertops Direct\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Countertops Direct</strong></span>
<a href=\"http://countertopsdirect.biz\">countertopsdirect.biz</a>
41900 Executive Dr
Harrison Twp, MI 48045
(586) 477-2700

[/et_pb_text][et_pb_text admin_label=\"Creative Designs Plus Inc\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Creative Designs Plus Inc</strong></span>
<a href=\"http://www.kitchenbathbrightonmi.com/\">kitchenbathbrightonmi.com</a>
321 W Main St
Brighton MI 48116
(810) 220-0020

[/et_pb_text][et_pb_text admin_label=\"Creative Kitchens\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Creative Kitchens</strong></span>
747 Woodmere Ave
Traverse City MI 49686
(231) 946-2929

[/et_pb_text][et_pb_text admin_label=\"Custom Bars &amp; Bar Stools\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Custom Bars &amp; Bar Stools</strong></span>
21352 Cass Ave
Clinton Township MI 48036
(586) 415-0688

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"D\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1>D</h1>

[/et_pb_text][et_pb_text admin_label=\"Don’s Quality Cabinets\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Don’s Quality Cabinets</strong></span>
2325 S. Bad Axe
Bad Axe MI 48413
(989) 269-6865

[/et_pb_text][et_pb_text admin_label=\"E\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1>E</h1>

[/et_pb_text][et_pb_text admin_label=\"Expo Kitchen And Bath Ltd\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Expo Kitchen And Bath Ltd</strong></span>
<a href=\"http://www.expokb.com/\">expokb.com</a>
2459 W Stadium Blvd
Ann Arbor MI 48103
(734) 741-5888

[/et_pb_text][et_pb_text admin_label=\"F\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1>F</h1>

[/et_pb_text][et_pb_text admin_label=\"Flynn Lumber &amp; Supply Co\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Flynn Lumber &amp; Supply Co</strong></span>
<a href=\"http://www.flynnlumber.com/\">flynnlumber.com</a>
2465 W M-61
Gladwin MI 48624
(989) 426-8861

[/et_pb_text][et_pb_text admin_label=\"Frankenmuth Kitchens\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Frankenmuth Kitchens</strong></span>
4857 Reimer Road
Bridgeport MI 48722
(989) 529-1799

[/et_pb_text][et_pb_text admin_label=\"G\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1>G</h1>

[/et_pb_text][et_pb_text admin_label=\"Great Lakes Kitchen &amp; Bath\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Great Lakes Kitchen &amp; Bath</strong></span>
3543 Huron Rd
Standish MI 48658
(989) 846-1299

[/et_pb_text][et_pb_text admin_label=\"Greystone Kitchen &amp; Bath\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Greystone Kitchen &amp; Bath</strong></span>
6408 W Wackerly Rd
Midland MI 48642
(989) 835-6965

[/et_pb_text][et_pb_text admin_label=\"H\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1>H</h1>

[/et_pb_text][et_pb_text admin_label=\"H&amp;S Supply Incly Inc\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>H&amp;S Supply Inc</strong><strong>ly Inc</strong></span>
317 N Fiske Rd
Coldwater MI 49036
(517) 278-5814

[/et_pb_text][et_pb_text admin_label=\"Harris-McClain Kitchen &amp; Bath\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Harris-McClain Kitchen &amp; Bath</strong></span>
<a href=\"//www.harrismcclain.com\">harrismcclain.com</a>
14214 S Dixie Highway
Monroe MI 48161
(734) 243-7683

[/et_pb_text][et_pb_text admin_label=\"Homelife Homes\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Homelife Homes</strong></span>
<a href=\"http://www.homelifehomes.com/\">homelifehomes.com</a>
8100 Fulton SE
Ada MI 49301
(616) 682-0100

[/et_pb_text][et_pb_text admin_label=\"I\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1>I</h1>

[/et_pb_text][et_pb_text admin_label=\"Ideology, Inc\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Ideology, Inc</strong></span>
111 West Second St
Rochester MI 48307
(248) 651-9940

[/et_pb_text][et_pb_text admin_label=\"J\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1>J</h1>

[/et_pb_text][et_pb_text admin_label=\"John’s Lumber\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>John’s Lumber</strong></span>
<a href=\"http://www.johnslumber.com/\">johnslumber.com</a>
34151 S Gratiot
Clinton Township MI 48035
(586) 791-1200

[/et_pb_text][et_pb_text admin_label=\"JW Morris Custom Kitchen &amp; Bath\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>JW Morris Custom Kitchen &amp; Bath</strong></span>
<a href=\"http://www.morriskitchenandbath.com/\">morriskitchenandbath.com</a>
17864 Mack Ave
Grosse Pointe MI 48230
(313) 886-4898

[/et_pb_text][et_pb_text admin_label=\"JW Morris Custom Kitchen &amp; Bath, HS\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>JW Morris Custom Kitchen &amp; Bath, HS</strong></span>
<a href=\"http://www.morriskitchenandbath.com/\">morriskitchenandbath.com</a>
1030 S State St
Harbor Springs, MI 49740
(231) 526-2877

[/et_pb_text][et_pb_text admin_label=\"K\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1>K</h1>

[/et_pb_text][et_pb_text admin_label=\"Kitchen &amp; Bath By Design, Inc\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Kitchen &amp; Bath By Design, Inc</strong></span>
11630 14 Mile Rd St 200
Rockford MI 49341
(616) 754-3238

[/et_pb_text][et_pb_text admin_label=\"Kurts Appliance Center Inc\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Kurts Appliance Center Inc</strong></span>
217 N Clinton Ave
St. John’s MI 48879
(989) 224-3895

[/et_pb_text][et_pb_text admin_label=\"L\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1>L</h1>

[/et_pb_text][et_pb_text admin_label=\"Leutz Cabinets\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Leutz Cabinets</strong></span>
1215 Wildwood Avenue
Jackson MI 49202
(517) 796-9829

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Lloyd’s Cabinet Shop Inc.\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Lloyd’s Cabinet Shop Inc.</strong></span>
1947 N M-13
Pinconning MI 48650
(989) 879-3015

[/et_pb_text][et_pb_text admin_label=\"Luxury Bath\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Luxury Bath</strong></span>
1330 E. Hemphill Road
Burton MI 48529
(810) 742-3303

[/et_pb_text][et_pb_text admin_label=\"M\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1>M</h1>

[/et_pb_text][et_pb_text admin_label=\"Mans Kitchen &amp; Bath\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Mans Kitchen &amp; Bath</strong></span>
<a href=\"http://www.manslumber.com/\">manslumber.com</a>
47255 Michigan Ave
Canton MI 48188
(734) 714-5800

[/et_pb_text][et_pb_text admin_label=\"Mans Kitchen &amp; Bath\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Mans Kitchen &amp; Bath</strong></span>
<a href=\"http://www.manslumber.com/\">manslumber.com</a>
3300 W Jefferson
Trenton MI 48183
(734) 692-0072

[/et_pb_text][et_pb_text admin_label=\"Maplewood Home Builders Inc\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Maplewood Home Builders Inc</strong></span>
5492 W US 10
Ludington MI 49431
(231) 206-2743

[/et_pb_text][et_pb_text admin_label=\"MCBI\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>MCBI</strong></span>
4015 Vandyke Suite B
Almont MI 48003
(810) 441-6796

[/et_pb_text][et_pb_text admin_label=\"M’s Kitchen And Bath Showroom\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>M’s Kitchen And Bath Showroom</strong></span>
328 W M-55
West Branch MI 48661
(989) 345-2243

[/et_pb_text][et_pb_text admin_label=\"N\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1>N</h1>

[/et_pb_text][et_pb_text admin_label=\"Northern Cabinets\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Northern Cabinets</strong></span>
9990 N Straits Highway
Cheboygan MI 49721
(231) 627-9751

[/et_pb_text][et_pb_text admin_label=\"Nu-Way Utica, Inc\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Nu-Way Utica, Inc</strong></span>
<a href=\"http://www.nuwaysupply.com/\">nuwaysupply.com</a>
5227 Auburn Road
Utica MI 48317
(586) 731-4000

[/et_pb_text][et_pb_text admin_label=\"O\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1>O</h1>

[/et_pb_text][et_pb_text admin_label=\"Odd Fellows Contracting Inc\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Odd Fellows Contracting Inc</strong></span>
oddfellowscontracting.com
<a href=\"mailto:bret@oddfellowscontracting.com\">bret@oddfellowscontracting.com</a>
996 Glaser Rd
Williamston&nbsp; MI 48895
(517) 655-9272
(517) 485-1701

[/et_pb_text][et_pb_text admin_label=\"Olson Lumber\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Olson Lumber</strong></span>
168 Harrison St
Manistee MI 49660
(231) 723-3563

[/et_pb_text][et_pb_text admin_label=\"P\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1>P</h1>

[/et_pb_text][et_pb_text admin_label=\"ProBuild Company LLC\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>ProBuild Company LLC</strong></span>
1282 US 31 N
Petoskey MI 49770
(231) 347-8784

[/et_pb_text][et_pb_text admin_label=\"Q\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1>Q</h1>

[/et_pb_text][et_pb_text admin_label=\"Quality Builders &amp; Supplies\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Quality Builders &amp; Supplies</strong></span>
8543 Kokosing Rd
Hale MI 48739
(989) 297-0559

[/et_pb_text][et_pb_text admin_label=\"R\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1>R</h1>

[/et_pb_text][et_pb_text admin_label=\"Remodel It!\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Remodel It!</strong></span>
123 E Grand River Ave
Williamston MI 48895
(877)- REMODEL

[/et_pb_text][et_pb_text admin_label=\"Render Construction\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Render Construction</strong></span>
104 West Main St
Gaylord, MI 49735
(989) 448-8866

[/et_pb_text][et_pb_text admin_label=\"Richard Feight Kitchens LLC\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Richard Feight Kitchens LLC</strong></span>
2333 Staib Rd
Tecumseh MI 49286
(517) 423-9311

[/et_pb_text][et_pb_text admin_label=\"S\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1>S</h1>

[/et_pb_text][et_pb_text admin_label=\"Scholten Kitchens &amp; Baths\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Scholten Kitchens &amp; Baths</strong></span>
<a href=\"http://www.scholtenkitchenandbath.com/\">scholtenkitchenandbath.com</a>
1728 S Westnedge Ave
Kalamazoo MI 49008
(269) 345-1166

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Sculpture Cabinetry &amp; Renovations LLC\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Sculpture Cabinetry &amp; Renovations LLC</strong></span>
8169 Arnold Rd
Ira Township MI 48023
(586) 725-6440

[/et_pb_text][et_pb_text admin_label=\"SDI Contracting\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>SDI Contracting</strong></span>
68095 S Main St
Richmond MI 48062
(586) 615-6553

[/et_pb_text][et_pb_text admin_label=\"Seeco Contracting Corporation\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Seeco Contracting Corporation</strong></span>
11383 E McAllister Rd
Suttons Bay MI 49682
(231) 271-4333

[/et_pb_text][et_pb_text admin_label=\"Starline Distributors Inc\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Starline Distributors Inc</strong></span>
<a href=\"http://www.starlinekitchens.com/\">starlinekitchens.com</a>
G6189 W Pierson Rd
Flushing MI 48433
(810) 732-0982

[/et_pb_text][et_pb_text admin_label=\"Starlite Kitchens\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Starlite Kitchens</strong></span>
<a href=\"http://www.starlitekitchens.com/\">starlitekitchens.com</a>
365 84th St SW Suite 1
Byron Center MI 49315
(616) 583-9304

[/et_pb_text][et_pb_text admin_label=\"Stellar Hardwood\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Stellar Hardwood</strong></span>
<a href=\"http://www.stellarhardwood.com/\">stellarhardwood.com</a>
12300 Merriman
Livonia MI 48150
(734) 427-9663

[/et_pb_text][et_pb_text admin_label=\"Stonebridge Kitchen And Bath\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Stonebridge Kitchen And Bath</strong></span>
<a href=\"http://www.stonebridgekitchen.com/\">stonebridgekitchen.com</a>
28317 Beck Rd E-1
Wixom MI 48393
(248) 912-1900

[/et_pb_text][et_pb_text admin_label=\"Studio Design And Millwork\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Studio Design And Millwork</strong></span>
<a href=\"http://www.studiomillwork.com/\">studiomillwork.com</a>
49420 Van Dyke
Utica MI 48317
(586) 726-5537

[/et_pb_text][et_pb_text admin_label=\"Style Trend Kitchen &amp; Baths\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Style Trend Kitchen &amp; Baths</strong></span>
792 W Laketon
Muskegon MI 49441
(231) 755-3777

[/et_pb_text][et_pb_text admin_label=\"T\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1>T</h1>

[/et_pb_text][et_pb_text admin_label=\"The Cabinet Gallery Inc\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>The Cabinet Gallery Inc</strong></span>
<a href=\"http://www.cabinetgallerymi.com/\">cabinetgallerymi.com</a>
6751 Dixie Hwy
Clarkston MI 48346
(248) 625-6767

[/et_pb_text][et_pb_text admin_label=\"The Kitchen Master\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>The Kitchen Master</strong></span>
<a href=\"http://www.kitchenmastermi.com/\">kitchenmastermi.com</a>
33401 Grand River Ave
Farmington MI 48335
(248) 478-8888

[/et_pb_text][et_pb_text admin_label=\"TLC Kitchens &amp; Bath Inc\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>TLC Kitchens &amp; Bath Inc</strong></span>
538 Hoppe Rd
Hesperia MI 49421
(231) 854-9782

[/et_pb_text][et_pb_text admin_label=\"Town &amp; Country Kitchen Warehouse Inc\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Town &amp; Country Kitchen Warehouse Inc</strong></span>
<a href=\"http://www.towncountrykitchen.com/\">towncountrykitchen.com</a>
4315 N Adrian Hwy
Adrian MI 49221
(517) 263-9585

[/et_pb_text][et_pb_text admin_label=\"U\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1>U</h1>

[/et_pb_text][et_pb_text admin_label=\"United Mill &amp; Cabinet Inc\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>United Mill &amp; Cabinet Inc</strong></span>
8842 Bunton Road
Willis MI 48191
(734) 482-1981

[/et_pb_text][et_pb_text admin_label=\"V\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1>V</h1>

[/et_pb_text][et_pb_text admin_label=\"Vassar Building Center Inc\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Vassar Building Center Inc</strong></span>
<a href=\"http://vbc.doitbest.com/\">vbc.doitbest.com</a>
1013 W Saginaw Road
Vassar MI 48768
(989) 823-8513

[/et_pb_text][et_pb_text admin_label=\"W\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1>W</h1>

[/et_pb_text][et_pb_text admin_label=\"World Wide Cabinets\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>World Wide Cabinets</strong></span>
<a href=\"http://www.worldwidecabinets.com/\">worldwidecabinets.com</a>
2655 Orchard Lake Rd Ste 109
Sylvan Lake MI 48320
(248) 683-2680

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px|||\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" parallax_4=\"off\" parallax_method_4=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Connecticut Button\" button_url=\"/find-a-dealer/connecticut\" url_new_window=\"off\" button_text=\"Conneticut\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"317\" /][et_pb_button admin_label=\"Florida Button\" button_url=\"/find-a-dealer/florida\" url_new_window=\"off\" button_text=\"Florida\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"318\" /][et_pb_button admin_label=\"Georgia Button\" button_url=\"/find-a-dealer/georgia\" url_new_window=\"off\" button_text=\"Georgia\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"319\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Illinois Button\" button_url=\"/find-a-dealer/illinois\" url_new_window=\"off\" button_text=\"Illinois\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"320\" /][et_pb_button admin_label=\"Indiana Button\" button_url=\"/find-a-dealer/indiana\" url_new_window=\"off\" button_text=\"Indiana\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"322\" /][et_pb_button admin_label=\"Massachusetts Button\" button_url=\"/find-a-dealer/massachusetts\" url_new_window=\"off\" button_text=\"Massachusetts\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"323\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Michigan Button\" button_url=\"/find-a-dealer/michigan\" url_new_window=\"off\" button_text=\"Michigan\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"324\" /][et_pb_button admin_label=\"New Jersey Button\" button_url=\"/find-a-dealer/new-jersey\" url_new_window=\"off\" button_text=\"New Jersey\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"325\" /][et_pb_button admin_label=\"New York Button\" button_url=\"/find-a-dealer/new-york\" url_new_window=\"off\" button_text=\"New York\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"326\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Ohio Button\" button_url=\"/find-a-dealer/ohio\" url_new_window=\"off\" button_text=\"Ohio\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"327\" /][et_pb_button admin_label=\"Pennsylvania Button\" button_url=\"/find-a-dealer/pennsylvania\" url_new_window=\"off\" button_text=\"Pennsylvania\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"328\" /][et_pb_button admin_label=\"Wisconsin Button\" button_url=\"/find-a-dealer/wisconsin\" url_new_window=\"off\" button_text=\"Wisconsin\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"329\" /][/et_pb_column][/et_pb_row][/et_pb_section]","Michigan","","inherit","closed","closed","","283-revision-v1","","","2017-09-10 16:15:33","2017-09-10 20:15:33","","283","http://www.pioneercabinetry.co/uncategorized/283-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("337","1","2017-09-10 16:16:05","2017-09-10 20:16:05","[et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Dealer Headline\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"15px||5px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Find a Massachusetts Dealer</span></h1>

[/et_pb_text][et_pb_text admin_label=\"Dealer button Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||25px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

Here is our current list of dealers.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Stewart Designs\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Stewart Designs</strong></span>
94 E Charlton Rd
Spencer MA 01562
(774) 745-8084

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][/et_pb_column][et_pb_column type=\"1_4\"][/et_pb_column][et_pb_column type=\"1_4\"][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px|||\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" parallax_4=\"off\" parallax_method_4=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Connecticut Button\" button_url=\"/find-a-dealer/connecticut\" url_new_window=\"off\" button_text=\"Conneticut\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"317\" /][et_pb_button admin_label=\"Florida Button\" button_url=\"/find-a-dealer/florida\" url_new_window=\"off\" button_text=\"Florida\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"318\" /][et_pb_button admin_label=\"Georgia Button\" button_url=\"/find-a-dealer/georgia\" url_new_window=\"off\" button_text=\"Georgia\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"319\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Illinois Button\" button_url=\"/find-a-dealer/illinois\" url_new_window=\"off\" button_text=\"Illinois\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"320\" /][et_pb_button admin_label=\"Indiana Button\" button_url=\"/find-a-dealer/indiana\" url_new_window=\"off\" button_text=\"Indiana\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"322\" /][et_pb_button admin_label=\"Massachusetts Button\" button_url=\"/find-a-dealer/massachusetts\" url_new_window=\"off\" button_text=\"Massachusetts\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"323\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Michigan Button\" button_url=\"/find-a-dealer/michigan\" url_new_window=\"off\" button_text=\"Michigan\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"324\" /][et_pb_button admin_label=\"New Jersey Button\" button_url=\"/find-a-dealer/new-jersey\" url_new_window=\"off\" button_text=\"New Jersey\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"325\" /][et_pb_button admin_label=\"New York Button\" button_url=\"/find-a-dealer/new-york\" url_new_window=\"off\" button_text=\"New York\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"326\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Ohio Button\" button_url=\"/find-a-dealer/ohio\" url_new_window=\"off\" button_text=\"Ohio\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"327\" /][et_pb_button admin_label=\"Pennsylvania Button\" button_url=\"/find-a-dealer/pennsylvania\" url_new_window=\"off\" button_text=\"Pennsylvania\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"328\" /][et_pb_button admin_label=\"Wisconsin Button\" button_url=\"/find-a-dealer/wisconsin\" url_new_window=\"off\" button_text=\"Wisconsin\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"329\" /][/et_pb_column][/et_pb_row][/et_pb_section]","Massachusetts","","inherit","closed","closed","","286-revision-v1","","","2017-09-10 16:16:05","2017-09-10 20:16:05","","286","http://www.pioneercabinetry.co/uncategorized/286-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("338","1","2017-09-10 16:16:28","2017-09-10 20:16:28","[et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Dealer Headline\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"15px||5px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Find a Indiana Dealer</span></h1>

[/et_pb_text][et_pb_text admin_label=\"Dealer button Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||25px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

Here is our current list of dealers.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Cabinets By Gentry\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Cabinets By Gentry</strong></span>
3712 North 300
East Anderson IN 46012
(765) 378-7900

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Joslin’s Cabinet Company\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Joslin’s Cabinet Company</strong></span>
4050 Middle Road
Columbus IN 47203
(812) 379-1392

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Karen’s Design\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Karen’s Design</strong></span>
315 N Walnut St
Seymour IN 47274
(812) 522-8669

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px|||\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" parallax_4=\"off\" parallax_method_4=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Connecticut Button\" button_url=\"/find-a-dealer/connecticut\" url_new_window=\"off\" button_text=\"Conneticut\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"317\" /][et_pb_button admin_label=\"Florida Button\" button_url=\"/find-a-dealer/florida\" url_new_window=\"off\" button_text=\"Florida\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"318\" /][et_pb_button admin_label=\"Georgia Button\" button_url=\"/find-a-dealer/georgia\" url_new_window=\"off\" button_text=\"Georgia\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"319\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Illinois Button\" button_url=\"/find-a-dealer/illinois\" url_new_window=\"off\" button_text=\"Illinois\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"320\" /][et_pb_button admin_label=\"Indiana Button\" button_url=\"/find-a-dealer/indiana\" url_new_window=\"off\" button_text=\"Indiana\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"322\" /][et_pb_button admin_label=\"Massachusetts Button\" button_url=\"/find-a-dealer/massachusetts\" url_new_window=\"off\" button_text=\"Massachusetts\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"323\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Michigan Button\" button_url=\"/find-a-dealer/michigan\" url_new_window=\"off\" button_text=\"Michigan\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"324\" /][et_pb_button admin_label=\"New Jersey Button\" button_url=\"/find-a-dealer/new-jersey\" url_new_window=\"off\" button_text=\"New Jersey\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"325\" /][et_pb_button admin_label=\"New York Button\" button_url=\"/find-a-dealer/new-york\" url_new_window=\"off\" button_text=\"New York\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"326\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Ohio Button\" button_url=\"/find-a-dealer/ohio\" url_new_window=\"off\" button_text=\"Ohio\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"327\" /][et_pb_button admin_label=\"Pennsylvania Button\" button_url=\"/find-a-dealer/pennsylvania\" url_new_window=\"off\" button_text=\"Pennsylvania\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"328\" /][et_pb_button admin_label=\"Wisconsin Button\" button_url=\"/find-a-dealer/wisconsin\" url_new_window=\"off\" button_text=\"Wisconsin\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"329\" /][/et_pb_column][/et_pb_row][/et_pb_section]","Indiana","","inherit","closed","closed","","288-revision-v1","","","2017-09-10 16:16:28","2017-09-10 20:16:28","","288","http://www.pioneercabinetry.co/uncategorized/288-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("339","1","2017-09-10 16:16:50","2017-09-10 20:16:50","[et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Dealer Headline\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"15px||5px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Find a Illinois Dealer</span></h1>

[/et_pb_text][et_pb_text admin_label=\"Dealer button Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||25px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

Here is our current list of dealers.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Designs In Context, Inc\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Designs In Context, Inc</strong></span>
1585 N. Milwaukee Ave Suite 5
Libertyville IL 60048
(847) 367-7817

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"JMS Cabinet\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>JMS Cabinet &amp; Remodeling
Company LLC</strong></span>
5N579 Creekview Lane
St Charles IL 60175
(630) 762-8778

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Liam Brex\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Liam Brex</strong></span>
222 S Main St
Naperville IL 60540
(630) 848-0222

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px|||\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" parallax_4=\"off\" parallax_method_4=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Connecticut Button\" button_url=\"/find-a-dealer/connecticut\" url_new_window=\"off\" button_text=\"Conneticut\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"317\" /][et_pb_button admin_label=\"Florida Button\" button_url=\"/find-a-dealer/florida\" url_new_window=\"off\" button_text=\"Florida\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"318\" /][et_pb_button admin_label=\"Georgia Button\" button_url=\"/find-a-dealer/georgia\" url_new_window=\"off\" button_text=\"Georgia\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"319\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Illinois Button\" button_url=\"/find-a-dealer/illinois\" url_new_window=\"off\" button_text=\"Illinois\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"320\" /][et_pb_button admin_label=\"Indiana Button\" button_url=\"/find-a-dealer/indiana\" url_new_window=\"off\" button_text=\"Indiana\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"322\" /][et_pb_button admin_label=\"Massachusetts Button\" button_url=\"/find-a-dealer/massachusetts\" url_new_window=\"off\" button_text=\"Massachusetts\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"323\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Michigan Button\" button_url=\"/find-a-dealer/michigan\" url_new_window=\"off\" button_text=\"Michigan\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"324\" /][et_pb_button admin_label=\"New Jersey Button\" button_url=\"/find-a-dealer/new-jersey\" url_new_window=\"off\" button_text=\"New Jersey\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"325\" /][et_pb_button admin_label=\"New York Button\" button_url=\"/find-a-dealer/new-york\" url_new_window=\"off\" button_text=\"New York\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"326\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Ohio Button\" button_url=\"/find-a-dealer/ohio\" url_new_window=\"off\" button_text=\"Ohio\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"327\" /][et_pb_button admin_label=\"Pennsylvania Button\" button_url=\"/find-a-dealer/pennsylvania\" url_new_window=\"off\" button_text=\"Pennsylvania\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"328\" /][et_pb_button admin_label=\"Wisconsin Button\" button_url=\"/find-a-dealer/wisconsin\" url_new_window=\"off\" button_text=\"Wisconsin\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"329\" /][/et_pb_column][/et_pb_row][/et_pb_section]","Illinois","","inherit","closed","closed","","290-revision-v1","","","2017-09-10 16:16:50","2017-09-10 20:16:50","","290","http://www.pioneercabinetry.co/uncategorized/290-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("340","1","2017-09-10 16:17:08","2017-09-10 20:17:08","[et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Dealer Headline\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"15px||5px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Find a Georgia Dealer</span></h1>

[/et_pb_text][et_pb_text admin_label=\"Dealer button Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||25px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

Here is our current list of dealers.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Advantage Restoration &amp; Contracting\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Advantage Restoration &amp; Contracting</strong></span>
2692 Sandpiper Dr
Tucker GA 30084
(770) 318-7909

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Construction Corporation Of America\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<strong><span style=\"color: #ffcc00\">Construction Corporation Of America</span>
</strong>3729 Church Street
Clarkston GA 30021
(404) 292-1730

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Southwest Art &amp; Design\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Southwest Art &amp; Design</strong></span>
1337 Willis Mill Rd
Atlanta GA 30311
(404) 219-5302

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Tom Peters Custom Homes\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>Tom Peters Custom Homes</strong></span>
5030 Felhurst Way
Norcross GA 30092
(770) 263-6225

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px|||\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" parallax_4=\"off\" parallax_method_4=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Connecticut Button\" button_url=\"/find-a-dealer/connecticut\" url_new_window=\"off\" button_text=\"Conneticut\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"317\" /][et_pb_button admin_label=\"Florida Button\" button_url=\"/find-a-dealer/florida\" url_new_window=\"off\" button_text=\"Florida\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"318\" /][et_pb_button admin_label=\"Georgia Button\" button_url=\"/find-a-dealer/georgia\" url_new_window=\"off\" button_text=\"Georgia\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"319\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Illinois Button\" button_url=\"/find-a-dealer/illinois\" url_new_window=\"off\" button_text=\"Illinois\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"320\" /][et_pb_button admin_label=\"Indiana Button\" button_url=\"/find-a-dealer/indiana\" url_new_window=\"off\" button_text=\"Indiana\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"322\" /][et_pb_button admin_label=\"Massachusetts Button\" button_url=\"/find-a-dealer/massachusetts\" url_new_window=\"off\" button_text=\"Massachusetts\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"323\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Michigan Button\" button_url=\"/find-a-dealer/michigan\" url_new_window=\"off\" button_text=\"Michigan\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"324\" /][et_pb_button admin_label=\"New Jersey Button\" button_url=\"/find-a-dealer/new-jersey\" url_new_window=\"off\" button_text=\"New Jersey\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"325\" /][et_pb_button admin_label=\"New York Button\" button_url=\"/find-a-dealer/new-york\" url_new_window=\"off\" button_text=\"New York\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"326\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Ohio Button\" button_url=\"/find-a-dealer/ohio\" url_new_window=\"off\" button_text=\"Ohio\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"327\" /][et_pb_button admin_label=\"Pennsylvania Button\" button_url=\"/find-a-dealer/pennsylvania\" url_new_window=\"off\" button_text=\"Pennsylvania\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"328\" /][et_pb_button admin_label=\"Wisconsin Button\" button_url=\"/find-a-dealer/wisconsin\" url_new_window=\"off\" button_text=\"Wisconsin\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"329\" /][/et_pb_column][/et_pb_row][/et_pb_section]","Georgia","","inherit","closed","closed","","292-revision-v1","","","2017-09-10 16:17:08","2017-09-10 20:17:08","","292","http://www.pioneercabinetry.co/uncategorized/292-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("847","1","2017-09-11 15:25:58","2017-09-11 19:25:58","[et_pb_section fb_built=\"1\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" admin_label=\"section\" _builder_version=\"3.0.47\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Dealer Headline\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"15px||0px|\" custom_margin=\"20px|||\"]

<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Find a Dealer</span></h1>

[/et_pb_text][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Dealer button Text\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px||20px|\" custom_margin=\"0px||0px|\"]

Use our Dealer Search below or click on your state button to view the closest Pioneer Dealer.

[/et_pb_text][et_pb_code _builder_version=\"3.0.47\"][wpsl][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"off\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h3>To find a dealer in each state, click on the buttons below.</h3>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px|||\" padding_mobile=\"off\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" parallax_method_4=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_button button_url=\"/find-a-dealer/connecticut\" button_text=\"Conneticut\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Connecticut Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"17\" custom_css_main_element=\"width:100%;\" global_module=\"317\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/find-a-dealer/florida\" button_text=\"Florida\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Florida Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"17\" custom_css_main_element=\"width:100%;\" global_module=\"318\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/find-a-dealer/georgia\" button_text=\"Georgia\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Georgia Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"17\" custom_css_main_element=\"width:100%;\" global_module=\"319\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_button button_url=\"/find-a-dealer/illinois\" button_text=\"Illinois\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Illinois Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"17\" custom_css_main_element=\"width:100%;\" global_module=\"320\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/find-a-dealer/indiana\" button_text=\"Indiana\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Indiana Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"17\" custom_css_main_element=\"width:100%;\" global_module=\"322\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/find-a-dealer/massachusetts\" button_text=\"Massachusetts\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Massachusetts Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"17\" custom_css_main_element=\"width:100%;\" global_module=\"323\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_button button_url=\"/find-a-dealer/michigan\" button_text=\"Michigan\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Michigan Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"17\" custom_css_main_element=\"width:100%;\" global_module=\"324\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/find-a-dealer/new-jersey\" button_text=\"New Jersey\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"New Jersey Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"17\" custom_css_main_element=\"width:100%;\" global_module=\"325\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/find-a-dealer/new-york\" button_text=\"New York\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"New York Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"17\" custom_css_main_element=\"width:100%;\" global_module=\"326\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_button button_url=\"/find-a-dealer/ohio\" button_text=\"Ohio\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Ohio Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"17\" custom_css_main_element=\"width:100%;\" global_module=\"327\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/find-a-dealer/pennsylvania\" button_text=\"Pennsylvania\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Pennsylvania Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"17\" custom_css_main_element=\"width:100%;\" global_module=\"328\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/find-a-dealer/wisconsin\" button_text=\"Wisconsin\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Wisconsin Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"17\" custom_css_main_element=\"width:100%;\" global_module=\"329\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"10px||25px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\" parallax=\"on\" parallax_method=\"off\"][et_pb_row custom_padding=\"||0px|\" padding_mobile=\"off\" column_padding_mobile=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"10px\" padding_right_1=\"10px\" padding_bottom_1=\"30px\" padding_left_1=\"10px\" padding_top_2=\"10px\" padding_right_2=\"10px\" padding_bottom_2=\"30px\" padding_left_2=\"10px\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"30px\" padding_left=\"10px\" padding_right=\"10px\" padding_top=\"10px\" column_padding_mobile=\"on\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"off\"][et_pb_cta title=\"Warranty\" button_url=\"http://pioneercabinetry.net/wp/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.47\" body_font_size=\"16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\"]

<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">We stand behind our craftsmanship.</span></p>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"30px\" padding_left=\"10px\" padding_right=\"10px\" padding_top=\"10px\" column_padding_mobile=\"on\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"off\"][et_pb_cta title=\"Dealer Locator\" button_url=\"http://pioneercabinetry.net/wp/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.47\" body_font_size=\"16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\"]

<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Florida","","inherit","closed","closed","","294-revision-v1","","","2017-09-11 15:25:58","2017-09-11 19:25:58","","294","http://www.pioneercabinetry.co/uncategorized/294-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("341","1","2017-09-10 16:17:28","2017-09-10 20:17:28","[et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Dealer Headline\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"15px||30px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Find a Dealer</span></h1>

[/et_pb_text][et_pb_text admin_label=\"Dealer button Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

Use our Dealer Search below or click on your state button to view the closest Pioneer Dealer.

[/et_pb_text][et_pb_code][wpsl][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"||10px|\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h3>To find a dealer in each state, click on the buttons below.</h3>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px|||\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" parallax_4=\"off\" parallax_method_4=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Connecticut Button\" button_url=\"/find-a-dealer/connecticut\" url_new_window=\"off\" button_text=\"Conneticut\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"317\" /][et_pb_button admin_label=\"Florida Button\" button_url=\"/find-a-dealer/florida\" url_new_window=\"off\" button_text=\"Florida\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"318\" /][et_pb_button admin_label=\"Georgia Button\" button_url=\"/find-a-dealer/georgia\" url_new_window=\"off\" button_text=\"Georgia\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"319\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Illinois Button\" button_url=\"/find-a-dealer/illinois\" url_new_window=\"off\" button_text=\"Illinois\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"320\" /][et_pb_button admin_label=\"Indiana Button\" button_url=\"/find-a-dealer/indiana\" url_new_window=\"off\" button_text=\"Indiana\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"322\" /][et_pb_button admin_label=\"Massachusetts Button\" button_url=\"/find-a-dealer/massachusetts\" url_new_window=\"off\" button_text=\"Massachusetts\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"323\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Michigan Button\" button_url=\"/find-a-dealer/michigan\" url_new_window=\"off\" button_text=\"Michigan\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"324\" /][et_pb_button admin_label=\"New Jersey Button\" button_url=\"/find-a-dealer/new-jersey\" url_new_window=\"off\" button_text=\"New Jersey\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"325\" /][et_pb_button admin_label=\"New York Button\" button_url=\"/find-a-dealer/new-york\" url_new_window=\"off\" button_text=\"New York\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"326\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Ohio Button\" button_url=\"/find-a-dealer/ohio\" url_new_window=\"off\" button_text=\"Ohio\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"327\" /][et_pb_button admin_label=\"Pennsylvania Button\" button_url=\"/find-a-dealer/pennsylvania\" url_new_window=\"off\" button_text=\"Pennsylvania\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"328\" /][et_pb_button admin_label=\"Wisconsin Button\" button_url=\"/find-a-dealer/wisconsin\" url_new_window=\"off\" button_text=\"Wisconsin\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"329\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"on\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" custom_padding=\"10px||25px|\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"||0px|\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_color_1=\"#000000\" padding_top_1=\"10px\" padding_right_1=\"10px\" padding_bottom_1=\"30px\" padding_left_1=\"10px\" background_color_2=\"#000000\" padding_top_2=\"10px\" padding_right_2=\"10px\" padding_bottom_2=\"30px\" padding_left_2=\"10px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" title=\"Warranty\" button_url=\"http://pioneercabinetry.net/wp/quality-care/warranty/\" url_new_window=\"off\" button_text=\"READ MORE\" use_background_color=\"off\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" button_bg_color=\"#e09900\" button_border_width=\"1\" body_font_size=\"16\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">We stand behind our craftsmanship.</span></p>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" title=\"Dealer Locator\" button_url=\"http://pioneercabinetry.net/wp/find-a-dealer/\" url_new_window=\"off\" button_text=\"FIND A DEALER\" use_background_color=\"off\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" button_bg_color=\"#e09900\" button_border_width=\"1\" body_font_size=\"16\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Florida","","inherit","closed","closed","","294-revision-v1","","","2017-09-10 16:17:28","2017-09-10 20:17:28","","294","http://www.pioneercabinetry.co/uncategorized/294-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("342","1","2017-09-10 16:17:46","2017-09-10 20:17:46","[et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Dealer Headline\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"15px||5px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Find a Connecticut Dealer</span></h1>

[/et_pb_text][et_pb_text admin_label=\"Dealer button Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"||25px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

Here is our current list of dealers.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"J Michaels Design LLC\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<span style=\"color: #ffcc00\"><strong>J Michaels Design LLC</strong></span>
138 Boulder Circle
Glastonbury CT 06033
(860) 568-9000

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px|||\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" parallax_4=\"off\" parallax_method_4=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Connecticut Button\" button_url=\"/find-a-dealer/connecticut\" url_new_window=\"off\" button_text=\"Conneticut\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"317\" /][et_pb_button admin_label=\"Florida Button\" button_url=\"/find-a-dealer/florida\" url_new_window=\"off\" button_text=\"Florida\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"318\" /][et_pb_button admin_label=\"Georgia Button\" button_url=\"/find-a-dealer/georgia\" url_new_window=\"off\" button_text=\"Georgia\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"319\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Illinois Button\" button_url=\"/find-a-dealer/illinois\" url_new_window=\"off\" button_text=\"Illinois\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"320\" /][et_pb_button admin_label=\"Indiana Button\" button_url=\"/find-a-dealer/indiana\" url_new_window=\"off\" button_text=\"Indiana\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"322\" /][et_pb_button admin_label=\"Massachusetts Button\" button_url=\"/find-a-dealer/massachusetts\" url_new_window=\"off\" button_text=\"Massachusetts\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"323\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Michigan Button\" button_url=\"/find-a-dealer/michigan\" url_new_window=\"off\" button_text=\"Michigan\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"324\" /][et_pb_button admin_label=\"New Jersey Button\" button_url=\"/find-a-dealer/new-jersey\" url_new_window=\"off\" button_text=\"New Jersey\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"325\" /][et_pb_button admin_label=\"New York Button\" button_url=\"/find-a-dealer/new-york\" url_new_window=\"off\" button_text=\"New York\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"326\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Ohio Button\" button_url=\"/find-a-dealer/ohio\" url_new_window=\"off\" button_text=\"Ohio\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"327\" /][et_pb_button admin_label=\"Pennsylvania Button\" button_url=\"/find-a-dealer/pennsylvania\" url_new_window=\"off\" button_text=\"Pennsylvania\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"328\" /][et_pb_button admin_label=\"Wisconsin Button\" button_url=\"/find-a-dealer/wisconsin\" url_new_window=\"off\" button_text=\"Wisconsin\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_text_size=\"17\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"329\" /][/et_pb_column][/et_pb_row][/et_pb_section]","Connecticut","","inherit","closed","closed","","297-revision-v1","","","2017-09-10 16:17:46","2017-09-10 20:17:46","","297","http://www.pioneercabinetry.co/uncategorized/297-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("343","1","2017-09-10 16:23:26","2017-09-10 20:23:26"," ","","","publish","closed","closed","","343","","","2017-09-10 16:23:26","2017-09-10 20:23:26","","0","http://www.pioneercabinetry.co/?p=343","1","nav_menu_item","","0");
INSERT INTO `pcab_posts` VALUES("344","1","2017-09-10 16:23:26","2017-09-10 20:23:26","","Discover","","publish","closed","closed","","discover","","","2017-09-10 16:23:26","2017-09-10 20:23:26","","0","http://www.pioneercabinetry.co/?p=344","2","nav_menu_item","","0");
INSERT INTO `pcab_posts` VALUES("345","1","2017-09-10 16:23:26","2017-09-10 20:23:26"," ","","","publish","closed","closed","","345","","","2017-09-10 16:23:26","2017-09-10 20:23:26","","0","http://www.pioneercabinetry.co/?p=345","27","nav_menu_item","","0");
INSERT INTO `pcab_posts` VALUES("346","1","2017-09-10 16:23:26","2017-09-10 20:23:26"," ","","","publish","closed","closed","","346","","","2017-09-10 16:23:26","2017-09-10 20:23:26","","0","http://www.pioneercabinetry.co/?p=346","11","nav_menu_item","","0");
INSERT INTO `pcab_posts` VALUES("347","1","2017-09-10 16:23:26","2017-09-10 20:23:26"," ","","","publish","closed","closed","","347","","","2017-09-10 16:23:26","2017-09-10 20:23:26","","0","http://www.pioneercabinetry.co/?p=347","22","nav_menu_item","","0");
INSERT INTO `pcab_posts` VALUES("348","1","2017-09-10 16:23:26","2017-09-10 20:23:26"," ","","","publish","closed","closed","","348","","","2017-09-10 16:23:26","2017-09-10 20:23:26","","0","http://www.pioneercabinetry.co/?p=348","3","nav_menu_item","","0");
INSERT INTO `pcab_posts` VALUES("349","1","2017-09-10 16:23:26","2017-09-10 20:23:26"," ","","","publish","closed","closed","","349","","","2017-09-10 16:23:26","2017-09-10 20:23:26","","131","http://www.pioneercabinetry.co/?p=349","7","nav_menu_item","","0");
INSERT INTO `pcab_posts` VALUES("350","1","2017-09-10 16:23:26","2017-09-10 20:23:26"," ","","","publish","closed","closed","","350","","","2017-09-10 16:23:26","2017-09-10 20:23:26","","131","http://www.pioneercabinetry.co/?p=350","6","nav_menu_item","","0");
INSERT INTO `pcab_posts` VALUES("351","1","2017-09-10 16:23:26","2017-09-10 20:23:26"," ","","","publish","closed","closed","","351","","","2017-09-10 16:23:26","2017-09-10 20:23:26","","131","http://www.pioneercabinetry.co/?p=351","8","nav_menu_item","","0");
INSERT INTO `pcab_posts` VALUES("352","1","2017-09-10 16:23:26","2017-09-10 20:23:26"," ","","","publish","closed","closed","","352","","","2017-09-10 16:23:26","2017-09-10 20:23:26","","131","http://www.pioneercabinetry.co/?p=352","5","nav_menu_item","","0");
INSERT INTO `pcab_posts` VALUES("353","1","2017-09-10 16:23:26","2017-09-10 20:23:26"," ","","","publish","closed","closed","","353","","","2017-09-10 16:23:26","2017-09-10 20:23:26","","131","http://www.pioneercabinetry.co/?p=353","4","nav_menu_item","","0");
INSERT INTO `pcab_posts` VALUES("354","1","2017-09-10 16:23:26","2017-09-10 20:23:26"," ","","","publish","closed","closed","","354","","","2017-09-10 16:23:26","2017-09-10 20:23:26","","131","http://www.pioneercabinetry.co/?p=354","9","nav_menu_item","","0");
INSERT INTO `pcab_posts` VALUES("355","1","2017-09-10 16:23:26","2017-09-10 20:23:26"," ","","","publish","closed","closed","","355","","","2017-09-10 16:23:26","2017-09-10 20:23:26","","131","http://www.pioneercabinetry.co/?p=355","10","nav_menu_item","","0");
INSERT INTO `pcab_posts` VALUES("356","1","2017-09-10 16:23:26","2017-09-10 20:23:26"," ","","","publish","closed","closed","","356","","","2017-09-10 16:23:26","2017-09-10 20:23:26","","0","http://www.pioneercabinetry.co/?p=356","23","nav_menu_item","","0");
INSERT INTO `pcab_posts` VALUES("357","1","2017-09-10 16:23:26","2017-09-10 20:23:26","","About","","publish","closed","closed","","about","","","2017-09-10 16:23:26","2017-09-10 20:23:26","","0","http://www.pioneercabinetry.co/?p=357","24","nav_menu_item","","0");
INSERT INTO `pcab_posts` VALUES("358","1","2017-09-10 16:23:26","2017-09-10 20:23:26"," ","","","publish","closed","closed","","358","","","2017-09-10 16:23:26","2017-09-10 20:23:26","","0","http://www.pioneercabinetry.co/?p=358","26","nav_menu_item","","0");
INSERT INTO `pcab_posts` VALUES("359","1","2017-09-10 16:23:26","2017-09-10 20:23:26"," ","","","publish","closed","closed","","359","","","2017-09-10 16:23:26","2017-09-10 20:23:26","","0","http://www.pioneercabinetry.co/?p=359","25","nav_menu_item","","0");
INSERT INTO `pcab_posts` VALUES("360","1","2017-09-10 16:23:26","2017-09-10 20:23:26"," ","","","publish","closed","closed","","360","","","2017-09-10 16:23:26","2017-09-10 20:23:26","","0","http://www.pioneercabinetry.co/?p=360","17","nav_menu_item","","0");
INSERT INTO `pcab_posts` VALUES("361","1","2017-09-10 16:23:26","2017-09-10 20:23:26"," ","","","publish","closed","closed","","361","","","2017-09-10 16:23:26","2017-09-10 20:23:26","","243","http://www.pioneercabinetry.co/?p=361","18","nav_menu_item","","0");
INSERT INTO `pcab_posts` VALUES("362","1","2017-09-10 16:23:26","2017-09-10 20:23:26"," ","","","publish","closed","closed","","362","","","2017-09-10 16:23:26","2017-09-10 20:23:26","","243","http://www.pioneercabinetry.co/?p=362","20","nav_menu_item","","0");
INSERT INTO `pcab_posts` VALUES("363","1","2017-09-10 16:23:26","2017-09-10 20:23:26"," ","","","publish","closed","closed","","363","","","2017-09-10 16:23:26","2017-09-10 20:23:26","","243","http://www.pioneercabinetry.co/?p=363","19","nav_menu_item","","0");
INSERT INTO `pcab_posts` VALUES("364","1","2017-09-10 16:23:26","2017-09-10 20:23:26"," ","","","publish","closed","closed","","364","","","2017-09-10 16:23:26","2017-09-10 20:23:26","","243","http://www.pioneercabinetry.co/?p=364","21","nav_menu_item","","0");
INSERT INTO `pcab_posts` VALUES("365","1","2017-09-10 16:23:26","2017-09-10 20:23:26"," ","","","publish","closed","closed","","365","","","2017-09-10 16:23:26","2017-09-10 20:23:26","","0","http://www.pioneercabinetry.co/?p=365","14","nav_menu_item","","0");
INSERT INTO `pcab_posts` VALUES("366","1","2017-09-10 16:23:26","2017-09-10 20:23:26"," ","","","publish","closed","closed","","366","","","2017-09-10 16:23:26","2017-09-10 20:23:26","","0","http://www.pioneercabinetry.co/?p=366","16","nav_menu_item","","0");
INSERT INTO `pcab_posts` VALUES("367","1","2017-09-10 16:23:26","2017-09-10 20:23:26"," ","","","publish","closed","closed","","367","","","2017-09-10 16:23:26","2017-09-10 20:23:26","","0","http://www.pioneercabinetry.co/?p=367","15","nav_menu_item","","0");
INSERT INTO `pcab_posts` VALUES("368","1","2017-09-10 16:23:26","2017-09-10 20:23:26"," ","","","publish","closed","closed","","368","","","2017-09-10 16:23:26","2017-09-10 20:23:26","","0","http://www.pioneercabinetry.co/?p=368","12","nav_menu_item","","0");
INSERT INTO `pcab_posts` VALUES("369","1","2017-09-10 16:23:26","2017-09-10 20:23:26"," ","","","publish","closed","closed","","369","","","2017-09-10 16:23:26","2017-09-10 20:23:26","","0","http://www.pioneercabinetry.co/?p=369","13","nav_menu_item","","0");
INSERT INTO `pcab_posts` VALUES("718","1","2017-09-11 13:12:49","2017-09-11 17:12:49","[et_pb_section bb_built=\"1\" background_color=\"#999999\" custom_padding=\"20px||20px|\" _builder_version=\"3.0.72\" custom_css_main_element=\"background-image: url(http://pioneercabinetry.net/wp/wp-content/uploads/2016/06/lightKitchen.jpg);||-moz-background-size:100% 100%;||-webkit-background-size:100% 100%;||background-size:100% 100%;\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/lightKitchen.jpg\" background_blend=\"multiply\" template_type=\"section\"][et_pb_row _builder_version=\"3.0.72\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Disclaimer Text\" background_layout=\"dark\" _builder_version=\"3.0.72\" text_font=\"Open Sans||||\" text_font_size=\"11\"]

<p>The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.</p>

[/et_pb_text][et_pb_text background_layout=\"dark\" _builder_version=\"3.0.72\" text_font_size=\"10\" text_line_height=\"1.5\"]

<p><strong>Pioneer Cabinetry, Inc</strong> | PO Box 280 | 301 W. Rising St. | Davison, MI 48423 | (810) 658-2075</p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]","Disclaimer Text","","inherit","closed","closed","","90-revision-v1","","","2017-09-11 13:12:49","2017-09-11 17:12:49","","90","http://www.pioneercabinetry.co/uncategorized/90-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("375","1","2017-09-10 16:39:03","2017-09-10 20:39:03","[et_pb_section bb_built=\"1\" background_color=\"#999999\" custom_padding=\"20px||20px|\" _builder_version=\"3.0.72\" custom_css_main_element=\"background-image: url(http://pioneercabinetry.net/wp/wp-content/uploads/2016/06/lightKitchen.jpg);||-moz-background-size:100% 100%;||-webkit-background-size:100% 100%;||background-size:100% 100%;\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/lightKitchen.jpg\" background_blend=\"multiply\" template_type=\"section\"][et_pb_row _builder_version=\"3.0.72\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Disclaimer Text\" background_layout=\"dark\" _builder_version=\"3.0.72\" text_font=\"Open Sans||||\" text_font_size=\"11\"]

</p>
<p>The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.</p>
<p>

[/et_pb_text][et_pb_text background_layout=\"dark\" _builder_version=\"3.0.72\" text_font_size=\"10\" text_line_height=\"1.5\"]

</p>
<p><strong>Pioneer Cabinetry, Inc</strong> | PO Box 280 | 301 W. Rising St. | Davison, MI 48423 | (810) 658-2075</p>
<p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]","Disclaimer Text","","inherit","closed","closed","","90-revision-v1","","","2017-09-10 16:39:03","2017-09-10 20:39:03","","90","http://www.pioneercabinetry.co/uncategorized/90-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("371","1","2017-09-10 16:24:27","2017-09-10 20:24:27","[et_pb_section fb_built=\"1\" inner_shadow=\"on\" custom_padding=\"0px||0px|\" _builder_version=\"3.0.72\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" parallax=\"on\"][et_pb_row custom_padding=\"0px||0px|\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_slider top_padding=\"350px\" bottom_padding=\"350px\" top_padding_tablet=\"200px\" top_padding_phone=\"150px\" top_padding_last_edited=\"on|phone\" bottom_padding_tablet=\"200px\" bottom_padding_phone=\"150px\" bottom_padding_last_edited=\"on|phone\" admin_label=\"Gallery Slider\" _builder_version=\"3.0.72\" auto=\"on\"][et_pb_slide background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/SlideShow-frontpage5.jpg\" use_bg_overlay=\"off\" use_text_overlay=\"off\" admin_title=\"Kitchen 5\" _builder_version=\"3.0.47\" header_font=\"||||\" body_font=\"||||\" custom_button=\"off\" button_icon_placement=\"right\" button_on_hover=\"on\"][/et_pb_slide][et_pb_slide background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/SlideShow-frontpage1.jpg\" use_bg_overlay=\"off\" use_text_overlay=\"off\" admin_title=\"Kitchen 1\" _builder_version=\"3.0.47\" header_font=\"||||\" body_font=\"||||\" custom_button=\"off\" button_icon_placement=\"right\" button_on_hover=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"0px||0px|\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#000000\" background_color_gradient_end=\"#2b2b2b\"][et_pb_row custom_padding=\"50px|0px|7px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Home Page Headline\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||on||\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\" animation_style=\"zoom\"]

<h1 style=\"text-align: center;\">We are the Signature of Quality & Craftsmanship</h1>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"2\" custom_padding=\"17px|0px|25.55px|0px\" make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" background_color_3=\"#000000\" padding_top_1=\"10px\" padding_bottom_1=\"10px\" padding_top_2=\"10px\" padding_bottom_2=\"10px\" padding_top_3=\"10px\" padding_bottom_3=\"10px\" custom_css_main_1=\"border-radius:15px;\" custom_css_main_2=\"border-radius:15px;\" custom_css_main_3=\"border-radius:15px;\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"10px\" padding_top=\"10px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" custom_css_main=\"border-radius:15px;\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/species.jpg\" align=\"center\" max_width=\"50%\" admin_label=\"Wood Species Image\" _builder_version=\"3.0.72\" custom_margin=\"0px||0px|\"][/et_pb_image][et_pb_button button_url=\"/wood-color/\" button_text=\"Wood & Color\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Wood Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_bg_color=\"#e7aa0a\" button_border_width=\"1\" button_bg_color_hover=\"#006739\" button_border_color_hover=\"#707070\" custom_css_main_element=\"width:70%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"10px\" padding_top=\"10px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" custom_css_main=\"border-radius:15px;\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/doorStyles.jpg\" align=\"center\" max_width=\"50%\" admin_label=\"Door Styles Image\" _builder_version=\"3.0.72\" custom_margin=\"0px||0px|\"][/et_pb_image][et_pb_button button_url=\"/door-styles/\" button_text=\"Door Styles\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Door Styles Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_bg_color=\"#e7aa0a\" button_border_width=\"1\" button_bg_color_hover=\"#006739\" button_border_color_hover=\"#707070\" custom_css_main_element=\"width:70%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"10px\" padding_top=\"10px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" custom_css_main=\"border-radius:15px;\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/overlays.jpg\" align=\"center\" max_width=\"50%\" admin_label=\"Overlay Image\" _builder_version=\"3.0.72\" custom_margin=\"0px||0px|\"][/et_pb_image][et_pb_button button_url=\"/overlays-hinging/\" button_text=\"Overlays & Hinging\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Overlays Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_bg_color=\"#e7aa0a\" button_border_width=\"1\" button_bg_color_hover=\"#006739\" button_border_color_hover=\"#707070\" custom_css_main_element=\"width:70%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"0px||0px|\" _builder_version=\"3.0.72\" custom_css_main_element=\"margin:0px !important;\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"2\" custom_padding=\"10px|0px|30px|0px\" make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" background_color_3=\"#000000\" padding_top_1=\"10px\" padding_bottom_1=\"10px\" padding_top_2=\"10px\" padding_bottom_2=\"10px\" padding_top_3=\"10px\" padding_bottom_3=\"10px\" custom_css_main_1=\"border-radius:15px;\" custom_css_main_2=\"border-radius:15px;\" custom_css_main_3=\"border-radius:15px;\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"10px\" padding_top=\"10px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" custom_css_main=\"border-radius:15px;\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/panelStyles.jpg\" align=\"center\" max_width=\"50%\" admin_label=\"Panel Styles Image\" _builder_version=\"3.0.72\" custom_margin=\"0px||0px|\"][/et_pb_image][et_pb_button button_url=\"/panel-styles/\" button_text=\"Panel Styles\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Panel Styles Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_bg_color=\"#e7aa0a\" button_border_width=\"1\" button_bg_color_hover=\"#006739\" button_border_color_hover=\"#707070\" custom_css_main_element=\"width:70%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"10px\" padding_top=\"10px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" custom_css_main=\"border-radius:15px;\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/edges.jpg\" align=\"center\" max_width=\"50%\" admin_label=\"Edges Image\" _builder_version=\"3.0.72\" custom_margin=\"0px||0px|\"][/et_pb_image][et_pb_button button_url=\"/edges/\" button_text=\"Edges\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Edges Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_bg_color=\"#e7aa0a\" button_border_width=\"1\" button_bg_color_hover=\"#006739\" button_border_color_hover=\"#707070\" custom_css_main_element=\"width:70%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"10px\" padding_top=\"10px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" custom_css_main=\"border-radius:15px;\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/finishes.jpg\" align=\"center\" max_width=\"50%\" admin_label=\"Options Image\" _builder_version=\"3.0.72\" custom_margin=\"0px||0px|\"][/et_pb_image][et_pb_button button_url=\"/options/\" button_text=\"Options\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Options Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_bg_color=\"#e7aa0a\" button_border_width=\"1\" button_bg_color_hover=\"#006739\" button_border_color_hover=\"#707070\" custom_css_main_element=\"width:70%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.72\"][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Welcome Text\" _builder_version=\"3.0.72\" text_font=\"Open Sans Condensed||||\" text_font_size=\"14px\" text_text_color=\"#ffffff\" custom_padding=\"||40px|\"]

<p>Pioneer Cabinetry has manufactured semi-custom kitchen and bathroom cabinetry since 1986. Our factory is located in Davison, MI and our cabinetry is sold through a network of kitchen and bath dealers.</p><p>We stand behind our work as <strong><em>\"The Signature of Quality and Craftsmanship\"</em> </strong>and feel confident that you will not find a better value cabinet on the market.</p><p><strong>Our Commitment Originates with Quality</strong>  - While price is an important factor in purchasing cabinetry, another crucial factor should be considered as well: Quality. Getting a good deal is only relevant if the product is well made. Pioneer goes the extra mile to ensure that your new cabinetry is made with the best materials. We offer special features like dovetailed drawers, under-mount drawer slides, premium baked-on finishes, 3/4” adjustable shelving and wood veneer finished end panels. Our commitment to quality makes Pioneer the best value cabinet on the market today.</p>

[/et_pb_text][et_pb_tabs active_tab_background_color=\"#000000\" inactive_tab_background_color=\"#3f3f3f\" admin_label=\"Home Page Tabs\" _builder_version=\"3.0.72\" tab_font=\"Open Sans Condensed||||\" tab_font_size=\"12px\" tab_text_color=\"#ffffff\" body_font=\"Open Sans Condensed||||\" body_text_color=\"#ffffff\" background_color=\"#000000\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#000000\" background_color_gradient_end=\"#474747\" use_border_color=\"on\" border_color=\"#5b5b5b\" border_width=\"0px\"][et_pb_tab title=\"Quality\" _builder_version=\"3.0.47\" tab_font=\"||||\" tab_line_height=\"2em\" tab_line_height_tablet=\"2em\" tab_line_height_phone=\"2em\" body_font=\"||||\" body_line_height=\"2em\" body_line_height_tablet=\"2em\" body_line_height_phone=\"2em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<p> </p><h4 style=\"color: #ffffff;\">Our Commitment Originates with Quality -</h4><p class=\"p2\"><span class=\"s2\">Pioneer holds quality as its highest priority, from receipt of raw materials through the delivery of cabinetry made just for you. Pioneer\'s Quality Assurance Program guarantees that you will receive the best quality product for the price.</span></p><p> </p>[/et_pb_tab][et_pb_tab title=\"Experience\" _builder_version=\"3.0.47\" tab_font=\"||||\" tab_line_height=\"2em\" tab_line_height_tablet=\"2\" tab_line_height_phone=\"2\" body_font=\"||||\" body_line_height=\"2em\" body_line_height_tablet=\"2\" body_line_height_phone=\"2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h4 style=\"color: #ffffff;\">We have the experience -</h4><p class=\"p2\"><span class=\"s2\">With over 30 years in business, the team at Pioneer knows how to deliver a quality product that surpasses homeowners\' hopes and expectations. Each Pioneer team member participates in an aggressive cross-training program to give them the utmost experience in all facets of cabinet manufacturing.</span></p>[/et_pb_tab][et_pb_tab title=\"Materials\" _builder_version=\"3.0.47\" tab_font=\"||||\" tab_line_height=\"2em\" tab_line_height_tablet=\"2\" tab_line_height_phone=\"2\" body_font=\"||||\" body_line_height=\"2em\" body_line_height_tablet=\"2\" body_line_height_phone=\"2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h4 style=\"color: #ffffff;\">We only use the finest materials -</h4><p class=\"p2\"><span class=\"s2\">Getting a good deal is only relevant if the product is well made. Pioneer goes the extra mile to ensure that your new cabinetry is made with the best materials. We offer standard features like 3/4\" solid wood face frames and door frames, solid wood dovetailed drawers, full-extension, soft-close, under-mount drawer slides, premium finishes, 1/2\" cabinet boxes, 3/4\" adjustable shelving and wood veneer finished end panels.</span></p>[/et_pb_tab][et_pb_tab title=\"Customization\" _builder_version=\"3.0.47\" tab_font=\"||||\" tab_line_height=\"2em\" tab_line_height_tablet=\"2em\" tab_line_height_phone=\"2em\" body_font=\"||||\" body_line_height=\"2em\" body_line_height_tablet=\"2em\" body_line_height_phone=\"2em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h4 style=\"color: #ffffff;\">Customization -</h4><p class=\"p2\"><span class=\"s2\">We recognize that not every cabinet works for every customer, so we are happy to help you create the right cabinet combinations for your home. With so many options in sizes and colors, your home can be customized to your liking without compromising quality or affordability.</span></p>[/et_pb_tab][/et_pb_tabs][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_search exclude_pages=\"off\" exclude_posts=\"on\" hide_button=\"off\" placeholder=\"Search our site\" field_bg=\"#aaaaaa\" placeholder_color=\"#000000\" _builder_version=\"3.0.72\" input_font_size=\"16px\" global_module=\"95\" saved_tabs=\"all\"][/et_pb_search][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Pioneer-LrgLogo.png\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Pioneer Logo - White\" _builder_version=\"3.0.72\" global_module=\"97\" saved_tabs=\"all\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#999999\" custom_padding=\"20px||20px|\" _builder_version=\"3.0.72\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/lightKitchen.jpg\" background_blend=\"multiply\" custom_css_main_element=\"background-image: url(http://pioneercabinetry.net/wp/wp-content/uploads/2016/06/lightKitchen.jpg);||-moz-background-size:100% 100%;||-webkit-background-size:100% 100%;||background-size:100% 100%;\" global_module=\"90\"][et_pb_row _builder_version=\"3.0.72\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Disclaimer Text\" _builder_version=\"3.0.72\" text_font=\"Open Sans||||\" text_font_size=\"11\"]
<p>The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.</p>
[/et_pb_text][et_pb_text background_layout=\"dark\" _builder_version=\"3.0.72\" text_font_size=\"10\" text_line_height=\"1.5\"]
<p><strong>Pioneer Cabinetry, Inc</strong> | PO Box 280 | 301 W. Rising St. | Davison, MI 48423 | (810) 658-2075</p>
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]","Home","","inherit","closed","closed","","8-revision-v1","","","2017-09-10 16:24:27","2017-09-10 20:24:27","","8","http://www.pioneercabinetry.co/uncategorized/8-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("377","1","2017-09-10 16:40:42","2017-09-10 20:40:42","","SlideShow-frontpage2","","inherit","closed","closed","","slideshow-frontpage2","","","2017-09-10 16:40:42","2017-09-10 20:40:42","","8","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/SlideShow-frontpage2.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("378","1","2017-09-10 16:41:38","2017-09-10 20:41:38","","SlideShow-frontpage3","","inherit","closed","closed","","slideshow-frontpage3","","","2017-09-10 16:41:38","2017-09-10 20:41:38","","8","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/SlideShow-frontpage3.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("379","1","2017-09-10 16:42:36","2017-09-10 20:42:36","","SlideShow-frontpage8","","inherit","closed","closed","","slideshow-frontpage8","","","2017-09-10 16:42:36","2017-09-10 20:42:36","","8","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/SlideShow-frontpage8.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("380","1","2017-09-10 16:43:21","2017-09-10 20:43:21","","SlideShow-frontpage8","","inherit","closed","closed","","slideshow-frontpage8-2","","","2017-09-10 16:43:21","2017-09-10 20:43:21","","8","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/SlideShow-frontpage8-1.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("716","1","2017-09-11 13:12:42","2017-09-11 17:12:42","[et_pb_section bb_built=\"1\" inner_shadow=\"on\" custom_padding=\"0px||0px|\" _builder_version=\"3.0.72\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" parallax=\"on\"][et_pb_row custom_padding=\"0px||0px|\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_slider admin_label=\"Gallery Slider\" top_padding=\"350px\" bottom_padding=\"350px\" top_padding_tablet=\"200px\" top_padding_phone=\"150px\" top_padding_last_edited=\"on|phone\" bottom_padding_tablet=\"200px\" bottom_padding_phone=\"150px\" bottom_padding_last_edited=\"on|phone\" _builder_version=\"3.0.72\" auto=\"on\" show_arrows=\"on\" show_pagination=\"on\" parallax=\"off\" parallax_method=\"off\" remove_inner_shadow=\"off\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\"] [et_pb_slide background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/SlideShow-frontpage5.jpg\" use_bg_overlay=\"off\" use_text_overlay=\"off\" admin_title=\"Kitchen 5\" _builder_version=\"3.0.47\" header_font=\"||||\" body_font=\"||||\" custom_button=\"off\" button_icon_placement=\"right\" button_on_hover=\"on\" /][et_pb_slide background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/SlideShow-frontpage1.jpg\" use_bg_overlay=\"off\" use_text_overlay=\"off\" admin_title=\"Kitchen 1\" _builder_version=\"3.0.47\" header_font=\"||||\" body_font=\"||||\" custom_button=\"off\" button_icon_placement=\"right\" button_on_hover=\"on\" /][et_pb_slide background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/SlideShow-frontpage2.jpg\" use_bg_overlay=\"off\" use_text_overlay=\"off\" admin_title=\"Kitchen 2\" _builder_version=\"3.0.47\" header_font=\"||||\" body_font=\"||||\" custom_button=\"off\" button_icon_placement=\"right\" button_on_hover=\"on\" background_color=\"#ffffff\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" text_border_radius=\"3\" alignment=\"center\" background_layout=\"dark\" header_font_select=\"default\" body_font_select=\"default\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" /][et_pb_slide background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/SlideShow-frontpage3.jpg\" use_bg_overlay=\"off\" use_text_overlay=\"off\" admin_title=\"Kitchen 3\" _builder_version=\"3.0.47\" header_font=\"||||\" body_font=\"||||\" custom_button=\"off\" button_icon_placement=\"right\" button_on_hover=\"on\" background_color=\"#ffffff\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" text_border_radius=\"3\" alignment=\"center\" background_layout=\"dark\" header_font_select=\"default\" body_font_select=\"default\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" /][et_pb_slide background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/SlideShow-frontpage8.jpg\" use_bg_overlay=\"off\" use_text_overlay=\"off\" admin_title=\"Kitchen 8\" _builder_version=\"3.0.47\" header_font=\"||||\" body_font=\"||||\" custom_button=\"off\" button_icon_placement=\"right\" button_on_hover=\"on\" background_color=\"#ffffff\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" text_border_radius=\"3\" alignment=\"center\" background_layout=\"dark\" header_font_select=\"default\" body_font_select=\"default\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" /][et_pb_slide background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/SlideShow-frontpage8-1.jpg\" use_bg_overlay=\"off\" use_text_overlay=\"off\" admin_title=\"Kitchen 6\" _builder_version=\"3.0.47\" header_font=\"||||\" body_font=\"||||\" custom_button=\"off\" button_icon_placement=\"right\" button_on_hover=\"on\" background_color=\"#ffffff\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" text_border_radius=\"3\" alignment=\"center\" background_layout=\"dark\" header_font_select=\"default\" body_font_select=\"default\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" /] [/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"0px||0px|\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#000000\" background_color_gradient_end=\"#2b2b2b\"][et_pb_row custom_padding=\"50px|0px|7px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Home Page Headline\" background_layout=\"dark\" text_orientation=\"center\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||on||\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\" animation_style=\"zoom\"]
<h1 style=\"text-align: center;\">We are the Signature of Quality &amp; Craftsmanship</h1>
[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"2\" custom_padding=\"17px|0px|25.55px|0px\" make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" background_color_3=\"#000000\" padding_top_1=\"10px\" padding_bottom_1=\"10px\" padding_top_2=\"10px\" padding_bottom_2=\"10px\" padding_top_3=\"10px\" padding_bottom_3=\"10px\" custom_css_main_1=\"border-radius:15px;\" custom_css_main_2=\"border-radius:15px;\" custom_css_main_3=\"border-radius:15px;\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Wood Species Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/species.jpg\" align=\"center\" max_width=\"50%\" _builder_version=\"3.0.72\" custom_margin=\"0px||0px|\" /][et_pb_button admin_label=\"Wood Button\" button_url=\"/wood-color/\" button_text=\"Wood &amp; Color\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_bg_color=\"#e7aa0a\" button_border_width=\"1\" button_bg_color_hover=\"#006739\" button_border_color_hover=\"#707070\" custom_css_main_element=\"width:70%;\" background_color=\"#dd9933\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Door Styles Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/doorStyles.jpg\" align=\"center\" max_width=\"50%\" _builder_version=\"3.0.72\" custom_margin=\"0px||0px|\" /][et_pb_button admin_label=\"Door Styles Button\" button_url=\"/door-styles/\" button_text=\"Door Styles\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_bg_color=\"#e7aa0a\" button_border_width=\"1\" button_bg_color_hover=\"#006739\" button_border_color_hover=\"#707070\" custom_css_main_element=\"width:70%;\" background_color=\"#dd9933\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Overlay Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/overlays.jpg\" align=\"center\" max_width=\"50%\" _builder_version=\"3.0.72\" custom_margin=\"0px||0px|\" /][et_pb_button admin_label=\"Overlays Button\" button_url=\"/overlays-hinging/\" button_text=\"Overlays &amp; Hinging\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_bg_color=\"#e7aa0a\" button_border_width=\"1\" button_bg_color_hover=\"#006739\" button_border_color_hover=\"#707070\" custom_css_main_element=\"width:70%;\" background_color=\"#dd9933\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"0px||0px|\" _builder_version=\"3.0.72\" custom_css_main_element=\"margin:0px !important;\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"2\" custom_padding=\"10px|0px|30px|0px\" make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" background_color_3=\"#000000\" padding_top_1=\"10px\" padding_bottom_1=\"10px\" padding_top_2=\"10px\" padding_bottom_2=\"10px\" padding_top_3=\"10px\" padding_bottom_3=\"10px\" custom_css_main_1=\"border-radius:15px;\" custom_css_main_2=\"border-radius:15px;\" custom_css_main_3=\"border-radius:15px;\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Panel Styles Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/panelStyles.jpg\" align=\"center\" max_width=\"50%\" _builder_version=\"3.0.72\" custom_margin=\"0px||0px|\" /][et_pb_button admin_label=\"Panel Styles Button\" button_url=\"/panel-styles/\" button_text=\"Panel Styles\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_bg_color=\"#e7aa0a\" button_border_width=\"1\" button_bg_color_hover=\"#006739\" button_border_color_hover=\"#707070\" custom_css_main_element=\"width:70%;\" background_color=\"#dd9933\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Edges Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/edges.jpg\" align=\"center\" max_width=\"50%\" _builder_version=\"3.0.72\" custom_margin=\"0px||0px|\" /][et_pb_button admin_label=\"Edges Button\" button_url=\"/edges/\" button_text=\"Edges\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_bg_color=\"#e7aa0a\" button_border_width=\"1\" button_bg_color_hover=\"#006739\" button_border_color_hover=\"#707070\" custom_css_main_element=\"width:70%;\" background_color=\"#dd9933\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Options Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/finishes.jpg\" align=\"center\" max_width=\"50%\" _builder_version=\"3.0.72\" custom_margin=\"0px||0px|\" /][et_pb_button admin_label=\"Options Button\" button_url=\"/options/\" button_text=\"Options\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_bg_color=\"#e7aa0a\" button_border_width=\"1\" button_bg_color_hover=\"#006739\" button_border_color_hover=\"#707070\" custom_css_main_element=\"width:70%;\" background_color=\"#dd9933\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.72\"][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Welcome Text\" background_layout=\"dark\" _builder_version=\"3.0.72\" text_font=\"Open Sans Condensed||||\" text_font_size=\"14px\" text_text_color=\"#ffffff\" custom_padding=\"||40px|\" text_orientation=\"left\" border_style=\"solid\"]

Pioneer Cabinetry has manufactured semi-custom kitchen and bathroom cabinetry since 1986. Our factory is located in Davison, MI and our cabinetry is sold through a network of kitchen and bath dealers.

We stand behind our work as <strong><em>\"The Signature of Quality and Craftsmanship\"</em> </strong>and feel confident that you will not find a better value cabinet on the market.

<strong>Our Commitment Originates with Quality</strong>  - While price is an important factor in purchasing cabinetry, another crucial factor should be considered as well: Quality. Getting a good deal is only relevant if the product is well made. Pioneer goes the extra mile to ensure that your new cabinetry is made with the best materials. We offer special features like dovetailed drawers, under-mount drawer slides, premium baked-on finishes, 3/4” adjustable shelving and wood veneer finished end panels. Our commitment to quality makes Pioneer the best value cabinet on the market today.

[/et_pb_text][et_pb_tabs admin_label=\"Home Page Tabs\" active_tab_background_color=\"#000000\" inactive_tab_background_color=\"#3f3f3f\" _builder_version=\"3.0.72\" tab_font=\"Open Sans Condensed||||\" tab_font_size=\"12px\" tab_text_color=\"#ffffff\" body_font=\"Open Sans Condensed||||\" body_text_color=\"#ffffff\" background_color=\"#000000\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#000000\" background_color_gradient_end=\"#474747\" use_border_color=\"on\" border_color=\"#5b5b5b\" border_width=\"0px\"]

[et_pb_tab title=\"Quality\" _builder_version=\"3.0.47\" tab_font=\"||||\" tab_line_height=\"2em\" tab_line_height_tablet=\"2em\" tab_line_height_phone=\"2em\" body_font=\"||||\" body_line_height=\"2em\" body_line_height_tablet=\"2em\" body_line_height_phone=\"2em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]
<h4 style=\"color: #ffffff;\">Our Commitment Originates with Quality -</h4>
<p class=\"p2\"><span class=\"s2\">Pioneer holds quality as its highest priority, from receipt of raw materials through the delivery of cabinetry made just for you. Pioneer\'s Quality Assurance Program guarantees that you will receive the best quality product for the price.</span></p>
[/et_pb_tab][et_pb_tab title=\"Experience\" _builder_version=\"3.0.47\" tab_font=\"||||\" tab_line_height=\"2em\" tab_line_height_tablet=\"2\" tab_line_height_phone=\"2\" body_font=\"||||\" body_line_height=\"2em\" body_line_height_tablet=\"2\" body_line_height_phone=\"2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]
<h4 style=\"color: #ffffff;\">We have the experience -</h4>
<p class=\"p2\"><span class=\"s2\">With over 30 years in business, the team at Pioneer knows how to deliver a quality product that surpasses homeowners\' hopes and expectations. Each Pioneer team member participates in an aggressive cross-training program to give them the utmost experience in all facets of cabinet manufacturing.</span></p>
[/et_pb_tab][et_pb_tab title=\"Materials\" _builder_version=\"3.0.47\" tab_font=\"||||\" tab_line_height=\"2em\" tab_line_height_tablet=\"2\" tab_line_height_phone=\"2\" body_font=\"||||\" body_line_height=\"2em\" body_line_height_tablet=\"2\" body_line_height_phone=\"2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]
<h4 style=\"color: #ffffff;\">We only use the finest materials -</h4>
<p class=\"p2\"><span class=\"s2\">Getting a good deal is only relevant if the product is well made. Pioneer goes the extra mile to ensure that your new cabinetry is made with the best materials. We offer standard features like 3/4\" solid wood face frames and door frames, solid wood dovetailed drawers, full-extension, soft-close, under-mount drawer slides, premium finishes, 1/2\" cabinet boxes, 3/4\" adjustable shelving and wood veneer finished end panels.</span></p>
[/et_pb_tab][et_pb_tab title=\"Customization\" _builder_version=\"3.0.47\" tab_font=\"||||\" tab_line_height=\"2em\" tab_line_height_tablet=\"2em\" tab_line_height_phone=\"2em\" body_font=\"||||\" body_line_height=\"2em\" body_line_height_tablet=\"2em\" body_line_height_phone=\"2em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]
<h4 style=\"color: #ffffff;\">Customization -</h4>
<p class=\"p2\"><span class=\"s2\">We recognize that not every cabinet works for every customer, so we are happy to help you create the right cabinet combinations for your home. With so many options in sizes and colors, your home can be customized to your liking without compromising quality or affordability.</span></p>
[/et_pb_tab]

[/et_pb_tabs][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_search exclude_pages=\"off\" exclude_posts=\"on\" hide_button=\"off\" placeholder=\"Search our site\" field_bg=\"#aaaaaa\" placeholder_color=\"#000000\" _builder_version=\"3.0.72\" input_font_size=\"16px\" global_module=\"95\" saved_tabs=\"all\" /][et_pb_image admin_label=\"Pioneer Logo - White\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Pioneer-LrgLogo.png\" align=\"center\" force_fullwidth=\"on\" _builder_version=\"3.0.72\" global_module=\"97\" saved_tabs=\"all\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row global_parent=\"93\" background_color_1=\"#000000\" background_color_2=\"#000000\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" _builder_version=\"3.0.72\" make_equal=\"on\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" global_parent=\"93\" title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"] <span class=\"s1\">We stand behind our craftsmanship.</span> [/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" global_parent=\"93\" title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"] <span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span> [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#999999\" custom_padding=\"20px||20px|\" _builder_version=\"3.0.72\" custom_css_main_element=\"background-image: url(http://pioneercabinetry.net/wp/wp-content/uploads/2016/06/lightKitchen.jpg);||-moz-background-size:100% 100%;||-webkit-background-size:100% 100%;||background-size:100% 100%;\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/lightKitchen.jpg\" background_blend=\"multiply\" global_module=\"90\"][et_pb_row global_parent=\"90\" _builder_version=\"3.0.72\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Disclaimer Text\" global_parent=\"90\" background_layout=\"dark\" _builder_version=\"3.0.72\" text_font=\"Open Sans||||\" text_font_size=\"11\"] The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications. [/et_pb_text][et_pb_text global_parent=\"90\" background_layout=\"dark\" _builder_version=\"3.0.72\" text_font_size=\"10\" text_line_height=\"1.5\"] <strong>Pioneer Cabinetry, Inc</strong> | PO Box 280 | 301 W. Rising St. | Davison, MI 48423 | (810) 658-2075 [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]","Home","","inherit","closed","closed","","8-revision-v1","","","2017-09-11 13:12:42","2017-09-11 17:12:42","","8","http://www.pioneercabinetry.co/uncategorized/8-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("381","1","2017-09-10 16:43:31","2017-09-10 20:43:31","[et_pb_section bb_built=\"1\" inner_shadow=\"on\" custom_padding=\"0px||0px|\" _builder_version=\"3.0.72\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" parallax=\"on\"][et_pb_row custom_padding=\"0px||0px|\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_slider admin_label=\"Gallery Slider\" top_padding=\"350px\" bottom_padding=\"350px\" top_padding_tablet=\"200px\" top_padding_phone=\"150px\" top_padding_last_edited=\"on|phone\" bottom_padding_tablet=\"200px\" bottom_padding_phone=\"150px\" bottom_padding_last_edited=\"on|phone\" _builder_version=\"3.0.72\" auto=\"on\" show_arrows=\"on\" show_pagination=\"on\" parallax=\"off\" parallax_method=\"off\" remove_inner_shadow=\"off\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\"]

[et_pb_slide background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/SlideShow-frontpage5.jpg\" use_bg_overlay=\"off\" use_text_overlay=\"off\" admin_title=\"Kitchen 5\" _builder_version=\"3.0.47\" header_font=\"||||\" body_font=\"||||\" custom_button=\"off\" button_icon_placement=\"right\" button_on_hover=\"on\" /][et_pb_slide background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/SlideShow-frontpage1.jpg\" use_bg_overlay=\"off\" use_text_overlay=\"off\" admin_title=\"Kitchen 1\" _builder_version=\"3.0.47\" header_font=\"||||\" body_font=\"||||\" custom_button=\"off\" button_icon_placement=\"right\" button_on_hover=\"on\" /][et_pb_slide background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/SlideShow-frontpage2.jpg\" use_bg_overlay=\"off\" use_text_overlay=\"off\" admin_title=\"Kitchen 2\" _builder_version=\"3.0.47\" header_font=\"||||\" body_font=\"||||\" custom_button=\"off\" button_icon_placement=\"right\" button_on_hover=\"on\" background_color=\"#ffffff\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" text_border_radius=\"3\" alignment=\"center\" background_layout=\"dark\" header_font_select=\"default\" body_font_select=\"default\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" /][et_pb_slide background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/SlideShow-frontpage3.jpg\" use_bg_overlay=\"off\" use_text_overlay=\"off\" admin_title=\"Kitchen 3\" _builder_version=\"3.0.47\" header_font=\"||||\" body_font=\"||||\" custom_button=\"off\" button_icon_placement=\"right\" button_on_hover=\"on\" background_color=\"#ffffff\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" text_border_radius=\"3\" alignment=\"center\" background_layout=\"dark\" header_font_select=\"default\" body_font_select=\"default\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" /][et_pb_slide background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/SlideShow-frontpage8.jpg\" use_bg_overlay=\"off\" use_text_overlay=\"off\" admin_title=\"Kitchen 8\" _builder_version=\"3.0.47\" header_font=\"||||\" body_font=\"||||\" custom_button=\"off\" button_icon_placement=\"right\" button_on_hover=\"on\" background_color=\"#ffffff\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" text_border_radius=\"3\" alignment=\"center\" background_layout=\"dark\" header_font_select=\"default\" body_font_select=\"default\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" /][et_pb_slide background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/SlideShow-frontpage8-1.jpg\" use_bg_overlay=\"off\" use_text_overlay=\"off\" admin_title=\"Kitchen 6\" _builder_version=\"3.0.47\" header_font=\"||||\" body_font=\"||||\" custom_button=\"off\" button_icon_placement=\"right\" button_on_hover=\"on\" background_color=\"#ffffff\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" text_border_radius=\"3\" alignment=\"center\" background_layout=\"dark\" header_font_select=\"default\" body_font_select=\"default\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" /]

[/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"0px||0px|\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#000000\" background_color_gradient_end=\"#2b2b2b\"][et_pb_row custom_padding=\"50px|0px|7px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Home Page Headline\" background_layout=\"dark\" text_orientation=\"center\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||on||\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\" animation_style=\"zoom\"]

<h1 style=\"text-align: center;\">We are the Signature of Quality & Craftsmanship</h1>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"2\" custom_padding=\"17px|0px|25.55px|0px\" make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" background_color_3=\"#000000\" padding_top_1=\"10px\" padding_bottom_1=\"10px\" padding_top_2=\"10px\" padding_bottom_2=\"10px\" padding_top_3=\"10px\" padding_bottom_3=\"10px\" custom_css_main_1=\"border-radius:15px;\" custom_css_main_2=\"border-radius:15px;\" custom_css_main_3=\"border-radius:15px;\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Wood Species Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/species.jpg\" align=\"center\" max_width=\"50%\" _builder_version=\"3.0.72\" custom_margin=\"0px||0px|\" /][et_pb_button admin_label=\"Wood Button\" button_url=\"/wood-color/\" button_text=\"Wood & Color\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_bg_color=\"#e7aa0a\" button_border_width=\"1\" button_bg_color_hover=\"#006739\" button_border_color_hover=\"#707070\" custom_css_main_element=\"width:70%;\" background_color=\"#dd9933\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Door Styles Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/doorStyles.jpg\" align=\"center\" max_width=\"50%\" _builder_version=\"3.0.72\" custom_margin=\"0px||0px|\" /][et_pb_button admin_label=\"Door Styles Button\" button_url=\"/door-styles/\" button_text=\"Door Styles\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_bg_color=\"#e7aa0a\" button_border_width=\"1\" button_bg_color_hover=\"#006739\" button_border_color_hover=\"#707070\" custom_css_main_element=\"width:70%;\" background_color=\"#dd9933\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Overlay Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/overlays.jpg\" align=\"center\" max_width=\"50%\" _builder_version=\"3.0.72\" custom_margin=\"0px||0px|\" /][et_pb_button admin_label=\"Overlays Button\" button_url=\"/overlays-hinging/\" button_text=\"Overlays & Hinging\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_bg_color=\"#e7aa0a\" button_border_width=\"1\" button_bg_color_hover=\"#006739\" button_border_color_hover=\"#707070\" custom_css_main_element=\"width:70%;\" background_color=\"#dd9933\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"0px||0px|\" _builder_version=\"3.0.72\" custom_css_main_element=\"margin:0px !important;\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"2\" custom_padding=\"10px|0px|30px|0px\" make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" background_color_3=\"#000000\" padding_top_1=\"10px\" padding_bottom_1=\"10px\" padding_top_2=\"10px\" padding_bottom_2=\"10px\" padding_top_3=\"10px\" padding_bottom_3=\"10px\" custom_css_main_1=\"border-radius:15px;\" custom_css_main_2=\"border-radius:15px;\" custom_css_main_3=\"border-radius:15px;\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Panel Styles Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/panelStyles.jpg\" align=\"center\" max_width=\"50%\" _builder_version=\"3.0.72\" custom_margin=\"0px||0px|\" /][et_pb_button admin_label=\"Panel Styles Button\" button_url=\"/panel-styles/\" button_text=\"Panel Styles\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_bg_color=\"#e7aa0a\" button_border_width=\"1\" button_bg_color_hover=\"#006739\" button_border_color_hover=\"#707070\" custom_css_main_element=\"width:70%;\" background_color=\"#dd9933\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Edges Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/edges.jpg\" align=\"center\" max_width=\"50%\" _builder_version=\"3.0.72\" custom_margin=\"0px||0px|\" /][et_pb_button admin_label=\"Edges Button\" button_url=\"/edges/\" button_text=\"Edges\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_bg_color=\"#e7aa0a\" button_border_width=\"1\" button_bg_color_hover=\"#006739\" button_border_color_hover=\"#707070\" custom_css_main_element=\"width:70%;\" background_color=\"#dd9933\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Options Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/finishes.jpg\" align=\"center\" max_width=\"50%\" _builder_version=\"3.0.72\" custom_margin=\"0px||0px|\" /][et_pb_button admin_label=\"Options Button\" button_url=\"/options/\" button_text=\"Options\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_bg_color=\"#e7aa0a\" button_border_width=\"1\" button_bg_color_hover=\"#006739\" button_border_color_hover=\"#707070\" custom_css_main_element=\"width:70%;\" background_color=\"#dd9933\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.72\"][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Welcome Text\" background_layout=\"dark\" _builder_version=\"3.0.72\" text_font=\"Open Sans Condensed||||\" text_font_size=\"14px\" text_text_color=\"#ffffff\" custom_padding=\"||40px|\"]

<p>Pioneer Cabinetry has manufactured semi-custom kitchen and bathroom cabinetry since 1986. Our factory is located in Davison, MI and our cabinetry is sold through a network of kitchen and bath dealers.</p><p>We stand behind our work as <strong><em>\"The Signature of Quality and Craftsmanship\"</em> </strong>and feel confident that you will not find a better value cabinet on the market.</p><p><strong>Our Commitment Originates with Quality</strong>  - While price is an important factor in purchasing cabinetry, another crucial factor should be considered as well: Quality. Getting a good deal is only relevant if the product is well made. Pioneer goes the extra mile to ensure that your new cabinetry is made with the best materials. We offer special features like dovetailed drawers, under-mount drawer slides, premium baked-on finishes, 3/4” adjustable shelving and wood veneer finished end panels. Our commitment to quality makes Pioneer the best value cabinet on the market today.</p>

[/et_pb_text][et_pb_tabs admin_label=\"Home Page Tabs\" active_tab_background_color=\"#000000\" inactive_tab_background_color=\"#3f3f3f\" _builder_version=\"3.0.72\" tab_font=\"Open Sans Condensed||||\" tab_font_size=\"12px\" tab_text_color=\"#ffffff\" body_font=\"Open Sans Condensed||||\" body_text_color=\"#ffffff\" background_color=\"#000000\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#000000\" background_color_gradient_end=\"#474747\" use_border_color=\"on\" border_color=\"#5b5b5b\" border_width=\"0px\"]

[et_pb_tab title=\"Quality\" _builder_version=\"3.0.47\" tab_font=\"||||\" tab_line_height=\"2em\" tab_line_height_tablet=\"2em\" tab_line_height_phone=\"2em\" body_font=\"||||\" body_line_height=\"2em\" body_line_height_tablet=\"2em\" body_line_height_phone=\"2em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<p> </p><h4 style=\"color: #ffffff;\">Our Commitment Originates with Quality -</h4><p class=\"p2\"><span class=\"s2\">Pioneer holds quality as its highest priority, from receipt of raw materials through the delivery of cabinetry made just for you. Pioneer\'s Quality Assurance Program guarantees that you will receive the best quality product for the price.</span></p><p> </p>[/et_pb_tab][et_pb_tab title=\"Experience\" _builder_version=\"3.0.47\" tab_font=\"||||\" tab_line_height=\"2em\" tab_line_height_tablet=\"2\" tab_line_height_phone=\"2\" body_font=\"||||\" body_line_height=\"2em\" body_line_height_tablet=\"2\" body_line_height_phone=\"2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h4 style=\"color: #ffffff;\">We have the experience -</h4><p class=\"p2\"><span class=\"s2\">With over 30 years in business, the team at Pioneer knows how to deliver a quality product that surpasses homeowners\' hopes and expectations. Each Pioneer team member participates in an aggressive cross-training program to give them the utmost experience in all facets of cabinet manufacturing.</span></p>[/et_pb_tab][et_pb_tab title=\"Materials\" _builder_version=\"3.0.47\" tab_font=\"||||\" tab_line_height=\"2em\" tab_line_height_tablet=\"2\" tab_line_height_phone=\"2\" body_font=\"||||\" body_line_height=\"2em\" body_line_height_tablet=\"2\" body_line_height_phone=\"2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h4 style=\"color: #ffffff;\">We only use the finest materials -</h4><p class=\"p2\"><span class=\"s2\">Getting a good deal is only relevant if the product is well made. Pioneer goes the extra mile to ensure that your new cabinetry is made with the best materials. We offer standard features like 3/4\" solid wood face frames and door frames, solid wood dovetailed drawers, full-extension, soft-close, under-mount drawer slides, premium finishes, 1/2\" cabinet boxes, 3/4\" adjustable shelving and wood veneer finished end panels.</span></p>[/et_pb_tab][et_pb_tab title=\"Customization\" _builder_version=\"3.0.47\" tab_font=\"||||\" tab_line_height=\"2em\" tab_line_height_tablet=\"2em\" tab_line_height_phone=\"2em\" body_font=\"||||\" body_line_height=\"2em\" body_line_height_tablet=\"2em\" body_line_height_phone=\"2em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h4 style=\"color: #ffffff;\">Customization -</h4><p class=\"p2\"><span class=\"s2\">We recognize that not every cabinet works for every customer, so we are happy to help you create the right cabinet combinations for your home. With so many options in sizes and colors, your home can be customized to your liking without compromising quality or affordability.</span></p>[/et_pb_tab]

[/et_pb_tabs][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_search exclude_pages=\"off\" exclude_posts=\"on\" hide_button=\"off\" placeholder=\"Search our site\" field_bg=\"#aaaaaa\" placeholder_color=\"#000000\" _builder_version=\"3.0.72\" input_font_size=\"16px\" global_module=\"95\" saved_tabs=\"all\" /][et_pb_image admin_label=\"Pioneer Logo - White\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Pioneer-LrgLogo.png\" align=\"center\" force_fullwidth=\"on\" _builder_version=\"3.0.72\" global_module=\"97\" saved_tabs=\"all\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row global_parent=\"93\" background_color_1=\"#000000\" background_color_2=\"#000000\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" _builder_version=\"3.0.72\" make_equal=\"on\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" global_parent=\"93\" title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

</p>
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
<p>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" global_parent=\"93\" title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

</p>
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
<p>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#999999\" custom_padding=\"20px||20px|\" _builder_version=\"3.0.72\" custom_css_main_element=\"background-image: url(http://pioneercabinetry.net/wp/wp-content/uploads/2016/06/lightKitchen.jpg);||-moz-background-size:100% 100%;||-webkit-background-size:100% 100%;||background-size:100% 100%;\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/lightKitchen.jpg\" background_blend=\"multiply\" global_module=\"90\"][et_pb_row global_parent=\"90\" _builder_version=\"3.0.72\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Disclaimer Text\" global_parent=\"90\" background_layout=\"dark\" _builder_version=\"3.0.72\" text_font=\"Open Sans||||\" text_font_size=\"11\"]

</p>
<p>The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.</p>
<p>

[/et_pb_text][et_pb_text global_parent=\"90\" background_layout=\"dark\" _builder_version=\"3.0.72\" text_font_size=\"10\" text_line_height=\"1.5\"]

</p>
<p><strong>Pioneer Cabinetry, Inc</strong> | PO Box 280 | 301 W. Rising St. | Davison, MI 48423 | (810) 658-2075</p>
<p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]","Home","","inherit","closed","closed","","8-revision-v1","","","2017-09-10 16:43:31","2017-09-10 20:43:31","","8","http://www.pioneercabinetry.co/uncategorized/8-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("384","1","2017-09-10 16:55:30","2017-09-10 20:55:30","[et_pb_text background_layout=\"dark\" admin_label=\"Select Species\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||5px|20px\" saved_tabs=\"all\" text_orientation=\"left\" animation_style=\"none\" template_type=\"module\"]<h3>Select Species</h3>
[/et_pb_text]","Select Species","","inherit","closed","closed","","161-revision-v1","","","2017-09-10 16:55:30","2017-09-10 20:55:30","","161","http://www.pioneercabinetry.co/uncategorized/161-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("386","1","2017-09-10 16:55:49","2017-09-10 20:55:49","[et_pb_section fb_built=\"1\" background_color=\"#ffffff\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" admin_label=\"section\" _builder_version=\"3.0.47\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HD-Generic1.jpg\" align=\"center\" admin_label=\"Wood Color Image\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" animation=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"30px||20px|\" padding_mobile=\"off\" admin_label=\"Oak Section\" _builder_version=\"3.0.47\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" padding_mobile=\"on\" column_padding_mobile=\"on\" background_color_2=\"#494949\" padding_top_2=\"10px\" padding_right_2=\"0px\" padding_bottom_2=\"20px\" padding_left_2=\"0px\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"3_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Wood Text\" _builder_version=\"3.0.47\" text_font_size=\"18\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h1>Wide selection of wood species &amp; color</h1>
<p>Are you are looking for the american classic like oak or the red tones of cherry? Whether you need a clean seamless look of our thermofoil product, or trendy painted look for your cabinets, you can find the perfect wood choice for your cabinets here.</p>
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"0px\" padding_right=\"0px\" padding_top=\"10px\" column_padding_mobile=\"on\" background_color=\"#494949\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Select Species\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||5px|20px\" global_module=\"161\" saved_tabs=\"all\"]<h3>Select Species</h3>
[/et_pb_text][et_pb_button button_url=\"/wood-color/oak/\" button_text=\"OAK\" button_alignment=\"left\" admin_label=\"Oak Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"141\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/maple/\" button_text=\"MAPLE\" button_alignment=\"left\" admin_label=\"Maple Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"144\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/hickory/\" button_text=\"HICKORY\" button_alignment=\"left\" admin_label=\"Hickory Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"154\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/cherry/\" button_text=\"CHERRY\" button_alignment=\"left\" admin_label=\"Cherry Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"152\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/knotty/\" button_text=\"KNOTTY\" button_alignment=\"left\" admin_label=\"Knotty Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"151\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/painted/\" button_text=\"PAINTED\" button_alignment=\"left\" admin_label=\"Painted Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"147\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/thermofoil/\" button_text=\"THERMOFOIL\" button_alignment=\"left\" admin_label=\"Thermofoil Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"148\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Wood & Color","","inherit","closed","closed","","131-revision-v1","","","2017-09-10 16:55:49","2017-09-10 20:55:49","","131","http://www.pioneercabinetry.co/uncategorized/131-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("385","1","2017-09-10 16:55:34","2017-09-10 20:55:34","[et_pb_section fb_built=\"1\" background_color=\"#ffffff\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" admin_label=\"section\" _builder_version=\"3.0.47\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HD-Generic1.jpg\" align=\"center\" admin_label=\"Wood Color Image\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" animation=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"30px||20px|\" padding_mobile=\"off\" admin_label=\"Oak Section\" _builder_version=\"3.0.47\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" padding_mobile=\"on\" column_padding_mobile=\"on\" background_color_2=\"#494949\" padding_top_2=\"10px\" padding_right_2=\"0px\" padding_bottom_2=\"20px\" padding_left_2=\"0px\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"3_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Wood Text\" _builder_version=\"3.0.47\" text_font_size=\"18\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h1>Wide selection of wood species &amp; color</h1>
<p>Are you are looking for the american classic like oak or the red tones of cherry? Whether you need a clean seamless look of our thermofoil product, or trendy painted look for your cabinets, you can find the perfect wood choice for your cabinets here.</p>
[/et_pb_text][et_pb_cta title=\"Need some help deciding?\" button_url=\"/find-dealer/\" button_text=\"FIND A DEALER\" admin_label=\"Contact Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"||||\" header_font_size_tablet=\"26\" header_font_size_phone=\"26\" header_letter_spacing_tablet=\"0px\" header_letter_spacing_phone=\"0px\" header_line_height_tablet=\"1em\" header_line_height_phone=\"1em\" body_font=\"||||\" body_font_size=\"17\" body_font_size_tablet=\"17\" body_font_size_phone=\"17\" body_letter_spacing_tablet=\"0px\" body_letter_spacing_phone=\"0px\" body_line_height_tablet=\"1.7em\" body_line_height_phone=\"1.7em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"10px|0px|10px|0px\" custom_margin_tablet=\"10px|0px|10px|0px\" custom_margin_phone=\"10px|0px|10px|0px\" custom_padding=\"10px|20px|20px|20px\" custom_padding_tablet=\"10px|20px|20px|20px\" custom_padding_phone=\"10px|20px|20px|20px\" button_text_size_tablet=\"20\" button_text_size_phone=\"20\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"-webkit-border-radius: 20px;||border-radius: 20px;\" global_module=\"159\" saved_tabs=\"all\"]<h4>Locate the perfect dealer to help you get started in the right direction.</h4>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"0px\" padding_right=\"0px\" padding_top=\"10px\" column_padding_mobile=\"on\" background_color=\"#494949\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Select Species\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||5px|20px\" global_module=\"161\" saved_tabs=\"all\"]<h3>Select Species</h3>
[/et_pb_text][et_pb_button button_url=\"/wood-color/oak/\" button_text=\"OAK\" button_alignment=\"left\" admin_label=\"Oak Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"141\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/maple/\" button_text=\"MAPLE\" button_alignment=\"left\" admin_label=\"Maple Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"144\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/hickory/\" button_text=\"HICKORY\" button_alignment=\"left\" admin_label=\"Hickory Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"154\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/cherry/\" button_text=\"CHERRY\" button_alignment=\"left\" admin_label=\"Cherry Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"152\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/knotty/\" button_text=\"KNOTTY\" button_alignment=\"left\" admin_label=\"Knotty Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"151\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/painted/\" button_text=\"PAINTED\" button_alignment=\"left\" admin_label=\"Painted Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"147\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/thermofoil/\" button_text=\"THERMOFOIL\" button_alignment=\"left\" admin_label=\"Thermofoil Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"148\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Wood & Color","","inherit","closed","closed","","131-revision-v1","","","2017-09-10 16:55:34","2017-09-10 20:55:34","","131","http://www.pioneercabinetry.co/uncategorized/131-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("752","1","2017-09-11 13:56:52","2017-09-11 17:56:52","/*classes------------------*/
.finishes {border-top:1px solid #ffffff;border-radius:10px;}


/*SideBar Menu------------------*/
.et_pb_gutters2 .et_pb_column_1_4 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4 .et_pb_module {
	margin-bottom: 0 !important;
}

.et_pb_gallery_image img {
	width: 100% !important;
}

ul.et_pb_tabs_controls {
	background-color: transparent !important;
}

/*fixes-------------------- */
.et_fb_preview_active--responsive_preview .et_pb_section .et_pb_column .et_pb_module {
    margin-bottom: 0px !important;
}


/*TOP MENU------------------*/
#top-menu li {font-weight: normal;text-transform: uppercase;}
#main-header, #main-header .nav li ul, .et-search-form, #main-header .et_mobile_menu {background-color: #2b2b2b;-webkit-box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6);box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6);}
#main-header.et-fixed-header {background-color: #2b2b2b;-webkit-box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6) !important;box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6) !important;}
#top-menu li .menu-item-has-children > a:first-child {padding-right: 20px;}
#top-menu li li {margin: 0;padding: 0;}
#top-menu li li a {width: 240px;padding: 6px 20px;}
#top-menu li li a:hover {background-color: #000000;}
.et_mobile_menu li a {font-size: 18px !important;}
.et_mobile_menu li a:hover {background-color: #000000;}

/*FONTS------------------*/
h1, h2, h3, h4, h5, {
	font-style: normal;
	font-weight: 100;
	color: RED !important;
	line-height: 1em;
	padding-top: 20px !important;
	padding-bottom: 1px !important;
	margin-top: 30px !important;
	margin-bottom: 1px !important;
}

h1 {font-size:3em;}

h2 {
	padding-top: 10px !important;
}

ul {margin-top: 0;margin-bottom: 0;padding-top: 0;}

li.li1 {padding-left: 10px;margin-left: 20px;margin-top: 0;margin-bottom: 0;padding-bottom: 5px;}

ul.et_pb_tabs_controls {border-bottom: 1px solid #d9d9d9;background-color: #f4f4f4;font-size: 1.2em;text-transform: uppercase;letter-spacing: 1px;}


/*Gallery-----------------------------------------*/
.rounded {-webkit-border-radius: 2px;border-radius: 2px;}
.rounded img {-webkit-border-radius: 2px;border-radius: 2px;border: 1px solid #212121;}

.et_pb_gallery_grid {}
.et_pb_gallery_caption {text-align:center;}
.et_pb_gallery_grid .et_pb_gallery_image {overflow: hidden;position: relative;-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.4);box-shadow: 0 0 10px 3px rgba(0,0,0,.4);-webkit-border-radius: 2px;border-radius: 2px;margin: 10px;}
.et_pb_gallery_item img {height: 100px;-webkit-border-radius: 2px;border-radius: 2px;border: 1px solid #ffffff;}
.fullGallery .et_pb_gallery_item img {height: auto;width: 100%;-webkit-border-radius: 2px;border-radius: 2px;border: 1px solid #ffffff;}
.et_overlay {-webkit-border-radius: 2px;border-radius: 2px;}

.safari .et_pb_gallery_grid .et_pb_gallery_image {overflow: visible;margin: 10px;-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.2);box-shadow: 0 0 10px 3px rgba(0,0,0,.2);-webkit-border-radius: 2px;border-radius: 2px;}


/*Find a Dealer ------------------*/
#wpsl-search-wrap .wpsl-input label {font-size: 1.3em;}
#wpsl-search-wrap div label {font-size: 1.3em;}
div.wpsl-store-location {font-size: 1.2em;line-height: 1em !important;}
div#wpsl-wrap {background-color: #ffffff;-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.2);box-shadow: 0 0 10px 3px rgba(0,0,0,.2);padding: 20px;}
div.wpsl-direction-wrap {font-size: 1em !important;}
#wpsl-result-list a {font-size: 18px;}","Divi-child","","inherit","closed","closed","","85-revision-v1","","","2017-09-11 13:56:52","2017-09-11 17:56:52","","85","http://www.pioneercabinetry.co/uncategorized/85-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("1046","1","2017-09-12 12:50:41","2017-09-12 16:50:41","[et_pb_section fb_built=\"1\" background_color=\"#ffffff\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" disabled_on=\"on|off|off\" admin_label=\"section\" _builder_version=\"3.0.72\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Maple-Type.jpg\" align=\"center\" _builder_version=\"3.0.47\" custom_css_main_element=\"width:100%;\" animation=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"30px||20px|\" padding_mobile=\"off\" admin_label=\"Oak Section\" _builder_version=\"3.0.47\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" padding_mobile=\"on\" column_padding_mobile=\"on\" background_color_2=\"#494949\" padding_top_2=\"10px\" padding_right_2=\"0px\" padding_bottom_2=\"20px\" padding_left_2=\"0px\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"3_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Maple Text\" _builder_version=\"3.0.47\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h1>Maple</h1>
<p>Predominately off-white in color, maple is a smooth, closed-grain wood that may contain shades of brown and pink. Other characteristics include occasional fine dark mineral streaks and small black knots also known as “bird’s eyes.” Maple accepts a variety of stain colors, although random, “blotchy” patterns may occur with medium and dark stains that add to the character of this warm wood.</p>
[/et_pb_text][et_pb_text background_layout=\"dark\" admin_label=\"Standard Finishes Text\" module_class=\"finishes\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px||0px|\" custom_padding=\"10px||10px|\" global_module=\"166\" saved_tabs=\"all\"]<h3 style=\"text-align: center;\"><strong>Standard Finishes</strong></h3>
<p style=\"text-align: center;\"><span class=\"s1\">Click on a wood sample below to enlarge photo.</span></p>
[/et_pb_text][et_pb_gallery gallery_ids=\"428,422,419,423,418,420,426,429,424,425,427,421\" posts_number=\"20\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Maple Standard Gallery\" _builder_version=\"3.0.72\" title_font=\"||||\" title_font_size_tablet=\"16\" title_font_size_phone=\"16\" title_letter_spacing_tablet=\"0px\" title_letter_spacing_phone=\"0px\" title_line_height_tablet=\"1em\" title_line_height_phone=\"1em\" caption_font=\"||||\" caption_font_size_tablet=\"14\" caption_font_size_phone=\"14\" caption_letter_spacing_tablet=\"0px\" caption_letter_spacing_phone=\"0px\" caption_line_height_tablet=\"18px\" caption_line_height_phone=\"18px\" custom_css_gallery_item_title=\"text-align:center;\" global_module=\"181\" saved_tabs=\"all\"][/et_pb_gallery][et_pb_text background_layout=\"dark\" admin_label=\"Glazed Finishes Text\" module_class=\"finishes\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px||0px|\" custom_padding=\"10px||10px|\" global_module=\"179\" saved_tabs=\"all\"]<h3 style=\"text-align: center;\"><strong>Glazed Finishes </strong></h3>
<p style=\"text-align: center;\"><span class=\"s1\" style=\"font-size: 1em !important;\">Click on a wood sample below to enlarge photo.</span></p>
[/et_pb_text][et_pb_gallery gallery_ids=\"440,432,435,433,441,438,439,434,436,437\" posts_number=\"20\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Maple Glazed Gallery\" _builder_version=\"3.0.72\" title_font=\"||||\" title_font_size_tablet=\"16\" title_font_size_phone=\"16\" title_letter_spacing_tablet=\"0px\" title_letter_spacing_phone=\"0px\" title_line_height_tablet=\"1em\" title_line_height_phone=\"1em\" caption_font=\"||||\" caption_font_size_tablet=\"14\" caption_font_size_phone=\"14\" caption_letter_spacing_tablet=\"0px\" caption_letter_spacing_phone=\"0px\" caption_line_height_tablet=\"18px\" caption_line_height_phone=\"18px\" custom_css_gallery_item_title=\"text-align:center;\" global_module=\"178\" saved_tabs=\"all\"][/et_pb_gallery][et_pb_cta title=\"Need some help deciding?\" button_url=\"/find-dealer/\" button_text=\"FIND A DEALER\" admin_label=\"Contact Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"||||\" header_font_size_tablet=\"26\" header_font_size_phone=\"26\" header_letter_spacing_tablet=\"0px\" header_letter_spacing_phone=\"0px\" header_line_height_tablet=\"1em\" header_line_height_phone=\"1em\" body_font=\"||||\" body_font_size=\"17\" body_font_size_tablet=\"17\" body_font_size_phone=\"17\" body_letter_spacing_tablet=\"0px\" body_letter_spacing_phone=\"0px\" body_line_height_tablet=\"1.7em\" body_line_height_phone=\"1.7em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"10px|0px|10px|0px\" custom_margin_tablet=\"10px|0px|10px|0px\" custom_margin_phone=\"10px|0px|10px|0px\" custom_padding=\"10px|20px|20px|20px\" custom_padding_tablet=\"10px|20px|20px|20px\" custom_padding_phone=\"10px|20px|20px|20px\" button_text_size_tablet=\"20\" button_text_size_phone=\"20\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"-webkit-border-radius: 20px;||border-radius: 20px;\" global_module=\"159\" saved_tabs=\"all\"]<h4>Locate the perfect dealer to help you get started in the right direction.</h4>
[/et_pb_cta][et_pb_text background_layout=\"dark\" admin_label=\"Disclaimer Text\" _builder_version=\"3.0.72\" text_font=\"Open Sans||on||\" text_font_size=\"11\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"20px|||\" global_module=\"168\" saved_tabs=\"all\"]<p>The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.</p>
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"0px\" padding_right=\"0px\" padding_top=\"10px\" column_padding_mobile=\"on\" background_color=\"#494949\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Other Species\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||5px|20px\" global_module=\"164\" saved_tabs=\"all\"]<h3>Other Species</h3>
[/et_pb_text][et_pb_button button_url=\"/wood-color/oak/\" button_text=\"OAK\" button_alignment=\"left\" admin_label=\"Oak Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"141\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/hickory/\" button_text=\"HICKORY\" button_alignment=\"left\" admin_label=\"Hickory Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"154\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/cherry/\" button_text=\"CHERRY\" button_alignment=\"left\" admin_label=\"Cherry Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"152\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/knotty/\" button_text=\"KNOTTY\" button_alignment=\"left\" admin_label=\"Knotty Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"151\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/painted/\" button_text=\"PAINTED\" button_alignment=\"left\" admin_label=\"Painted Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"147\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/thermofoil/\" button_text=\"THERMOFOIL\" button_alignment=\"left\" admin_label=\"Thermofoil Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"148\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Maple","","inherit","closed","closed","","173-revision-v1","","","2017-09-12 12:50:41","2017-09-12 16:50:41","","173","http://www.pioneercabinetry.co/uncategorized/173-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("759","1","2017-09-11 14:07:26","2017-09-11 18:07:26","[et_pb_section fb_built=\"1\" background_color=\"#ffffff\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" admin_label=\"section\" _builder_version=\"3.0.72\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" disabled_on=\"on|off|off\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Maple-Type.jpg\" align=\"center\" _builder_version=\"3.0.47\" custom_css_main_element=\"width:100%;\" animation=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"30px||20px|\" padding_mobile=\"off\" admin_label=\"Oak Section\" _builder_version=\"3.0.47\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" padding_mobile=\"on\" column_padding_mobile=\"on\" background_color_2=\"#494949\" padding_top_2=\"10px\" padding_right_2=\"0px\" padding_bottom_2=\"20px\" padding_left_2=\"0px\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"3_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Maple Text\" _builder_version=\"3.0.47\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h1>Maple</h1>
<p>Predominately off-white in color, maple is a smooth, closed-grain wood that may contain shades of brown and pink. Other characteristics include occasional fine dark mineral streaks and small black knots also known as “bird’s eyes.” Maple accepts a variety of stain colors, although random, “blotchy” patterns may occur with medium and dark stains that add to the character of this warm wood.</p>
[/et_pb_text][et_pb_text background_layout=\"dark\" admin_label=\"Standard Finishes Text\" module_class=\"finishes\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px||0px|\" custom_padding=\"10px||10px|\" global_module=\"166\" saved_tabs=\"all\"]<h3 style=\"text-align: center;\"><strong>Standard Finishes</strong></h3>
<p style=\"text-align: center;\"><span class=\"s1\">Click on a wood sample below to enlarge photo.</span></p>
[/et_pb_text][et_pb_gallery gallery_ids=\"428,422,419,423,418,420,426,429,424,425,427,421\" posts_number=\"20\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Maple Standard Gallery\" _builder_version=\"3.0.72\" title_font=\"||||\" title_font_size_tablet=\"16\" title_font_size_phone=\"16\" title_letter_spacing_tablet=\"0px\" title_letter_spacing_phone=\"0px\" title_line_height_tablet=\"1em\" title_line_height_phone=\"1em\" caption_font=\"||||\" caption_font_size_tablet=\"14\" caption_font_size_phone=\"14\" caption_letter_spacing_tablet=\"0px\" caption_letter_spacing_phone=\"0px\" caption_line_height_tablet=\"18px\" caption_line_height_phone=\"18px\" custom_css_gallery_item_title=\"text-align:center;\" global_module=\"181\" saved_tabs=\"all\"][/et_pb_gallery][et_pb_text background_layout=\"dark\" admin_label=\"Glazed Finishes Text\" module_class=\"finishes\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px||0px|\" custom_padding=\"10px||10px|\" global_module=\"179\" saved_tabs=\"all\"]<h3 style=\"text-align: center;\"><strong>Glazed Finishes </strong></h3>
<p style=\"text-align: center;\"><span class=\"s1\" style=\"font-size: 1em !important;\">Click on a wood sample below to enlarge photo.</span></p>
[/et_pb_text][et_pb_gallery gallery_ids=\"440,432,435,433,441,438,439,434,436,437\" posts_number=\"20\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Maple Glazed Gallery\" _builder_version=\"3.0.72\" title_font=\"||||\" title_font_size_tablet=\"16\" title_font_size_phone=\"16\" title_letter_spacing_tablet=\"0px\" title_letter_spacing_phone=\"0px\" title_line_height_tablet=\"1em\" title_line_height_phone=\"1em\" caption_font=\"||||\" caption_font_size_tablet=\"14\" caption_font_size_phone=\"14\" caption_letter_spacing_tablet=\"0px\" caption_letter_spacing_phone=\"0px\" caption_line_height_tablet=\"18px\" caption_line_height_phone=\"18px\" custom_css_gallery_item_title=\"text-align:center;\" global_module=\"178\" saved_tabs=\"all\"][/et_pb_gallery][et_pb_cta title=\"Need some help deciding?\" button_url=\"/find-dealer/\" button_text=\"FIND A DEALER\" admin_label=\"Contact Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"||||\" header_font_size_tablet=\"26\" header_font_size_phone=\"26\" header_letter_spacing_tablet=\"0px\" header_letter_spacing_phone=\"0px\" header_line_height_tablet=\"1em\" header_line_height_phone=\"1em\" body_font=\"||||\" body_font_size=\"17\" body_font_size_tablet=\"17\" body_font_size_phone=\"17\" body_letter_spacing_tablet=\"0px\" body_letter_spacing_phone=\"0px\" body_line_height_tablet=\"1.7em\" body_line_height_phone=\"1.7em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"10px|0px|10px|0px\" custom_margin_tablet=\"10px|0px|10px|0px\" custom_margin_phone=\"10px|0px|10px|0px\" custom_padding=\"10px|20px|20px|20px\" custom_padding_tablet=\"10px|20px|20px|20px\" custom_padding_phone=\"10px|20px|20px|20px\" button_text_size_tablet=\"20\" button_text_size_phone=\"20\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"-webkit-border-radius: 20px;||border-radius: 20px;\" global_module=\"159\" saved_tabs=\"all\"]<h4>Locate the perfect dealer to help you get started in the right direction.</h4>
[/et_pb_cta][et_pb_text background_layout=\"dark\" admin_label=\"Disclaimer Text\" _builder_version=\"3.0.72\" text_font=\"Open Sans||on||\" text_font_size=\"11\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"20px|||\" global_module=\"168\" saved_tabs=\"all\"]<p>The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.</p>
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"0px\" padding_right=\"0px\" padding_top=\"10px\" column_padding_mobile=\"on\" background_color=\"#494949\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Other Species\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||5px|20px\" global_module=\"164\" saved_tabs=\"all\"]<h3>Other Species</h3>
[/et_pb_text][et_pb_button button_url=\"/wood-color/oak/\" button_text=\"OAK\" button_alignment=\"left\" admin_label=\"Oak Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"141\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/maple/\" button_text=\"MAPLE\" button_alignment=\"left\" admin_label=\"Maple Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"144\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/hickory/\" button_text=\"HICKORY\" button_alignment=\"left\" admin_label=\"Hickory Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"154\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/cherry/\" button_text=\"CHERRY\" button_alignment=\"left\" admin_label=\"Cherry Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"152\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/knotty/\" button_text=\"KNOTTY\" button_alignment=\"left\" admin_label=\"Knotty Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"151\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/painted/\" button_text=\"PAINTED\" button_alignment=\"left\" admin_label=\"Painted Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"147\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/thermofoil/\" button_text=\"THERMOFOIL\" button_alignment=\"left\" admin_label=\"Thermofoil Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"148\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Maple","","inherit","closed","closed","","173-revision-v1","","","2017-09-11 14:07:26","2017-09-11 18:07:26","","173","http://www.pioneercabinetry.co/uncategorized/173-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("400","1","2017-09-10 17:00:39","2017-09-10 21:00:39","","Toffee","","inherit","closed","closed","","oakstandard-toffee","","","2017-09-10 17:02:00","2017-09-10 21:02:00","","136","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/oakStandard-Toffee.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("401","1","2017-09-10 17:00:42","2017-09-10 21:00:42","","Wheat","","inherit","closed","closed","","oakstandard-wheat","","","2017-09-10 17:02:11","2017-09-10 21:02:11","","136","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/oakStandard-Wheat.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("404","1","2017-09-10 17:11:42","2017-09-10 21:11:42","","oakStandard-Mocha","","inherit","closed","closed","","oakstandard-mocha","","","2017-09-10 17:12:13","2017-09-10 21:12:13","","0","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/oakStandard-Mocha.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("403","1","2017-09-10 17:11:10","2017-09-10 21:11:10","[et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#ffffff\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Oak Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Oak.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" border_style=\"solid\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" alt=\"Oak Cabinets\" title_text=\"Oak Cabinets, American Classic\" animation_direction=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Oak Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"30px||20px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#2b2b2b\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px|0px|0px|0px\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_color_2=\"#494949\" padding_right_2=\"0px\" padding_left_2=\"0px\" padding_top_2=\"10px\" padding_bottom_2=\"20px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Oak Text\" background_layout=\"dark\" text_orientation=\"left\" border_style=\"solid\" text_font_size=\"18\" text_line_height=\"1.8em\" text_text_color=\"#ffffff\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\"]

<h1>Oak</h1>
Oak cabinets, the mainstay of the cabinet and furniture industry, offers depth in color from pink to white and light brown. In addition, green, yellow and even black color veins may appear as mineral streaks. Oak is also known for its wide and narrow grain patterns that are considered desirable qualities in this strong, open-grained American classic.

[/et_pb_text][et_pb_text admin_label=\"Standard Finishes Text\" background_layout=\"dark\" text_orientation=\"left\" border_style=\"solid\" custom_margin=\"0px||0px|\" custom_padding=\"0px||10px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"166\"]

<h3 style=\"text-align: center;\"><strong>Standard Finishes</strong></h3>
<p style=\"text-align: center;\"><span class=\"s1\">Click on a wood sample below to enlarge photo.</span></p>

[/et_pb_text][et_pb_gallery admin_label=\"Oak Gallery\" gallery_ids=\"389,398,392,400,401,395,399,391,390,397,396,393,394\" fullwidth=\"off\" posts_number=\"20\" show_title_and_caption=\"on\" show_pagination=\"off\" background_layout=\"dark\" hover_overlay_color=\"rgba(255,255,255,0.9)\" border_style=\"solid\" custom_css_gallery_item_title=\"text-align:center;\" module_class=\"rounded\" _builder_version=\"3.0.72\" orientation=\"landscape\" zoom_icon_color=\"#dd9933\" /][et_pb_cta admin_label=\"Contact Dealer CTA\" title=\"Need some help deciding?\" button_url=\"/find-dealer/\" url_new_window=\"off\" button_text=\"FIND A DEALER\" use_background_color=\"on\" background_layout=\"dark\" body_font_size=\"17\" border_style=\"solid\" custom_margin=\"10px|0px|10px|0px\" custom_padding=\"10px|20px|20px|20px\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"-webkit-border-radius: 20px;||border-radius: 20px;\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"159\"]

<h4>Locate the perfect dealer to help you get started in the right direction.</h4>

[/et_pb_cta][et_pb_text admin_label=\"Disclaimer Text\" background_layout=\"dark\" text_orientation=\"left\" border_style=\"solid\" text_font_size=\"11\" text_font=\"Open Sans||||\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"168\"]

The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Other Species\" background_layout=\"dark\" text_orientation=\"left\" border_style=\"solid\" custom_margin=\"0px||0px|\" custom_padding=\"0px||5px|20px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"164\"]

<h2>Other Species</h2>

[/et_pb_text][et_pb_button admin_label=\"Oak Button\" button_url=\"/wood-color/oak/\" url_new_window=\"off\" button_text=\"OAK\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"141\" /][et_pb_button admin_label=\"Maple Button\" button_url=\"/wood-color/maple/\" url_new_window=\"off\" button_text=\"MAPLE\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"144\" /][et_pb_button admin_label=\"Hickory Button\" button_url=\"/wood-color/hickory/\" url_new_window=\"off\" button_text=\"HICKORY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"154\" /][et_pb_button admin_label=\"Cherry Button\" button_url=\"/wood-color/cherry/\" url_new_window=\"off\" button_text=\"CHERRY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"152\" /][et_pb_button admin_label=\"Knotty Button\" button_url=\"/wood-color/knotty/\" url_new_window=\"off\" button_text=\"KNOTTY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"151\" /][et_pb_button admin_label=\"Painted Button\" button_url=\"/wood-color/painted/\" url_new_window=\"off\" button_text=\"PAINTED\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"147\" /][et_pb_button admin_label=\"Thermofoil Button\" button_url=\"/wood-color/thermofoil/\" url_new_window=\"off\" button_text=\"THERMOFOIL\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"148\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row global_parent=\"93\" background_color_1=\"#000000\" background_color_2=\"#000000\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" _builder_version=\"3.0.72\" make_equal=\"on\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" global_parent=\"93\" title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

</p>
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
<p>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" global_parent=\"93\" title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

</p>
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
<p>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Oak","","inherit","closed","closed","","136-revision-v1","","","2017-09-10 17:11:10","2017-09-10 21:11:10","","136","http://www.pioneercabinetry.co/uncategorized/136-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("405","1","2017-09-11 09:31:42","2017-09-11 13:31:42","","HDR-Thermofoil-Type","","inherit","closed","closed","","hdr-thermofoil-type","","","2017-09-11 09:31:42","2017-09-11 13:31:42","","0","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Thermofoil-Type.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("406","1","2017-09-11 09:31:42","2017-09-11 13:31:42","","thermofoil-Rounded-1","","inherit","closed","closed","","thermofoil-rounded-1","","","2017-09-11 09:31:42","2017-09-11 13:31:42","","0","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/thermofoil-Rounded-1.png","0","attachment","image/png","0");
INSERT INTO `pcab_posts` VALUES("407","1","2017-09-11 09:31:45","2017-09-11 13:31:45","","thermofoil-Square-1","","inherit","closed","closed","","thermofoil-square-1","","","2017-09-11 09:31:45","2017-09-11 13:31:45","","0","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/thermofoil-Square-1.png","0","attachment","image/png","0");
INSERT INTO `pcab_posts` VALUES("408","1","2017-09-11 09:31:50","2017-09-11 13:31:50","","thermofoil-Traditional-1","","inherit","closed","closed","","thermofoil-traditional-1","","","2017-09-11 09:31:50","2017-09-11 13:31:50","","0","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/thermofoil-Traditional-1.png","0","attachment","image/png","0");
INSERT INTO `pcab_posts` VALUES("771","1","2017-09-11 14:13:54","2017-09-11 18:13:54","[et_pb_section fb_built=\"1\" background_color=\"#ffffff\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" admin_label=\"section\" _builder_version=\"3.0.72\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" disabled_on=\"on|off|off\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Thermofoil-Type.jpg\" alt=\"Thermofoil Cabinets\" title_text=\"Thermofoil Cabinets\" align=\"center\" _builder_version=\"3.0.72\" animation_direction=\"off\" custom_css_main_element=\"width:100%;\" animation=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"30px||20px|\" admin_label=\"Oak Section\" _builder_version=\"3.0.72\" custom_padding_tablet=\"10px|||\" custom_padding_last_edited=\"on|phone\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" padding_mobile=\"on\" column_padding_mobile=\"on\" background_color_2=\"#494949\" padding_top_2=\"10px\" padding_right_2=\"0px\" padding_bottom_2=\"20px\" padding_left_2=\"0px\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"3_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Thermofoil Text\" _builder_version=\"3.0.47\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h1>Thermofoil</h1>
<p>White, Snow and Ivory thermofoil door cabinets offer an alternative to the typical wood/stained cabinet.</p>
<p>The Thermofoil door also offers a clean seamless look that is durable and easy to clean. Snow and Ivory Thermofoil feature a smooth \"painted look\" finish. White Thermofoil features the industry standard \"textured\" finish. The interior of the cabinet box is a natural maple woodgrain vinyl.</p>
[/et_pb_text][et_pb_text background_layout=\"dark\" admin_label=\"Disclaimer Text\" _builder_version=\"3.0.72\" text_font=\"Open Sans||on||\" text_font_size=\"11\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"20px|||\" global_module=\"168\" saved_tabs=\"all\"]<p>The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.</p>
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"0px\" padding_right=\"0px\" padding_top=\"10px\" column_padding_mobile=\"on\" background_color=\"#494949\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Other Species\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||5px|20px\" global_module=\"164\" saved_tabs=\"all\"]<h3>Other Species</h3>
[/et_pb_text][et_pb_button button_url=\"/wood-color/oak/\" button_text=\"OAK\" button_alignment=\"left\" admin_label=\"Oak Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"141\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/maple/\" button_text=\"MAPLE\" button_alignment=\"left\" admin_label=\"Maple Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"144\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/hickory/\" button_text=\"HICKORY\" button_alignment=\"left\" admin_label=\"Hickory Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"154\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/cherry/\" button_text=\"CHERRY\" button_alignment=\"left\" admin_label=\"Cherry Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"152\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/knotty/\" button_text=\"KNOTTY\" button_alignment=\"left\" admin_label=\"Knotty Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"151\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/painted/\" button_text=\"PAINTED\" button_alignment=\"left\" admin_label=\"Painted Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"147\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#dddddd\" inner_shadow=\"on\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/thermofoil-Rounded-1.png\" show_in_lightbox=\"on\" align=\"center\" admin_label=\"Rounded Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text text_orientation=\"center\" admin_label=\"Rounded Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h3 style=\"text-align: center\">Rounded</h3>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/thermofoil-Square-1.png\" show_in_lightbox=\"on\" align=\"center\" admin_label=\"Square Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text text_orientation=\"center\" admin_label=\"Square Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h3 style=\"text-align: center\">Square</h3>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/thermofoil-Traditional-1.png\" show_in_lightbox=\"on\" align=\"center\" admin_label=\"Traditional Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text text_orientation=\"center\" admin_label=\"Traditional Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h3 style=\"text-align: center\">Traditional</h3>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Thermofoil","","inherit","closed","closed","","205-revision-v1","","","2017-09-11 14:13:54","2017-09-11 18:13:54","","205","http://www.pioneercabinetry.co/uncategorized/205-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("411","1","2017-09-11 09:33:23","2017-09-11 13:33:23","[et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#ffffff\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Thermofoil-Type.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" border_style=\"solid\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" alt=\"Thermofoil Cabinets\" title_text=\"Thermofoil Cabinets\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Oak Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"30px||20px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#2b2b2b\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px|0px|0px|0px\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_color_2=\"#494949\" padding_right_2=\"0px\" padding_left_2=\"0px\" padding_top_2=\"10px\" padding_bottom_2=\"20px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Thermofoil Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\" text_line_height=\"1.8em\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1>Thermofoil</h1>
<p>White, Snow and Ivory thermofoil door cabinets offer an alternative to the typical wood/stained cabinet.</p>
<p>The Thermofoil door also offers a clean seamless look that is durable and easy to clean.&nbsp;Snow and Ivory Thermofoil feature a smooth \"painted look\" finish. White Thermofoil features the industry standard \"textured\" finish. The interior of the cabinet box is a natural maple woodgrain vinyl.</p>

[/et_pb_text][et_pb_cta admin_label=\"Contact Dealer CTA\" global_module=\"308\" saved_tabs=\"all\" title=\"Need some help deciding?\" button_url=\"/wp/find-dealer/\" url_new_window=\"off\" button_text=\"FIND A DEALER\" use_background_color=\"on\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" body_font_size=\"17\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"10px|0px|10px|0px\" custom_padding=\"10px|20px|20px|20px\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"-webkit-border-radius: 20px;||border-radius: 20px;\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h4>Locate the perfect dealer to help you get started in the right direction.</h4>

[/et_pb_cta][et_pb_text admin_label=\"Disclaimer Text\" global_module=\"1352\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"11\" text_font=\"Open Sans||||\" saved_tabs=\"all\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Other Species\" saved_tabs=\"all\" global_module=\"223\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"0px||0px|\" custom_padding=\"0px||5px|20px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h2>Other Species</h2>

[/et_pb_text][et_pb_button admin_label=\"Oak Button\" saved_tabs=\"all\" button_url=\"/wp/wood-color/oak/\" url_new_window=\"off\" button_text=\"OAK\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"1336\" /][et_pb_button admin_label=\"Maple Button\" saved_tabs=\"all\" button_url=\"/wp/wood-color/maple/\" url_new_window=\"off\" button_text=\"MAPLE\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"1337\" /][et_pb_button admin_label=\"Hickory Button\" saved_tabs=\"all\" button_url=\"/wp/wood-color/hickory/\" url_new_window=\"off\" button_text=\"HICKORY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"1338\" /][et_pb_button admin_label=\"Cherry Button\" saved_tabs=\"all\" button_url=\"/wp/wood-color/cherry/\" url_new_window=\"off\" button_text=\"CHERRY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"1339\" /][et_pb_button admin_label=\"Knotty Button\" saved_tabs=\"all\" button_url=\"/wp/wood-color/knotty/\" url_new_window=\"off\" button_text=\"KNOTTY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"1340\" /][et_pb_button admin_label=\"Painted Button\" saved_tabs=\"all\" button_url=\"/wp/wood-color/painted/\" url_new_window=\"off\" button_text=\"PAINTED\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"1341\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#dddddd\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Rounded Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/thermofoil-Rounded-1.png\" show_in_lightbox=\"on\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][et_pb_text admin_label=\"Rounded Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h3 style=\"text-align: center\">Rounded</h3>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Square Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/thermofoil-Square-1.png\" show_in_lightbox=\"on\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][et_pb_text admin_label=\"Square Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h3 style=\"text-align: center\">Square</h3>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Traditional Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/thermofoil-Traditional-1.png\" show_in_lightbox=\"on\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][et_pb_text admin_label=\"Traditional Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h3 style=\"text-align: center\">Traditional</h3>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"on\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" custom_padding=\"10px||25px|\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"||0px|\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_color_1=\"#000000\" padding_top_1=\"10px\" padding_right_1=\"10px\" padding_bottom_1=\"30px\" padding_left_1=\"10px\" background_color_2=\"#000000\" padding_top_2=\"10px\" padding_right_2=\"10px\" padding_bottom_2=\"30px\" padding_left_2=\"10px\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" title=\"Warranty\" button_url=\"http://pioneercabinetry.net/wp/quality-care/warranty/\" url_new_window=\"off\" button_text=\"READ MORE\" use_background_color=\"off\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" button_bg_color=\"#e09900\" button_border_width=\"1\" body_font_size=\"16\"]

<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">We stand behind our craftsmanship.</span></p>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" title=\"Dealer Locator\" button_url=\"http://pioneercabinetry.net/wp/find-a-dealer/\" url_new_window=\"off\" button_text=\"FIND A DEALER\" use_background_color=\"off\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" button_bg_color=\"#e09900\" button_border_width=\"1\" body_font_size=\"16\"]

<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Thermofoil","","inherit","closed","closed","","205-revision-v1","","","2017-09-11 09:33:23","2017-09-11 13:33:23","","205","http://www.pioneercabinetry.co/uncategorized/205-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("409","1","2017-09-11 09:32:00","2017-09-11 13:32:00","[et_pb_section admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#ffffff\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Thermofoil-Type.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_main_element=\"width:100%;\"]



[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Oak Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"30px||20px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#2b2b2b\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px|0px|0px|0px\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_color_2=\"#494949\" padding_right_2=\"0px\" padding_left_2=\"0px\" padding_top_2=\"10px\" padding_bottom_2=\"20px\"][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Thermofoil Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\" text_line_height=\"1.8em\"]

<h1>Thermofoil</h1>
<p>White, Snow and Ivory thermofoil door cabinets offer an alternative to the typical wood/stained cabinet.</p>
<p>The Thermofoil door also offers a clean seamless look that is durable and easy to clean.&nbsp;Snow and Ivory Thermofoil feature a smooth \"painted look\" finish. White Thermofoil features the industry standard \"textured\" finish. The interior of the cabinet box is a natural maple woodgrain vinyl.</p>

[/et_pb_text][et_pb_cta admin_label=\"Contact Dealer CTA\" global_module=\"308\" saved_tabs=\"all\" title=\"Need some help deciding?\" button_url=\"/wp/find-dealer/\" url_new_window=\"off\" button_text=\"FIND A DEALER\" use_background_color=\"on\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" body_font_size=\"17\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"10px|0px|10px|0px\" custom_padding=\"10px|20px|20px|20px\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"-webkit-border-radius: 20px;||border-radius: 20px;\"]

<h4>Locate the perfect dealer to help you get started in the right direction.</h4>

[/et_pb_cta][et_pb_text admin_label=\"Disclaimer Text\" global_module=\"1352\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"11\" text_font=\"Open Sans||||\" saved_tabs=\"all\"]

The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Other Species\" saved_tabs=\"all\" global_module=\"223\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"0px||0px|\" custom_padding=\"0px||5px|20px\"]

<h2>Other Species</h2>

[/et_pb_text][et_pb_button admin_label=\"Oak Button\" saved_tabs=\"all\" button_url=\"/wp/wood-color/oak/\" url_new_window=\"off\" button_text=\"OAK\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"1336\"]



[/et_pb_button][et_pb_button admin_label=\"Maple Button\" saved_tabs=\"all\" button_url=\"/wp/wood-color/maple/\" url_new_window=\"off\" button_text=\"MAPLE\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"1337\"]



[/et_pb_button][et_pb_button admin_label=\"Hickory Button\" saved_tabs=\"all\" button_url=\"/wp/wood-color/hickory/\" url_new_window=\"off\" button_text=\"HICKORY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"1338\"]



[/et_pb_button][et_pb_button admin_label=\"Cherry Button\" saved_tabs=\"all\" button_url=\"/wp/wood-color/cherry/\" url_new_window=\"off\" button_text=\"CHERRY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"1339\"]



[/et_pb_button][et_pb_button admin_label=\"Knotty Button\" saved_tabs=\"all\" button_url=\"/wp/wood-color/knotty/\" url_new_window=\"off\" button_text=\"KNOTTY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"1340\"]



[/et_pb_button][et_pb_button admin_label=\"Painted Button\" saved_tabs=\"all\" button_url=\"/wp/wood-color/painted/\" url_new_window=\"off\" button_text=\"PAINTED\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"1341\"]



[/et_pb_button][et_pb_button admin_label=\"Thermofoil Button\" saved_tabs=\"all\" button_url=\"/wp/wood-color/thermofoil/\" url_new_window=\"off\" button_text=\"THERMOFOIL\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"1342\"]



[/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#dddddd\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Rounded Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/thermofoil-Rounded-1.png\" show_in_lightbox=\"on\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]



[/et_pb_image][et_pb_text admin_label=\"Rounded Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<h3 style=\"text-align: center\">Rounded</h3>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Square Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/thermofoil-Square-1.png\" show_in_lightbox=\"on\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]



[/et_pb_image][et_pb_text admin_label=\"Square Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<h3 style=\"text-align: center\">Square</h3>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Traditional Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/thermofoil-Traditional-1.png\" show_in_lightbox=\"on\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]



[/et_pb_image][et_pb_text admin_label=\"Traditional Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<h3 style=\"text-align: center\">Traditional</h3>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" global_module=\"587\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"on\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" custom_padding=\"10px||25px|\"][et_pb_row global_parent=\"587\" admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"||0px|\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_color_1=\"#000000\" padding_top_1=\"10px\" padding_right_1=\"10px\" padding_bottom_1=\"30px\" padding_left_1=\"10px\" background_color_2=\"#000000\" padding_top_2=\"10px\" padding_right_2=\"10px\" padding_bottom_2=\"30px\" padding_left_2=\"10px\"][et_pb_column type=\"1_2\"][et_pb_cta global_parent=\"587\" admin_label=\"Warranty CTA\" title=\"Warranty\" button_url=\"http://pioneercabinetry.net/wp/quality-care/warranty/\" url_new_window=\"off\" button_text=\"READ MORE\" use_background_color=\"off\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" button_bg_color=\"#e09900\" button_border_width=\"1\" body_font_size=\"16\"]

<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">We stand behind our craftsmanship.</span></p>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta global_parent=\"587\" admin_label=\"Dealer CTA\" title=\"Dealer Locator\" button_url=\"http://pioneercabinetry.net/wp/find-a-dealer/\" url_new_window=\"off\" button_text=\"FIND A DEALER\" use_background_color=\"off\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" button_bg_color=\"#e09900\" button_border_width=\"1\" body_font_size=\"16\"]

<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Thermofoil","","inherit","closed","closed","","205-revision-v1","","","2017-09-11 09:32:00","2017-09-11 13:32:00","","205","http://www.pioneercabinetry.co/uncategorized/205-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("416","1","2017-09-11 09:52:10","2017-09-11 13:52:10","","Mocha","","inherit","closed","closed","","pioneery-cabinetry","","","2017-09-11 09:52:29","2017-09-11 13:52:29","","136","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/oakStandard-Mocha-1.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("734","1","2017-09-11 13:34:33","2017-09-11 17:34:33","[et_pb_section fb_built=\"1\" background_color=\"#ffffff\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" admin_label=\"section\" _builder_version=\"3.0.47\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Oak.jpg\" alt=\"Oak Cabinets\" title_text=\"Oak Cabinets, American Classic\" align=\"center\" admin_label=\"Oak Image\" _builder_version=\"3.0.72\" animation_direction=\"off\" custom_css_main_element=\"width:100%;\" animation=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"30px||20px|\" padding_mobile=\"off\" admin_label=\"Oak Section\" _builder_version=\"3.0.47\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" padding_mobile=\"on\" column_padding_mobile=\"on\" background_color_2=\"#494949\" padding_top_2=\"10px\" padding_right_2=\"0px\" padding_bottom_2=\"20px\" padding_left_2=\"0px\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"3_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Oak Text\" _builder_version=\"3.0.72\" text_font_size=\"18\" text_text_color=\"#ffffff\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h1>Oak</h1>
<p>Oak cabinets, the mainstay of the cabinet and furniture industry, offers depth in color from pink to white and light brown. In addition, green, yellow and even black color veins may appear as mineral streaks. Oak is also known for its wide and narrow grain patterns that are considered desirable qualities in this strong, open-grained American classic.</p>
[/et_pb_text][et_pb_text background_layout=\"dark\" admin_label=\"Standard Finishes Text\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px||0px|\" custom_padding=\"10px||10px|\" global_module=\"166\" saved_tabs=\"all\" module_class=\"finishes\"]<h3 style=\"text-align: center;\"><strong>Standard Finishes</strong></h3>
<p style=\"text-align: center;\"><span class=\"s1\">Click on a wood sample below to enlarge photo.</span></p>
[/et_pb_text][et_pb_gallery gallery_ids=\"389,398,392,400,401,416,395,399,391,390,397,396,393,394\" posts_number=\"20\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Oak Gallery\" module_class=\"rounded\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;\"][/et_pb_gallery][et_pb_cta title=\"Need some help deciding?\" button_url=\"/find-dealer/\" button_text=\"FIND A DEALER\" admin_label=\"Contact Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"||||\" header_font_size_tablet=\"26\" header_font_size_phone=\"26\" header_letter_spacing_tablet=\"0px\" header_letter_spacing_phone=\"0px\" header_line_height_tablet=\"1em\" header_line_height_phone=\"1em\" body_font=\"||||\" body_font_size=\"17\" body_font_size_tablet=\"17\" body_font_size_phone=\"17\" body_letter_spacing_tablet=\"0px\" body_letter_spacing_phone=\"0px\" body_line_height_tablet=\"1.7em\" body_line_height_phone=\"1.7em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"10px|0px|10px|0px\" custom_margin_tablet=\"10px|0px|10px|0px\" custom_margin_phone=\"10px|0px|10px|0px\" custom_padding=\"10px|20px|20px|20px\" custom_padding_tablet=\"10px|20px|20px|20px\" custom_padding_phone=\"10px|20px|20px|20px\" button_text_size_tablet=\"20\" button_text_size_phone=\"20\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"-webkit-border-radius: 20px;||border-radius: 20px;\" global_module=\"159\" saved_tabs=\"all\"]<h4>Locate the perfect dealer to help you get started in the right direction.</h4>
[/et_pb_cta][et_pb_text background_layout=\"dark\" admin_label=\"Disclaimer Text\" _builder_version=\"3.0.72\" text_font=\"Open Sans||||\" text_font_size=\"11\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_module=\"168\" saved_tabs=\"all\"]<p>The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.</p>
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"0px\" padding_right=\"0px\" padding_top=\"10px\" column_padding_mobile=\"on\" background_color=\"#494949\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Other Species\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||5px|20px\" global_module=\"164\" saved_tabs=\"all\"]<h3>Other Species</h3>
[/et_pb_text][et_pb_button button_url=\"/wood-color/oak/\" button_text=\"OAK\" button_alignment=\"left\" admin_label=\"Oak Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"141\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/maple/\" button_text=\"MAPLE\" button_alignment=\"left\" admin_label=\"Maple Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"144\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/hickory/\" button_text=\"HICKORY\" button_alignment=\"left\" admin_label=\"Hickory Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"154\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/cherry/\" button_text=\"CHERRY\" button_alignment=\"left\" admin_label=\"Cherry Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"152\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/knotty/\" button_text=\"KNOTTY\" button_alignment=\"left\" admin_label=\"Knotty Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"151\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/painted/\" button_text=\"PAINTED\" button_alignment=\"left\" admin_label=\"Painted Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"147\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/thermofoil/\" button_text=\"THERMOFOIL\" button_alignment=\"left\" admin_label=\"Thermofoil Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"148\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Oak","","inherit","closed","closed","","136-revision-v1","","","2017-09-11 13:34:33","2017-09-11 17:34:33","","136","http://www.pioneercabinetry.co/uncategorized/136-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("417","1","2017-09-11 09:52:32","2017-09-11 13:52:32","[et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#ffffff\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Oak Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Oak.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" border_style=\"solid\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" alt=\"Oak Cabinets\" title_text=\"Oak Cabinets, American Classic\" animation_direction=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Oak Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"30px||20px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#2b2b2b\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px|0px|0px|0px\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_color_2=\"#494949\" padding_right_2=\"0px\" padding_left_2=\"0px\" padding_top_2=\"10px\" padding_bottom_2=\"20px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Oak Text\" background_layout=\"dark\" text_orientation=\"left\" border_style=\"solid\" text_font_size=\"18\" text_line_height=\"1.8em\" text_text_color=\"#ffffff\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\"]

<h1>Oak</h1>
Oak cabinets, the mainstay of the cabinet and furniture industry, offers depth in color from pink to white and light brown. In addition, green, yellow and even black color veins may appear as mineral streaks. Oak is also known for its wide and narrow grain patterns that are considered desirable qualities in this strong, open-grained American classic.

[/et_pb_text][et_pb_text admin_label=\"Standard Finishes Text\" background_layout=\"dark\" text_orientation=\"left\" border_style=\"solid\" custom_margin=\"0px||0px|\" custom_padding=\"0px||10px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"166\"]

<h3 style=\"text-align: center;\"><strong>Standard Finishes</strong></h3>
<p style=\"text-align: center;\"><span class=\"s1\">Click on a wood sample below to enlarge photo.</span></p>

[/et_pb_text][et_pb_gallery admin_label=\"Oak Gallery\" gallery_ids=\"389,398,392,400,401,416,395,399,391,390,397,396,393,394\" fullwidth=\"off\" posts_number=\"20\" show_title_and_caption=\"on\" show_pagination=\"off\" background_layout=\"dark\" hover_overlay_color=\"rgba(255,255,255,0.9)\" border_style=\"solid\" custom_css_gallery_item_title=\"text-align:center;\" module_class=\"rounded\" _builder_version=\"3.0.72\" orientation=\"landscape\" zoom_icon_color=\"#dd9933\" /][et_pb_cta admin_label=\"Contact Dealer CTA\" title=\"Need some help deciding?\" button_url=\"/find-dealer/\" url_new_window=\"off\" button_text=\"FIND A DEALER\" use_background_color=\"on\" background_layout=\"dark\" body_font_size=\"17\" border_style=\"solid\" custom_margin=\"10px|0px|10px|0px\" custom_padding=\"10px|20px|20px|20px\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"-webkit-border-radius: 20px;||border-radius: 20px;\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"159\"]

<h4>Locate the perfect dealer to help you get started in the right direction.</h4>

[/et_pb_cta][et_pb_text admin_label=\"Disclaimer Text\" background_layout=\"dark\" text_orientation=\"left\" border_style=\"solid\" text_font_size=\"11\" text_font=\"Open Sans||||\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"168\"]

The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Other Species\" background_layout=\"dark\" text_orientation=\"left\" border_style=\"solid\" custom_margin=\"0px||0px|\" custom_padding=\"0px||5px|20px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"164\"]

<h2>Other Species</h2>

[/et_pb_text][et_pb_button admin_label=\"Oak Button\" button_url=\"/wood-color/oak/\" url_new_window=\"off\" button_text=\"OAK\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"141\" /][et_pb_button admin_label=\"Maple Button\" button_url=\"/wood-color/maple/\" url_new_window=\"off\" button_text=\"MAPLE\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"144\" /][et_pb_button admin_label=\"Hickory Button\" button_url=\"/wood-color/hickory/\" url_new_window=\"off\" button_text=\"HICKORY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"154\" /][et_pb_button admin_label=\"Cherry Button\" button_url=\"/wood-color/cherry/\" url_new_window=\"off\" button_text=\"CHERRY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"152\" /][et_pb_button admin_label=\"Knotty Button\" button_url=\"/wood-color/knotty/\" url_new_window=\"off\" button_text=\"KNOTTY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"151\" /][et_pb_button admin_label=\"Painted Button\" button_url=\"/wood-color/painted/\" url_new_window=\"off\" button_text=\"PAINTED\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"147\" /][et_pb_button admin_label=\"Thermofoil Button\" button_url=\"/wood-color/thermofoil/\" url_new_window=\"off\" button_text=\"THERMOFOIL\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"148\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row global_parent=\"93\" background_color_1=\"#000000\" background_color_2=\"#000000\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" _builder_version=\"3.0.72\" make_equal=\"on\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" global_parent=\"93\" title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

</p>
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
<p>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" global_parent=\"93\" title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

</p>
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
<p>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Oak","","inherit","closed","closed","","136-revision-v1","","","2017-09-11 09:52:32","2017-09-11 13:52:32","","136","http://www.pioneercabinetry.co/uncategorized/136-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("414","1","2017-09-11 09:39:03","2017-09-11 13:39:03","[et_pb_text background_layout=\"dark\" admin_label=\"Other Species\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||5px|20px\" saved_tabs=\"all\" text_orientation=\"left\" animation_style=\"none\" template_type=\"module\"]<h3>Other Species</h3>
[/et_pb_text]","Other Species","","inherit","closed","closed","","164-revision-v1","","","2017-09-11 09:39:03","2017-09-11 13:39:03","","164","http://www.pioneercabinetry.co/uncategorized/164-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("415","1","2017-09-11 09:39:05","2017-09-11 13:39:05","[et_pb_section fb_built=\"1\" background_color=\"#ffffff\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" admin_label=\"section\" _builder_version=\"3.0.47\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Thermofoil-Type.jpg\" alt=\"Thermofoil Cabinets\" title_text=\"Thermofoil Cabinets\" align=\"center\" _builder_version=\"3.0.72\" animation_direction=\"off\" custom_css_main_element=\"width:100%;\" animation=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"30px||20px|\" padding_mobile=\"off\" admin_label=\"Oak Section\" _builder_version=\"3.0.47\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" padding_mobile=\"on\" column_padding_mobile=\"on\" background_color_2=\"#494949\" padding_top_2=\"10px\" padding_right_2=\"0px\" padding_bottom_2=\"20px\" padding_left_2=\"0px\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"3_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Thermofoil Text\" _builder_version=\"3.0.47\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h1>Thermofoil</h1>
<p>White, Snow and Ivory thermofoil door cabinets offer an alternative to the typical wood/stained cabinet.</p>
<p>The Thermofoil door also offers a clean seamless look that is durable and easy to clean.&nbsp;Snow and Ivory Thermofoil feature a smooth \"painted look\" finish. White Thermofoil features the industry standard \"textured\" finish. The interior of the cabinet box is a natural maple woodgrain vinyl.</p>
[/et_pb_text][et_pb_cta title=\"Need some help deciding?\" button_url=\"/find-dealer/\" button_text=\"FIND A DEALER\" admin_label=\"Contact Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"||||\" header_font_size_tablet=\"26\" header_font_size_phone=\"26\" header_letter_spacing_tablet=\"0px\" header_letter_spacing_phone=\"0px\" header_line_height_tablet=\"1em\" header_line_height_phone=\"1em\" body_font=\"||||\" body_font_size=\"17\" body_font_size_tablet=\"17\" body_font_size_phone=\"17\" body_letter_spacing_tablet=\"0px\" body_letter_spacing_phone=\"0px\" body_line_height_tablet=\"1.7em\" body_line_height_phone=\"1.7em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"10px|0px|10px|0px\" custom_margin_tablet=\"10px|0px|10px|0px\" custom_margin_phone=\"10px|0px|10px|0px\" custom_padding=\"10px|20px|20px|20px\" custom_padding_tablet=\"10px|20px|20px|20px\" custom_padding_phone=\"10px|20px|20px|20px\" button_text_size_tablet=\"20\" button_text_size_phone=\"20\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"-webkit-border-radius: 20px;||border-radius: 20px;\" global_module=\"159\" saved_tabs=\"all\"]<h4>Locate the perfect dealer to help you get started in the right direction.</h4>
[/et_pb_cta][et_pb_text background_layout=\"dark\" admin_label=\"Disclaimer Text\" _builder_version=\"3.0.72\" text_font=\"Open Sans||||\" text_font_size=\"11\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_module=\"168\" saved_tabs=\"all\"]<p>The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.</p>
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"0px\" padding_right=\"0px\" padding_top=\"10px\" column_padding_mobile=\"on\" background_color=\"#494949\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Other Species\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||5px|20px\" global_module=\"164\" saved_tabs=\"all\"]<h3>Other Species</h3>
[/et_pb_text][et_pb_button button_url=\"/wood-color/oak/\" button_text=\"OAK\" button_alignment=\"left\" admin_label=\"Oak Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"141\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/maple/\" button_text=\"MAPLE\" button_alignment=\"left\" admin_label=\"Maple Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"144\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/hickory/\" button_text=\"HICKORY\" button_alignment=\"left\" admin_label=\"Hickory Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"154\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/cherry/\" button_text=\"CHERRY\" button_alignment=\"left\" admin_label=\"Cherry Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"152\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/knotty/\" button_text=\"KNOTTY\" button_alignment=\"left\" admin_label=\"Knotty Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"151\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/painted/\" button_text=\"PAINTED\" button_alignment=\"left\" admin_label=\"Painted Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"147\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#dddddd\" inner_shadow=\"on\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/thermofoil-Rounded-1.png\" show_in_lightbox=\"on\" align=\"center\" admin_label=\"Rounded Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text text_orientation=\"center\" admin_label=\"Rounded Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h3 style=\"text-align: center\">Rounded</h3>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/thermofoil-Square-1.png\" show_in_lightbox=\"on\" align=\"center\" admin_label=\"Square Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text text_orientation=\"center\" admin_label=\"Square Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h3 style=\"text-align: center\">Square</h3>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/thermofoil-Traditional-1.png\" show_in_lightbox=\"on\" align=\"center\" admin_label=\"Traditional Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text text_orientation=\"center\" admin_label=\"Traditional Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h3 style=\"text-align: center\">Traditional</h3>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Thermofoil","","inherit","closed","closed","","205-revision-v1","","","2017-09-11 09:39:05","2017-09-11 13:39:05","","205","http://www.pioneercabinetry.co/uncategorized/205-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("413","1","2017-09-11 09:36:42","2017-09-11 13:36:42","[et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#ffffff\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Thermofoil-Type.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" border_style=\"solid\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" alt=\"Thermofoil Cabinets\" title_text=\"Thermofoil Cabinets\" animation_direction=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Oak Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"30px||20px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#2b2b2b\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px|0px|0px|0px\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_color_2=\"#494949\" padding_right_2=\"0px\" padding_left_2=\"0px\" padding_top_2=\"10px\" padding_bottom_2=\"20px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Thermofoil Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\" text_line_height=\"1.8em\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1>Thermofoil</h1>
<p>White, Snow and Ivory thermofoil door cabinets offer an alternative to the typical wood/stained cabinet.</p>
<p>The Thermofoil door also offers a clean seamless look that is durable and easy to clean.&nbsp;Snow and Ivory Thermofoil feature a smooth \"painted look\" finish. White Thermofoil features the industry standard \"textured\" finish. The interior of the cabinet box is a natural maple woodgrain vinyl.</p>

[/et_pb_text][et_pb_cta admin_label=\"Contact Dealer CTA\" title=\"Need some help deciding?\" button_url=\"/find-dealer/\" url_new_window=\"off\" button_text=\"FIND A DEALER\" use_background_color=\"on\" background_layout=\"dark\" body_font_size=\"17\" border_style=\"solid\" custom_margin=\"10px|0px|10px|0px\" custom_padding=\"10px|20px|20px|20px\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"-webkit-border-radius: 20px;||border-radius: 20px;\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" background_color=\"#dd9933\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_blend=\"normal\" allow_player_pause=\"off\" text_orientation=\"center\" header_font=\"||||\" header_font_size=\"26\" header_font_size_tablet=\"26\" header_font_size_phone=\"26\" header_letter_spacing=\"0px\" header_letter_spacing_tablet=\"0px\" header_letter_spacing_phone=\"0px\" header_line_height=\"1em\" header_line_height_tablet=\"1em\" header_line_height_phone=\"1em\" body_font=\"||||\" body_font_size_tablet=\"17\" body_font_size_phone=\"17\" body_letter_spacing=\"0px\" body_letter_spacing_tablet=\"0px\" body_letter_spacing_phone=\"0px\" body_line_height=\"1.7em\" body_line_height_tablet=\"1.7em\" body_line_height_phone=\"1.7em\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" custom_margin_tablet=\"10px|0px|10px|0px\" custom_margin_phone=\"10px|0px|10px|0px\" custom_padding_tablet=\"10px|20px|20px|20px\" custom_padding_phone=\"10px|20px|20px|20px\" button_text_size=\"20\" button_text_size_tablet=\"20\" button_text_size_phone=\"20\" button_border_width=\"2\" button_border_radius=\"3\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_font=\"||||\" button_use_icon=\"default\" button_on_hover=\"on\" button_border_radius_hover=\"3\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"159\"]

<h4>Locate the perfect dealer to help you get started in the right direction.</h4>

[/et_pb_cta][et_pb_text admin_label=\"Disclaimer Text\" background_layout=\"dark\" text_orientation=\"left\" border_style=\"solid\" text_font_size=\"11\" text_font=\"Open Sans||||\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"168\"]

<p>The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Other Species\" background_layout=\"dark\" text_orientation=\"left\" border_style=\"solid\" custom_margin=\"0px||0px|\" custom_padding=\"0px||5px|20px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"164\"]

<h2>Other Species</h2>

[/et_pb_text][et_pb_button admin_label=\"Oak Button\" button_url=\"/wood-color/oak/\" button_text=\"OAK\" button_alignment=\"left\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" saved_tabs=\"all\" url_new_window=\"off\" background_color=\"#dd9933\" background_layout=\"light\" animation_style=\"none\" global_module=\"141\" /][et_pb_button admin_label=\"Maple Button\" button_url=\"/wood-color/maple/\" url_new_window=\"off\" button_text=\"MAPLE\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"144\" /][et_pb_button admin_label=\"Hickory Button\" button_url=\"/wood-color/hickory/\" url_new_window=\"off\" button_text=\"HICKORY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"154\" /][et_pb_button admin_label=\"Cherry Button\" button_url=\"/wood-color/cherry/\" url_new_window=\"off\" button_text=\"CHERRY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"152\" /][et_pb_button admin_label=\"Knotty Button\" button_url=\"/wood-color/knotty/\" url_new_window=\"off\" button_text=\"KNOTTY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"151\" /][et_pb_button admin_label=\"Painted Button\" button_url=\"/wood-color/painted/\" url_new_window=\"off\" button_text=\"PAINTED\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"147\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#dddddd\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Rounded Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/thermofoil-Rounded-1.png\" show_in_lightbox=\"on\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][et_pb_text admin_label=\"Rounded Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h3 style=\"text-align: center\">Rounded</h3>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Square Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/thermofoil-Square-1.png\" show_in_lightbox=\"on\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][et_pb_text admin_label=\"Square Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h3 style=\"text-align: center\">Square</h3>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Traditional Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/thermofoil-Traditional-1.png\" show_in_lightbox=\"on\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][et_pb_text admin_label=\"Traditional Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h3 style=\"text-align: center\">Traditional</h3>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row global_parent=\"93\" background_color_1=\"#000000\" background_color_2=\"#000000\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" _builder_version=\"3.0.72\" make_equal=\"on\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" global_parent=\"93\" title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" global_parent=\"93\" title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Thermofoil","","inherit","closed","closed","","205-revision-v1","","","2017-09-11 09:36:42","2017-09-11 13:36:42","","205","http://www.pioneercabinetry.co/uncategorized/205-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("418","1","2017-09-11 09:55:27","2017-09-11 13:55:27","","Wheat","","inherit","closed","closed","","maplestandard-wheat","","","2017-09-11 09:57:01","2017-09-11 13:57:01","","173","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/mapleStandard-Wheat.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("419","1","2017-09-11 09:55:28","2017-09-11 13:55:28","","Toffee","","inherit","closed","closed","","maplestandard-toffee","","","2017-09-11 09:56:48","2017-09-11 13:56:48","","173","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/mapleStandard-Toffee.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("420","1","2017-09-11 09:55:29","2017-09-11 13:55:29","","Tawny","","inherit","closed","closed","","maplestandard-tawny","","","2017-09-11 09:57:09","2017-09-11 13:57:09","","173","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/mapleStandard-Tawny.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("421","1","2017-09-11 09:55:30","2017-09-11 13:55:30","","Platinum","","inherit","closed","closed","","maplestandard-platinum","","","2017-09-11 09:57:28","2017-09-11 13:57:28","","173","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/mapleStandard-Platinum.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("422","1","2017-09-11 09:55:31","2017-09-11 13:55:31","","Pearl","","inherit","closed","closed","","maplestandard-pearl","","","2017-09-11 09:56:46","2017-09-11 13:56:46","","173","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/mapleStandard-Pearl.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("423","1","2017-09-11 09:55:32","2017-09-11 13:55:32","","Mocha","","inherit","closed","closed","","maplestandard-mocha","","","2017-09-11 09:56:51","2017-09-11 13:56:51","","173","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/mapleStandard-Mocha.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("424","1","2017-09-11 09:55:33","2017-09-11 13:55:33","","Merlot","","inherit","closed","closed","","maplestandard-merlot","","","2017-09-11 09:57:19","2017-09-11 13:57:19","","173","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/mapleStandard-Merlot.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("425","1","2017-09-11 09:55:33","2017-09-11 13:55:33","","Hazelnut","","inherit","closed","closed","","maplestandard-hazelnut","","","2017-09-11 09:57:22","2017-09-11 13:57:22","","173","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/mapleStandard-Hazelnut.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("426","1","2017-09-11 09:55:34","2017-09-11 13:55:34","","Harvest","","inherit","closed","closed","","maplestandard-harvest","","","2017-09-11 09:57:12","2017-09-11 13:57:12","","173","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/mapleStandard-Harvest.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("427","1","2017-09-11 09:55:35","2017-09-11 13:55:35","","Espresso","","inherit","closed","closed","","maplestandard-espresso","","","2017-09-11 09:57:24","2017-09-11 13:57:24","","173","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/mapleStandard-Espresso.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("428","1","2017-09-11 09:55:36","2017-09-11 13:55:36","","Clear","","inherit","closed","closed","","maplestandard-clear","","","2017-09-11 09:56:43","2017-09-11 13:56:43","","173","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/mapleStandard-Clear.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("429","1","2017-09-11 09:55:37","2017-09-11 13:55:37","","Cayenne","","inherit","closed","closed","","maplestandard-cayenne","","","2017-09-11 09:57:15","2017-09-11 13:57:15","","173","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/mapleStandard-Cayenne.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("430","1","2017-09-11 09:57:30","2017-09-11 13:57:30","[et_pb_gallery admin_label=\"Maple Standard Gallery\" gallery_ids=\"428,422,419,423,418,420,426,429,424,425,427,421\" fullwidth=\"off\" posts_number=\"20\" show_title_and_caption=\"on\" show_pagination=\"off\" background_layout=\"dark\" hover_overlay_color=\"rgba(255,255,255,0.9)\" border_style=\"solid\" custom_css_gallery_item_title=\"text-align:center;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" orientation=\"landscape\" zoom_icon_color=\"#dd9933\" gallery_orderby=\"\" gallery_captions=\"\" hover_icon=\"\" title_font=\"||||\" title_font_size=\"16\" title_font_size_tablet=\"16\" title_font_size_phone=\"16\" title_font_size_last_edited=\"\" title_text_color=\"\" title_letter_spacing=\"0px\" title_letter_spacing_tablet=\"0px\" title_letter_spacing_phone=\"0px\" title_letter_spacing_last_edited=\"\" title_line_height=\"1em\" title_line_height_tablet=\"1em\" title_line_height_phone=\"1em\" title_line_height_last_edited=\"\" caption_font=\"||||\" caption_font_size=\"14\" caption_font_size_tablet=\"14\" caption_font_size_phone=\"14\" caption_font_size_last_edited=\"\" caption_text_color=\"\" caption_letter_spacing=\"0px\" caption_letter_spacing_tablet=\"0px\" caption_letter_spacing_phone=\"0px\" caption_letter_spacing_last_edited=\"\" caption_line_height=\"18px\" caption_line_height_tablet=\"18px\" caption_line_height_phone=\"18px\" caption_line_height_last_edited=\"\" caption_all_caps=\"\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" auto=\"off\" auto_speed=\"7000\" module_id=\"\" module_class=\"\" custom_css_before=\"\" custom_css_main_element=\"\" custom_css_after=\"\" custom_css_gallery_item=\"\" custom_css_overlay=\"\" custom_css_overlay_icon=\"\" custom_css_gallery_item_caption=\"\" custom_css_gallery_pagination=\"\" custom_css_gallery_pagination_active=\"\" disabled=\"\" disabled_on=\"\" template_type=\"module\" /]","Maple Standard Gallery","","inherit","closed","closed","","181-revision-v1","","","2017-09-11 09:57:30","2017-09-11 13:57:30","","181","http://www.pioneercabinetry.co/uncategorized/181-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("431","1","2017-09-11 09:57:36","2017-09-11 13:57:36","[et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#ffffff\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Maple-Type.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_main_element=\"width:100%;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Oak Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"30px||20px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#2b2b2b\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px|0px|0px|0px\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_color_2=\"#494949\" padding_right_2=\"0px\" padding_left_2=\"0px\" padding_top_2=\"10px\" padding_bottom_2=\"20px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Maple Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\" text_line_height=\"1.8em\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1>Maple</h1>
Predominately off-white in color, maple is a smooth, closed-grain wood that may contain shades of brown and pink. Other characteristics include occasional fine dark mineral streaks and small black knots also known as “bird’s eyes.” Maple accepts a variety of stain colors, although random, “blotchy” patterns may occur with medium and dark stains that add to the character of this warm wood.

[/et_pb_text][et_pb_text admin_label=\"Standard Finishes Text\" saved_tabs=\"all\" global_module=\"171\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"0px||0px|\" custom_padding=\"0px||10px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h3 style=\"text-align: center;\"><strong>Standard Finishes</strong></h3>
<p style=\"text-align: center;\"><span class=\"s1\">Click on a wood sample below to enlarge photo.</span></p>

[/et_pb_text][et_pb_gallery admin_label=\"Maple Standard Gallery\" gallery_ids=\"428,422,419,423,418,420,426,429,424,425,427,421\" fullwidth=\"off\" posts_number=\"20\" show_title_and_caption=\"on\" show_pagination=\"off\" background_layout=\"dark\" hover_overlay_color=\"rgba(255,255,255,0.9)\" border_style=\"solid\" custom_css_gallery_item_title=\"text-align:center;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" orientation=\"landscape\" zoom_icon_color=\"#dd9933\" global_module=\"181\" /][et_pb_text admin_label=\"Glazed Finishes Text\" background_layout=\"dark\" text_orientation=\"left\" border_style=\"solid\" custom_margin=\"0px||0px|\" custom_padding=\"0px||10px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"179\"]

<h3 style=\"text-align: center;\"><strong>Glazed Finishes </strong></h3>
<p style=\"text-align: center;\"><span class=\"s1\" style=\"font-size: 1em !important;\">Click on a wood sample below to enlarge photo.</span></p>

[/et_pb_text][et_pb_gallery admin_label=\"Maple Glazed Gallery\" gallery_ids=\"278,270,273,271,279,276,277,272,274,275\" fullwidth=\"off\" posts_number=\"20\" show_title_and_caption=\"on\" show_pagination=\"off\" background_layout=\"dark\" hover_overlay_color=\"rgba(255,255,255,0.9)\" border_style=\"solid\" custom_css_gallery_item_title=\"text-align:center;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" orientation=\"landscape\" zoom_icon_color=\"#dd9933\" global_module=\"178\" /][et_pb_cta admin_label=\"Contact Dealer CTA\" title=\"Need some help deciding?\" button_url=\"/find-dealer/\" url_new_window=\"off\" button_text=\"FIND A DEALER\" use_background_color=\"on\" background_layout=\"dark\" body_font_size=\"17\" border_style=\"solid\" custom_margin=\"10px|0px|10px|0px\" custom_padding=\"10px|20px|20px|20px\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"-webkit-border-radius: 20px;||border-radius: 20px;\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"159\"]

<h4>Locate the perfect dealer to help you get started in the right direction.</h4>

[/et_pb_cta][et_pb_text admin_label=\"Disclaimer Text\" background_layout=\"dark\" text_orientation=\"left\" border_style=\"solid\" text_font_size=\"11\" text_font=\"Open Sans||||\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"168\"]

The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Other Species\" background_layout=\"dark\" text_orientation=\"left\" border_style=\"solid\" custom_margin=\"0px||0px|\" custom_padding=\"0px||5px|20px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"164\"]

<h2>Other Species</h2>

[/et_pb_text][et_pb_button admin_label=\"Oak Button\" button_url=\"/wood-color/oak/\" url_new_window=\"off\" button_text=\"OAK\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"141\" /][et_pb_button admin_label=\"Maple Button\" button_url=\"/wood-color/maple/\" url_new_window=\"off\" button_text=\"MAPLE\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"144\" /][et_pb_button admin_label=\"Hickory Button\" button_url=\"/wood-color/hickory/\" url_new_window=\"off\" button_text=\"HICKORY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"154\" /][et_pb_button admin_label=\"Cherry Button\" button_url=\"/wood-color/cherry/\" url_new_window=\"off\" button_text=\"CHERRY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"152\" /][et_pb_button admin_label=\"Knotty Button\" button_url=\"/wood-color/knotty/\" url_new_window=\"off\" button_text=\"KNOTTY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"151\" /][et_pb_button admin_label=\"Painted Button\" button_url=\"/wood-color/painted/\" url_new_window=\"off\" button_text=\"PAINTED\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"147\" /][et_pb_button admin_label=\"Thermofoil Button\" button_url=\"/wood-color/thermofoil/\" url_new_window=\"off\" button_text=\"THERMOFOIL\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"148\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row global_parent=\"93\" background_color_1=\"#000000\" background_color_2=\"#000000\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" _builder_version=\"3.0.72\" make_equal=\"on\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" global_parent=\"93\" title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

</p>
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
<p>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" global_parent=\"93\" title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

</p>
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
<p>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Maple","","inherit","closed","closed","","173-revision-v1","","","2017-09-11 09:57:36","2017-09-11 13:57:36","","173","http://www.pioneercabinetry.co/uncategorized/173-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("432","1","2017-09-11 09:58:00","2017-09-11 13:58:00","","Wheat","Chocolate Glaze","inherit","closed","closed","","mapleglazed-wheatchocolate","","","2017-09-11 09:59:45","2017-09-11 13:59:45","","173","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/mapleGlazed-WheatChocolate.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("433","1","2017-09-11 09:58:01","2017-09-11 13:58:01","","Toffee","Chocolate Glaze","inherit","closed","closed","","mapleglazed-toffeechocolate","","","2017-09-11 09:59:58","2017-09-11 13:59:58","","173","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/mapleGlazed-ToffeeChocolate.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("434","1","2017-09-11 09:58:03","2017-09-11 13:58:03","","Tawny","Midnight Glaze","inherit","closed","closed","","mapleglazed-tawnymidnight","","","2017-09-11 10:00:31","2017-09-11 14:00:31","","173","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/mapleGlazed-TawnyMidnight.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("435","1","2017-09-11 09:58:04","2017-09-11 13:58:04","","Tawny","Chocolate Glaze","inherit","closed","closed","","mapleglazed-tawnychocolate","","","2017-09-11 09:59:51","2017-09-11 13:59:51","","173","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/mapleGlazed-TawnyChocolate.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("436","1","2017-09-11 09:58:05","2017-09-11 13:58:05","","Platinum","Midnight Glaze","inherit","closed","closed","","mapleglazed-platinummidnight","","","2017-09-11 10:00:38","2017-09-11 14:00:38","","173","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/mapleGlazed-PlatinumMidnight.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("437","1","2017-09-11 09:58:06","2017-09-11 13:58:06","","Merlot","Midnight Glaze","inherit","closed","closed","","mapleglazed-merlotmidnight","","","2017-09-11 10:00:44","2017-09-11 14:00:44","","173","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/mapleGlazed-MerlotMidnight.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("438","1","2017-09-11 09:58:06","2017-09-11 13:58:06","","Hazelnut","Chocolate Glaze","inherit","closed","closed","","mapleglazed-hazelnutchocolate","","","2017-09-11 10:00:14","2017-09-11 14:00:14","","173","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/mapleGlazed-HazelnutChocolate.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("439","1","2017-09-11 09:58:07","2017-09-11 13:58:07","","Coffee","Chocolate Glaze","inherit","closed","closed","","mapleglazed-coffeechocolate","","","2017-09-11 10:00:20","2017-09-11 14:00:20","","173","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/mapleGlazed-CoffeeChocolate.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("440","1","2017-09-11 09:58:08","2017-09-11 13:58:08","","Clear","Chocolate Glaze","inherit","closed","closed","","mapleglazed-clearchocolate","","","2017-09-11 09:59:29","2017-09-11 13:59:29","","173","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/mapleGlazed-ClearChocolate.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("441","1","2017-09-11 09:58:09","2017-09-11 13:58:09","","Cayenne","Chocolate Glaze","inherit","closed","closed","","mapleglazed-cayennechocolate","","","2017-09-11 10:00:07","2017-09-11 14:00:07","","173","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/mapleGlazed-CayenneChocolate.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("442","1","2017-09-11 10:00:46","2017-09-11 14:00:46","[et_pb_gallery admin_label=\"Maple Glazed Gallery\" gallery_ids=\"440,432,435,433,441,438,439,434,436,437\" fullwidth=\"off\" posts_number=\"20\" show_title_and_caption=\"on\" show_pagination=\"off\" background_layout=\"dark\" hover_overlay_color=\"rgba(255,255,255,0.9)\" border_style=\"solid\" custom_css_gallery_item_title=\"text-align:center;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" orientation=\"landscape\" zoom_icon_color=\"#dd9933\" gallery_orderby=\"\" gallery_captions=\"\" hover_icon=\"\" title_font=\"||||\" title_font_size=\"16\" title_font_size_tablet=\"16\" title_font_size_phone=\"16\" title_font_size_last_edited=\"\" title_text_color=\"\" title_letter_spacing=\"0px\" title_letter_spacing_tablet=\"0px\" title_letter_spacing_phone=\"0px\" title_letter_spacing_last_edited=\"\" title_line_height=\"1em\" title_line_height_tablet=\"1em\" title_line_height_phone=\"1em\" title_line_height_last_edited=\"\" caption_font=\"||||\" caption_font_size=\"14\" caption_font_size_tablet=\"14\" caption_font_size_phone=\"14\" caption_font_size_last_edited=\"\" caption_text_color=\"\" caption_letter_spacing=\"0px\" caption_letter_spacing_tablet=\"0px\" caption_letter_spacing_phone=\"0px\" caption_letter_spacing_last_edited=\"\" caption_line_height=\"18px\" caption_line_height_tablet=\"18px\" caption_line_height_phone=\"18px\" caption_line_height_last_edited=\"\" caption_all_caps=\"\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" auto=\"off\" auto_speed=\"7000\" module_id=\"\" module_class=\"\" custom_css_before=\"\" custom_css_main_element=\"\" custom_css_after=\"\" custom_css_gallery_item=\"\" custom_css_overlay=\"\" custom_css_overlay_icon=\"\" custom_css_gallery_item_caption=\"\" custom_css_gallery_pagination=\"\" custom_css_gallery_pagination_active=\"\" disabled=\"\" disabled_on=\"\" template_type=\"module\" /]","Maple Glazed Gallery","","inherit","closed","closed","","178-revision-v1","","","2017-09-11 10:00:46","2017-09-11 14:00:46","","178","http://www.pioneercabinetry.co/uncategorized/178-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("443","1","2017-09-11 10:00:50","2017-09-11 14:00:50","[et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#ffffff\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Maple-Type.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_main_element=\"width:100%;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Oak Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"30px||20px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#2b2b2b\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px|0px|0px|0px\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_color_2=\"#494949\" padding_right_2=\"0px\" padding_left_2=\"0px\" padding_top_2=\"10px\" padding_bottom_2=\"20px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Maple Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\" text_line_height=\"1.8em\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1>Maple</h1>
Predominately off-white in color, maple is a smooth, closed-grain wood that may contain shades of brown and pink. Other characteristics include occasional fine dark mineral streaks and small black knots also known as “bird’s eyes.” Maple accepts a variety of stain colors, although random, “blotchy” patterns may occur with medium and dark stains that add to the character of this warm wood.

[/et_pb_text][et_pb_text admin_label=\"Standard Finishes Text\" saved_tabs=\"all\" global_module=\"171\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"0px||0px|\" custom_padding=\"0px||10px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h3 style=\"text-align: center;\"><strong>Standard Finishes</strong></h3>
<p style=\"text-align: center;\"><span class=\"s1\">Click on a wood sample below to enlarge photo.</span></p>

[/et_pb_text][et_pb_gallery admin_label=\"Maple Standard Gallery\" gallery_ids=\"428,422,419,423,418,420,426,429,424,425,427,421\" fullwidth=\"off\" posts_number=\"20\" show_title_and_caption=\"on\" show_pagination=\"off\" background_layout=\"dark\" hover_overlay_color=\"rgba(255,255,255,0.9)\" border_style=\"solid\" custom_css_gallery_item_title=\"text-align:center;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" orientation=\"landscape\" zoom_icon_color=\"#dd9933\" global_module=\"181\" /][et_pb_text admin_label=\"Glazed Finishes Text\" background_layout=\"dark\" text_orientation=\"left\" border_style=\"solid\" custom_margin=\"0px||0px|\" custom_padding=\"0px||10px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"179\"]

<h3 style=\"text-align: center;\"><strong>Glazed Finishes </strong></h3>
<p style=\"text-align: center;\"><span class=\"s1\" style=\"font-size: 1em !important;\">Click on a wood sample below to enlarge photo.</span></p>

[/et_pb_text][et_pb_gallery admin_label=\"Maple Glazed Gallery\" gallery_ids=\"440,432,435,433,441,438,439,434,436,437\" fullwidth=\"off\" posts_number=\"20\" show_title_and_caption=\"on\" show_pagination=\"off\" background_layout=\"dark\" hover_overlay_color=\"rgba(255,255,255,0.9)\" border_style=\"solid\" custom_css_gallery_item_title=\"text-align:center;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" orientation=\"landscape\" zoom_icon_color=\"#dd9933\" global_module=\"178\" /][et_pb_cta admin_label=\"Contact Dealer CTA\" title=\"Need some help deciding?\" button_url=\"/find-dealer/\" url_new_window=\"off\" button_text=\"FIND A DEALER\" use_background_color=\"on\" background_layout=\"dark\" body_font_size=\"17\" border_style=\"solid\" custom_margin=\"10px|0px|10px|0px\" custom_padding=\"10px|20px|20px|20px\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"-webkit-border-radius: 20px;||border-radius: 20px;\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"159\"]

<h4>Locate the perfect dealer to help you get started in the right direction.</h4>

[/et_pb_cta][et_pb_text admin_label=\"Disclaimer Text\" background_layout=\"dark\" text_orientation=\"left\" border_style=\"solid\" text_font_size=\"11\" text_font=\"Open Sans||||\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"168\"]

The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Other Species\" background_layout=\"dark\" text_orientation=\"left\" border_style=\"solid\" custom_margin=\"0px||0px|\" custom_padding=\"0px||5px|20px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"164\"]

<h2>Other Species</h2>

[/et_pb_text][et_pb_button admin_label=\"Oak Button\" button_url=\"/wood-color/oak/\" url_new_window=\"off\" button_text=\"OAK\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"141\" /][et_pb_button admin_label=\"Maple Button\" button_url=\"/wood-color/maple/\" url_new_window=\"off\" button_text=\"MAPLE\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"144\" /][et_pb_button admin_label=\"Hickory Button\" button_url=\"/wood-color/hickory/\" url_new_window=\"off\" button_text=\"HICKORY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"154\" /][et_pb_button admin_label=\"Cherry Button\" button_url=\"/wood-color/cherry/\" url_new_window=\"off\" button_text=\"CHERRY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"152\" /][et_pb_button admin_label=\"Knotty Button\" button_url=\"/wood-color/knotty/\" url_new_window=\"off\" button_text=\"KNOTTY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"151\" /][et_pb_button admin_label=\"Painted Button\" button_url=\"/wood-color/painted/\" url_new_window=\"off\" button_text=\"PAINTED\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"147\" /][et_pb_button admin_label=\"Thermofoil Button\" button_url=\"/wood-color/thermofoil/\" url_new_window=\"off\" button_text=\"THERMOFOIL\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"148\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row global_parent=\"93\" background_color_1=\"#000000\" background_color_2=\"#000000\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" _builder_version=\"3.0.72\" make_equal=\"on\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" global_parent=\"93\" title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

</p>
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
<p>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" global_parent=\"93\" title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

</p>
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
<p>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Maple","","inherit","closed","closed","","173-revision-v1","","","2017-09-11 10:00:50","2017-09-11 14:00:50","","173","http://www.pioneercabinetry.co/uncategorized/173-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("445","1","2017-09-11 10:04:53","2017-09-11 14:04:53","","Wheat","","inherit","closed","closed","","hickorystandard-wheat","","","2017-09-11 10:06:33","2017-09-11 14:06:33","","183","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/hickoryStandard-Wheat.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("446","1","2017-09-11 10:04:54","2017-09-11 14:04:54","","Toffee","","inherit","closed","closed","","hickorystandard-toffee","","","2017-09-11 10:06:23","2017-09-11 14:06:23","","183","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/hickoryStandard-Toffee.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("447","1","2017-09-11 10:04:56","2017-09-11 14:04:56","","Tawny","","inherit","closed","closed","","hickorystandard-tawny","","","2017-09-11 10:06:26","2017-09-11 14:06:26","","183","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/hickoryStandard-Tawny.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("448","1","2017-09-11 10:04:57","2017-09-11 14:04:57","","Platinum","","inherit","closed","closed","","hickorystandard-platinum","","","2017-09-11 10:06:13","2017-09-11 14:06:13","","183","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/hickoryStandard-Platinum.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("449","1","2017-09-11 10:04:57","2017-09-11 14:04:57","","Pearl","","inherit","closed","closed","","hickorystandard-pearl","","","2017-09-11 10:06:39","2017-09-11 14:06:39","","183","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/hickoryStandard-Pearl.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("450","1","2017-09-11 10:04:58","2017-09-11 14:04:58","","Mocha","","inherit","closed","closed","","hickorystandard-mocha","","","2017-09-11 10:06:21","2017-09-11 14:06:21","","183","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/hickoryStandard-Mocha.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("451","1","2017-09-11 10:04:59","2017-09-11 14:04:59","","Merlot","","inherit","closed","closed","","hickorystandard-merlot","","","2017-09-11 10:06:16","2017-09-11 14:06:16","","183","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/hickoryStandard-Merlot.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("452","1","2017-09-11 10:05:00","2017-09-11 14:05:00","","Hazelnut","","inherit","closed","closed","","hickorystandard-hazelnut","","","2017-09-11 10:06:09","2017-09-11 14:06:09","","183","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/hickoryStandard-Hazelnut.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("453","1","2017-09-11 10:05:01","2017-09-11 14:05:01","","Harvest","","inherit","closed","closed","","hickorystandard-harvest","","","2017-09-11 10:06:30","2017-09-11 14:06:30","","183","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/hickoryStandard-Harvest.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("454","1","2017-09-11 10:05:02","2017-09-11 14:05:02","","Clear","","inherit","closed","closed","","hickorystandard-clear","","","2017-09-11 10:06:36","2017-09-11 14:06:36","","183","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/hickoryStandard-Clear.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("455","1","2017-09-11 10:05:03","2017-09-11 14:05:03","","Cayenne","","inherit","closed","closed","","hickorystandard-cayenne","","","2017-09-11 10:06:11","2017-09-11 14:06:11","","183","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/hickoryStandard-Cayenne.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("456","1","2017-09-11 10:05:04","2017-09-11 14:05:04","","Blush","","inherit","closed","closed","","hickorystandard-blush","","","2017-09-11 10:06:43","2017-09-11 14:06:43","","183","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/hickoryStandard-Blush.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("761","1","2017-09-11 14:07:59","2017-09-11 18:07:59","[et_pb_section fb_built=\"1\" background_color=\"#ffffff\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" admin_label=\"section\" _builder_version=\"3.0.72\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" disabled_on=\"on|off|off\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Hickory-Type.jpg\" align=\"center\" _builder_version=\"3.0.47\" custom_css_main_element=\"width:100%;\" animation=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"30px||20px|\" padding_mobile=\"off\" admin_label=\"Oak Section\" _builder_version=\"3.0.47\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" padding_mobile=\"on\" column_padding_mobile=\"on\" background_color_2=\"#494949\" padding_top_2=\"10px\" padding_right_2=\"0px\" padding_bottom_2=\"20px\" padding_left_2=\"0px\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"3_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Hickory Text\" _builder_version=\"3.0.47\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h1>Hickory</h1>
<p>Hickory is a very “wild” wood, known for its wide spectrum of color that can range from white to dark brown and can also feature wormholes and black knots.</p>
<p class=\"p1\"><span class=\"s1\">A clear or light stain will maximize the color, while a darker stain selection will offer this wood its own distinguishing characteristics.</span></p>
[/et_pb_text][et_pb_text background_layout=\"dark\" admin_label=\"Standard Finishes Text\" module_class=\"finishes\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px||0px|\" custom_padding=\"10px||10px|\" global_module=\"166\" saved_tabs=\"all\"]<h3 style=\"text-align: center;\"><strong>Standard Finishes</strong></h3>
<p style=\"text-align: center;\"><span class=\"s1\">Click on a wood sample below to enlarge photo.</span></p>
[/et_pb_text][et_pb_gallery gallery_ids=\"456,449,454,445,453,447,446,450,451,452,455,448\" posts_number=\"20\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Hickory Standard Gallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;\"][/et_pb_gallery][et_pb_cta title=\"Need some help deciding?\" button_url=\"/find-dealer/\" button_text=\"FIND A DEALER\" admin_label=\"Contact Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"||||\" header_font_size_tablet=\"26\" header_font_size_phone=\"26\" header_letter_spacing_tablet=\"0px\" header_letter_spacing_phone=\"0px\" header_line_height_tablet=\"1em\" header_line_height_phone=\"1em\" body_font=\"||||\" body_font_size=\"17\" body_font_size_tablet=\"17\" body_font_size_phone=\"17\" body_letter_spacing_tablet=\"0px\" body_letter_spacing_phone=\"0px\" body_line_height_tablet=\"1.7em\" body_line_height_phone=\"1.7em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"10px|0px|10px|0px\" custom_margin_tablet=\"10px|0px|10px|0px\" custom_margin_phone=\"10px|0px|10px|0px\" custom_padding=\"10px|20px|20px|20px\" custom_padding_tablet=\"10px|20px|20px|20px\" custom_padding_phone=\"10px|20px|20px|20px\" button_text_size_tablet=\"20\" button_text_size_phone=\"20\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"-webkit-border-radius: 20px;||border-radius: 20px;\" global_module=\"159\" saved_tabs=\"all\"]<h4>Locate the perfect dealer to help you get started in the right direction.</h4>
[/et_pb_cta][et_pb_text background_layout=\"dark\" admin_label=\"Disclaimer Text\" _builder_version=\"3.0.72\" text_font=\"Open Sans||on||\" text_font_size=\"11\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"20px|||\" global_module=\"168\" saved_tabs=\"all\"]<p>The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.</p>
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"0px\" padding_right=\"0px\" padding_top=\"10px\" column_padding_mobile=\"on\" background_color=\"#494949\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Other Species\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||5px|20px\" global_module=\"164\" saved_tabs=\"all\"]<h3>Other Species</h3>
[/et_pb_text][et_pb_button button_url=\"/wood-color/oak/\" button_text=\"OAK\" button_alignment=\"left\" admin_label=\"Oak Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"141\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/maple/\" button_text=\"MAPLE\" button_alignment=\"left\" admin_label=\"Maple Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"144\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/hickory/\" button_text=\"HICKORY\" button_alignment=\"left\" admin_label=\"Hickory Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"154\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/cherry/\" button_text=\"CHERRY\" button_alignment=\"left\" admin_label=\"Cherry Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"152\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/knotty/\" button_text=\"KNOTTY\" button_alignment=\"left\" admin_label=\"Knotty Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"151\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/painted/\" button_text=\"PAINTED\" button_alignment=\"left\" admin_label=\"Painted Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"147\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/thermofoil/\" button_text=\"THERMOFOIL\" button_alignment=\"left\" admin_label=\"Thermofoil Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"148\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Hickory","","inherit","closed","closed","","183-revision-v1","","","2017-09-11 14:07:59","2017-09-11 18:07:59","","183","http://www.pioneercabinetry.co/uncategorized/183-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("457","1","2017-09-11 10:06:50","2017-09-11 14:06:50","[et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#ffffff\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Hickory-Type.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_main_element=\"width:100%;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Oak Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"30px||20px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#2b2b2b\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px|0px|0px|0px\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_color_2=\"#494949\" padding_right_2=\"0px\" padding_left_2=\"0px\" padding_top_2=\"10px\" padding_bottom_2=\"20px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Hickory Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\" text_line_height=\"1.8em\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1>Hickory</h1>
Hickory is a very “wild” wood, known for its wide spectrum of color that can range from white to dark brown and can also feature wormholes and black knots.
<p class=\"p1\"><span class=\"s1\">A clear or light stain will maximize the color, while a darker stain selection will offer this wood its own distinguishing characteristics.</span></p>

[/et_pb_text][et_pb_text admin_label=\"Standard Finishes Text\" background_layout=\"dark\" text_orientation=\"left\" border_style=\"solid\" custom_margin=\"0px||0px|\" custom_padding=\"0px||10px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"166\"]

<h3 style=\"text-align: center;\"><strong>Standard Finishes</strong></h3>
<p style=\"text-align: center;\"><span class=\"s1\">Click on a wood sample below to enlarge photo.</span></p>

[/et_pb_text][et_pb_gallery admin_label=\"Hickory Standard Gallery\" gallery_ids=\"456,449,454,445,453,447,446,450,451,452,455,448\" fullwidth=\"off\" posts_number=\"20\" show_title_and_caption=\"on\" show_pagination=\"off\" background_layout=\"dark\" hover_overlay_color=\"rgba(255,255,255,0.9)\" border_style=\"solid\" custom_css_gallery_item_title=\"text-align:center;\" _builder_version=\"3.0.72\" orientation=\"landscape\" zoom_icon_color=\"#dd9933\" /][et_pb_cta admin_label=\"Contact Dealer CTA\" title=\"Need some help deciding?\" button_url=\"/find-dealer/\" url_new_window=\"off\" button_text=\"FIND A DEALER\" use_background_color=\"on\" background_layout=\"dark\" body_font_size=\"17\" border_style=\"solid\" custom_margin=\"10px|0px|10px|0px\" custom_padding=\"10px|20px|20px|20px\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"-webkit-border-radius: 20px;||border-radius: 20px;\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"159\"]

<h4>Locate the perfect dealer to help you get started in the right direction.</h4>

[/et_pb_cta][et_pb_text admin_label=\"Disclaimer Text\" background_layout=\"dark\" text_orientation=\"left\" border_style=\"solid\" text_font_size=\"11\" text_font=\"Open Sans||||\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"168\"]

The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Other Species\" background_layout=\"dark\" text_orientation=\"left\" border_style=\"solid\" custom_margin=\"0px||0px|\" custom_padding=\"0px||5px|20px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"164\"]

<h2>Other Species</h2>

[/et_pb_text][et_pb_button admin_label=\"Oak Button\" button_url=\"/wood-color/oak/\" url_new_window=\"off\" button_text=\"OAK\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"141\" /][et_pb_button admin_label=\"Maple Button\" button_url=\"/wood-color/maple/\" url_new_window=\"off\" button_text=\"MAPLE\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"144\" /][et_pb_button admin_label=\"Hickory Button\" button_url=\"/wood-color/hickory/\" url_new_window=\"off\" button_text=\"HICKORY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"154\" /][et_pb_button admin_label=\"Cherry Button\" button_url=\"/wood-color/cherry/\" url_new_window=\"off\" button_text=\"CHERRY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"152\" /][et_pb_button admin_label=\"Knotty Button\" button_url=\"/wood-color/knotty/\" url_new_window=\"off\" button_text=\"KNOTTY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"151\" /][et_pb_button admin_label=\"Painted Button\" button_url=\"/wood-color/painted/\" url_new_window=\"off\" button_text=\"PAINTED\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"147\" /][et_pb_button admin_label=\"Thermofoil Button\" button_url=\"/wood-color/thermofoil/\" url_new_window=\"off\" button_text=\"THERMOFOIL\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"148\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row global_parent=\"93\" background_color_1=\"#000000\" background_color_2=\"#000000\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" _builder_version=\"3.0.72\" make_equal=\"on\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" global_parent=\"93\" title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

</p>
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
<p>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" global_parent=\"93\" title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

</p>
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
<p>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Hickory","","inherit","closed","closed","","183-revision-v1","","","2017-09-11 10:06:50","2017-09-11 14:06:50","","183","http://www.pioneercabinetry.co/uncategorized/183-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("489","1","2017-09-11 10:18:01","2017-09-11 14:18:01","[et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"3_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Knotty Text\" _builder_version=\"3.0.72\" background_layout=\"dark\"]<h1>Knotty</h1>
<p>At Pioneer we love the look of real wood with all its natural properties.</p>
<p>For those of you who also like the rustic look, this option might be for you. Pioneer, for our standard cabinetry, cuts around these natural knots. In our knotty option, we leave them in and sort through them to give you a natural looking option.</p>
[/et_pb_text][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/kitchenKnotty.jpg\" _builder_version=\"3.0.72\"][/et_pb_image][et_pb_cta title=\"Need some help deciding?\" button_url=\"/find-dealer/\" button_text=\"FIND A DEALER\" admin_label=\"Contact Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"||||\" header_font_size_tablet=\"26\" header_font_size_phone=\"26\" header_letter_spacing_tablet=\"0px\" header_letter_spacing_phone=\"0px\" header_line_height_tablet=\"1em\" header_line_height_phone=\"1em\" body_font=\"||||\" body_font_size=\"17\" body_font_size_tablet=\"17\" body_font_size_phone=\"17\" body_letter_spacing_tablet=\"0px\" body_letter_spacing_phone=\"0px\" body_line_height_tablet=\"1.7em\" body_line_height_phone=\"1.7em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"10px|0px|10px|0px\" custom_margin_tablet=\"10px|0px|10px|0px\" custom_margin_phone=\"10px|0px|10px|0px\" custom_padding=\"10px|20px|20px|20px\" custom_padding_tablet=\"10px|20px|20px|20px\" custom_padding_phone=\"10px|20px|20px|20px\" button_text_size_tablet=\"20\" button_text_size_phone=\"20\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"-webkit-border-radius: 20px;||border-radius: 20px;\" global_module=\"159\" saved_tabs=\"all\"]<h4>Locate the perfect dealer to help you get started in the right direction.</h4>
[/et_pb_cta][et_pb_text background_layout=\"dark\" admin_label=\"Disclaimer Text\" _builder_version=\"3.0.72\" text_font=\"Open Sans||||\" text_font_size=\"11\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_module=\"168\" saved_tabs=\"all\"]<p>The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.</p>
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Other Species\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||5px|20px\" global_module=\"164\" saved_tabs=\"all\"]<h3>Other Species</h3>
[/et_pb_text][et_pb_button button_url=\"/wood-color/oak/\" button_text=\"OAK\" button_alignment=\"left\" admin_label=\"Oak Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"141\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/maple/\" button_text=\"MAPLE\" button_alignment=\"left\" admin_label=\"Maple Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"144\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/hickory/\" button_text=\"HICKORY\" button_alignment=\"left\" admin_label=\"Hickory Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"154\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/cherry/\" button_text=\"CHERRY\" button_alignment=\"left\" admin_label=\"Cherry Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"152\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/painted/\" button_text=\"PAINTED\" button_alignment=\"left\" admin_label=\"Painted Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"147\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/thermofoil/\" button_text=\"THERMOFOIL\" button_alignment=\"left\" admin_label=\"Thermofoil Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"148\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Knotty","","inherit","closed","closed","","192-revision-v1","","","2017-09-11 10:18:01","2017-09-11 14:18:01","","192","http://www.pioneercabinetry.co/uncategorized/192-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("488","1","2017-09-11 10:17:30","2017-09-11 14:17:30","[et_pb_section bb_built=\"1\" _builder_version=\"3.0.72\" background_color=\"#2b2b2b\"][et_pb_row][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Knotty Text\" _builder_version=\"3.0.72\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]

<h1>Knotty</h1>
At Pioneer we love the look of real wood with all its natural properties.

For those of you who also like the rustic look, this option might be for you. Pioneer, for our standard cabinetry, cuts around these natural knots. In our knotty option, we leave them in and sort through them to give you a natural looking option.

[/et_pb_text][et_pb_image _builder_version=\"3.0.72\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/kitchenKnotty.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"left\" always_center_on_mobile=\"on\" border_style=\"solid\" force_fullwidth=\"off\" /][et_pb_cta admin_label=\"Contact Dealer CTA\" title=\"Need some help deciding?\" button_url=\"/find-dealer/\" url_new_window=\"off\" button_text=\"FIND A DEALER\" use_background_color=\"on\" background_layout=\"dark\" body_font_size=\"17\" border_style=\"solid\" custom_margin=\"10px|0px|10px|0px\" custom_padding=\"10px|20px|20px|20px\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"-webkit-border-radius: 20px;||border-radius: 20px;\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"159\"]

<h4>Locate the perfect dealer to help you get started in the right direction.</h4>

[/et_pb_cta][et_pb_text admin_label=\"Disclaimer Text\" background_layout=\"dark\" text_orientation=\"left\" border_style=\"solid\" text_font_size=\"11\" text_font=\"Open Sans||||\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"168\"]

The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Other Species\" background_layout=\"dark\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||5px|20px\" saved_tabs=\"all\" text_orientation=\"left\" animation_style=\"none\" global_module=\"164\"]

<h3>Other Species</h3>

[/et_pb_text][et_pb_button admin_label=\"Oak Button\" button_url=\"/wood-color/oak/\" button_text=\"OAK\" button_alignment=\"left\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_use_icon=\"default\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" saved_tabs=\"all\" url_new_window=\"off\" background_color=\"#dd9933\" background_layout=\"light\" animation_style=\"none\" global_module=\"141\" /][et_pb_button admin_label=\"Maple Button\" button_url=\"/wood-color/maple/\" url_new_window=\"off\" button_text=\"MAPLE\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"144\" /][et_pb_button admin_label=\"Hickory Button\" button_url=\"/wood-color/hickory/\" url_new_window=\"off\" button_text=\"HICKORY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"154\" /][et_pb_button admin_label=\"Cherry Button\" button_url=\"/wood-color/cherry/\" url_new_window=\"off\" button_text=\"CHERRY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"152\" /][et_pb_button admin_label=\"Painted Button\" button_url=\"/wood-color/painted/\" url_new_window=\"off\" button_text=\"PAINTED\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"147\" /][et_pb_button admin_label=\"Thermofoil Button\" button_url=\"/wood-color/thermofoil/\" url_new_window=\"off\" button_text=\"THERMOFOIL\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"148\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row global_parent=\"93\" background_color_1=\"#000000\" background_color_2=\"#000000\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" _builder_version=\"3.0.72\" make_equal=\"on\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" global_parent=\"93\" title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" global_parent=\"93\" title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Knotty","","inherit","closed","closed","","192-revision-v1","","","2017-09-11 10:17:30","2017-09-11 14:17:30","","192","http://www.pioneercabinetry.co/uncategorized/192-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("487","1","2017-09-11 10:16:03","2017-09-11 14:16:03","[et_pb_section bb_built=\"1\" _builder_version=\"3.0.72\" background_color=\"#2b2b2b\"][et_pb_row][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Knotty Text\" _builder_version=\"3.0.72\" background_layout=\"light\" text_orientation=\"left\" border_style=\"solid\"]

<h1>Knotty</h1>
At Pioneer we love the look of real wood with all its natural properties.

For those of you who also like the rustic look, this option might be for you. Pioneer, for our standard cabinetry, cuts around these natural knots. In our knotty option, we leave them in and sort through them to give you a natural looking option.

[/et_pb_text][et_pb_image _builder_version=\"3.0.72\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/kitchenKnotty.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"left\" always_center_on_mobile=\"on\" border_style=\"solid\" force_fullwidth=\"off\" /][et_pb_cta admin_label=\"Contact Dealer CTA\" title=\"Need some help deciding?\" button_url=\"/find-dealer/\" url_new_window=\"off\" button_text=\"FIND A DEALER\" use_background_color=\"on\" background_layout=\"dark\" body_font_size=\"17\" border_style=\"solid\" custom_margin=\"10px|0px|10px|0px\" custom_padding=\"10px|20px|20px|20px\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"-webkit-border-radius: 20px;||border-radius: 20px;\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"159\"]

<h4>Locate the perfect dealer to help you get started in the right direction.</h4>

[/et_pb_cta][et_pb_text admin_label=\"Disclaimer Text\" background_layout=\"dark\" text_orientation=\"left\" border_style=\"solid\" text_font_size=\"11\" text_font=\"Open Sans||||\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"168\"]

The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Other Species\" background_layout=\"dark\" text_orientation=\"left\" border_style=\"solid\" custom_margin=\"0px||0px|\" custom_padding=\"0px||5px|20px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"164\"]

<h2>Other Species</h2>

[/et_pb_text][et_pb_button admin_label=\"Oak Button\" button_url=\"/wood-color/oak/\" url_new_window=\"off\" button_text=\"OAK\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"141\" /][et_pb_button admin_label=\"Maple Button\" button_url=\"/wood-color/maple/\" url_new_window=\"off\" button_text=\"MAPLE\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"144\" /][et_pb_button admin_label=\"Hickory Button\" button_url=\"/wood-color/hickory/\" url_new_window=\"off\" button_text=\"HICKORY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"154\" /][et_pb_button admin_label=\"Cherry Button\" button_url=\"/wood-color/cherry/\" url_new_window=\"off\" button_text=\"CHERRY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"152\" /][et_pb_button admin_label=\"Painted Button\" button_url=\"/wood-color/painted/\" url_new_window=\"off\" button_text=\"PAINTED\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"147\" /][et_pb_button admin_label=\"Thermofoil Button\" button_url=\"/wood-color/thermofoil/\" url_new_window=\"off\" button_text=\"THERMOFOIL\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"148\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row global_parent=\"93\" background_color_1=\"#000000\" background_color_2=\"#000000\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" _builder_version=\"3.0.72\" make_equal=\"on\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" global_parent=\"93\" title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

</p>
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
<p>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" global_parent=\"93\" title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

</p>
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
<p>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Knotty","","inherit","closed","closed","","192-revision-v1","","","2017-09-11 10:16:03","2017-09-11 14:16:03","","192","http://www.pioneercabinetry.co/uncategorized/192-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("459","1","2017-09-11 10:08:38","2017-09-11 14:08:38","","Wheat","","inherit","closed","closed","","cherrystandard-wheat","","","2017-09-11 10:09:58","2017-09-11 14:09:58","","187","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/cherryStandard-Wheat.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("460","1","2017-09-11 10:08:39","2017-09-11 14:08:39","","Tawny","","inherit","closed","closed","","cherrystandard-tawny","","","2017-09-11 10:10:01","2017-09-11 14:10:01","","187","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/cherryStandard-Tawny.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("461","1","2017-09-11 10:08:40","2017-09-11 14:08:40","","Mocha","","inherit","closed","closed","","cherrystandard-mocha","","","2017-09-11 10:10:09","2017-09-11 14:10:09","","187","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/cherryStandard-Mocha.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("462","1","2017-09-11 10:08:41","2017-09-11 14:08:41","","Merlot","","inherit","closed","closed","","cherrystandard-merlot","","","2017-09-11 10:10:14","2017-09-11 14:10:14","","187","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/cherryStandard-Merlot.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("463","1","2017-09-11 10:08:42","2017-09-11 14:08:42","","Hazelnut","","inherit","closed","closed","","cherrystandard-hazelnut","","","2017-09-11 10:10:12","2017-09-11 14:10:12","","187","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/cherryStandard-Hazelnut.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("464","1","2017-09-11 10:08:43","2017-09-11 14:08:43","","Harvest","","inherit","closed","closed","","cherrystandard-harvest","","","2017-09-11 10:10:04","2017-09-11 14:10:04","","187","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/cherryStandard-Harvest.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("465","1","2017-09-11 10:08:44","2017-09-11 14:08:44","","Espresso","","inherit","closed","closed","","cherrystandard-espresso","","","2017-09-11 10:10:24","2017-09-11 14:10:24","","187","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/cherryStandard-Espresso.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("466","1","2017-09-11 10:08:45","2017-09-11 14:08:45","","Coffee","","inherit","closed","closed","","cherrystandard-coffee","","","2017-09-11 10:10:20","2017-09-11 14:10:20","","187","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/cherryStandard-Coffee.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("467","1","2017-09-11 10:08:46","2017-09-11 14:08:46","","Clear","","inherit","closed","closed","","cherrystandard-clear","","","2017-09-11 10:09:55","2017-09-11 14:09:55","","187","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/cherryStandard-Clear.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("468","1","2017-09-11 10:08:47","2017-09-11 14:08:47","","Cayenne","","inherit","closed","closed","","cherrystandard-cayenne","","","2017-09-11 10:10:06","2017-09-11 14:10:06","","187","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/cherryStandard-Cayenne.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("469","1","2017-09-11 10:08:47","2017-09-11 14:08:47","","Burgundy","","inherit","closed","closed","","cherrystandard-burgundy","","","2017-09-11 10:10:17","2017-09-11 14:10:17","","187","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/cherryStandard-Burgundy.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("470","1","2017-09-11 10:08:48","2017-09-11 14:08:48","","Blush","","inherit","closed","closed","","cherrystandard-blush","","","2017-09-11 10:09:52","2017-09-11 14:09:52","","187","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/cherryStandard-Blush.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("471","1","2017-09-11 10:10:44","2017-09-11 14:10:44","","Wheat","Chocolate Glaze","inherit","closed","closed","","cherryglazed-wheatchocolate","","","2017-09-11 10:13:21","2017-09-11 14:13:21","","187","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/cherryGlazed-WheatChocolate.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("472","1","2017-09-11 10:10:45","2017-09-11 14:10:45","","Tawny","Chocolate Glaze","inherit","closed","closed","","cherryglazed-tawnychocolate","","","2017-09-11 10:13:31","2017-09-11 14:13:31","","187","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/cherryGlazed-TawnyChocolate.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("473","1","2017-09-11 10:10:46","2017-09-11 14:10:46","","Mocha","Chocolate Glaze","inherit","closed","closed","","cherryglazed-mochachocolate","","","2017-09-11 10:13:36","2017-09-11 14:13:36","","187","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/cherryGlazed-MochaChocolate.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("474","1","2017-09-11 10:10:47","2017-09-11 14:10:47","","Merlot","Midnight Glaze","inherit","closed","closed","","cherryglazed-merlotmidnight","","","2017-09-11 10:13:58","2017-09-11 14:13:58","","187","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/cherryGlazed-MerlotMidnight.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("475","1","2017-09-11 10:10:48","2017-09-11 14:10:48","","Hazelnut","Midnight Glaze","inherit","closed","closed","","cherryglazed-hazelnutmidnight","","","2017-09-11 10:14:02","2017-09-11 14:14:02","","187","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/cherryGlazed-HazelnutMidnight.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("476","1","2017-09-11 10:10:49","2017-09-11 14:10:49","","Hazelnut","Chocolate Glaze","inherit","closed","closed","","cherryglazed-hazelnutchocolate","","","2017-09-11 10:13:41","2017-09-11 14:13:41","","187","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/cherryGlazed-HazelnutChocolate.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("477","1","2017-09-11 10:10:50","2017-09-11 14:10:50","","Harvest","Chocolate Glaze","inherit","closed","closed","","cherryglazed-harvestchocolate","","","2017-09-11 10:13:04","2017-09-11 14:13:04","","187","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/cherryGlazed-HarvestChocolate.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("478","1","2017-09-11 10:10:51","2017-09-11 14:10:51","","Espresso","Midnight Glaze","inherit","closed","closed","","cherryglazed-espressomidnight","","","2017-09-11 10:14:08","2017-09-11 14:14:08","","187","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/cherryGlazed-EspressoMidnight.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("479","1","2017-09-11 10:10:52","2017-09-11 14:10:52","","Coffee","Midnight Glaze","inherit","closed","closed","","cherryglazed-coffeemidnight","","","2017-09-11 10:14:15","2017-09-11 14:14:15","","187","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/cherryGlazed-CoffeeMidnight.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("480","1","2017-09-11 10:10:53","2017-09-11 14:10:53","","Coffee","Chocolate Glaze","inherit","closed","closed","","cherryglazed-coffeechocolate","","","2017-09-11 10:13:46","2017-09-11 14:13:46","","187","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/cherryGlazed-CoffeeChocolate.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("481","1","2017-09-11 10:10:54","2017-09-11 14:10:54","","Clear","Chocolate Glaze","inherit","closed","closed","","cherryglazed-clearchocolate","","","2017-09-11 10:13:15","2017-09-11 14:13:15","","187","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/cherryGlazed-ClearChocolate.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("482","1","2017-09-11 10:10:54","2017-09-11 14:10:54","","Cayenne","Midnight Glaze","inherit","closed","closed","","cherryglazed-cayennemidnight","","","2017-09-11 10:14:22","2017-09-11 14:14:22","","187","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/cherryGlazed-CayenneMidnight.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("483","1","2017-09-11 10:10:55","2017-09-11 14:10:55","","Cayenne","Chocolate Glaze","inherit","closed","closed","","cherryglazed-cayennechocolate","","","2017-09-11 10:13:10","2017-09-11 14:13:10","","187","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/cherryGlazed-CayenneChocolate.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("484","1","2017-09-11 10:10:56","2017-09-11 14:10:56","","Burgundy","Midnight Glaze","inherit","closed","closed","","cherryglazed-burgundymidnight","","","2017-09-11 10:14:28","2017-09-11 14:14:28","","187","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/cherryGlazed-BurgundyMidnight.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("485","1","2017-09-11 10:10:57","2017-09-11 14:10:57","","Blush","Chocolate Glaze","inherit","closed","closed","","cherryglazed-blushchocolate","","","2017-09-11 10:13:26","2017-09-11 14:13:26","","187","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/cherryGlazed-BlushChocolate.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("762","1","2017-09-11 14:08:28","2017-09-11 18:08:28","[et_pb_section fb_built=\"1\" background_color=\"#ffffff\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" admin_label=\"section\" _builder_version=\"3.0.72\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" disabled_on=\"on|off|off\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Cherry-Type.jpg\" alt=\"Cherry Wood Species\" align=\"center\" _builder_version=\"3.0.72\" animation_direction=\"off\" custom_css_main_element=\"width:100%;\" animation=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"30px||20px|\" padding_mobile=\"off\" admin_label=\"Oak Section\" _builder_version=\"3.0.47\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" padding_mobile=\"on\" column_padding_mobile=\"on\" background_color_2=\"#494949\" padding_top_2=\"10px\" padding_right_2=\"0px\" padding_bottom_2=\"20px\" padding_left_2=\"0px\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"3_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Cherry Text\" _builder_version=\"3.0.47\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h1>Cherry</h1>
<p>Cherry is a multi-colored wood characterized by shades of red, white and brown.</p>
<p>Cherry’s natural color, while stunning from the start, will continue to develop into richer tones as time passes; this will be most apparent in clear or light stain finishes. With time, darker tones will turn a deep, reddish brown, while light areas will mellow to medium yellows and browns.</p>
[/et_pb_text][et_pb_text background_layout=\"dark\" admin_label=\"Standard Finishes Text\" module_class=\"finishes\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px||0px|\" custom_padding=\"10px||10px|\" global_module=\"166\" saved_tabs=\"all\"]<h3 style=\"text-align: center;\"><strong>Standard Finishes</strong></h3>
<p style=\"text-align: center;\"><span class=\"s1\">Click on a wood sample below to enlarge photo.</span></p>
[/et_pb_text][et_pb_gallery gallery_ids=\"470,467,459,460,464,468,461,463,462,469,466,465\" posts_number=\"20\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Cherry Standard Gallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;\"][/et_pb_gallery][et_pb_text background_layout=\"dark\" admin_label=\"Glazed Finishes Text\" module_class=\"finishes\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px||0px|\" custom_padding=\"10px||10px|\" global_module=\"179\" saved_tabs=\"all\"]<h3 style=\"text-align: center;\"><strong>Glazed Finishes </strong></h3>
<p style=\"text-align: center;\"><span class=\"s1\" style=\"font-size: 1em !important;\">Click on a wood sample below to enlarge photo.</span></p>
[/et_pb_text][et_pb_gallery gallery_ids=\"477,483,481,471,485,472,473,476,480,474,475,478,479,482,484\" posts_number=\"20\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Cherry Glazed Gallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;\"][/et_pb_gallery][et_pb_cta title=\"Need some help deciding?\" button_url=\"/find-dealer/\" button_text=\"FIND A DEALER\" admin_label=\"Contact Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"||||\" header_font_size_tablet=\"26\" header_font_size_phone=\"26\" header_letter_spacing_tablet=\"0px\" header_letter_spacing_phone=\"0px\" header_line_height_tablet=\"1em\" header_line_height_phone=\"1em\" body_font=\"||||\" body_font_size=\"17\" body_font_size_tablet=\"17\" body_font_size_phone=\"17\" body_letter_spacing_tablet=\"0px\" body_letter_spacing_phone=\"0px\" body_line_height_tablet=\"1.7em\" body_line_height_phone=\"1.7em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"10px|0px|10px|0px\" custom_margin_tablet=\"10px|0px|10px|0px\" custom_margin_phone=\"10px|0px|10px|0px\" custom_padding=\"10px|20px|20px|20px\" custom_padding_tablet=\"10px|20px|20px|20px\" custom_padding_phone=\"10px|20px|20px|20px\" button_text_size_tablet=\"20\" button_text_size_phone=\"20\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"-webkit-border-radius: 20px;||border-radius: 20px;\" global_module=\"159\" saved_tabs=\"all\"]<h4>Locate the perfect dealer to help you get started in the right direction.</h4>
[/et_pb_cta][et_pb_text background_layout=\"dark\" admin_label=\"Disclaimer Text\" _builder_version=\"3.0.72\" text_font=\"Open Sans||on||\" text_font_size=\"11\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"20px|||\" global_module=\"168\" saved_tabs=\"all\"]<p>The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.</p>
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"0px\" padding_right=\"0px\" padding_top=\"10px\" column_padding_mobile=\"on\" background_color=\"#494949\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Other Species\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||5px|20px\" global_module=\"164\" saved_tabs=\"all\"]<h3>Other Species</h3>
[/et_pb_text][et_pb_button button_url=\"/wood-color/oak/\" button_text=\"OAK\" button_alignment=\"left\" admin_label=\"Oak Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"141\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/maple/\" button_text=\"MAPLE\" button_alignment=\"left\" admin_label=\"Maple Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"144\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/hickory/\" button_text=\"HICKORY\" button_alignment=\"left\" admin_label=\"Hickory Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"154\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/knotty/\" button_text=\"KNOTTY\" button_alignment=\"left\" admin_label=\"Knotty Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"151\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/painted/\" button_text=\"PAINTED\" button_alignment=\"left\" admin_label=\"Painted Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"147\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/thermofoil/\" button_text=\"THERMOFOIL\" button_alignment=\"left\" admin_label=\"Thermofoil Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"148\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Cherry","","inherit","closed","closed","","187-revision-v1","","","2017-09-11 14:08:28","2017-09-11 18:08:28","","187","http://www.pioneercabinetry.co/uncategorized/187-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("486","1","2017-09-11 10:14:32","2017-09-11 14:14:32","[et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#ffffff\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Cherry-Type.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" border_style=\"solid\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" alt=\"Cherry Wood Species\" animation_direction=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Oak Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"30px||20px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#2b2b2b\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px|0px|0px|0px\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_color_2=\"#494949\" padding_right_2=\"0px\" padding_left_2=\"0px\" padding_top_2=\"10px\" padding_bottom_2=\"20px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Cherry Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\" text_line_height=\"1.8em\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1>Cherry</h1>
Cherry is a multi-colored wood characterized by shades of red, white and brown.

Cherry’s natural color, while stunning from the start, will continue to develop into richer tones as time passes; this will be most apparent in clear or light stain finishes. With time, darker tones will turn a deep, reddish brown, while light areas will mellow to medium yellows and browns.

[/et_pb_text][et_pb_text admin_label=\"Standard Finishes Text\" background_layout=\"dark\" text_orientation=\"left\" border_style=\"solid\" custom_margin=\"0px||0px|\" custom_padding=\"0px||10px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"166\"]

<h3 style=\"text-align: center;\"><strong>Standard Finishes</strong></h3>
<p style=\"text-align: center;\"><span class=\"s1\">Click on a wood sample below to enlarge photo.</span></p>

[/et_pb_text][et_pb_gallery admin_label=\"Cherry Standard Gallery\" gallery_ids=\"470,467,459,460,464,468,461,463,462,469,466,465\" fullwidth=\"off\" posts_number=\"20\" show_title_and_caption=\"on\" show_pagination=\"off\" background_layout=\"dark\" hover_overlay_color=\"rgba(255,255,255,0.9)\" border_style=\"solid\" custom_css_gallery_item_title=\"text-align:center;\" _builder_version=\"3.0.72\" orientation=\"landscape\" zoom_icon_color=\"#dd9933\" /][et_pb_text admin_label=\"Glazed Finishes Text\" background_layout=\"dark\" text_orientation=\"left\" border_style=\"solid\" custom_margin=\"0px||0px|\" custom_padding=\"0px||10px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"179\"]

<h3 style=\"text-align: center;\"><strong>Glazed Finishes </strong></h3>
<p style=\"text-align: center;\"><span class=\"s1\" style=\"font-size: 1em !important;\">Click on a wood sample below to enlarge photo.</span></p>

[/et_pb_text][et_pb_gallery admin_label=\"Cherry Glazed Gallery\" gallery_ids=\"477,483,481,471,485,472,473,476,480,474,475,478,479,482,484\" fullwidth=\"off\" posts_number=\"20\" show_title_and_caption=\"on\" show_pagination=\"off\" background_layout=\"dark\" hover_overlay_color=\"rgba(255,255,255,0.9)\" border_style=\"solid\" custom_css_gallery_item_title=\"text-align:center;\" _builder_version=\"3.0.72\" orientation=\"landscape\" zoom_icon_color=\"#dd9933\" /][et_pb_cta admin_label=\"Contact Dealer CTA\" title=\"Need some help deciding?\" button_url=\"/find-dealer/\" url_new_window=\"off\" button_text=\"FIND A DEALER\" use_background_color=\"on\" background_layout=\"dark\" body_font_size=\"17\" border_style=\"solid\" custom_margin=\"10px|0px|10px|0px\" custom_padding=\"10px|20px|20px|20px\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"-webkit-border-radius: 20px;||border-radius: 20px;\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"159\"]

<h4>Locate the perfect dealer to help you get started in the right direction.</h4>

[/et_pb_cta][et_pb_text admin_label=\"Disclaimer Text\" background_layout=\"dark\" text_orientation=\"left\" border_style=\"solid\" text_font_size=\"11\" text_font=\"Open Sans||||\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"168\"]

The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Other Species\" background_layout=\"dark\" text_orientation=\"left\" border_style=\"solid\" custom_margin=\"0px||0px|\" custom_padding=\"0px||5px|20px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"164\"]

<h2>Other Species</h2>

[/et_pb_text][et_pb_button admin_label=\"Oak Button\" button_url=\"/wood-color/oak/\" url_new_window=\"off\" button_text=\"OAK\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"141\" /][et_pb_button admin_label=\"Maple Button\" button_url=\"/wood-color/maple/\" url_new_window=\"off\" button_text=\"MAPLE\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"144\" /][et_pb_button admin_label=\"Hickory Button\" button_url=\"/wood-color/hickory/\" url_new_window=\"off\" button_text=\"HICKORY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"154\" /][et_pb_button admin_label=\"Knotty Button\" button_url=\"/wood-color/knotty/\" url_new_window=\"off\" button_text=\"KNOTTY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"151\" /][et_pb_button admin_label=\"Painted Button\" button_url=\"/wood-color/painted/\" url_new_window=\"off\" button_text=\"PAINTED\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"147\" /][et_pb_button admin_label=\"Thermofoil Button\" button_url=\"/wood-color/thermofoil/\" url_new_window=\"off\" button_text=\"THERMOFOIL\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"148\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row global_parent=\"93\" background_color_1=\"#000000\" background_color_2=\"#000000\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" _builder_version=\"3.0.72\" make_equal=\"on\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" global_parent=\"93\" title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

</p>
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
<p>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" global_parent=\"93\" title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

</p>
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
<p>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Cherry","","inherit","closed","closed","","187-revision-v1","","","2017-09-11 10:14:32","2017-09-11 14:14:32","","187","http://www.pioneercabinetry.co/uncategorized/187-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("493","1","2017-09-11 10:22:10","2017-09-11 14:22:10","[et_pb_section fb_built=\"1\" custom_padding=\"10px||10px|\" _builder_version=\"3.0.72\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Knotty.jpg\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"3_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Knotty Text\" _builder_version=\"3.0.72\"]<h1>Knotty</h1>
<p>At Pioneer we love the look of real wood with all its natural properties.</p>
<p>For those of you who also like the rustic look, this option might be for you. Pioneer, for our standard cabinetry, cuts around these natural knots. In our knotty option, we leave them in and sort through them to give you a natural looking option.</p>
[/et_pb_text][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/kitchenKnotty.jpg\" _builder_version=\"3.0.72\"][/et_pb_image][et_pb_cta title=\"Need some help deciding?\" button_url=\"/find-dealer/\" button_text=\"FIND A DEALER\" admin_label=\"Contact Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"||||\" header_font_size_tablet=\"26\" header_font_size_phone=\"26\" header_letter_spacing_tablet=\"0px\" header_letter_spacing_phone=\"0px\" header_line_height_tablet=\"1em\" header_line_height_phone=\"1em\" body_font=\"||||\" body_font_size=\"17\" body_font_size_tablet=\"17\" body_font_size_phone=\"17\" body_letter_spacing_tablet=\"0px\" body_letter_spacing_phone=\"0px\" body_line_height_tablet=\"1.7em\" body_line_height_phone=\"1.7em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"10px|0px|10px|0px\" custom_margin_tablet=\"10px|0px|10px|0px\" custom_margin_phone=\"10px|0px|10px|0px\" custom_padding=\"10px|20px|20px|20px\" custom_padding_tablet=\"10px|20px|20px|20px\" custom_padding_phone=\"10px|20px|20px|20px\" button_text_size_tablet=\"20\" button_text_size_phone=\"20\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"-webkit-border-radius: 20px;||border-radius: 20px;\" global_module=\"159\" saved_tabs=\"all\"]<h4>Locate the perfect dealer to help you get started in the right direction.</h4>
[/et_pb_cta][et_pb_text background_layout=\"dark\" admin_label=\"Disclaimer Text\" _builder_version=\"3.0.72\" text_font=\"Open Sans||||\" text_font_size=\"11\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_module=\"168\" saved_tabs=\"all\"]<p>The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.</p>
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Other Species\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||5px|20px\" global_module=\"164\" saved_tabs=\"all\"]<h3>Other Species</h3>
[/et_pb_text][et_pb_button button_url=\"/wood-color/oak/\" button_text=\"OAK\" button_alignment=\"left\" admin_label=\"Oak Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"141\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/maple/\" button_text=\"MAPLE\" button_alignment=\"left\" admin_label=\"Maple Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"144\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/hickory/\" button_text=\"HICKORY\" button_alignment=\"left\" admin_label=\"Hickory Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"154\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/cherry/\" button_text=\"CHERRY\" button_alignment=\"left\" admin_label=\"Cherry Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"152\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/painted/\" button_text=\"PAINTED\" button_alignment=\"left\" admin_label=\"Painted Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"147\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/thermofoil/\" button_text=\"THERMOFOIL\" button_alignment=\"left\" admin_label=\"Thermofoil Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"148\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Knotty","","inherit","closed","closed","","192-revision-v1","","","2017-09-11 10:22:10","2017-09-11 14:22:10","","192","http://www.pioneercabinetry.co/uncategorized/192-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("491","1","2017-09-11 10:21:04","2017-09-11 14:21:04","","Header-Knotty","","inherit","closed","closed","","header-knotty","","","2017-09-11 10:21:04","2017-09-11 14:21:04","","192","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Knotty.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("763","1","2017-09-11 14:08:58","2017-09-11 18:08:58","[et_pb_section fb_built=\"1\" custom_padding=\"10px||10px|\" _builder_version=\"3.0.72\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" disabled_on=\"on|off|off\"][et_pb_row custom_padding=\"0px||0px|\" custom_margin=\"0px||0px|\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Knotty.jpg\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" background_color_2=\"#494949\" padding_top_2=\"10px\" padding_right_2=\"0px\" padding_bottom_2=\"20px\" padding_left_2=\"0px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"3_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\"][et_pb_text background_layout=\"dark\" admin_label=\"Knotty Text\" _builder_version=\"3.0.72\"]<h1>Knotty</h1>
<p>At Pioneer we love the look of real wood with all its natural properties.</p>
<p>For those of you who also like the rustic look, this option might be for you. Pioneer, for our standard cabinetry, cuts around these natural knots. In our knotty option, we leave them in and sort through them to give you a natural looking option.</p>
[/et_pb_text][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/kitchenKnotty.jpg\" _builder_version=\"3.0.72\"][/et_pb_image][et_pb_cta title=\"Need some help deciding?\" button_url=\"/find-dealer/\" button_text=\"FIND A DEALER\" admin_label=\"Contact Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"||||\" header_font_size_tablet=\"26\" header_font_size_phone=\"26\" header_letter_spacing_tablet=\"0px\" header_letter_spacing_phone=\"0px\" header_line_height_tablet=\"1em\" header_line_height_phone=\"1em\" body_font=\"||||\" body_font_size=\"17\" body_font_size_tablet=\"17\" body_font_size_phone=\"17\" body_letter_spacing_tablet=\"0px\" body_letter_spacing_phone=\"0px\" body_line_height_tablet=\"1.7em\" body_line_height_phone=\"1.7em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"10px|0px|10px|0px\" custom_margin_tablet=\"10px|0px|10px|0px\" custom_margin_phone=\"10px|0px|10px|0px\" custom_padding=\"10px|20px|20px|20px\" custom_padding_tablet=\"10px|20px|20px|20px\" custom_padding_phone=\"10px|20px|20px|20px\" button_text_size_tablet=\"20\" button_text_size_phone=\"20\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"-webkit-border-radius: 20px;||border-radius: 20px;\" global_module=\"159\" saved_tabs=\"all\"]<h4>Locate the perfect dealer to help you get started in the right direction.</h4>
[/et_pb_cta][et_pb_text background_layout=\"dark\" admin_label=\"Disclaimer Text\" _builder_version=\"3.0.72\" text_font=\"Open Sans||on||\" text_font_size=\"11\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"20px|||\" global_module=\"168\" saved_tabs=\"all\"]<p>The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.</p>
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"0px\" padding_right=\"0px\" padding_top=\"10px\" background_color=\"#494949\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\"][et_pb_text background_layout=\"dark\" admin_label=\"Other Species\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||5px|20px\" global_module=\"164\" saved_tabs=\"all\"]<h3>Other Species</h3>
[/et_pb_text][et_pb_button button_url=\"/wood-color/oak/\" button_text=\"OAK\" button_alignment=\"left\" admin_label=\"Oak Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"141\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/maple/\" button_text=\"MAPLE\" button_alignment=\"left\" admin_label=\"Maple Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"144\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/hickory/\" button_text=\"HICKORY\" button_alignment=\"left\" admin_label=\"Hickory Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"154\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/cherry/\" button_text=\"CHERRY\" button_alignment=\"left\" admin_label=\"Cherry Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"152\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/painted/\" button_text=\"PAINTED\" button_alignment=\"left\" admin_label=\"Painted Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"147\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/thermofoil/\" button_text=\"THERMOFOIL\" button_alignment=\"left\" admin_label=\"Thermofoil Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"148\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Knotty","","inherit","closed","closed","","192-revision-v1","","","2017-09-11 14:08:58","2017-09-11 18:08:58","","192","http://www.pioneercabinetry.co/uncategorized/192-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("497","1","2017-09-11 10:25:02","2017-09-11 14:25:02","[et_pb_section bb_built=\"1\" custom_padding=\"10px||10px|\" _builder_version=\"3.0.72\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Knotty.jpg\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\"][et_pb_row _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px|0px|0px|0px\" background_color_2=\"#494949\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" padding_top_2=\"10px\" padding_right_2=\"0px\" padding_bottom_2=\"20px\" padding_left_2=\"0px\"][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Knotty Text\" background_layout=\"dark\" _builder_version=\"3.0.72\"]

<h1>Knotty</h1>
<p>At Pioneer we love the look of real wood with all its natural properties.</p>
<p>For those of you who also like the rustic look, this option might be for you. Pioneer, for our standard cabinetry, cuts around these natural knots. In our knotty option, we leave them in and sort through them to give you a natural looking option.</p>

[/et_pb_text][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/kitchenKnotty.jpg\" _builder_version=\"3.0.72\" /][et_pb_cta admin_label=\"Contact Dealer CTA\" title=\"Need some help deciding?\" button_url=\"/find-dealer/\" button_text=\"FIND A DEALER\" _builder_version=\"3.0.72\" header_font=\"||||\" header_font_size_tablet=\"26\" header_font_size_phone=\"26\" header_letter_spacing_tablet=\"0px\" header_letter_spacing_phone=\"0px\" header_line_height_tablet=\"1em\" header_line_height_phone=\"1em\" body_font=\"||||\" body_font_size=\"17\" body_font_size_tablet=\"17\" body_font_size_phone=\"17\" body_letter_spacing_tablet=\"0px\" body_letter_spacing_phone=\"0px\" body_line_height_tablet=\"1.7em\" body_line_height_phone=\"1.7em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"10px|0px|10px|0px\" custom_margin_tablet=\"10px|0px|10px|0px\" custom_margin_phone=\"10px|0px|10px|0px\" custom_padding=\"10px|20px|20px|20px\" custom_padding_tablet=\"10px|20px|20px|20px\" custom_padding_phone=\"10px|20px|20px|20px\" button_text_size_tablet=\"20\" button_text_size_phone=\"20\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"-webkit-border-radius: 20px;||border-radius: 20px;\" global_module=\"159\" saved_tabs=\"all\"]

<h4>Locate the perfect dealer to help you get started in the right direction.</h4>

[/et_pb_cta][et_pb_text admin_label=\"Disclaimer Text\" background_layout=\"dark\" _builder_version=\"3.0.72\" text_font=\"Open Sans||||\" text_font_size=\"11\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_module=\"168\" saved_tabs=\"all\"]

<p>The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Other Species\" background_layout=\"dark\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||5px|20px\" saved_tabs=\"all\" text_orientation=\"left\" animation_style=\"none\" global_module=\"164\"]

<h3>Other Species</h3>

[/et_pb_text][et_pb_button admin_label=\"Oak Button\" button_url=\"/wood-color/oak/\" button_text=\"OAK\" button_alignment=\"left\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"141\" saved_tabs=\"all\" background_color=\"#dd9933\" /][et_pb_button admin_label=\"Maple Button\" button_url=\"/wood-color/maple/\" button_text=\"MAPLE\" button_alignment=\"left\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"144\" saved_tabs=\"all\" background_color=\"#dd9933\" /][et_pb_button admin_label=\"Hickory Button\" button_url=\"/wood-color/hickory/\" button_text=\"HICKORY\" button_alignment=\"left\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"154\" saved_tabs=\"all\" background_color=\"#dd9933\" /][et_pb_button admin_label=\"Cherry Button\" button_url=\"/wood-color/cherry/\" button_text=\"CHERRY\" button_alignment=\"left\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"152\" saved_tabs=\"all\" background_color=\"#dd9933\" /][et_pb_button admin_label=\"Painted Button\" button_url=\"/wood-color/painted/\" button_text=\"PAINTED\" button_alignment=\"left\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"147\" saved_tabs=\"all\" background_color=\"#dd9933\" /][et_pb_button admin_label=\"Thermofoil Button\" button_url=\"/wood-color/thermofoil/\" button_text=\"THERMOFOIL\" button_alignment=\"left\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"148\" saved_tabs=\"all\" background_color=\"#dd9933\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row global_parent=\"93\" background_color_1=\"#000000\" background_color_2=\"#000000\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" _builder_version=\"3.0.72\" make_equal=\"on\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" global_parent=\"93\" title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

</p>
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
<p>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" global_parent=\"93\" title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

</p>
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
<p>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Knotty","","inherit","closed","closed","","192-revision-v1","","","2017-09-11 10:25:02","2017-09-11 14:25:02","","192","http://www.pioneercabinetry.co/uncategorized/192-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("495","1","2017-09-11 10:23:29","2017-09-11 14:23:29","[et_pb_section fb_built=\"1\" custom_padding=\"10px||10px|\" _builder_version=\"3.0.72\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Knotty.jpg\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\"][et_pb_row _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px|0px|0px|0px\" background_color_2=\"#494949\"][et_pb_column type=\"3_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Knotty Text\" _builder_version=\"3.0.72\"]<h1>Knotty</h1>
<p>At Pioneer we love the look of real wood with all its natural properties.</p>
<p>For those of you who also like the rustic look, this option might be for you. Pioneer, for our standard cabinetry, cuts around these natural knots. In our knotty option, we leave them in and sort through them to give you a natural looking option.</p>
[/et_pb_text][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/kitchenKnotty.jpg\" _builder_version=\"3.0.72\"][/et_pb_image][et_pb_cta title=\"Need some help deciding?\" button_url=\"/find-dealer/\" button_text=\"FIND A DEALER\" admin_label=\"Contact Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"||||\" header_font_size_tablet=\"26\" header_font_size_phone=\"26\" header_letter_spacing_tablet=\"0px\" header_letter_spacing_phone=\"0px\" header_line_height_tablet=\"1em\" header_line_height_phone=\"1em\" body_font=\"||||\" body_font_size=\"17\" body_font_size_tablet=\"17\" body_font_size_phone=\"17\" body_letter_spacing_tablet=\"0px\" body_letter_spacing_phone=\"0px\" body_line_height_tablet=\"1.7em\" body_line_height_phone=\"1.7em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"10px|0px|10px|0px\" custom_margin_tablet=\"10px|0px|10px|0px\" custom_margin_phone=\"10px|0px|10px|0px\" custom_padding=\"10px|20px|20px|20px\" custom_padding_tablet=\"10px|20px|20px|20px\" custom_padding_phone=\"10px|20px|20px|20px\" button_text_size_tablet=\"20\" button_text_size_phone=\"20\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"-webkit-border-radius: 20px;||border-radius: 20px;\" global_module=\"159\" saved_tabs=\"all\"]<h4>Locate the perfect dealer to help you get started in the right direction.</h4>
[/et_pb_cta][et_pb_text background_layout=\"dark\" admin_label=\"Disclaimer Text\" _builder_version=\"3.0.72\" text_font=\"Open Sans||||\" text_font_size=\"11\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_module=\"168\" saved_tabs=\"all\"]<p>The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.</p>
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" background_color=\"#494949\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Other Species\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||5px|20px\" global_module=\"164\" saved_tabs=\"all\"]<h3>Other Species</h3>
[/et_pb_text][et_pb_button button_url=\"/wood-color/oak/\" button_text=\"OAK\" button_alignment=\"left\" admin_label=\"Oak Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"141\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/maple/\" button_text=\"MAPLE\" button_alignment=\"left\" admin_label=\"Maple Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"144\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/hickory/\" button_text=\"HICKORY\" button_alignment=\"left\" admin_label=\"Hickory Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"154\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/cherry/\" button_text=\"CHERRY\" button_alignment=\"left\" admin_label=\"Cherry Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"152\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/painted/\" button_text=\"PAINTED\" button_alignment=\"left\" admin_label=\"Painted Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"147\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/thermofoil/\" button_text=\"THERMOFOIL\" button_alignment=\"left\" admin_label=\"Thermofoil Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"148\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Knotty","","inherit","closed","closed","","192-revision-v1","","","2017-09-11 10:23:29","2017-09-11 14:23:29","","192","http://www.pioneercabinetry.co/uncategorized/192-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("498","1","2017-09-11 10:26:47","2017-09-11 14:26:47","","White","","inherit","closed","closed","","white","","","2017-09-11 10:26:47","2017-09-11 14:26:47","","198","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/White.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("499","1","2017-09-11 10:26:48","2017-09-11 14:26:48","","Sage","","inherit","closed","closed","","sage","","","2017-09-11 10:26:48","2017-09-11 14:26:48","","198","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Sage.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("500","1","2017-09-11 10:26:49","2017-09-11 14:26:49","","Onyx","","inherit","closed","closed","","onyx","","","2017-09-11 10:26:49","2017-09-11 14:26:49","","198","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Onyx.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("501","1","2017-09-11 10:26:50","2017-09-11 14:26:50","","Mushroom","","inherit","closed","closed","","mushroom","","","2017-09-11 10:26:50","2017-09-11 14:26:50","","198","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Mushroom.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("502","1","2017-09-11 10:26:51","2017-09-11 14:26:51","","Custard","","inherit","closed","closed","","custard","","","2017-09-11 10:26:51","2017-09-11 14:26:51","","198","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Custard.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("503","1","2017-09-11 10:28:15","2017-09-11 14:28:15","","Ivory","","inherit","closed","closed","","ivory","","","2017-09-11 10:28:15","2017-09-11 14:28:15","","198","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Ivory.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("504","1","2017-09-11 10:28:23","2017-09-11 14:28:23","[et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#ffffff\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Painted-Type.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_main_element=\"width:100%;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Oak Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"30px||20px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#2b2b2b\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px|0px|0px|0px\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_color_2=\"#494949\" padding_right_2=\"0px\" padding_left_2=\"0px\" padding_top_2=\"10px\" padding_bottom_2=\"20px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Painted Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\" text_line_height=\"1.8em\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1>Painted</h1>
Tinted varnishes, which give cabinets a \"painted look,\" are one of today’s hottest trends in cabinetry.  As with all manufacturers’ five-piece painted products, homeowners should expect minor cracking of the painted finish at the door and cabinet frame joints, and therefore they will not be replaced under warranty.

[/et_pb_text][et_pb_text admin_label=\"Standard Finishes Text\" background_layout=\"dark\" text_orientation=\"left\" border_style=\"solid\" custom_margin=\"0px||0px|\" custom_padding=\"0px||10px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"166\"]

<h3 style=\"text-align: center;\"><strong>Standard Finishes</strong></h3>
<p style=\"text-align: center;\"><span class=\"s1\">Click on a wood sample below to enlarge photo.</span></p>

[/et_pb_text][et_pb_gallery admin_label=\"Painted Standard Gallery\" gallery_ids=\"498,503,501,502,499,500\" fullwidth=\"off\" posts_number=\"20\" show_title_and_caption=\"on\" show_pagination=\"off\" background_layout=\"dark\" hover_overlay_color=\"rgba(255,255,255,0.9)\" border_style=\"solid\" custom_css_gallery_item_title=\"text-align:center;\" _builder_version=\"3.0.72\" orientation=\"landscape\" zoom_icon_color=\"#dd9933\" /][et_pb_text admin_label=\"Glazed Finishes Text\" background_layout=\"dark\" text_orientation=\"left\" border_style=\"solid\" custom_margin=\"0px||0px|\" custom_padding=\"0px||10px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"179\"]

<h3 style=\"text-align: center;\"><strong>Glazed Finishes </strong></h3>
<p style=\"text-align: center;\"><span class=\"s1\" style=\"font-size: 1em !important;\">Click on a wood sample below to enlarge photo.</span></p>

[/et_pb_text][et_pb_gallery admin_label=\"Painted Glazed Gallery\" gallery_ids=\"386,387,388,395,389,390,391,392,396,394,393\" fullwidth=\"off\" posts_number=\"20\" show_title_and_caption=\"on\" show_pagination=\"off\" background_layout=\"dark\" auto=\"off\" hover_overlay_color=\"rgba(255,255,255,0.9)\" caption_all_caps=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_gallery_item_title=\"text-align:center;\" /][et_pb_cta admin_label=\"Contact Dealer CTA\" title=\"Need some help deciding?\" button_url=\"/find-dealer/\" url_new_window=\"off\" button_text=\"FIND A DEALER\" use_background_color=\"on\" background_layout=\"dark\" body_font_size=\"17\" border_style=\"solid\" custom_margin=\"10px|0px|10px|0px\" custom_padding=\"10px|20px|20px|20px\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"-webkit-border-radius: 20px;||border-radius: 20px;\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"159\"]

<h4>Locate the perfect dealer to help you get started in the right direction.</h4>

[/et_pb_cta][et_pb_text admin_label=\"Disclaimer Text\" background_layout=\"dark\" text_orientation=\"left\" border_style=\"solid\" text_font_size=\"11\" text_font=\"Open Sans||||\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"168\"]

<p>The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Other Species\" background_layout=\"dark\" text_orientation=\"left\" border_style=\"solid\" custom_margin=\"0px||0px|\" custom_padding=\"0px||5px|20px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"164\"]

<h2>Other Species</h2>

[/et_pb_text][et_pb_button admin_label=\"Oak Button\" button_url=\"/wood-color/oak/\" url_new_window=\"off\" button_text=\"OAK\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"141\" /][et_pb_button admin_label=\"Maple Button\" button_url=\"/wood-color/maple/\" url_new_window=\"off\" button_text=\"MAPLE\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"144\" /][et_pb_button admin_label=\"Hickory Button\" button_url=\"/wood-color/hickory/\" url_new_window=\"off\" button_text=\"HICKORY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"154\" /][et_pb_button admin_label=\"Cherry Button\" button_url=\"/wood-color/cherry/\" url_new_window=\"off\" button_text=\"CHERRY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"152\" /][et_pb_button admin_label=\"Knotty Button\" button_url=\"/wood-color/knotty/\" url_new_window=\"off\" button_text=\"KNOTTY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"151\" /][et_pb_button admin_label=\"Thermofoil Button\" button_url=\"/wood-color/thermofoil/\" url_new_window=\"off\" button_text=\"THERMOFOIL\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"148\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row global_parent=\"93\" background_color_1=\"#000000\" background_color_2=\"#000000\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" _builder_version=\"3.0.72\" make_equal=\"on\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" global_parent=\"93\" title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" global_parent=\"93\" title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Painted","","inherit","closed","closed","","198-revision-v1","","","2017-09-11 10:28:23","2017-09-11 14:28:23","","198","http://www.pioneercabinetry.co/uncategorized/198-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("505","1","2017-09-11 10:29:03","2017-09-11 14:29:03","","White","Pewter Glaze","inherit","closed","closed","","whitepewter","","","2017-09-11 10:29:30","2017-09-11 14:29:30","","198","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/WhitePewter.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("506","1","2017-09-11 10:29:04","2017-09-11 14:29:04","","White","Khaki Glaze","inherit","closed","closed","","whitekhaki","","","2017-09-11 10:29:48","2017-09-11 14:29:48","","198","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/WhiteKhaki.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("507","1","2017-09-11 10:29:05","2017-09-11 14:29:05","","White","Chocolate Glaze","inherit","closed","closed","","whitechocolate","","","2017-09-11 10:30:27","2017-09-11 14:30:27","","198","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/WhiteChocolate.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("508","1","2017-09-11 10:29:06","2017-09-11 14:29:06","","White","Apricot Glaze","inherit","closed","closed","","whiteapricot","","","2017-09-11 10:30:34","2017-09-11 14:30:34","","198","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/WhiteApricot.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("509","1","2017-09-11 10:29:08","2017-09-11 14:29:08","","Sage","Chocolate Glaze","inherit","closed","closed","","sagechocolate","","","2017-09-11 10:30:21","2017-09-11 14:30:21","","198","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/SageChocolate.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("510","1","2017-09-11 10:29:09","2017-09-11 14:29:09","","Mushroom","Chocolate Glaze","inherit","closed","closed","","mushroomchocolate","","","2017-09-11 10:30:15","2017-09-11 14:30:15","","198","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/MushroomChocolate.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("511","1","2017-09-11 10:29:10","2017-09-11 14:29:10","","Ivory","Khaki Glaze","inherit","closed","closed","","ivorykhaki","","","2017-09-11 10:29:59","2017-09-11 14:29:59","","198","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/IvoryKhaki.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("512","1","2017-09-11 10:29:10","2017-09-11 14:29:10","","Custard","Chocolate Glaze","inherit","closed","closed","","custardchocolate","","","2017-09-11 10:30:10","2017-09-11 14:30:10","","198","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/CustardChocolate.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("513","1","2017-09-11 10:31:28","2017-09-11 14:31:28","","IvoryPewter","","inherit","closed","closed","","ivorypewter","","","2017-09-11 10:31:28","2017-09-11 14:31:28","","198","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/IvoryPewter.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("514","1","2017-09-11 10:31:52","2017-09-11 14:31:52","","IvoryChocolate","","inherit","closed","closed","","ivorychocolate","","","2017-09-11 10:31:52","2017-09-11 14:31:52","","198","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/IvoryChocolate.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("515","1","2017-09-11 10:32:15","2017-09-11 14:32:15","","IvoryApricot","","inherit","closed","closed","","ivoryapricot","","","2017-09-11 10:32:15","2017-09-11 14:32:15","","198","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/IvoryApricot.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("516","1","2017-09-11 10:33:25","2017-09-11 14:33:25","[et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#ffffff\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Painted-Type.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_main_element=\"width:100%;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Oak Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"30px||20px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#2b2b2b\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px|0px|0px|0px\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_color_2=\"#494949\" padding_right_2=\"0px\" padding_left_2=\"0px\" padding_top_2=\"10px\" padding_bottom_2=\"20px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Painted Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\" text_line_height=\"1.8em\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1>Painted</h1>
Tinted varnishes, which give cabinets a \"painted look,\" are one of today’s hottest trends in cabinetry.  As with all manufacturers’ five-piece painted products, homeowners should expect minor cracking of the painted finish at the door and cabinet frame joints, and therefore they will not be replaced under warranty.

[/et_pb_text][et_pb_text admin_label=\"Standard Finishes Text\" background_layout=\"dark\" text_orientation=\"left\" border_style=\"solid\" custom_margin=\"0px||0px|\" custom_padding=\"0px||10px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"166\"]

<h3 style=\"text-align: center;\"><strong>Standard Finishes</strong></h3>
<p style=\"text-align: center;\"><span class=\"s1\">Click on a wood sample below to enlarge photo.</span></p>

[/et_pb_text][et_pb_gallery admin_label=\"Painted Standard Gallery\" gallery_ids=\"498,503,501,502,499,500\" fullwidth=\"off\" posts_number=\"20\" show_title_and_caption=\"on\" show_pagination=\"off\" background_layout=\"dark\" hover_overlay_color=\"rgba(255,255,255,0.9)\" border_style=\"solid\" custom_css_gallery_item_title=\"text-align:center;\" _builder_version=\"3.0.72\" orientation=\"landscape\" zoom_icon_color=\"#dd9933\" /][et_pb_text admin_label=\"Glazed Finishes Text\" background_layout=\"dark\" text_orientation=\"left\" border_style=\"solid\" custom_margin=\"0px||0px|\" custom_padding=\"0px||10px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"179\"]

<h3 style=\"text-align: center;\"><strong>Glazed Finishes </strong></h3>
<p style=\"text-align: center;\"><span class=\"s1\" style=\"font-size: 1em !important;\">Click on a wood sample below to enlarge photo.</span></p>

[/et_pb_text][et_pb_gallery admin_label=\"Painted Glazed Gallery\" gallery_ids=\"513,514,515,511,505,506,507,508,512,510,509\" fullwidth=\"off\" posts_number=\"20\" show_title_and_caption=\"on\" show_pagination=\"off\" background_layout=\"dark\" hover_overlay_color=\"rgba(255,255,255,0.9)\" border_style=\"solid\" custom_css_gallery_item_title=\"text-align:center;\" _builder_version=\"3.0.72\" orientation=\"landscape\" zoom_icon_color=\"#dd9933\" /][et_pb_cta admin_label=\"Contact Dealer CTA\" title=\"Need some help deciding?\" button_url=\"/find-dealer/\" url_new_window=\"off\" button_text=\"FIND A DEALER\" use_background_color=\"on\" background_layout=\"dark\" body_font_size=\"17\" border_style=\"solid\" custom_margin=\"10px|0px|10px|0px\" custom_padding=\"10px|20px|20px|20px\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"-webkit-border-radius: 20px;||border-radius: 20px;\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"159\"]

<h4>Locate the perfect dealer to help you get started in the right direction.</h4>

[/et_pb_cta][et_pb_text admin_label=\"Disclaimer Text\" background_layout=\"dark\" text_orientation=\"left\" border_style=\"solid\" text_font_size=\"11\" text_font=\"Open Sans||||\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"168\"]

<p>The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Other Species\" background_layout=\"dark\" text_orientation=\"left\" border_style=\"solid\" custom_margin=\"0px||0px|\" custom_padding=\"0px||5px|20px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"164\"]

<h2>Other Species</h2>

[/et_pb_text][et_pb_button admin_label=\"Oak Button\" button_url=\"/wood-color/oak/\" url_new_window=\"off\" button_text=\"OAK\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"141\" /][et_pb_button admin_label=\"Maple Button\" button_url=\"/wood-color/maple/\" url_new_window=\"off\" button_text=\"MAPLE\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"144\" /][et_pb_button admin_label=\"Hickory Button\" button_url=\"/wood-color/hickory/\" url_new_window=\"off\" button_text=\"HICKORY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"154\" /][et_pb_button admin_label=\"Cherry Button\" button_url=\"/wood-color/cherry/\" url_new_window=\"off\" button_text=\"CHERRY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"152\" /][et_pb_button admin_label=\"Knotty Button\" button_url=\"/wood-color/knotty/\" url_new_window=\"off\" button_text=\"KNOTTY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"151\" /][et_pb_button admin_label=\"Thermofoil Button\" button_url=\"/wood-color/thermofoil/\" url_new_window=\"off\" button_text=\"THERMOFOIL\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"148\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row global_parent=\"93\" background_color_1=\"#000000\" background_color_2=\"#000000\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" _builder_version=\"3.0.72\" make_equal=\"on\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" global_parent=\"93\" title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" global_parent=\"93\" title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Painted","","inherit","closed","closed","","198-revision-v1","","","2017-09-11 10:33:25","2017-09-11 14:33:25","","198","http://www.pioneercabinetry.co/uncategorized/198-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("739","1","2017-09-11 13:36:30","2017-09-11 17:36:30","[et_pb_section fb_built=\"1\" background_color=\"#ffffff\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" admin_label=\"section\" _builder_version=\"3.0.47\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Maple-Type.jpg\" align=\"center\" _builder_version=\"3.0.47\" custom_css_main_element=\"width:100%;\" animation=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"30px||20px|\" padding_mobile=\"off\" admin_label=\"Oak Section\" _builder_version=\"3.0.47\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" padding_mobile=\"on\" column_padding_mobile=\"on\" background_color_2=\"#494949\" padding_top_2=\"10px\" padding_right_2=\"0px\" padding_bottom_2=\"20px\" padding_left_2=\"0px\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"3_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Maple Text\" _builder_version=\"3.0.47\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h1>Maple</h1>
<p>Predominately off-white in color, maple is a smooth, closed-grain wood that may contain shades of brown and pink. Other characteristics include occasional fine dark mineral streaks and small black knots also known as “bird’s eyes.” Maple accepts a variety of stain colors, although random, “blotchy” patterns may occur with medium and dark stains that add to the character of this warm wood.</p>
[/et_pb_text][et_pb_text background_layout=\"dark\" admin_label=\"Standard Finishes Text\" module_class=\"finishes\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px||0px|\" custom_padding=\"10px||10px|\" global_module=\"166\" saved_tabs=\"all\"]<h3 style=\"text-align: center;\"><strong>Standard Finishes</strong></h3>
<p style=\"text-align: center;\"><span class=\"s1\">Click on a wood sample below to enlarge photo.</span></p>
[/et_pb_text][et_pb_gallery gallery_ids=\"428,422,419,423,418,420,426,429,424,425,427,421\" posts_number=\"20\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Maple Standard Gallery\" _builder_version=\"3.0.72\" title_font=\"||||\" title_font_size_tablet=\"16\" title_font_size_phone=\"16\" title_letter_spacing_tablet=\"0px\" title_letter_spacing_phone=\"0px\" title_line_height_tablet=\"1em\" title_line_height_phone=\"1em\" caption_font=\"||||\" caption_font_size_tablet=\"14\" caption_font_size_phone=\"14\" caption_letter_spacing_tablet=\"0px\" caption_letter_spacing_phone=\"0px\" caption_line_height_tablet=\"18px\" caption_line_height_phone=\"18px\" custom_css_gallery_item_title=\"text-align:center;\" global_module=\"181\" saved_tabs=\"all\"][/et_pb_gallery][et_pb_text background_layout=\"dark\" admin_label=\"Glazed Finishes Text\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px||0px|\" custom_padding=\"10px||10px|\" global_module=\"179\" saved_tabs=\"all\" module_class=\"finishes\"]<h3 style=\"text-align: center;\"><strong>Glazed Finishes </strong></h3>
<p style=\"text-align: center;\"><span class=\"s1\" style=\"font-size: 1em !important;\">Click on a wood sample below to enlarge photo.</span></p>
[/et_pb_text][et_pb_gallery gallery_ids=\"440,432,435,433,441,438,439,434,436,437\" posts_number=\"20\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Maple Glazed Gallery\" _builder_version=\"3.0.72\" title_font=\"||||\" title_font_size_tablet=\"16\" title_font_size_phone=\"16\" title_letter_spacing_tablet=\"0px\" title_letter_spacing_phone=\"0px\" title_line_height_tablet=\"1em\" title_line_height_phone=\"1em\" caption_font=\"||||\" caption_font_size_tablet=\"14\" caption_font_size_phone=\"14\" caption_letter_spacing_tablet=\"0px\" caption_letter_spacing_phone=\"0px\" caption_line_height_tablet=\"18px\" caption_line_height_phone=\"18px\" custom_css_gallery_item_title=\"text-align:center;\" global_module=\"178\" saved_tabs=\"all\"][/et_pb_gallery][et_pb_cta title=\"Need some help deciding?\" button_url=\"/find-dealer/\" button_text=\"FIND A DEALER\" admin_label=\"Contact Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"||||\" header_font_size_tablet=\"26\" header_font_size_phone=\"26\" header_letter_spacing_tablet=\"0px\" header_letter_spacing_phone=\"0px\" header_line_height_tablet=\"1em\" header_line_height_phone=\"1em\" body_font=\"||||\" body_font_size=\"17\" body_font_size_tablet=\"17\" body_font_size_phone=\"17\" body_letter_spacing_tablet=\"0px\" body_letter_spacing_phone=\"0px\" body_line_height_tablet=\"1.7em\" body_line_height_phone=\"1.7em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"10px|0px|10px|0px\" custom_margin_tablet=\"10px|0px|10px|0px\" custom_margin_phone=\"10px|0px|10px|0px\" custom_padding=\"10px|20px|20px|20px\" custom_padding_tablet=\"10px|20px|20px|20px\" custom_padding_phone=\"10px|20px|20px|20px\" button_text_size_tablet=\"20\" button_text_size_phone=\"20\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"-webkit-border-radius: 20px;||border-radius: 20px;\" global_module=\"159\" saved_tabs=\"all\"]<h4>Locate the perfect dealer to help you get started in the right direction.</h4>
[/et_pb_cta][et_pb_text background_layout=\"dark\" admin_label=\"Disclaimer Text\" _builder_version=\"3.0.72\" text_font=\"Open Sans||||\" text_font_size=\"11\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_module=\"168\" saved_tabs=\"all\"]<p>The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.</p>
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"0px\" padding_right=\"0px\" padding_top=\"10px\" column_padding_mobile=\"on\" background_color=\"#494949\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Other Species\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||5px|20px\" global_module=\"164\" saved_tabs=\"all\"]<h3>Other Species</h3>
[/et_pb_text][et_pb_button button_url=\"/wood-color/oak/\" button_text=\"OAK\" button_alignment=\"left\" admin_label=\"Oak Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"141\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/maple/\" button_text=\"MAPLE\" button_alignment=\"left\" admin_label=\"Maple Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"144\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/hickory/\" button_text=\"HICKORY\" button_alignment=\"left\" admin_label=\"Hickory Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"154\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/cherry/\" button_text=\"CHERRY\" button_alignment=\"left\" admin_label=\"Cherry Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"152\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/knotty/\" button_text=\"KNOTTY\" button_alignment=\"left\" admin_label=\"Knotty Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"151\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/painted/\" button_text=\"PAINTED\" button_alignment=\"left\" admin_label=\"Painted Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"147\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/thermofoil/\" button_text=\"THERMOFOIL\" button_alignment=\"left\" admin_label=\"Thermofoil Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"148\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Maple","","inherit","closed","closed","","173-revision-v1","","","2017-09-11 13:36:30","2017-09-11 17:36:30","","173","http://www.pioneercabinetry.co/uncategorized/173-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("517","1","2017-09-11 10:35:15","2017-09-11 14:35:15","[et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#ffffff\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Maple-Type.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_main_element=\"width:100%;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"Oak Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"30px||20px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#2b2b2b\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px|0px|0px|0px\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_color_2=\"#494949\" padding_right_2=\"0px\" padding_left_2=\"0px\" padding_top_2=\"10px\" padding_bottom_2=\"20px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Maple Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\" text_line_height=\"1.8em\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1>Maple</h1>
Predominately off-white in color, maple is a smooth, closed-grain wood that may contain shades of brown and pink. Other characteristics include occasional fine dark mineral streaks and small black knots also known as “bird’s eyes.” Maple accepts a variety of stain colors, although random, “blotchy” patterns may occur with medium and dark stains that add to the character of this warm wood.

[/et_pb_text][et_pb_text admin_label=\"Standard Finishes Text\" background_layout=\"dark\" text_orientation=\"left\" border_style=\"solid\" custom_margin=\"0px||0px|\" custom_padding=\"0px||10px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"166\"]

<h3 style=\"text-align: center;\"><strong>Standard Finishes</strong></h3>
<p style=\"text-align: center;\"><span class=\"s1\">Click on a wood sample below to enlarge photo.</span></p>

[/et_pb_text][et_pb_gallery admin_label=\"Maple Standard Gallery\" gallery_ids=\"428,422,419,423,418,420,426,429,424,425,427,421\" fullwidth=\"off\" posts_number=\"20\" show_title_and_caption=\"on\" show_pagination=\"off\" background_layout=\"dark\" hover_overlay_color=\"rgba(255,255,255,0.9)\" border_style=\"solid\" custom_css_gallery_item_title=\"text-align:center;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" orientation=\"landscape\" zoom_icon_color=\"#dd9933\" global_module=\"181\" /][et_pb_text admin_label=\"Glazed Finishes Text\" background_layout=\"dark\" text_orientation=\"left\" border_style=\"solid\" custom_margin=\"0px||0px|\" custom_padding=\"0px||10px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"179\"]

<h3 style=\"text-align: center;\"><strong>Glazed Finishes </strong></h3>
<p style=\"text-align: center;\"><span class=\"s1\" style=\"font-size: 1em !important;\">Click on a wood sample below to enlarge photo.</span></p>

[/et_pb_text][et_pb_gallery admin_label=\"Maple Glazed Gallery\" gallery_ids=\"440,432,435,433,441,438,439,434,436,437\" fullwidth=\"off\" posts_number=\"20\" show_title_and_caption=\"on\" show_pagination=\"off\" background_layout=\"dark\" hover_overlay_color=\"rgba(255,255,255,0.9)\" border_style=\"solid\" custom_css_gallery_item_title=\"text-align:center;\" _builder_version=\"3.0.72\" saved_tabs=\"all\" orientation=\"landscape\" zoom_icon_color=\"#dd9933\" global_module=\"178\" /][et_pb_cta admin_label=\"Contact Dealer CTA\" title=\"Need some help deciding?\" button_url=\"/find-dealer/\" url_new_window=\"off\" button_text=\"FIND A DEALER\" use_background_color=\"on\" background_layout=\"dark\" body_font_size=\"17\" border_style=\"solid\" custom_margin=\"10px|0px|10px|0px\" custom_padding=\"10px|20px|20px|20px\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"-webkit-border-radius: 20px;||border-radius: 20px;\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" background_color=\"#dd9933\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"on\" background_blend=\"normal\" allow_player_pause=\"off\" text_orientation=\"center\" header_font=\"||||\" header_font_size=\"26\" header_font_size_tablet=\"26\" header_font_size_phone=\"26\" header_letter_spacing=\"0px\" header_letter_spacing_tablet=\"0px\" header_letter_spacing_phone=\"0px\" header_line_height=\"1em\" header_line_height_tablet=\"1em\" header_line_height_phone=\"1em\" body_font=\"||||\" body_font_size_tablet=\"17\" body_font_size_phone=\"17\" body_letter_spacing=\"0px\" body_letter_spacing_tablet=\"0px\" body_letter_spacing_phone=\"0px\" body_line_height=\"1.7em\" body_line_height_tablet=\"1.7em\" body_line_height_phone=\"1.7em\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" custom_margin_tablet=\"10px|0px|10px|0px\" custom_margin_phone=\"10px|0px|10px|0px\" custom_padding_tablet=\"10px|20px|20px|20px\" custom_padding_phone=\"10px|20px|20px|20px\" button_text_size=\"20\" button_text_size_tablet=\"20\" button_text_size_phone=\"20\" button_border_width=\"2\" button_border_radius=\"3\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_font=\"||||\" button_use_icon=\"default\" button_on_hover=\"on\" button_border_radius_hover=\"3\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"159\"]

<h4>Locate the perfect dealer to help you get started in the right direction.</h4>

[/et_pb_cta][et_pb_text admin_label=\"Disclaimer Text\" background_layout=\"dark\" text_orientation=\"left\" border_style=\"solid\" text_font_size=\"11\" text_font=\"Open Sans||||\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"168\"]

<p>The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Other Species\" background_layout=\"dark\" text_orientation=\"left\" border_style=\"solid\" custom_margin=\"0px||0px|\" custom_padding=\"0px||5px|20px\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"164\"]

<h2>Other Species</h2>

[/et_pb_text][et_pb_button admin_label=\"Oak Button\" button_url=\"/wood-color/oak/\" url_new_window=\"off\" button_text=\"OAK\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"141\" /][et_pb_button admin_label=\"Maple Button\" button_url=\"/wood-color/maple/\" url_new_window=\"off\" button_text=\"MAPLE\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"144\" /][et_pb_button admin_label=\"Hickory Button\" button_url=\"/wood-color/hickory/\" url_new_window=\"off\" button_text=\"HICKORY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"154\" /][et_pb_button admin_label=\"Cherry Button\" button_url=\"/wood-color/cherry/\" url_new_window=\"off\" button_text=\"CHERRY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"152\" /][et_pb_button admin_label=\"Knotty Button\" button_url=\"/wood-color/knotty/\" url_new_window=\"off\" button_text=\"KNOTTY\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"151\" /][et_pb_button admin_label=\"Painted Button\" button_url=\"/wood-color/painted/\" url_new_window=\"off\" button_text=\"PAINTED\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"147\" /][et_pb_button admin_label=\"Thermofoil Button\" button_url=\"/wood-color/thermofoil/\" url_new_window=\"off\" button_text=\"THERMOFOIL\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_letter_spacing=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_icon_placement=\"right\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" _builder_version=\"3.0.72\" saved_tabs=\"all\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_use_icon=\"default\" button_on_hover=\"on\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" animation_style=\"none\" animation_repeat=\"once\" animation_direction=\"center\" animation_duration=\"1000ms\" animation_delay=\"0ms\" animation_intensity_slide=\"50%\" animation_intensity_zoom=\"50%\" animation_intensity_flip=\"50%\" animation_intensity_fold=\"50%\" animation_intensity_roll=\"50%\" animation_starting_opacity=\"0%\" animation_speed_curve=\"ease-in-out\" global_module=\"148\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row global_parent=\"93\" background_color_1=\"#000000\" background_color_2=\"#000000\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" _builder_version=\"3.0.72\" make_equal=\"on\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" global_parent=\"93\" title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

</p>
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
<p>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" global_parent=\"93\" title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

</p>
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
<p>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Maple","","inherit","closed","closed","","173-revision-v1","","","2017-09-11 10:35:15","2017-09-11 14:35:15","","173","http://www.pioneercabinetry.co/uncategorized/173-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("1054","1","2017-09-12 12:54:22","2017-09-12 16:54:22","[et_pb_section fb_built=\"1\" background_color=\"#ffffff\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" disabled_on=\"on|off|off\" admin_label=\"section\" _builder_version=\"3.0.72\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HD-DoorStyles.jpg\" align=\"center\" _builder_version=\"3.0.47\" custom_css_main_element=\"width:100%;\" animation=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row custom_padding=\"27px|0px|12px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Door Text\" _builder_version=\"3.0.72\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px|0px|0px|0px\"]<h1>Which cabinet door style would you prefer?</h1>
<p><strong><span>Pioneer Cabinetry comes in a variety of door styles. </span></strong></p>
<p><span>The photos below show the vast array of door styles offered by Pioneer. Each door style is available in a wide variety of wood species and color combinations. Please see your local Pioneer dealer for specific offerings.</span></p>
[/et_pb_text][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Disclaimer\" _builder_version=\"3.0.72\" text_font=\"||on||\" text_font_size=\"13px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"10px|||\" custom_padding=\"0px|||\"]<strong><span class=\"s1\">PLEASE NOTE: </span> </strong><span class=\"s3\">Stratford is not available in Hickory. Monaco, Madison, Mayfield, Melbourne, Fairfax, Berkey, Regency, and Dynasty are only available in Maple or Cherry.</span>
[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_gallery gallery_ids=\"541,542,536,537,538,539,540,532,533,534,535,529,530,531,524,525,526,527,528,521,522,523,519,520\" posts_number=\"20\" orientation=\"portrait\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Door Gallery\" module_class=\"fullGallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;\"][/et_pb_gallery][et_pb_text background_layout=\"dark\" admin_label=\"Disclaimer Text\" _builder_version=\"3.0.72\" text_font=\"Open Sans||on||\" text_font_size=\"11\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"20px|||\" global_module=\"168\" saved_tabs=\"all\"]<p>The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.</p>
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Door Styles","","inherit","closed","closed","","207-revision-v1","","","2017-09-12 12:54:22","2017-09-12 16:54:22","","207","http://www.pioneercabinetry.co/uncategorized/207-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("544","1","2017-09-11 10:44:19","2017-09-11 14:44:19","[et_pb_section fb_built=\"1\" background_color=\"#ffffff\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" admin_label=\"section\" _builder_version=\"3.0.47\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HD-DoorStyles.jpg\" align=\"center\" _builder_version=\"3.0.47\" custom_css_main_element=\"width:100%;\" animation=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Door Text\" _builder_version=\"3.0.47\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\"]<h1>Which cabinet door style would you prefer?</h1>
<p class=\"kicker\" style=\"text-align: center\"><strong><span class=\"s1\">Pioneer Cabinetry comes in a variety of door styles. </span></strong></p>
<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">The photos below show the vast array of door styles offered by Pioneer. Each door style is available in a wide variety of wood species and color combinations. Please see your local Pioneer dealer for specific offerings.</span></p>
[/et_pb_text][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Disclaimer\" _builder_version=\"3.0.47\" text_font_size=\"10\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"10px|||\" custom_padding=\"0px|||\"]<p class=\"p1\" style=\"text-align: center\"><strong><span class=\"s1\">PLEASE NOTE:</span> </strong><span class=\"s3\">Stratford is not available in Hickory.<br />
Monaco, Madison, Mayfield, Melbourne, Fairfax, Berkey, Regency, and Dynasty are only available in Maple or Cherry.</span></p>
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_gallery gallery_ids=\"541,542,536,537,538,539,540,532,533,534,535,529,530,531,524,525,526,527,528,521,522,523,519,520\" posts_number=\"20\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Door Gallery\" module_class=\"fullGallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;\"][/et_pb_gallery][et_pb_cta title=\"Need some help deciding?\" button_url=\"/find-dealer/\" button_text=\"FIND A DEALER\" admin_label=\"Contact Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"||||\" header_font_size_tablet=\"26\" header_font_size_phone=\"26\" header_letter_spacing_tablet=\"0px\" header_letter_spacing_phone=\"0px\" header_line_height_tablet=\"1em\" header_line_height_phone=\"1em\" body_font=\"||||\" body_font_size=\"17\" body_font_size_tablet=\"17\" body_font_size_phone=\"17\" body_letter_spacing_tablet=\"0px\" body_letter_spacing_phone=\"0px\" body_line_height_tablet=\"1.7em\" body_line_height_phone=\"1.7em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"10px|0px|10px|0px\" custom_margin_tablet=\"10px|0px|10px|0px\" custom_margin_phone=\"10px|0px|10px|0px\" custom_padding=\"10px|20px|20px|20px\" custom_padding_tablet=\"10px|20px|20px|20px\" custom_padding_phone=\"10px|20px|20px|20px\" button_text_size_tablet=\"20\" button_text_size_phone=\"20\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"-webkit-border-radius: 20px;||border-radius: 20px;\" global_module=\"159\" saved_tabs=\"all\"]<h4>Locate the perfect dealer to help you get started in the right direction.</h4>
[/et_pb_cta][et_pb_text background_layout=\"dark\" admin_label=\"Disclaimer Text\" _builder_version=\"3.0.72\" text_font=\"Open Sans||||\" text_font_size=\"11\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_module=\"168\" saved_tabs=\"all\"]<p>The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.</p>
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Door Styles","","inherit","closed","closed","","207-revision-v1","","","2017-09-11 10:44:19","2017-09-11 14:44:19","","207","http://www.pioneercabinetry.co/uncategorized/207-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("519","1","2017-09-11 10:36:47","2017-09-11 14:36:47","","Winchester","","inherit","closed","closed","","door-winchester","","","2017-09-11 10:40:19","2017-09-11 14:40:19","","207","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/door-Winchester.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("520","1","2017-09-11 10:36:48","2017-09-11 14:36:48","","Wide Stile","","inherit","closed","closed","","door-widestile","","","2017-09-11 10:40:22","2017-09-11 14:40:22","","207","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/door-WideStile.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("521","1","2017-09-11 10:36:49","2017-09-11 14:36:49","","Stratford","","inherit","closed","closed","","door-stratford","","","2017-09-11 10:40:06","2017-09-11 14:40:06","","207","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/door-Stratford.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("522","1","2017-09-11 10:36:50","2017-09-11 14:36:50","","Sterling","","inherit","closed","closed","","door-sterling","","","2017-09-11 10:40:10","2017-09-11 14:40:10","","207","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/door-Sterling.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("523","1","2017-09-11 10:36:51","2017-09-11 14:36:51","","Stacked Square","","inherit","closed","closed","","door-stackedsquare","","","2017-09-11 10:40:15","2017-09-11 14:40:15","","207","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/door-StackedSquare.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("524","1","2017-09-11 10:36:53","2017-09-11 14:36:53","","Stacked Arch","","inherit","closed","closed","","door-stackedarch","","","2017-09-11 10:39:48","2017-09-11 14:39:48","","207","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/door-StackedArch.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("525","1","2017-09-11 10:36:55","2017-09-11 14:36:55","","Square Shaker","","inherit","closed","closed","","door-squareshaker","","","2017-09-11 10:39:53","2017-09-11 14:39:53","","207","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/door-SquareShaker.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("526","1","2017-09-11 10:36:56","2017-09-11 14:36:56","","Square","","inherit","closed","closed","","door-square","","","2017-09-11 10:39:57","2017-09-11 14:39:57","","207","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/door-Square.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("527","1","2017-09-11 10:36:57","2017-09-11 14:36:57","","Sheridan","","inherit","closed","closed","","door-sheridan","","","2017-09-11 10:39:59","2017-09-11 14:39:59","","207","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/door-Sheridan.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("528","1","2017-09-11 10:36:58","2017-09-11 14:36:58","","Regency","","inherit","closed","closed","","door-regency","","","2017-09-11 10:40:04","2017-09-11 14:40:04","","207","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/door-Regency.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("529","1","2017-09-11 10:36:59","2017-09-11 14:36:59","","Providence","","inherit","closed","closed","","door-providence","","","2017-09-11 10:39:38","2017-09-11 14:39:38","","207","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/door-Providence.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("530","1","2017-09-11 10:37:00","2017-09-11 14:37:00","","Monaco","","inherit","closed","closed","","door-monaco","","","2017-09-11 10:39:41","2017-09-11 14:39:41","","207","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/door-Monaco.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("531","1","2017-09-11 10:37:01","2017-09-11 14:37:01","","Melbourne","","inherit","closed","closed","","door-melbourne","","","2017-09-11 10:39:44","2017-09-11 14:39:44","","207","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/door-Melbourne.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("532","1","2017-09-11 10:37:02","2017-09-11 14:37:02","","Mayfield","","inherit","closed","closed","","door-mayfield","","","2017-09-11 10:39:12","2017-09-11 14:39:12","","207","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/door-Mayfield.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("533","1","2017-09-11 10:37:04","2017-09-11 14:37:04","","Madison","","inherit","closed","closed","","door-madison","","","2017-09-11 10:39:28","2017-09-11 14:39:28","","207","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/door-Madison.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("534","1","2017-09-11 10:37:05","2017-09-11 14:37:05","","Farmington","","inherit","closed","closed","","door-farmington","","","2017-09-11 10:39:31","2017-09-11 14:39:31","","207","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/door-Farmington.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("535","1","2017-09-11 10:37:06","2017-09-11 14:37:06","","Fairfax","","inherit","closed","closed","","door-fairfax","","","2017-09-11 10:39:35","2017-09-11 14:39:35","","207","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/door-Fairfax.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("536","1","2017-09-11 10:37:07","2017-09-11 14:37:07","","Dynasty","","inherit","closed","closed","","door-dynasty","","","2017-09-11 10:38:46","2017-09-11 14:38:46","","207","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/door-Dynasty.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("537","1","2017-09-11 10:37:08","2017-09-11 14:37:08","","Double Arch","","inherit","closed","closed","","door-doublearch","","","2017-09-11 10:38:51","2017-09-11 14:38:51","","207","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/door-DoubleArch.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("538","1","2017-09-11 10:37:09","2017-09-11 14:37:09","","Country Arch","","inherit","closed","closed","","door-countryarch","","","2017-09-11 10:39:01","2017-09-11 14:39:01","","207","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/door-CountryArch.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("539","1","2017-09-11 10:37:10","2017-09-11 14:37:10","","Cathedral","","inherit","closed","closed","","door-cathedral","","","2017-09-11 10:39:03","2017-09-11 14:39:03","","207","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/door-Cathedral.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("540","1","2017-09-11 10:37:11","2017-09-11 14:37:11","","Broad Stile","","inherit","closed","closed","","door-broadstile","","","2017-09-11 10:39:09","2017-09-11 14:39:09","","207","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/door-BroadStile.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("541","1","2017-09-11 10:37:12","2017-09-11 14:37:12","","Berkey","","inherit","closed","closed","","door-berkey","","","2017-09-11 10:38:35","2017-09-11 14:38:35","","207","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/door-Berkey.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("542","1","2017-09-11 10:37:13","2017-09-11 14:37:13","","Arch","","inherit","closed","closed","","door-arch","","","2017-09-11 10:38:38","2017-09-11 14:38:38","","207","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/door-Arch.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("543","1","2017-09-11 10:40:27","2017-09-11 14:40:27","[et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#ffffff\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HD-DoorStyles.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_main_element=\"width:100%;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Door Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\" text_line_height=\"1.8em\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1>Which cabinet door style would you prefer?</h1>
<p class=\"kicker\" style=\"text-align: center\"><strong><span class=\"s1\">Pioneer Cabinetry comes in a variety of door styles. </span></strong></p>
<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">The photos below show the vast array of door styles offered by Pioneer. Each door style is available in a wide variety of wood species and color combinations. Please see your local Pioneer dealer for specific offerings.</span></p>

[/et_pb_text][et_pb_text admin_label=\"Disclaimer\" background_layout=\"dark\" text_orientation=\"center\" text_font_size=\"10\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"10px|||\" custom_padding=\"0px|||\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<p class=\"p1\" style=\"text-align: center\"><strong><span class=\"s1\">PLEASE NOTE:</span> </strong><span class=\"s3\">Stratford is not available in Hickory.
Monaco, Madison, Mayfield, Melbourne, Fairfax, Berkey, Regency, and Dynasty are only available in Maple or Cherry.</span></p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_gallery admin_label=\"Door Gallery\" gallery_ids=\"541,542,536,537,538,539,540,532,533,534,535,529,530,531,524,525,526,527,528,521,522,523,519,520\" fullwidth=\"off\" posts_number=\"20\" show_title_and_caption=\"on\" show_pagination=\"off\" background_layout=\"dark\" hover_overlay_color=\"rgba(255,255,255,0.9)\" border_style=\"solid\" custom_css_gallery_item_title=\"text-align:center;\" module_class=\"fullGallery\" _builder_version=\"3.0.72\" orientation=\"landscape\" zoom_icon_color=\"#dd9933\" /][et_pb_cta admin_label=\"Contact Dealer CTA\" title=\"Need some help deciding?\" button_url=\"/find-dealer/\" url_new_window=\"off\" button_text=\"FIND A DEALER\" use_background_color=\"on\" background_layout=\"dark\" body_font_size=\"17\" border_style=\"solid\" custom_margin=\"10px|0px|10px|0px\" custom_padding=\"10px|20px|20px|20px\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"-webkit-border-radius: 20px;||border-radius: 20px;\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"159\"]

<h4>Locate the perfect dealer to help you get started in the right direction.</h4>

[/et_pb_cta][et_pb_text admin_label=\"Disclaimer Text\" background_layout=\"dark\" text_orientation=\"left\" border_style=\"solid\" text_font_size=\"11\" text_font=\"Open Sans||||\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.0.72\" saved_tabs=\"all\" global_module=\"168\"]

<p>The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row global_parent=\"93\" background_color_1=\"#000000\" background_color_2=\"#000000\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" _builder_version=\"3.0.72\" make_equal=\"on\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" global_parent=\"93\" title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" global_parent=\"93\" title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Door Styles","","inherit","closed","closed","","207-revision-v1","","","2017-09-11 10:40:27","2017-09-11 14:40:27","","207","http://www.pioneercabinetry.co/uncategorized/207-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("545","1","2017-09-11 10:46:42","2017-09-11 14:46:42","[et_pb_section admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#ffffff\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HD-Generic1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_main_element=\"width:100%;\"]



[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Edge Headline\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"15px||30px|\"]

<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Edges</span></h1>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Edge Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\" text_line_height=\"1.8em\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\"]

<p class=\"kicker\" style=\"text-align: center\"><strong><span class=\"s1\">The edges of the cabinet door panels can enhance your style
and provide easy access to the interior. </span></strong></p>
<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Pioneer offers 7 different outside door edge profiles for all \"non-mitered\" door styles, they are as follows:.</span></p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#dddddd\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"F Edge Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-F.png\"]



[/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"G Edge Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-G.png\"]



[/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"K Edge Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-K.png\"]



[/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"M Edge Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-M.png\"]



[/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"R Edge Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-R.png\"]



[/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"E Edge Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-E.png\"]



[/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"S Edge Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-S.png\"]



[/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" global_module=\"587\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"on\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" custom_padding=\"10px||25px|\"][et_pb_row global_parent=\"587\" admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"||0px|\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_color_1=\"#000000\" padding_top_1=\"10px\" padding_right_1=\"10px\" padding_bottom_1=\"30px\" padding_left_1=\"10px\" background_color_2=\"#000000\" padding_top_2=\"10px\" padding_right_2=\"10px\" padding_bottom_2=\"30px\" padding_left_2=\"10px\"][et_pb_column type=\"1_2\"][et_pb_cta global_parent=\"587\" admin_label=\"Warranty CTA\" title=\"Warranty\" button_url=\"http://pioneercabinetry.net/wp/quality-care/warranty/\" url_new_window=\"off\" button_text=\"READ MORE\" use_background_color=\"off\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" button_bg_color=\"#e09900\" button_border_width=\"1\" body_font_size=\"16\"]

<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">We stand behind our craftsmanship.</span></p>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta global_parent=\"587\" admin_label=\"Dealer CTA\" title=\"Dealer Locator\" button_url=\"http://pioneercabinetry.net/wp/find-a-dealer/\" url_new_window=\"off\" button_text=\"FIND A DEALER\" use_background_color=\"off\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" button_bg_color=\"#e09900\" button_border_width=\"1\" body_font_size=\"16\"]

<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Options","","inherit","closed","closed","","237-revision-v1","","","2017-09-11 10:46:42","2017-09-11 14:46:42","","237","http://www.pioneercabinetry.co/uncategorized/237-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("546","1","2017-09-11 10:47:14","2017-09-11 14:47:14","","kitchenKnotty-1","","inherit","closed","closed","","kitchenknotty-1","","","2017-09-11 10:47:14","2017-09-11 14:47:14","","0","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/kitchenKnotty-1.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("836","1","2017-09-11 15:11:31","2017-09-11 19:11:31","[et_pb_section fb_built=\"1\" background_color=\"#ffffff\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" admin_label=\"section\" _builder_version=\"3.0.47\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HD-Generic1.jpg\" align=\"center\" _builder_version=\"3.0.47\" custom_css_main_element=\"width:100%;\" animation=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"10px||3px|\" _builder_version=\"3.0.47\"][et_pb_row custom_padding=\"27px|0px|5px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Options Headline\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px||0px|\"]<h1><span>Options</span></h1>

[/et_pb_text][et_pb_text background_layout=\"dark\" admin_label=\"Options Text\" _builder_version=\"3.0.72\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\"]<strong>Each option below can turn a standard cabinet into a personalized cabinetry.</strong><br>
<span>Combinations of these options can help set your Pioneer cabinetry apart from the rest.</span>
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"3px||10px|\" _builder_version=\"3.0.72\" custom_css_main_element=\"border-top:1px solid #444444;\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Drawer Head Styles Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h2>Drawer Head Styles</h2>
<p>Pioneer offers 8 different drawer heads for the \"standard\" door styles, examples are below.</p>
[/et_pb_text][et_pb_gallery gallery_ids=\"554,553,552,551,550,555,549,548\" posts_number=\"8\" show_title_and_caption=\"off\" show_pagination=\"off\" admin_label=\"DrawerHead Gallery\" _builder_version=\"3.0.72\" global_module=\"580\" saved_tabs=\"all\"][/et_pb_gallery][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"3px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.72\" inner_shadow=\"on\" custom_css_main_element=\"border-top:1px solid #444444;\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Glazing Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h2>Glazing</h2>
<p>The \"Olde World\" look of glazing cabinetry is a great way to give your home a unique and classic look. A glazed finish is achieved by applying the glaze over the entire surface of all finished parts, then wiping the glaze off by hand. The result is stunning, as the glaze will \"hang-up\" unevenly in corners, profiled edges and end grain of each glazed component. It is recommended that the homeowners view an actual door sample or display before selecting a glazed finish, as color variations will occur between individual cabinet components.</p>
[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_gallery gallery_ids=\"557,558,559,560,561\" posts_number=\"12\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Glazes Gallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;\" custom_css_gallery_item_caption=\"text-align:center;\" global_module=\"581\" saved_tabs=\"all\"][/et_pb_gallery][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"3px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.72\" custom_css_main_element=\"border-top:1px solid #444444;\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Finishing Techniques Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h2>Finishing Techniques</h2>
<p>Create beauty and character with any of our custom finish techniques. Available in most standard Pioneer paints/tinted varnishes, stains and glazes. Since no two manufacturers are alike, it is recommended that homeowners view an actual door sample or display before finalizing any cabinet color/finishing technique selection.</p>
[/et_pb_text][et_pb_gallery gallery_ids=\"562,563,564,565\" posts_number=\"4\" orientation=\"portrait\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Finishing Gallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;font-size:1em !important;\" custom_css_gallery_item_caption=\"text-align:center;\" global_module=\"582\" saved_tabs=\"all\"][/et_pb_gallery][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"3px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.72\" inner_shadow=\"on\" custom_css_main_element=\"border-top:1px solid #444444;\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/kitchenKnotty-1.jpg\" align=\"center\" admin_label=\"Knotty Image\" _builder_version=\"3.0.72\" animation_direction=\"off\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Knotty Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h2>Knotty</h2>
<p><strong>At Pioneer we love the look of real wood with all its natural properties.</strong><br />
For those of you who also like the rustic look, this option might be for you. Pioneer, for our standard cabinetry, cuts around these natural knots. In our knotty option, we leave them in and sort through them to give you a natural looking option.</p>
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"3px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.72\" custom_css_main_element=\"border-top:1px solid #444444;\"][et_pb_row custom_padding=\"0px|0px|30px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Plywood Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h2>Plywood Construction</h2>
<p>All the flexibility you’ve come to expect from Pioneer with the added feature of plywood construction. If you choose this option, then you will receive full ½” plywood box construction. Pioneer uses only the best domestic plywood, no Chinese imports! Our sanded and calibrated plywood core provides the greatest opportunity for a smooth and consistent finished product.</p>
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Options","","inherit","closed","closed","","237-revision-v1","","","2017-09-11 15:11:31","2017-09-11 19:11:31","","237","http://www.pioneercabinetry.co/uncategorized/237-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("547","1","2017-09-11 10:47:24","2017-09-11 14:47:24","[et_pb_section admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#ffffff\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HD-Generic1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_main_element=\"width:100%;\"]



[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Options Headline\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"15px||30px|\"]

<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Options</span></h1>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Options Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\" text_line_height=\"1.8em\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\"]

<p class=\"kicker\" style=\"text-align: center\"><strong><span class=\"s1\">Each option below can turn a standard cabinet into a personalized cabinetry. </span></strong></p>
<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Combinations of these options can help set your Pioneer cabinetry apart from the rest.</span></p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Drawer Head Styles Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<h2>Drawer Head Styles</h2>
Pioneer offers 8 different drawer heads for the \"standard\" door styles, examples are below.

[/et_pb_text][et_pb_gallery admin_label=\"DrawerHead Gallery\" gallery_ids=\"667,666,665,664,663,668,662,661\" fullwidth=\"off\" show_title_and_caption=\"off\" show_pagination=\"off\" background_layout=\"light\" auto=\"off\" hover_overlay_color=\"rgba(255,255,255,0.9)\" caption_all_caps=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" posts_number=\"8\" saved_tabs=\"all\" global_module=\"684\"]



[/et_pb_gallery][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Glazing Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<h2>Glazing</h2>
The \"Olde World\" look of glazing cabinetry is a great way to give your home a unique and classic look. A glazed finish is achieved by applying the glaze over the entire surface of all finished parts, then wiping the glaze off by hand. The result is stunning, as the glaze will \"hang-up\" unevenly in corners, profiled edges and end grain of each glazed component. It is recommended that the homeowners view an actual door sample or display before selecting a glazed finish, as color variations will occur between individual cabinet components.

[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_gallery admin_label=\"Glazes Gallery\" gallery_ids=\"671,672,673,674,675\" fullwidth=\"off\" show_title_and_caption=\"on\" show_pagination=\"off\" background_layout=\"light\" auto=\"off\" hover_overlay_color=\"rgba(255,255,255,0.9)\" caption_all_caps=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" posts_number=\"12\" custom_css_gallery_item_title=\"text-align:center;\" custom_css_gallery_item_caption=\"text-align:center;\" saved_tabs=\"all\" global_module=\"683\"]



[/et_pb_gallery][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Finishing Techniques Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<h2>Finishing Techniques</h2>
Create beauty and character with any of our custom finish techniques. Available in most standard Pioneer paints/tinted varnishes, stains and glazes. Since no two manufacturers are alike, it is recommended that homeowners view an actual door sample or display before finalizing any cabinet color/finishing technique selection.

[/et_pb_text][et_pb_gallery admin_label=\"Finishing Gallery\" gallery_ids=\"646,647,648,649\" fullwidth=\"off\" show_title_and_caption=\"on\" show_pagination=\"off\" background_layout=\"light\" auto=\"off\" hover_overlay_color=\"rgba(255,255,255,0.9)\" caption_all_caps=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_gallery_item_title=\"text-align:center;\" custom_css_gallery_item_caption=\"text-align:center;\" saved_tabs=\"all\" global_module=\"685\"]



[/et_pb_gallery][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"2_3\"][et_pb_image admin_label=\"Knotty Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/kitchenKnotty-1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]



[/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Knotty Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<h2>Knotty</h2>
<strong>At Pioneer we love the look of real wood with all its natural properties.</strong>
For those of you who also like the rustic look, this option might be for you. Pioneer, for our standard cabinetry, cuts around these natural knots. In our knotty option, we leave them in and sort through them to give you a natural looking option.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Plywood Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<h2>Plywood Construction</h2>
All the flexibility you’ve come to expect from Pioneer with the added feature of plywood construction. If you choose this option, then you will receive full ½” plywood box construction. Pioneer uses only the best domestic plywood, no Chinese imports! Our sanded and calibrated plywood core provides the greatest opportunity for a smooth and consistent finished product.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" global_module=\"587\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"on\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" custom_padding=\"10px||25px|\"][et_pb_row global_parent=\"587\" admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"||0px|\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_color_1=\"#000000\" padding_top_1=\"10px\" padding_right_1=\"10px\" padding_bottom_1=\"30px\" padding_left_1=\"10px\" background_color_2=\"#000000\" padding_top_2=\"10px\" padding_right_2=\"10px\" padding_bottom_2=\"30px\" padding_left_2=\"10px\"][et_pb_column type=\"1_2\"][et_pb_cta global_parent=\"587\" admin_label=\"Warranty CTA\" title=\"Warranty\" button_url=\"http://pioneercabinetry.net/wp/quality-care/warranty/\" url_new_window=\"off\" button_text=\"READ MORE\" use_background_color=\"off\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" button_bg_color=\"#e09900\" button_border_width=\"1\" body_font_size=\"16\"]

<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">We stand behind our craftsmanship.</span></p>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta global_parent=\"587\" admin_label=\"Dealer CTA\" title=\"Dealer Locator\" button_url=\"http://pioneercabinetry.net/wp/find-a-dealer/\" url_new_window=\"off\" button_text=\"FIND A DEALER\" use_background_color=\"off\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" button_bg_color=\"#e09900\" button_border_width=\"1\" body_font_size=\"16\"]

<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Options","","inherit","closed","closed","","237-revision-v1","","","2017-09-11 10:47:24","2017-09-11 14:47:24","","237","http://www.pioneercabinetry.co/uncategorized/237-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("798","1","2017-09-11 14:39:38","2017-09-11 18:39:38","[et_pb_gallery gallery_ids=\"562,563,564,565\" posts_number=\"4\" orientation=\"portrait\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Finishing Gallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;font-size:1em !important;\" custom_css_gallery_item_caption=\"text-align:center;\" saved_tabs=\"all\" template_type=\"module\" fullwidth=\"off\" show_title_and_caption=\"on\" animation_style=\"none\" module_class=\"fullGallery\"][/et_pb_gallery]","Finishing Gallery","","inherit","closed","closed","","582-revision-v1","","","2017-09-11 14:39:38","2017-09-11 18:39:38","","582","http://www.pioneercabinetry.co/uncategorized/582-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("801","1","2017-09-11 14:42:21","2017-09-11 18:42:21","[et_pb_section fb_built=\"1\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" admin_label=\"section\" _builder_version=\"3.0.47\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Find Style Headline\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"15px||30px|\"]

<h1 class=\"p1\" style=\"text-align: center;\"><span class=\"s1\">Find Your Style</span></h1>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"rgba(0,0,0,0.63)\" custom_padding=\"10px||0px|\" _builder_version=\"3.0.72\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"off\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Find Your Style Text\" _builder_version=\"3.0.72\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\"]

<h4 class=\"kicker\"><span class=\"s1\">The task of picking out your cabinets can be a little overwhelming, so we made it a little easier for you to explore the different areas of cabinetry. </span></h4><p><strong><span class=\"s1\">Click on the buttons below to explore each topic.</span></strong></p>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px|||\" padding_mobile=\"off\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_button button_url=\"#wood\" button_text=\"LEARN ABOUT WOOD\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Wood Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"#panels\" button_text=\"SELECT PANEL STYLE\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Panel Button\" _builder_version=\"3.0.47\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_button button_url=\"#doors\" button_text=\"DOOR STYLES\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Doors Button\" _builder_version=\"3.0.47\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"#edges\" button_text=\"LEARN ABOUT EDGES\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Edges Button\" _builder_version=\"3.0.47\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_button button_url=\"#overlays\" button_text=\"OVERLAYS & HINGING\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Overlay Button\" _builder_version=\"3.0.47\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"#options\" button_text=\"OTHER OPTIONS\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Options Button\" _builder_version=\"3.0.47\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" module_id=\"wood\" _builder_version=\"3.0.72\" collapsed=\"off\" custom_padding=\"16px|0px|29px|0px\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Wood Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Learning About Wood Species</h2>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Oak.jpg\" align=\"center\" admin_label=\"Oak Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/oak/\" button_text=\"MORE ABOUT OAK\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Oak Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Oak Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p>Oak, the mainstay of the cabinet and furniture industry, offers depth in color from pink to white and light brown.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Maple.jpg\" align=\"center\" admin_label=\"Maple Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/maple/\" button_text=\"MORE ABOUT MAPLE\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Maple Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Maple Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p>Predominately off-white in color, maple is a smooth, closed-grain wood that may contain shades of brown and pink.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Hickory-Type.jpg\" align=\"center\" admin_label=\"Hickory Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/hickory/\" button_text=\"MORE ABOUT HICKORY\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Hickory Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Hickory Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p>Hickory is a very “wild” wood, known for its wide spectrum of color that can range from white to dark brown and can also feature wormholes and black knots.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"10px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Cherry-Type.jpg\" align=\"center\" admin_label=\"Cherry Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/cherry/\" button_text=\"MORE ABOUT CHERRY\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Cherry Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Cherry Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p>Cherry is a multi-colored wood characterized by shades of red, white and brown.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Knotty-Type.jpg\" align=\"center\" admin_label=\"Knotty Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/knotty/\" button_text=\"MORE ABOUT KNOTTY\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Knotty Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Knotty Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p>At Pioneer we love the look of real wood with all its natural properties.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Painted-Type.jpg\" align=\"center\" admin_label=\"Painted Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/painted/\" button_text=\"MORE ABOUT PAINTED\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Painted Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Painted Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p>Tinted varnishes, which give cabinets a \"painted look,\" are one of today’s hottest trends in cabinetry.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"10px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Thermofoil-Type.jpg\" align=\"center\" admin_label=\"Thermofoil Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/thermofoil/\" button_text=\"MORE ABOUT THERMOFOIL\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Thermofoil Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Thermofoil Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p>White, Snow and Ivory thermofoil door cabinets offer an alternative to the typical wood/stained cabinet.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" module_id=\"doors\" _builder_version=\"3.0.72\" custom_padding=\"21px|0px|31px|0px\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"3_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Door Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Pioneer Cabinetry comes in a variety of door styles.</h2><h4>Which door style would you prefer?</h4><p>The photos below are just an example of the vast array of door styles offered by Pioneer. Each door style is available in a wide variety of wood species and color combinations. Please visit our Door Style page to discover more options.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_button button_url=\"/door-styles/\" button_text=\"SEE MORE DOORS\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Door Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_gallery gallery_ids=\"541,542,536,537\" posts_number=\"4\" orientation=\"portrait\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Door Gallery\" module_class=\"fullGallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;\"][/et_pb_gallery][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" module_id=\"overlays\" _builder_version=\"3.0.47\" custom_padding=\"21px|0px|54px|0px\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"3_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Overlays Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Overlay & Hinging</h2><p>Overlays affect how much of the cabinet frame shows, and can dramatically change the appearance of your cabinets. From a traditional look to a more contemporary style, choosing the correct overlay starts below.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_button button_url=\"/overlays-hinging/\" button_text=\"READ MORE ...\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Overlays Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/SemiConcealedKnife.png\" align=\"center\" admin_label=\"Semi Concealed Hinge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Semi-Concealed Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>1/2\" Overlay Semi-Concealed Knife Hinge</strong></p><p style=\"text-align: center;\">Allows the cabinet frame to be exposed between doors or drawers for a traditional look.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HalfConcealedCup.png\" align=\"center\" admin_label=\"Half Concealed Cup Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Concealed Cup Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>1/2\" Overlay Concealed Cup Hinge</strong></p><p style=\"text-align: center;\">Allows the cabinet frame to be exposed between doors or drawers for a traditional look.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/FullConcealedCup.png\" align=\"center\" admin_label=\"Full Concealed Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Full Concealed Cup Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>Full Overlay Concealed Cup Hinge</strong></p><p style=\"text-align: center;\">Concealed hinges are hidden from view with this design, very little of the cabinet frame shows around each door panel or drawer front creating a seamless, modern appearance.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/DesignerConcealedCup.png\" align=\"center\" admin_label=\"Designer Concealed Cup Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Designer Concealed Cup Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>Designer Overlay Concealed Cup Hinge</strong></p><p style=\"text-align: center;\">Concealed hinges are hidden from view and allow you to see only the surface of your cabinet door. The Designer Overlay design creates a very clean design look.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" padding_mobile=\"off\" module_id=\"panels\" _builder_version=\"3.0.47\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Panels Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Door panels are the most visible part of your cabinetry and define your style.</h2><p>Pioneer offers many unique choices including flat, beaded, raised, detailed and solid.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" parallax_method_4=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Flat.png\" align=\"center\" admin_label=\"Flat Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Flat Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>Flat - F / Solid - S</strong></p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Beaded.png\" align=\"center\" admin_label=\"Beaded Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Beaded Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>Beaded - B</strong></p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Raised.png\" align=\"center\" admin_label=\"Raised Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Raised Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>Raised - R</strong></p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Detailed.png\" align=\"center\" admin_label=\"Detailed Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Detailed Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>Detailed - D</strong></p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" padding_mobile=\"off\" module_id=\"edges\" _builder_version=\"3.0.47\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Edges Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>The edges of the cabinet door panels can enhance your style and provide easy access to the interior.</h2><p>Pioneer offers 7 different outside door edge profiles for all \'non-mitered\' door styles, they are as follows:</p>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" parallax_method_4=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-F.png\" align=\"center\" admin_label=\"F Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-G.png\" align=\"center\" admin_label=\"G Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-K.png\" align=\"center\" admin_label=\"K Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-M.png\" align=\"center\" admin_label=\"M Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-R.png\" align=\"center\" admin_label=\"R Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-E.png\" align=\"center\" admin_label=\"E Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-S.png\" align=\"center\" admin_label=\"S Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" padding_mobile=\"off\" module_id=\"options\" _builder_version=\"3.0.47\"][et_pb_row custom_padding=\"||20px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Options Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Each option below turns a standard cabinet into your personalized cabinetry.</h2><p>Combinations of these options can help set your Pioneer cabinetry apart from the rest.</p>

[/et_pb_text][et_pb_divider color=\"rgba(0,0,0,0.46)\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" _builder_version=\"3.0.47\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||20px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Drawer Heads Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Drawer Head Styles</h2><p>Pioneer offers 8 different drawer heads for the \'standard\' door styles, examples are below.</p>

[/et_pb_text][et_pb_gallery gallery_ids=\"554,553,552,551,550,555,549,548\" posts_number=\"8\" show_title_and_caption=\"off\" show_pagination=\"off\" admin_label=\"DrawerHead Gallery\" _builder_version=\"3.0.72\" global_module=\"580\" saved_tabs=\"all\"][/et_pb_gallery][et_pb_divider color=\"rgba(0,0,0,0.46)\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" _builder_version=\"3.0.47\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||20px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Glazing Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Glazing Styles</h2><p>The \"Olde World\" look of glazing cabinetry is a great way to give your home a unique and classic look. A glazed finish is achieved by applying the glaze over the entire surface of all finished parts, then wiping the glaze off by hand. The result is stunning, as the glaze will \"hang-up\" unevenly in corners, profiled edges and end grain of each glazed component. It is recommended that the homeowners view an actual door sample or display before selecting a glazed finish, as color variations will occur between individual cabinet components.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_gallery gallery_ids=\"557,558,559,560,561\" posts_number=\"12\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Glazes Gallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;\" custom_css_gallery_item_caption=\"text-align:center;\" global_module=\"581\" saved_tabs=\"all\"][/et_pb_gallery][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||20px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_divider color=\"rgba(0,0,0,0.46)\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" _builder_version=\"3.0.47\"][/et_pb_divider][et_pb_text background_layout=\"dark\" admin_label=\"Finishing Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Finishing Techniques</h2><p>Create beauty and character with any of our custom finish techniques. Available in most standard Pioneer paints/tinted varnishes, stains and glazes. Since no two manufacturers are alike, it is recommended that homeowners view an actual door sample or display before finalizing any cabinet color/finishing technique selection.</p>

[/et_pb_text][et_pb_gallery gallery_ids=\"562,563,564,565\" posts_number=\"4\" orientation=\"portrait\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Finishing Gallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;font-size:1em !important;\" custom_css_gallery_item_caption=\"text-align:center;\" global_module=\"582\" saved_tabs=\"all\"][/et_pb_gallery][et_pb_divider color=\"rgba(0,0,0,0.46)\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" _builder_version=\"3.0.47\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||20px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Knotty Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Knotty</h2><h4>At Pioneer we love the look of real wood with all its natural properties.</h4><p>For those of you who also like the rustic look, this option might be for you. Pioneer, for our standard cabinetry, cuts around these natural knots. In our knotty option, we leave them in and sort through them to give you a natural looking option.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/kitchenKnotty-1.jpg\" align=\"center\" admin_label=\"Knotty Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Plywood Construction Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Plywood Construction</h2><p>All the flexibility you’ve come to expect from Pioneer with the added feature of plywood construction. If you choose this option, then you will receive full ½” plywood box construction. Pioneer uses only the best domestic plywood, no Chinese imports! Our sanded and calibrated plywood core provides the greatest opportunity for a smooth and consistent finished product.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Find You Style","","inherit","closed","closed","","241-revision-v1","","","2017-09-11 14:42:21","2017-09-11 18:42:21","","241","http://www.pioneercabinetry.co/uncategorized/241-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("799","1","2017-09-11 14:39:40","2017-09-11 18:39:40","[et_pb_section fb_built=\"1\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" admin_label=\"section\" _builder_version=\"3.0.47\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Find Style Headline\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"15px||30px|\"]

<h1 class=\"p1\" style=\"text-align: center;\"><span class=\"s1\">Find Your Style</span></h1>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"off\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Find Your Style Text\" _builder_version=\"3.0.47\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\"]

<h2 class=\"kicker\" style=\"text-align: center;\"><span class=\"s1\">The task of picking out your cabinets can be a little overwhelming, so we made it a little easier for you to explore the different areas of cabinetry. </span></h2><p class=\"p1\" style=\"text-align: center;\"><strong><span class=\"s1\">Click on the buttons below to explore each topic.</span></strong></p>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px|||\" padding_mobile=\"off\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_button button_url=\"#wood\" button_text=\"LEARN ABOUT WOOD\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Wood Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"#panels\" button_text=\"SELECT PANEL STYLE\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Panel Button\" _builder_version=\"3.0.47\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_button button_url=\"#doors\" button_text=\"DOOR STYLES\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Doors Button\" _builder_version=\"3.0.47\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"#edges\" button_text=\"LEARN ABOUT EDGES\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Edges Button\" _builder_version=\"3.0.47\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_button button_url=\"#overlays\" button_text=\"OVERLAYS & HINGING\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Overlay Button\" _builder_version=\"3.0.47\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"#options\" button_text=\"OTHER OPTIONS\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Options Button\" _builder_version=\"3.0.47\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" padding_mobile=\"off\" module_id=\"wood\" _builder_version=\"3.0.72\" collapsed=\"off\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Wood Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Learning About Wood Species</h2>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Oak.jpg\" align=\"center\" admin_label=\"Oak Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/oak/\" button_text=\"MORE ABOUT OAK\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Oak Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Oak Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p>Oak, the mainstay of the cabinet and furniture industry, offers depth in color from pink to white and light brown.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Maple.jpg\" align=\"center\" admin_label=\"Maple Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/maple/\" button_text=\"MORE ABOUT MAPLE\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Maple Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Maple Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p>Predominately off-white in color, maple is a smooth, closed-grain wood that may contain shades of brown and pink.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Hickory-Type.jpg\" align=\"center\" admin_label=\"Hickory Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/hickory/\" button_text=\"MORE ABOUT HICKORY\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Hickory Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Hickory Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p>Hickory is a very “wild” wood, known for its wide spectrum of color that can range from white to dark brown and can also feature wormholes and black knots.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"10px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Cherry-Type.jpg\" align=\"center\" admin_label=\"Cherry Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/cherry/\" button_text=\"MORE ABOUT CHERRY\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Cherry Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Cherry Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p>Cherry is a multi-colored wood characterized by shades of red, white and brown.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Knotty-Type.jpg\" align=\"center\" admin_label=\"Knotty Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/knotty/\" button_text=\"MORE ABOUT KNOTTY\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Knotty Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Knotty Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p>At Pioneer we love the look of real wood with all its natural properties.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Painted-Type.jpg\" align=\"center\" admin_label=\"Painted Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/painted/\" button_text=\"MORE ABOUT PAINTED\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Painted Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Painted Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p>Tinted varnishes, which give cabinets a \"painted look,\" are one of today’s hottest trends in cabinetry.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"10px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Thermofoil-Type.jpg\" align=\"center\" admin_label=\"Thermofoil Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/thermofoil/\" button_text=\"MORE ABOUT THERMOFOIL\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Thermofoil Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Thermofoil Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p>White, Snow and Ivory thermofoil door cabinets offer an alternative to the typical wood/stained cabinet.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" padding_mobile=\"off\" module_id=\"doors\" _builder_version=\"3.0.47\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"3_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Door Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Pioneer Cabinetry comes in a variety of door styles.</h2><h4>Which door style would you prefer?</h4><p>The photos below are just an example of the vast array of door styles offered by Pioneer. Each door style is available in a wide variety of wood species and color combinations. Please visit our Door Style page to discover more options.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_button button_url=\"/door-styles/\" button_text=\"SEE MORE DOORS\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Door Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_gallery gallery_ids=\"541,542,536,537\" posts_number=\"4\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Door Gallery\" module_class=\"fullGallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;\" orientation=\"portrait\"][/et_pb_gallery][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" padding_mobile=\"off\" module_id=\"overlays\" _builder_version=\"3.0.47\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"3_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Overlays Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Overlay & Hinging</h2><p>Overlays affect how much of the cabinet frame shows, and can dramatically change the appearance of your cabinets. From a traditional look to a more contemporary style, choosing the correct overlay starts below.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_button button_url=\"/overlays-hinging/\" button_text=\"READ MORE ...\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Overlays Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/SemiConcealedKnife.png\" align=\"center\" admin_label=\"Semi Concealed Hinge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Semi-Concealed Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>1/2\" Overlay Semi-Concealed Knife Hinge</strong></p><p style=\"text-align: center;\">Allows the cabinet frame to be exposed between doors or drawers for a traditional look.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HalfConcealedCup.png\" align=\"center\" admin_label=\"Half Concealed Cup Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Concealed Cup Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>1/2\" Overlay Concealed Cup Hinge</strong></p><p style=\"text-align: center;\">Allows the cabinet frame to be exposed between doors or drawers for a traditional look.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/FullConcealedCup.png\" align=\"center\" admin_label=\"Full Concealed Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Full Concealed Cup Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>Full Overlay Concealed Cup Hinge</strong></p><p style=\"text-align: center;\">Concealed hinges are hidden from view with this design, very little of the cabinet frame shows around each door panel or drawer front creating a seamless, modern appearance.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/DesignerConcealedCup.png\" align=\"center\" admin_label=\"Designer Concealed Cup Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Designer Concealed Cup Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>Designer Overlay Concealed Cup Hinge</strong></p><p style=\"text-align: center;\">Concealed hinges are hidden from view and allow you to see only the surface of your cabinet door. The Designer Overlay design creates a very clean design look.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" padding_mobile=\"off\" module_id=\"panels\" _builder_version=\"3.0.47\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Panels Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Door panels are the most visible part of your cabinetry and define your style.</h2><p>Pioneer offers many unique choices including flat, beaded, raised, detailed and solid.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" parallax_method_4=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Flat.png\" align=\"center\" admin_label=\"Flat Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Flat Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>Flat - F / Solid - S</strong></p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Beaded.png\" align=\"center\" admin_label=\"Beaded Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Beaded Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>Beaded - B</strong></p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Raised.png\" align=\"center\" admin_label=\"Raised Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Raised Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>Raised - R</strong></p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Detailed.png\" align=\"center\" admin_label=\"Detailed Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Detailed Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>Detailed - D</strong></p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" padding_mobile=\"off\" module_id=\"edges\" _builder_version=\"3.0.47\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Edges Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>The edges of the cabinet door panels can enhance your style and provide easy access to the interior.</h2><p>Pioneer offers 7 different outside door edge profiles for all \'non-mitered\' door styles, they are as follows:</p>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" parallax_method_4=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-F.png\" align=\"center\" admin_label=\"F Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-G.png\" align=\"center\" admin_label=\"G Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-K.png\" align=\"center\" admin_label=\"K Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-M.png\" align=\"center\" admin_label=\"M Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-R.png\" align=\"center\" admin_label=\"R Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-E.png\" align=\"center\" admin_label=\"E Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-S.png\" align=\"center\" admin_label=\"S Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" padding_mobile=\"off\" module_id=\"options\" _builder_version=\"3.0.47\"][et_pb_row custom_padding=\"||20px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Options Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Each option below turns a standard cabinet into your personalized cabinetry.</h2><p>Combinations of these options can help set your Pioneer cabinetry apart from the rest.</p>

[/et_pb_text][et_pb_divider color=\"rgba(0,0,0,0.46)\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" _builder_version=\"3.0.47\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||20px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Drawer Heads Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Drawer Head Styles</h2><p>Pioneer offers 8 different drawer heads for the \'standard\' door styles, examples are below.</p>

[/et_pb_text][et_pb_gallery gallery_ids=\"554,553,552,551,550,555,549,548\" posts_number=\"8\" show_title_and_caption=\"off\" show_pagination=\"off\" admin_label=\"DrawerHead Gallery\" _builder_version=\"3.0.72\" global_module=\"580\" saved_tabs=\"all\"][/et_pb_gallery][et_pb_divider color=\"rgba(0,0,0,0.46)\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" _builder_version=\"3.0.47\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||20px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Glazing Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Glazing Styles</h2><p>The \"Olde World\" look of glazing cabinetry is a great way to give your home a unique and classic look. A glazed finish is achieved by applying the glaze over the entire surface of all finished parts, then wiping the glaze off by hand. The result is stunning, as the glaze will \"hang-up\" unevenly in corners, profiled edges and end grain of each glazed component. It is recommended that the homeowners view an actual door sample or display before selecting a glazed finish, as color variations will occur between individual cabinet components.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_gallery gallery_ids=\"557,558,559,560,561\" posts_number=\"12\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Glazes Gallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;\" custom_css_gallery_item_caption=\"text-align:center;\" global_module=\"581\" saved_tabs=\"all\"][/et_pb_gallery][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||20px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_divider color=\"rgba(0,0,0,0.46)\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" _builder_version=\"3.0.47\"][/et_pb_divider][et_pb_text background_layout=\"dark\" admin_label=\"Finishing Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Finishing Techniques</h2><p>Create beauty and character with any of our custom finish techniques. Available in most standard Pioneer paints/tinted varnishes, stains and glazes. Since no two manufacturers are alike, it is recommended that homeowners view an actual door sample or display before finalizing any cabinet color/finishing technique selection.</p>

[/et_pb_text][et_pb_gallery gallery_ids=\"562,563,564,565\" posts_number=\"4\" orientation=\"portrait\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Finishing Gallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;font-size:1em !important;\" custom_css_gallery_item_caption=\"text-align:center;\" global_module=\"582\" saved_tabs=\"all\" module_class=\"fullGallery\"][/et_pb_gallery][et_pb_divider color=\"rgba(0,0,0,0.46)\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" _builder_version=\"3.0.47\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||20px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Knotty Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Knotty</h2><h4>At Pioneer we love the look of real wood with all its natural properties.</h4><p>For those of you who also like the rustic look, this option might be for you. Pioneer, for our standard cabinetry, cuts around these natural knots. In our knotty option, we leave them in and sort through them to give you a natural looking option.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/kitchenKnotty-1.jpg\" align=\"center\" admin_label=\"Knotty Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Plywood Construction Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Plywood Construction</h2><p>All the flexibility you’ve come to expect from Pioneer with the added feature of plywood construction. If you choose this option, then you will receive full ½” plywood box construction. Pioneer uses only the best domestic plywood, no Chinese imports! Our sanded and calibrated plywood core provides the greatest opportunity for a smooth and consistent finished product.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Find You Style","","inherit","closed","closed","","241-revision-v1","","","2017-09-11 14:39:40","2017-09-11 18:39:40","","241","http://www.pioneercabinetry.co/uncategorized/241-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("797","1","2017-09-11 14:39:08","2017-09-11 18:39:08","[et_pb_section fb_built=\"1\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" admin_label=\"section\" _builder_version=\"3.0.47\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Find Style Headline\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"15px||30px|\"]

<h1 class=\"p1\" style=\"text-align: center;\"><span class=\"s1\">Find Your Style</span></h1>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"off\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Find Your Style Text\" _builder_version=\"3.0.47\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\"]

<h2 class=\"kicker\" style=\"text-align: center;\"><span class=\"s1\">The task of picking out your cabinets can be a little overwhelming, so we made it a little easier for you to explore the different areas of cabinetry. </span></h2><p class=\"p1\" style=\"text-align: center;\"><strong><span class=\"s1\">Click on the buttons below to explore each topic.</span></strong></p>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px|||\" padding_mobile=\"off\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_button button_url=\"#wood\" button_text=\"LEARN ABOUT WOOD\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Wood Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"#panels\" button_text=\"SELECT PANEL STYLE\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Panel Button\" _builder_version=\"3.0.47\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_button button_url=\"#doors\" button_text=\"DOOR STYLES\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Doors Button\" _builder_version=\"3.0.47\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"#edges\" button_text=\"LEARN ABOUT EDGES\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Edges Button\" _builder_version=\"3.0.47\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_button button_url=\"#overlays\" button_text=\"OVERLAYS & HINGING\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Overlay Button\" _builder_version=\"3.0.47\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"#options\" button_text=\"OTHER OPTIONS\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Options Button\" _builder_version=\"3.0.47\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" padding_mobile=\"off\" module_id=\"wood\" _builder_version=\"3.0.72\" collapsed=\"off\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Wood Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Learning About Wood Species</h2>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Oak.jpg\" align=\"center\" admin_label=\"Oak Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/oak/\" button_text=\"MORE ABOUT OAK\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Oak Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Oak Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p>Oak, the mainstay of the cabinet and furniture industry, offers depth in color from pink to white and light brown.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Maple.jpg\" align=\"center\" admin_label=\"Maple Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/maple/\" button_text=\"MORE ABOUT MAPLE\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Maple Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Maple Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p>Predominately off-white in color, maple is a smooth, closed-grain wood that may contain shades of brown and pink.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Hickory-Type.jpg\" align=\"center\" admin_label=\"Hickory Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/hickory/\" button_text=\"MORE ABOUT HICKORY\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Hickory Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Hickory Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p>Hickory is a very “wild” wood, known for its wide spectrum of color that can range from white to dark brown and can also feature wormholes and black knots.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"10px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Cherry-Type.jpg\" align=\"center\" admin_label=\"Cherry Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/cherry/\" button_text=\"MORE ABOUT CHERRY\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Cherry Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Cherry Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p>Cherry is a multi-colored wood characterized by shades of red, white and brown.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Knotty-Type.jpg\" align=\"center\" admin_label=\"Knotty Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/knotty/\" button_text=\"MORE ABOUT KNOTTY\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Knotty Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Knotty Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p>At Pioneer we love the look of real wood with all its natural properties.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Painted-Type.jpg\" align=\"center\" admin_label=\"Painted Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/painted/\" button_text=\"MORE ABOUT PAINTED\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Painted Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Painted Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p>Tinted varnishes, which give cabinets a \"painted look,\" are one of today’s hottest trends in cabinetry.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"10px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Thermofoil-Type.jpg\" align=\"center\" admin_label=\"Thermofoil Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/thermofoil/\" button_text=\"MORE ABOUT THERMOFOIL\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Thermofoil Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Thermofoil Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p>White, Snow and Ivory thermofoil door cabinets offer an alternative to the typical wood/stained cabinet.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" padding_mobile=\"off\" module_id=\"doors\" _builder_version=\"3.0.47\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"3_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Door Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Pioneer Cabinetry comes in a variety of door styles.</h2><h4>Which door style would you prefer?</h4><p>The photos below are just an example of the vast array of door styles offered by Pioneer. Each door style is available in a wide variety of wood species and color combinations. Please visit our Door Style page to discover more options.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_button button_url=\"/door-styles/\" button_text=\"SEE MORE DOORS\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Door Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_gallery gallery_ids=\"541,542,536,537\" posts_number=\"4\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Door Gallery\" module_class=\"fullGallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;\" orientation=\"portrait\"][/et_pb_gallery][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" padding_mobile=\"off\" module_id=\"overlays\" _builder_version=\"3.0.47\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"3_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Overlays Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Overlay & Hinging</h2><p>Overlays affect how much of the cabinet frame shows, and can dramatically change the appearance of your cabinets. From a traditional look to a more contemporary style, choosing the correct overlay starts below.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_button button_url=\"/overlays-hinging/\" button_text=\"READ MORE ...\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Overlays Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/SemiConcealedKnife.png\" align=\"center\" admin_label=\"Semi Concealed Hinge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Semi-Concealed Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>1/2\" Overlay Semi-Concealed Knife Hinge</strong></p><p style=\"text-align: center;\">Allows the cabinet frame to be exposed between doors or drawers for a traditional look.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HalfConcealedCup.png\" align=\"center\" admin_label=\"Half Concealed Cup Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Concealed Cup Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>1/2\" Overlay Concealed Cup Hinge</strong></p><p style=\"text-align: center;\">Allows the cabinet frame to be exposed between doors or drawers for a traditional look.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/FullConcealedCup.png\" align=\"center\" admin_label=\"Full Concealed Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Full Concealed Cup Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>Full Overlay Concealed Cup Hinge</strong></p><p style=\"text-align: center;\">Concealed hinges are hidden from view with this design, very little of the cabinet frame shows around each door panel or drawer front creating a seamless, modern appearance.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/DesignerConcealedCup.png\" align=\"center\" admin_label=\"Designer Concealed Cup Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Designer Concealed Cup Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>Designer Overlay Concealed Cup Hinge</strong></p><p style=\"text-align: center;\">Concealed hinges are hidden from view and allow you to see only the surface of your cabinet door. The Designer Overlay design creates a very clean design look.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" padding_mobile=\"off\" module_id=\"panels\" _builder_version=\"3.0.47\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Panels Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Door panels are the most visible part of your cabinetry and define your style.</h2><p>Pioneer offers many unique choices including flat, beaded, raised, detailed and solid.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" parallax_method_4=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Flat.png\" align=\"center\" admin_label=\"Flat Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Flat Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>Flat - F / Solid - S</strong></p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Beaded.png\" align=\"center\" admin_label=\"Beaded Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Beaded Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>Beaded - B</strong></p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Raised.png\" align=\"center\" admin_label=\"Raised Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Raised Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>Raised - R</strong></p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Detailed.png\" align=\"center\" admin_label=\"Detailed Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Detailed Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>Detailed - D</strong></p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" padding_mobile=\"off\" module_id=\"edges\" _builder_version=\"3.0.47\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Edges Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>The edges of the cabinet door panels can enhance your style and provide easy access to the interior.</h2><p>Pioneer offers 7 different outside door edge profiles for all \'non-mitered\' door styles, they are as follows:</p>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" parallax_method_4=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-F.png\" align=\"center\" admin_label=\"F Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-G.png\" align=\"center\" admin_label=\"G Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-K.png\" align=\"center\" admin_label=\"K Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-M.png\" align=\"center\" admin_label=\"M Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-R.png\" align=\"center\" admin_label=\"R Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-E.png\" align=\"center\" admin_label=\"E Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-S.png\" align=\"center\" admin_label=\"S Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" padding_mobile=\"off\" module_id=\"options\" _builder_version=\"3.0.47\"][et_pb_row custom_padding=\"||20px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Options Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Each option below turns a standard cabinet into your personalized cabinetry.</h2><p>Combinations of these options can help set your Pioneer cabinetry apart from the rest.</p>

[/et_pb_text][et_pb_divider color=\"rgba(0,0,0,0.46)\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" _builder_version=\"3.0.47\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||20px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Drawer Heads Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Drawer Head Styles</h2><p>Pioneer offers 8 different drawer heads for the \'standard\' door styles, examples are below.</p>

[/et_pb_text][et_pb_gallery gallery_ids=\"554,553,552,551,550,555,549,548\" posts_number=\"8\" show_title_and_caption=\"off\" show_pagination=\"off\" admin_label=\"DrawerHead Gallery\" _builder_version=\"3.0.72\" global_module=\"580\" saved_tabs=\"all\"][/et_pb_gallery][et_pb_divider color=\"rgba(0,0,0,0.46)\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" _builder_version=\"3.0.47\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||20px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Glazing Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Glazing Styles</h2><p>The \"Olde World\" look of glazing cabinetry is a great way to give your home a unique and classic look. A glazed finish is achieved by applying the glaze over the entire surface of all finished parts, then wiping the glaze off by hand. The result is stunning, as the glaze will \"hang-up\" unevenly in corners, profiled edges and end grain of each glazed component. It is recommended that the homeowners view an actual door sample or display before selecting a glazed finish, as color variations will occur between individual cabinet components.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_gallery gallery_ids=\"557,558,559,560,561\" posts_number=\"12\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Glazes Gallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;\" custom_css_gallery_item_caption=\"text-align:center;\" global_module=\"581\" saved_tabs=\"all\"][/et_pb_gallery][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||20px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_divider color=\"rgba(0,0,0,0.46)\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" _builder_version=\"3.0.47\"][/et_pb_divider][et_pb_text background_layout=\"dark\" admin_label=\"Finishing Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Finishing Techniques</h2><p>Create beauty and character with any of our custom finish techniques. Available in most standard Pioneer paints/tinted varnishes, stains and glazes. Since no two manufacturers are alike, it is recommended that homeowners view an actual door sample or display before finalizing any cabinet color/finishing technique selection.</p>

[/et_pb_text][et_pb_gallery gallery_ids=\"562,563,564,565\" posts_number=\"4\" orientation=\"portrait\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Finishing Gallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;font-size:1em !important;\" custom_css_gallery_item_caption=\"text-align:center;\" global_module=\"582\" saved_tabs=\"all\"][/et_pb_gallery][et_pb_divider color=\"rgba(0,0,0,0.46)\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" _builder_version=\"3.0.47\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||20px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Knotty Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Knotty</h2><h4>At Pioneer we love the look of real wood with all its natural properties.</h4><p>For those of you who also like the rustic look, this option might be for you. Pioneer, for our standard cabinetry, cuts around these natural knots. In our knotty option, we leave them in and sort through them to give you a natural looking option.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/kitchenKnotty-1.jpg\" align=\"center\" admin_label=\"Knotty Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Plywood Construction Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Plywood Construction</h2><p>All the flexibility you’ve come to expect from Pioneer with the added feature of plywood construction. If you choose this option, then you will receive full ½” plywood box construction. Pioneer uses only the best domestic plywood, no Chinese imports! Our sanded and calibrated plywood core provides the greatest opportunity for a smooth and consistent finished product.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Find You Style","","inherit","closed","closed","","241-revision-v1","","","2017-09-11 14:39:08","2017-09-11 18:39:08","","241","http://www.pioneercabinetry.co/uncategorized/241-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("548","1","2017-09-11 10:48:02","2017-09-11 14:48:02","","DrawerHeads-VHGroove","","inherit","closed","closed","","drawerheads-vhgroove","","","2017-09-11 10:48:02","2017-09-11 14:48:02","","237","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/DrawerHeads-VHGroove.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("549","1","2017-09-11 10:48:03","2017-09-11 14:48:03","","DrawerHeads-Vgroove","","inherit","closed","closed","","drawerheads-vgroove","","","2017-09-11 10:48:03","2017-09-11 14:48:03","","237","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/DrawerHeads-Vgroove.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("550","1","2017-09-11 10:48:03","2017-09-11 14:48:03","","DrawerHeads-Slab","","inherit","closed","closed","","drawerheads-slab","","","2017-09-11 10:48:03","2017-09-11 14:48:03","","237","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/DrawerHeads-Slab.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("551","1","2017-09-11 10:48:04","2017-09-11 14:48:04","","DrawerHeads-5PieceRaised","","inherit","closed","closed","","drawerheads-5pieceraised","","","2017-09-11 10:48:04","2017-09-11 14:48:04","","237","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/DrawerHeads-5PieceRaised.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("552","1","2017-09-11 10:48:04","2017-09-11 14:48:04","","DrawerHeads-5PieceFlat","","inherit","closed","closed","","drawerheads-5pieceflat","","","2017-09-11 10:48:04","2017-09-11 14:48:04","","237","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/DrawerHeads-5PieceFlat.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("553","1","2017-09-11 10:48:05","2017-09-11 14:48:05","","DrawerHeads-5PieceBeaded","","inherit","closed","closed","","drawerheads-5piecebeaded","","","2017-09-11 10:48:05","2017-09-11 14:48:05","","237","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/DrawerHeads-5PieceBeaded.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("554","1","2017-09-11 10:48:06","2017-09-11 14:48:06","","DrawerHeads-5Piece","","inherit","closed","closed","","drawerheads-5piece","","","2017-09-11 10:48:06","2017-09-11 14:48:06","","237","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/DrawerHeads-5Piece.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("555","1","2017-09-11 10:48:06","2017-09-11 14:48:06","","DrawerHeads-3Piece","","inherit","closed","closed","","drawerheads-3piece","","","2017-09-11 10:48:06","2017-09-11 14:48:06","","237","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/DrawerHeads-3Piece.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("566","1","2017-09-11 10:50:45","2017-09-11 14:50:45","[et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#ffffff\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HD-Generic1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_main_element=\"width:100%;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Options Headline\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"15px||30px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Options</span></h1>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Options Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\" text_line_height=\"1.8em\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<p class=\"kicker\" style=\"text-align: center\"><strong><span class=\"s1\">Each option below can turn a standard cabinet into a personalized cabinetry. </span></strong></p>
<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Combinations of these options can help set your Pioneer cabinetry apart from the rest.</span></p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Drawer Head Styles Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h2>Drawer Head Styles</h2>
Pioneer offers 8 different drawer heads for the \"standard\" door styles, examples are below.

[/et_pb_text][et_pb_gallery admin_label=\"DrawerHead Gallery\" gallery_ids=\"554,553,552,551,550,555,549,548\" fullwidth=\"off\" show_title_and_caption=\"off\" show_pagination=\"off\" background_layout=\"light\" hover_overlay_color=\"rgba(255,255,255,0.9)\" border_style=\"solid\" posts_number=\"8\" _builder_version=\"3.0.72\" orientation=\"landscape\" zoom_icon_color=\"#dd9933\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Glazing Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h2>Glazing</h2>
The \"Olde World\" look of glazing cabinetry is a great way to give your home a unique and classic look. A glazed finish is achieved by applying the glaze over the entire surface of all finished parts, then wiping the glaze off by hand. The result is stunning, as the glaze will \"hang-up\" unevenly in corners, profiled edges and end grain of each glazed component. It is recommended that the homeowners view an actual door sample or display before selecting a glazed finish, as color variations will occur between individual cabinet components.

[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_gallery admin_label=\"Glazes Gallery\" gallery_ids=\"557,558,559,560,561\" fullwidth=\"off\" show_title_and_caption=\"on\" show_pagination=\"off\" background_layout=\"light\" hover_overlay_color=\"rgba(255,255,255,0.9)\" border_style=\"solid\" posts_number=\"12\" custom_css_gallery_item_title=\"text-align:center;\" custom_css_gallery_item_caption=\"text-align:center;\" _builder_version=\"3.0.72\" orientation=\"landscape\" zoom_icon_color=\"#dd9933\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Finishing Techniques Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h2>Finishing Techniques</h2>
Create beauty and character with any of our custom finish techniques. Available in most standard Pioneer paints/tinted varnishes, stains and glazes. Since no two manufacturers are alike, it is recommended that homeowners view an actual door sample or display before finalizing any cabinet color/finishing technique selection.

[/et_pb_text][et_pb_gallery admin_label=\"Finishing Gallery\" gallery_ids=\"562,563,564,565\" fullwidth=\"off\" show_title_and_caption=\"on\" show_pagination=\"off\" background_layout=\"light\" hover_overlay_color=\"rgba(255,255,255,0.9)\" border_style=\"solid\" custom_css_gallery_item_title=\"text-align:center;\" custom_css_gallery_item_caption=\"text-align:center;\" _builder_version=\"3.0.72\" orientation=\"landscape\" zoom_icon_color=\"#dd9933\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"2_3\"][et_pb_image admin_label=\"Knotty Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/kitchenKnotty-1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" border_style=\"solid\" _builder_version=\"3.0.72\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Knotty Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h2>Knotty</h2>
<strong>At Pioneer we love the look of real wood with all its natural properties.</strong>
For those of you who also like the rustic look, this option might be for you. Pioneer, for our standard cabinetry, cuts around these natural knots. In our knotty option, we leave them in and sort through them to give you a natural looking option.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Plywood Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h2>Plywood Construction</h2>
All the flexibility you’ve come to expect from Pioneer with the added feature of plywood construction. If you choose this option, then you will receive full ½” plywood box construction. Pioneer uses only the best domestic plywood, no Chinese imports! Our sanded and calibrated plywood core provides the greatest opportunity for a smooth and consistent finished product.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row global_parent=\"93\" background_color_1=\"#000000\" background_color_2=\"#000000\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" _builder_version=\"3.0.72\" make_equal=\"on\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" global_parent=\"93\" title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" global_parent=\"93\" title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Options","","inherit","closed","closed","","237-revision-v1","","","2017-09-11 10:50:45","2017-09-11 14:50:45","","237","http://www.pioneercabinetry.co/uncategorized/237-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("556","1","2017-09-11 10:48:34","2017-09-11 14:48:34","[et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#ffffff\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HD-Generic1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_main_element=\"width:100%;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Options Headline\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"15px||30px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Options</span></h1>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Options Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\" text_line_height=\"1.8em\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<p class=\"kicker\" style=\"text-align: center\"><strong><span class=\"s1\">Each option below can turn a standard cabinet into a personalized cabinetry. </span></strong></p>
<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Combinations of these options can help set your Pioneer cabinetry apart from the rest.</span></p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Drawer Head Styles Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h2>Drawer Head Styles</h2>
Pioneer offers 8 different drawer heads for the \"standard\" door styles, examples are below.

[/et_pb_text][et_pb_gallery admin_label=\"DrawerHead Gallery\" gallery_ids=\"554,553,552,551,550,555,549,548\" fullwidth=\"off\" show_title_and_caption=\"off\" show_pagination=\"off\" background_layout=\"light\" hover_overlay_color=\"rgba(255,255,255,0.9)\" border_style=\"solid\" posts_number=\"8\" _builder_version=\"3.0.72\" orientation=\"landscape\" zoom_icon_color=\"#dd9933\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Glazing Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h2>Glazing</h2>
The \"Olde World\" look of glazing cabinetry is a great way to give your home a unique and classic look. A glazed finish is achieved by applying the glaze over the entire surface of all finished parts, then wiping the glaze off by hand. The result is stunning, as the glaze will \"hang-up\" unevenly in corners, profiled edges and end grain of each glazed component. It is recommended that the homeowners view an actual door sample or display before selecting a glazed finish, as color variations will occur between individual cabinet components.

[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_gallery admin_label=\"Glazes Gallery\" gallery_ids=\"671,672,673,674,675\" fullwidth=\"off\" show_title_and_caption=\"on\" show_pagination=\"off\" background_layout=\"light\" auto=\"off\" hover_overlay_color=\"rgba(255,255,255,0.9)\" caption_all_caps=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" posts_number=\"12\" custom_css_gallery_item_title=\"text-align:center;\" custom_css_gallery_item_caption=\"text-align:center;\" saved_tabs=\"all\" global_module=\"683\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Finishing Techniques Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h2>Finishing Techniques</h2>
Create beauty and character with any of our custom finish techniques. Available in most standard Pioneer paints/tinted varnishes, stains and glazes. Since no two manufacturers are alike, it is recommended that homeowners view an actual door sample or display before finalizing any cabinet color/finishing technique selection.

[/et_pb_text][et_pb_gallery admin_label=\"Finishing Gallery\" gallery_ids=\"646,647,648,649\" fullwidth=\"off\" show_title_and_caption=\"on\" show_pagination=\"off\" background_layout=\"light\" auto=\"off\" hover_overlay_color=\"rgba(255,255,255,0.9)\" caption_all_caps=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_gallery_item_title=\"text-align:center;\" custom_css_gallery_item_caption=\"text-align:center;\" saved_tabs=\"all\" global_module=\"685\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"2_3\"][et_pb_image admin_label=\"Knotty Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/kitchenKnotty-1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Knotty Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h2>Knotty</h2>
<strong>At Pioneer we love the look of real wood with all its natural properties.</strong>
For those of you who also like the rustic look, this option might be for you. Pioneer, for our standard cabinetry, cuts around these natural knots. In our knotty option, we leave them in and sort through them to give you a natural looking option.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Plywood Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h2>Plywood Construction</h2>
All the flexibility you’ve come to expect from Pioneer with the added feature of plywood construction. If you choose this option, then you will receive full ½” plywood box construction. Pioneer uses only the best domestic plywood, no Chinese imports! Our sanded and calibrated plywood core provides the greatest opportunity for a smooth and consistent finished product.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"on\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" custom_padding=\"10px||25px|\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"||0px|\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_color_1=\"#000000\" padding_top_1=\"10px\" padding_right_1=\"10px\" padding_bottom_1=\"30px\" padding_left_1=\"10px\" background_color_2=\"#000000\" padding_top_2=\"10px\" padding_right_2=\"10px\" padding_bottom_2=\"30px\" padding_left_2=\"10px\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" title=\"Warranty\" button_url=\"http://pioneercabinetry.net/wp/quality-care/warranty/\" url_new_window=\"off\" button_text=\"READ MORE\" use_background_color=\"off\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" button_bg_color=\"#e09900\" button_border_width=\"1\" body_font_size=\"16\"]

<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">We stand behind our craftsmanship.</span></p>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" title=\"Dealer Locator\" button_url=\"http://pioneercabinetry.net/wp/find-a-dealer/\" url_new_window=\"off\" button_text=\"FIND A DEALER\" use_background_color=\"off\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" button_bg_color=\"#e09900\" button_border_width=\"1\" body_font_size=\"16\"]

<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Options","","inherit","closed","closed","","237-revision-v1","","","2017-09-11 10:48:34","2017-09-11 14:48:34","","237","http://www.pioneercabinetry.co/uncategorized/237-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("557","1","2017-09-11 10:49:10","2017-09-11 14:49:10","","glazes-Pewter","","inherit","closed","closed","","glazes-pewter","","","2017-09-11 10:49:10","2017-09-11 14:49:10","","237","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/glazes-Pewter.png","0","attachment","image/png","0");
INSERT INTO `pcab_posts` VALUES("558","1","2017-09-11 10:49:11","2017-09-11 14:49:11","","glazes-Midnight","","inherit","closed","closed","","glazes-midnight","","","2017-09-11 10:49:11","2017-09-11 14:49:11","","237","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/glazes-Midnight.png","0","attachment","image/png","0");
INSERT INTO `pcab_posts` VALUES("559","1","2017-09-11 10:49:12","2017-09-11 14:49:12","","glazes-Khaki","","inherit","closed","closed","","glazes-khaki","","","2017-09-11 10:49:12","2017-09-11 14:49:12","","237","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/glazes-Khaki.png","0","attachment","image/png","0");
INSERT INTO `pcab_posts` VALUES("560","1","2017-09-11 10:49:12","2017-09-11 14:49:12","","glazes-Chocolate","","inherit","closed","closed","","glazes-chocolate","","","2017-09-11 10:49:12","2017-09-11 14:49:12","","237","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/glazes-Chocolate.png","0","attachment","image/png","0");
INSERT INTO `pcab_posts` VALUES("561","1","2017-09-11 10:49:13","2017-09-11 14:49:13","","glazes-Apricot","","inherit","closed","closed","","glazes-apricot","","","2017-09-11 10:49:13","2017-09-11 14:49:13","","237","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/glazes-Apricot.png","0","attachment","image/png","0");
INSERT INTO `pcab_posts` VALUES("562","1","2017-09-11 10:49:48","2017-09-11 14:49:48","","Weathered","","inherit","closed","closed","","finishing-weathered","","","2017-09-11 10:49:57","2017-09-11 14:49:57","","237","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/finishing-Weathered.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("563","1","2017-09-11 10:49:50","2017-09-11 14:49:50","","Distressed","","inherit","closed","closed","","finishing-distressed","","","2017-09-11 10:50:00","2017-09-11 14:50:00","","237","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/finishing-Distressed.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("564","1","2017-09-11 10:49:51","2017-09-11 14:49:51","","Antique","","inherit","closed","closed","","finishing-antique","","","2017-09-11 10:50:03","2017-09-11 14:50:03","","237","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/finishing-Antique.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("565","1","2017-09-11 10:49:52","2017-09-11 14:49:52","","Weathered, Distressed & Antiqued","","inherit","closed","closed","","finishing-all","","","2017-09-11 10:50:19","2017-09-11 14:50:19","","237","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/finishing-All.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("567","1","2017-09-11 10:51:49","2017-09-11 14:51:49","","Header-Maple","","inherit","closed","closed","","header-maple","","","2017-09-11 10:51:49","2017-09-11 14:51:49","","0","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Maple.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("568","1","2017-09-11 10:51:51","2017-09-11 14:51:51","","HDR-Knotty-Type","","inherit","closed","closed","","hdr-knotty-type","","","2017-09-11 10:51:51","2017-09-11 14:51:51","","0","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Knotty-Type.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("726","1","2017-09-11 13:22:38","2017-09-11 17:22:38","[et_pb_section bb_built=\"1\" admin_label=\"section\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row admin_label=\"row\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Find Style Headline\" background_layout=\"dark\" text_orientation=\"center\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"15px||30px|\"]
<h1 class=\"p1\" style=\"text-align: center;\"><span class=\"s1\">Find Your Style</span></h1>
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"off\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Find Your Style Text\" background_layout=\"dark\" text_orientation=\"center\" _builder_version=\"3.0.47\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\"]
<h2 class=\"kicker\" style=\"text-align: center;\"><span class=\"s1\">The task of picking out your cabinets can be a little overwhelming, so we made it a little easier for you to explore the different areas of cabinetry. </span></h2>
<p class=\"p1\" style=\"text-align: center;\"><strong><span class=\"s1\">Click on the buttons below to explore each topic.</span></strong></p>
[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px|||\" padding_mobile=\"off\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_button admin_label=\"Wood Button\" button_url=\"#wood\" button_text=\"LEARN ABOUT WOOD\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][et_pb_button admin_label=\"Panel Button\" button_url=\"#panels\" button_text=\"SELECT PANEL STYLE\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.47\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_button admin_label=\"Doors Button\" button_url=\"#doors\" button_text=\"DOOR STYLES\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.47\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][et_pb_button admin_label=\"Edges Button\" button_url=\"#edges\" button_text=\"LEARN ABOUT EDGES\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.47\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_button admin_label=\"Overlay Button\" button_url=\"#overlays\" button_text=\"OVERLAYS &amp; HINGING\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.47\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][et_pb_button admin_label=\"Options Button\" button_url=\"#options\" button_text=\"OTHER OPTIONS\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.47\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" padding_mobile=\"off\" module_id=\"wood\" _builder_version=\"3.0.47\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Wood Text\" background_layout=\"dark\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]
<h2>Learning About Wood Species</h2>
[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Oak Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Oak.jpg\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_button admin_label=\"Oak Button\" button_url=\"/wood-color/oak/\" button_text=\"MORE ABOUT OAK\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][et_pb_text admin_label=\"Oak Text\" background_layout=\"dark\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

Oak, the mainstay of the cabinet and furniture industry, offers depth in color from pink to white and light brown.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Maple Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Maple.jpg\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_button admin_label=\"Maple Button\" button_url=\"/wood-color/maple/\" button_text=\"MORE ABOUT MAPLE\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][et_pb_text admin_label=\"Maple Text\" background_layout=\"dark\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

Predominately off-white in color, maple is a smooth, closed-grain wood that may contain shades of brown and pink.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Hickory Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Hickory-Type.jpg\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_button admin_label=\"Hickory Button\" button_url=\"/wood-color/hickory/\" button_text=\"MORE ABOUT HICKORY\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][et_pb_text admin_label=\"Hickory Text\" background_layout=\"dark\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

Hickory is a very “wild” wood, known for its wide spectrum of color that can range from white to dark brown and can also feature wormholes and black knots.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"10px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Cherry Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Cherry-Type.jpg\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_button admin_label=\"Cherry Button\" button_url=\"/wood-color/cherry/\" button_text=\"MORE ABOUT CHERRY\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][et_pb_text admin_label=\"Cherry Text\" background_layout=\"dark\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

Cherry is a multi-colored wood characterized by shades of red, white and brown.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Knotty Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Knotty-Type.jpg\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_button admin_label=\"Knotty Button\" button_url=\"/wood-color/knotty/\" button_text=\"MORE ABOUT KNOTTY\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][et_pb_text admin_label=\"Knotty Text\" background_layout=\"dark\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

At Pioneer we love the look of real wood with all its natural properties.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Painted Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Painted-Type.jpg\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_button admin_label=\"Painted Button\" button_url=\"/wood-color/painted/\" button_text=\"MORE ABOUT PAINTED\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][et_pb_text admin_label=\"Painted Text\" background_layout=\"dark\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

Tinted varnishes, which give cabinets a \"painted look,\" are one of today’s hottest trends in cabinetry.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"10px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Thermofoil Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Thermofoil-Type.jpg\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_button admin_label=\"Thermofoil Button\" button_url=\"/wood-color/thermofoil/\" button_text=\"MORE ABOUT THERMOFOIL\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][et_pb_text admin_label=\"Thermofoil Text\" background_layout=\"dark\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

White, Snow and Ivory thermofoil door cabinets offer an alternative to the typical wood/stained cabinet.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" padding_mobile=\"off\" module_id=\"doors\" _builder_version=\"3.0.47\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Door Text\" background_layout=\"dark\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]
<h2>Pioneer Cabinetry comes in a variety of door styles.</h2>
<h4>Which door style would you prefer?</h4>
The photos below are just an example of the vast array of door styles offered by Pioneer. Each door style is available in a wide variety of wood species and color combinations. Please visit our Door Style page to discover more options.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Door Button\" button_url=\"/door-styles/\" button_text=\"SEE MORE DOORS\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_gallery admin_label=\"Door Gallery\" gallery_ids=\"541,542,536,537\" posts_number=\"4\" show_pagination=\"off\" background_layout=\"dark\" module_class=\"fullGallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" padding_mobile=\"off\" module_id=\"overlays\" _builder_version=\"3.0.47\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Overlays Text\" background_layout=\"dark\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]
<h2>Overlay &amp; Hinging</h2>
Overlays affect how much of the cabinet frame shows, and can dramatically change the appearance of your cabinets. From a traditional look to a more contemporary style, choosing the correct overlay starts below.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Overlays Button\" button_url=\"/overlays-hinging/\" button_text=\"READ MORE ...\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Semi Concealed Hinge Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/SemiConcealedKnife.png\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_text admin_label=\"Semi-Concealed Text\" background_layout=\"dark\" text_orientation=\"center\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]
<p style=\"text-align: center;\"><strong>1/2\" Overlay Semi-Concealed Knife Hinge</strong></p>
<p style=\"text-align: center;\">Allows the cabinet frame to be exposed between doors or drawers for a traditional look.</p>
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Half Concealed Cup Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HalfConcealedCup.png\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_text admin_label=\"Concealed Cup Text\" background_layout=\"dark\" text_orientation=\"center\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]
<p style=\"text-align: center;\"><strong>1/2\" Overlay Concealed Cup Hinge</strong></p>
<p style=\"text-align: center;\">Allows the cabinet frame to be exposed between doors or drawers for a traditional look.</p>
[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Full Concealed Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/FullConcealedCup.png\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_text admin_label=\"Full Concealed Cup Text\" background_layout=\"dark\" text_orientation=\"center\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]
<p style=\"text-align: center;\"><strong>Full Overlay Concealed Cup Hinge</strong></p>
<p style=\"text-align: center;\">Concealed hinges are hidden from view with this design, very little of the cabinet frame shows around each door panel or drawer front creating a seamless, modern appearance.</p>
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Designer Concealed Cup Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/DesignerConcealedCup.png\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_text admin_label=\"Designer Concealed Cup Text\" background_layout=\"dark\" text_orientation=\"center\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]
<p style=\"text-align: center;\"><strong>Designer Overlay Concealed Cup Hinge</strong></p>
<p style=\"text-align: center;\">Concealed hinges are hidden from view and allow you to see only the surface of your cabinet door. The Designer Overlay design creates a very clean design look.</p>
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" padding_mobile=\"off\" module_id=\"panels\" _builder_version=\"3.0.47\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Panels Text\" background_layout=\"dark\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]
<h2>Door panels are the most visible part of your cabinetry and define your style.</h2>
Pioneer offers many unique choices including flat, beaded, raised, detailed and solid.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" parallax_method_4=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Flat Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Flat.png\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_text admin_label=\"Flat Text\" background_layout=\"dark\" text_orientation=\"center\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]
<p style=\"text-align: center;\"><strong>Flat - F / Solid - S</strong></p>
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Beaded Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Beaded.png\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_text admin_label=\"Beaded Text\" background_layout=\"dark\" text_orientation=\"center\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]
<p style=\"text-align: center;\"><strong>Beaded - B</strong></p>
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Raised Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Raised.png\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_text admin_label=\"Raised Text\" background_layout=\"dark\" text_orientation=\"center\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]
<p style=\"text-align: center;\"><strong>Raised - R</strong></p>
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Detailed Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Detailed.png\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_text admin_label=\"Detailed Text\" background_layout=\"dark\" text_orientation=\"center\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]
<p style=\"text-align: center;\"><strong>Detailed - D</strong></p>
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" padding_mobile=\"off\" module_id=\"edges\" _builder_version=\"3.0.47\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Edges Text\" background_layout=\"dark\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]
<h2>The edges of the cabinet door panels can enhance your style and provide easy access to the interior.</h2>
Pioneer offers 7 different outside door edge profiles for all \'non-mitered\' door styles, they are as follows:

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" parallax_method_4=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"F Edge Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-F.png\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"G Edge Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-G.png\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"K Edge Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-K.png\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"M Edge Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-M.png\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"R Edge Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-R.png\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"E Edge Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-E.png\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"S Edge Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-S.png\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][/et_pb_column][et_pb_column type=\"1_4\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" padding_mobile=\"off\" module_id=\"options\" _builder_version=\"3.0.47\"][et_pb_row custom_padding=\"||20px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Options Text\" background_layout=\"dark\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]
<h2>Each option below turns a standard cabinet into your personalized cabinetry.</h2>
Combinations of these options can help set your Pioneer cabinetry apart from the rest.

[/et_pb_text][et_pb_divider color=\"rgba(0,0,0,0.46)\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" _builder_version=\"3.0.47\" /][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||20px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Drawer Heads Text\" background_layout=\"dark\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]
<h2>Drawer Head Styles</h2>
Pioneer offers 8 different drawer heads for the \'standard\' door styles, examples are below.

[/et_pb_text][et_pb_gallery admin_label=\"DrawerHead Gallery\" gallery_ids=\"554,553,552,551,550,555,549,548\" posts_number=\"8\" show_title_and_caption=\"off\" show_pagination=\"off\" _builder_version=\"3.0.72\" global_module=\"580\" saved_tabs=\"all\" /][et_pb_divider color=\"rgba(0,0,0,0.46)\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" _builder_version=\"3.0.47\" /][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||20px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Glazing Text\" background_layout=\"dark\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]
<h2>Glazing Styles</h2>
The \"Olde World\" look of glazing cabinetry is a great way to give your home a unique and classic look. A glazed finish is achieved by applying the glaze over the entire surface of all finished parts, then wiping the glaze off by hand. The result is stunning, as the glaze will \"hang-up\" unevenly in corners, profiled edges and end grain of each glazed component. It is recommended that the homeowners view an actual door sample or display before selecting a glazed finish, as color variations will occur between individual cabinet components.

[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_gallery admin_label=\"Glazes Gallery\" gallery_ids=\"557,558,559,560,561\" posts_number=\"12\" show_pagination=\"off\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;\" custom_css_gallery_item_caption=\"text-align:center;\" global_module=\"581\" saved_tabs=\"all\" /][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||20px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_divider color=\"rgba(0,0,0,0.46)\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" _builder_version=\"3.0.47\" /][et_pb_text admin_label=\"Finishing Text\" background_layout=\"dark\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]
<h2>Finishing Techniques</h2>
Create beauty and character with any of our custom finish techniques. Available in most standard Pioneer paints/tinted varnishes, stains and glazes. Since no two manufacturers are alike, it is recommended that homeowners view an actual door sample or display before finalizing any cabinet color/finishing technique selection.

[/et_pb_text][et_pb_gallery admin_label=\"Finishing Gallery\" gallery_ids=\"562,563,564,565\" show_pagination=\"off\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;\" custom_css_gallery_item_caption=\"text-align:center;\" global_module=\"582\" saved_tabs=\"all\" /][et_pb_divider color=\"rgba(0,0,0,0.46)\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" _builder_version=\"3.0.47\" /][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||20px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Knotty Text\" background_layout=\"dark\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]
<h2>Knotty</h2>
<h4>At Pioneer we love the look of real wood with all its natural properties.</h4>
For those of you who also like the rustic look, this option might be for you. Pioneer, for our standard cabinetry, cuts around these natural knots. In our knotty option, we leave them in and sort through them to give you a natural looking option.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Knotty Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/kitchenKnotty-1.jpg\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Plywood Construction Text\" background_layout=\"dark\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]
<h2>Plywood Construction</h2>
All the flexibility you’ve come to expect from Pioneer with the added feature of plywood construction. If you choose this option, then you will receive full ½” plywood box construction. Pioneer uses only the best domestic plywood, no Chinese imports! Our sanded and calibrated plywood core provides the greatest opportunity for a smooth and consistent finished product.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row global_parent=\"93\" background_color_1=\"#000000\" background_color_2=\"#000000\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" _builder_version=\"3.0.72\" make_equal=\"on\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" global_parent=\"93\" title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<span class=\"s1\">We stand behind our craftsmanship.</span>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" global_parent=\"93\" title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Find You Style","","inherit","closed","closed","","241-revision-v1","","","2017-09-11 13:22:38","2017-09-11 17:22:38","","241","http://www.pioneercabinetry.co/uncategorized/241-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("569","1","2017-09-11 10:52:00","2017-09-11 14:52:00","[et_pb_section admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Find Style Headline\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"15px||30px|\"]

<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Find Your Style</span></h1>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"||10px|\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Find Your Style Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\" text_line_height=\"1.8em\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\"]

<h2 class=\"kicker\" style=\"text-align: center\"><span class=\"s1\">The task of picking out your cabinets can be a little overwhelming, so we made it a little easier for you to explore the different areas of cabinetry. </span></h2>
<p class=\"p1\" style=\"text-align: center\"><strong><span class=\"s1\">Click on the buttons below to explore each topic.</span></strong></p>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px|||\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_3\"][et_pb_button admin_label=\"Wood Button\" button_url=\"#wood\" url_new_window=\"off\" button_text=\"LEARN ABOUT WOOD\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" button_bg_color=\"#e09900\"]



[/et_pb_button][et_pb_button admin_label=\"Panel Button\" button_url=\"#panels\" url_new_window=\"off\" button_text=\"SELECT PANEL STYLE\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" button_bg_color=\"#e09900\"]



[/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_button admin_label=\"Doors Button\" button_url=\"#doors\" url_new_window=\"off\" button_text=\"DOOR STYLES\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" button_bg_color=\"#e09900\"]



[/et_pb_button][et_pb_button admin_label=\"Edges Button\" button_url=\"#edges\" url_new_window=\"off\" button_text=\"LEARN ABOUT EDGES\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" button_bg_color=\"#e09900\"]



[/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_button admin_label=\"Overlay Button\" button_url=\"#overlays\" url_new_window=\"off\" button_text=\"OVERLAYS &amp; HINGING\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" button_bg_color=\"#e09900\"]



[/et_pb_button][et_pb_button admin_label=\"Options Button\" button_url=\"#options\" url_new_window=\"off\" button_text=\"OTHER OPTIONS\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" button_bg_color=\"#e09900\"]



[/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" module_id=\"wood\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"||10px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Wood Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<h2>Learning About Wood Species</h2>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||10px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Oak Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Oak.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]



[/et_pb_image][et_pb_button admin_label=\"Oak Button\" button_url=\"http://pioneercabinetry.net/wp/wood-color/oak/\" url_new_window=\"off\" button_text=\"MORE ABOUT OAK\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]



[/et_pb_button][et_pb_text admin_label=\"Oak Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

Oak, the mainstay of the cabinet and furniture industry, offers depth in color from pink to white and light brown.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Maple Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Maple.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]



[/et_pb_image][et_pb_button admin_label=\"Maple Button\" button_url=\"http://pioneercabinetry.net/wp/wood-color/maple/\" url_new_window=\"off\" button_text=\"MORE ABOUT MAPLE\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]



[/et_pb_button][et_pb_text admin_label=\"Maple Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

Predominately off-white in color, maple is a smooth, closed-grain wood that may contain shades of brown and pink.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Hickory Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Hickory-Type.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]



[/et_pb_image][et_pb_button admin_label=\"Hickory Button\" button_url=\"http://pioneercabinetry.net/wp/wood-color/hickory/\" url_new_window=\"off\" button_text=\"MORE ABOUT HICKORY\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]



[/et_pb_button][et_pb_text admin_label=\"Hickory Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

Hickory is a very “wild” wood, known for its wide spectrum of color that can range from white to dark brown and can also feature wormholes and black knots.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Cherry Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Cherry-Type.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]



[/et_pb_image][et_pb_button admin_label=\"Cherry Button\" button_url=\"http://pioneercabinetry.net/wp/wood-color/cherry/\" url_new_window=\"off\" button_text=\"MORE ABOUT CHERRY\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]



[/et_pb_button][et_pb_text admin_label=\"Cherry Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

Cherry is a multi-colored wood characterized by shades of red, white and brown.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Knotty Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Knotty-Type.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]



[/et_pb_image][et_pb_button admin_label=\"Knotty Button\" button_url=\"http://pioneercabinetry.net/wp/wood-color/knotty/\" url_new_window=\"off\" button_text=\"MORE ABOUT KNOTTY\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]



[/et_pb_button][et_pb_text admin_label=\"Knotty Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

At Pioneer we love the look of real wood with all its natural properties.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Painted Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Painted-Type.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]



[/et_pb_image][et_pb_button admin_label=\"Painted Button\" button_url=\"http://pioneercabinetry.net/wp/wood-color/painted/\" url_new_window=\"off\" button_text=\"MORE ABOUT PAINTED\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]



[/et_pb_button][et_pb_text admin_label=\"Painted Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

Tinted varnishes, which give cabinets a \"painted look,\" are one of today’s hottest trends in cabinetry.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Thermofoil Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Thermofoil-Type.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]



[/et_pb_image][et_pb_button admin_label=\"Thermofoil Button\" button_url=\"/wp/wood-color/thermofoil/\" url_new_window=\"off\" button_text=\"MORE ABOUT THERMOFOIL\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]



[/et_pb_button][et_pb_text admin_label=\"Thermofoil Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

White, Snow and Ivory thermofoil door cabinets offer an alternative to the typical wood/stained cabinet.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" module_id=\"doors\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"||10px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Door Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<h2>Pioneer Cabinetry comes in a variety of door styles.</h2>
<h4>Which door style would you prefer?</h4>
The photos below are just an example of the vast array of door styles offered by Pioneer. Each door style is available in a wide variety of wood species and color combinations. Please visit our Door Style page to discover more options.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Door Button\" button_url=\"http://pioneercabinetry.net/wp/door-styles/\" url_new_window=\"off\" button_text=\"SEE MORE DOORS\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]



[/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||10px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"4_4\"][et_pb_gallery admin_label=\"Door Gallery\" gallery_ids=\"819,818,824,823,822,821,820,828,827,826,825,831,830,829,836,835,834,833,832,839,838,837,841,840\" fullwidth=\"off\" show_title_and_caption=\"on\" show_pagination=\"off\" background_layout=\"dark\" auto=\"off\" hover_overlay_color=\"rgba(255,255,255,0.9)\" caption_all_caps=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_gallery_item_title=\"text-align:center;\" module_class=\"fullGallery\"]



[/et_pb_gallery][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" module_id=\"overlays\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"||10px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Overlays Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<h2>Overlay &amp; Hinging</h2>
Overlays affect how much of the cabinet frame shows, and can dramatically change the appearance of your cabinets. From a traditional look to a more contemporary style, choosing the correct overlay starts below.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Overlays Button\" button_url=\"http://pioneercabinetry.net/wp/overlays-hinging/\" url_new_window=\"off\" button_text=\"READ MORE ...\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\"]



[/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||10px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Semi Concealed Hinge Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/SemiConcealedKnife.png\"]



[/et_pb_image][et_pb_text admin_label=\"Semi-Concealed Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<p style=\"text-align: center\"><strong>1/2\" Overlay Semi-Concealed Knife Hinge</strong></p>
<p style=\"text-align: center\">Allows the cabinet frame to be exposed between doors or drawers for a traditional look.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Half Concealed Cup Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HalfConcealedCup.png\"]



[/et_pb_image][et_pb_text admin_label=\"Concealed Cup Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<p style=\"text-align: center\"><strong>1/2\" Overlay Concealed Cup Hinge</strong></p>
<p style=\"text-align: center\">Allows the cabinet frame to be exposed between doors or drawers for a traditional look.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||10px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Full Concealed Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/FullConcealedCup.png\"]



[/et_pb_image][et_pb_text admin_label=\"Full Concealed Cup Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<p style=\"text-align: center\"><strong>Full Overlay Concealed Cup Hinge</strong></p>
<p style=\"text-align: center\">Concealed hinges are hidden from view with this design, very little of the cabinet frame shows around each door panel or drawer front creating a seamless, modern appearance.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Designer Concealed Cup Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/DesignerConcealedCup.png\"]



[/et_pb_image][et_pb_text admin_label=\"Designer Concealed Cup Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<p style=\"text-align: center\"><strong>Designer Overlay Concealed Cup Hinge</strong></p>
<p style=\"text-align: center\">Concealed hinges are hidden from view and allow you to see only the surface of your cabinet door. The Designer Overlay design creates a very clean design look.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" module_id=\"panels\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"||10px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Panels Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<h2>Door panels are the most visible part of your cabinetry and define your style.</h2>
Pioneer offers many unique choices including flat, beaded, raised, detailed and solid.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||10px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" parallax_4=\"off\" parallax_method_4=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Flat Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Flat.png\"]



[/et_pb_image][et_pb_text admin_label=\"Flat Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<p style=\"text-align: center\"><strong>Flat - F / Solid - S</strong></p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Beaded Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Beaded.png\"]



[/et_pb_image][et_pb_text admin_label=\"Beaded Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<p style=\"text-align: center\"><strong>Beaded - B</strong></p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Raised Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Raised.png\"]



[/et_pb_image][et_pb_text admin_label=\"Raised Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<p style=\"text-align: center\"><strong>Raised - R</strong></p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Detailed Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Detailed.png\"]



[/et_pb_image][et_pb_text admin_label=\"Detailed Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<p style=\"text-align: center\"><strong>Detailed - D</strong></p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" module_id=\"edges\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"||10px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Edges Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<h2>The edges of the cabinet door panels can enhance your style and provide easy access to the interior.</h2>
Pioneer offers 7 different outside door edge profiles for all \'non-mitered\' door styles, they are as follows:

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||10px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" parallax_4=\"off\" parallax_method_4=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"F Edge Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-F.png\"]



[/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"G Edge Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-G.png\"]



[/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"K Edge Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-K.png\"]



[/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"M Edge Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-M.png\"]



[/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"R Edge Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-R.png\"]



[/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"E Edge Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-E.png\"]



[/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"S Edge Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-S.png\"]



[/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" module_id=\"options\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"||20px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Options Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<h2>Each option below turns a standard cabinet into your personalized cabinetry.</h2>
Combinations of these options can help set your Pioneer cabinetry apart from the rest.

[/et_pb_text][et_pb_divider admin_label=\"Divider\" color=\"rgba(0,0,0,0.46)\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]



[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" custom_padding=\"0px||20px|\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Drawer Heads Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<h2>Drawer Head Styles</h2>
Pioneer offers 8 different drawer heads for the \'standard\' door styles, examples are below.

[/et_pb_text][et_pb_gallery admin_label=\"DrawerHead Gallery\" global_module=\"680\" gallery_ids=\"667,666,665,664,663,668,662,661\" fullwidth=\"off\" show_title_and_caption=\"off\" show_pagination=\"off\" background_layout=\"light\" auto=\"off\" hover_overlay_color=\"rgba(255,255,255,0.9)\" caption_all_caps=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" posts_number=\"8\" saved_tabs=\"all\"]



[/et_pb_gallery][et_pb_divider admin_label=\"Divider\" color=\"rgba(0,0,0,0.46)\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]



[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||20px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Glazing Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<h2>Glazing Styles</h2>
The \"Olde World\" look of glazing cabinetry is a great way to give your home a unique and classic look. A glazed finish is achieved by applying the glaze over the entire surface of all finished parts, then wiping the glaze off by hand. The result is stunning, as the glaze will \"hang-up\" unevenly in corners, profiled edges and end grain of each glazed component. It is recommended that the homeowners view an actual door sample or display before selecting a glazed finish, as color variations will occur between individual cabinet components.

[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_gallery admin_label=\"Glazes Gallery\" global_module=\"683\" saved_tabs=\"all\" gallery_ids=\"671,672,673,674,675\" fullwidth=\"off\" posts_number=\"12\" show_title_and_caption=\"on\" show_pagination=\"off\" background_layout=\"dark\" auto=\"off\" hover_overlay_color=\"rgba(255,255,255,0.9)\" caption_all_caps=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_gallery_item_title=\"text-align:center;\" custom_css_gallery_item_caption=\"text-align:center;\"]



[/et_pb_gallery][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||20px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"rgba(0,0,0,0.46)\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]



[/et_pb_divider][et_pb_text admin_label=\"Finishing Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<h2>Finishing Techniques</h2>
Create beauty and character with any of our custom finish techniques. Available in most standard Pioneer paints/tinted varnishes, stains and glazes. Since no two manufacturers are alike, it is recommended that homeowners view an actual door sample or display before finalizing any cabinet color/finishing technique selection.

[/et_pb_text][et_pb_gallery admin_label=\"Finishing Gallery\" global_module=\"685\" saved_tabs=\"all\" gallery_ids=\"646,647,648,649\" fullwidth=\"off\" show_title_and_caption=\"on\" show_pagination=\"off\" background_layout=\"dark\" auto=\"off\" hover_overlay_color=\"rgba(255,255,255,0.9)\" caption_all_caps=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_gallery_item_title=\"text-align:center;\" custom_css_gallery_item_caption=\"text-align:center;\"]



[/et_pb_gallery][et_pb_divider admin_label=\"Divider\" color=\"rgba(0,0,0,0.46)\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]



[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||20px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Knotty Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<h2>Knotty</h2>
<h4>At Pioneer we love the look of real wood with all its natural properties.</h4>
For those of you who also like the rustic look, this option might be for you. Pioneer, for our standard cabinetry, cuts around these natural knots. In our knotty option, we leave them in and sort through them to give you a natural looking option.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Knotty Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/kitchenKnotty-1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]



[/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Plywood Construction Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

<h2>Plywood Construction</h2>
All the flexibility you’ve come to expect from Pioneer with the added feature of plywood construction. If you choose this option, then you will receive full ½” plywood box construction. Pioneer uses only the best domestic plywood, no Chinese imports! Our sanded and calibrated plywood core provides the greatest opportunity for a smooth and consistent finished product.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" global_module=\"587\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"on\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" custom_padding=\"10px||25px|\"][et_pb_row global_parent=\"587\" admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"||0px|\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_color_1=\"#000000\" padding_top_1=\"10px\" padding_right_1=\"10px\" padding_bottom_1=\"30px\" padding_left_1=\"10px\" background_color_2=\"#000000\" padding_top_2=\"10px\" padding_right_2=\"10px\" padding_bottom_2=\"30px\" padding_left_2=\"10px\"][et_pb_column type=\"1_2\"][et_pb_cta global_parent=\"587\" admin_label=\"Warranty CTA\" title=\"Warranty\" button_url=\"http://pioneercabinetry.net/wp/quality-care/warranty/\" url_new_window=\"off\" button_text=\"READ MORE\" use_background_color=\"off\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" button_bg_color=\"#e09900\" button_border_width=\"1\" body_font_size=\"16\"]

<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">We stand behind our craftsmanship.</span></p>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta global_parent=\"587\" admin_label=\"Dealer CTA\" title=\"Dealer Locator\" button_url=\"http://pioneercabinetry.net/wp/find-a-dealer/\" url_new_window=\"off\" button_text=\"FIND A DEALER\" use_background_color=\"off\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" button_bg_color=\"#e09900\" button_border_width=\"1\" body_font_size=\"16\"]

<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Find You Style","","inherit","closed","closed","","241-revision-v1","","","2017-09-11 10:52:00","2017-09-11 14:52:00","","241","http://www.pioneercabinetry.co/uncategorized/241-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("587","1","2017-09-11 11:00:39","2017-09-11 15:00:39","","Adjusting-CupHinge","","inherit","closed","closed","","adjusting-cuphinge-2","","","2017-09-11 11:00:39","2017-09-11 15:00:39","","0","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Adjusting-CupHinge.pdf","0","attachment","application/pdf","0");
INSERT INTO `pcab_posts` VALUES("588","1","2017-09-11 11:00:46","2017-09-11 15:00:46","","Adjusting-Slides","","inherit","closed","closed","","adjusting-slides-2","","","2017-09-11 11:00:46","2017-09-11 15:00:46","","0","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Adjusting-Slides.pdf","0","attachment","application/pdf","0");
INSERT INTO `pcab_posts` VALUES("590","1","2017-09-11 11:01:20","2017-09-11 15:01:20","[et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Generic Header Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Generic1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"15px||5px|\" /][et_pb_text admin_label=\"Hardware Headline\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"15px||30px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Hardware Adjustments</span></h1>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Download Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\" text_line_height=\"1.8em\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<p class=\"kicker\" style=\"text-align: center\"><strong><span class=\"s1\">Sometimes your cabinets or drawers may need a little adjusting.</span></strong></p>
<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Click on the buttons below to view the PDF.</span></p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#dddddd\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_4\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Adjusting-CupHinge.png\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Hinge Adjustment Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h3>Hinge Adjustment</h3>
<p>How to adjust your cup hinges? Use this PDF to make any necessary adjustments.</p>

[/et_pb_text][et_pb_button admin_label=\"Hinge Button\" button_url=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Adjusting-CupHinge.pdf\" url_new_window=\"on\" button_text=\"Download PDF\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#e09900\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Adjusting-Slides.png\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_text admin_label=\"Slide Adjustment Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h3>Slide Adjustment</h3>
<p>Do you need to adjust your drawer slides? This PDF will show you how easy it is.</p>

[/et_pb_text][et_pb_button admin_label=\"Slide Button\" button_url=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Adjusting-Slides.pdf\" url_new_window=\"on\" button_text=\"Download PDF\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_bg_color=\"#e09900\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" _builder_version=\"3.0.72\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row global_parent=\"93\" background_color_1=\"#000000\" background_color_2=\"#000000\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" _builder_version=\"3.0.72\" make_equal=\"on\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" global_parent=\"93\" title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" global_parent=\"93\" title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Hardware Adjustments","","inherit","closed","closed","","246-revision-v1","","","2017-09-11 11:01:20","2017-09-11 15:01:20","","246","http://www.pioneercabinetry.co/uncategorized/246-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("619","1","2017-09-11 11:32:58","2017-09-11 15:32:58","","Tom Peters Custom Homes","","inherit","closed","closed","","618-revision-v1","","","2017-09-11 11:32:58","2017-09-11 15:32:58","","618","http://www.pioneercabinetry.co/uncategorized/618-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("621","2","2017-09-11 11:44:29","2017-09-11 15:44:29","","Southwest Art & Design","","publish","closed","closed","","southwest-art-design1337-willis-mill-rd","","","2017-09-12 11:09:15","2017-09-12 15:09:15","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=621","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("622","2","2017-09-11 11:44:29","2017-09-11 15:44:29","","Southwest Art & Design1337 Willis Mill Rd","","inherit","closed","closed","","621-revision-v1","","","2017-09-11 11:44:29","2017-09-11 15:44:29","","621","http://www.pioneercabinetry.co/uncategorized/621-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("623","2","2017-09-11 11:48:04","2017-09-11 15:48:04","","Construction Corporation Of America","","publish","closed","closed","","construction-corporation-america","","","2017-09-11 11:48:04","2017-09-11 15:48:04","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=623","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("624","2","2017-09-11 11:48:04","2017-09-11 15:48:04","","Construction Corporation Of America","","inherit","closed","closed","","623-revision-v1","","","2017-09-11 11:48:04","2017-09-11 15:48:04","","623","http://www.pioneercabinetry.co/uncategorized/623-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("625","2","2017-09-11 11:50:50","2017-09-11 15:50:50","","Advantage Restoration & Contracting","","publish","closed","closed","","advantage-restoration-contracting","","","2017-09-11 11:50:58","2017-09-11 15:50:58","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=625","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("626","2","2017-09-11 11:50:50","2017-09-11 15:50:50","","Advantage Restoration & Contracting","","inherit","closed","closed","","625-revision-v1","","","2017-09-11 11:50:50","2017-09-11 15:50:50","","625","http://www.pioneercabinetry.co/uncategorized/625-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("627","2","2017-09-11 11:53:37","2017-09-11 15:53:37","","LBK Cabinetry Studio","","publish","closed","closed","","lbk-cabinetry-studio","","","2017-09-11 11:53:37","2017-09-11 15:53:37","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=627","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("628","2","2017-09-11 11:53:37","2017-09-11 15:53:37","","LBK Cabinetry Studio","","inherit","closed","closed","","627-revision-v1","","","2017-09-11 11:53:37","2017-09-11 15:53:37","","627","http://www.pioneercabinetry.co/uncategorized/627-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("629","2","2017-09-11 11:55:01","2017-09-11 15:55:01","","Carpets & More","","publish","closed","closed","","carpets-more","","","2017-09-11 11:55:01","2017-09-11 15:55:01","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=629","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("630","2","2017-09-11 11:55:01","2017-09-11 15:55:01","","Carpets & More","","inherit","closed","closed","","629-revision-v1","","","2017-09-11 11:55:01","2017-09-11 15:55:01","","629","http://www.pioneercabinetry.co/uncategorized/629-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("631","2","2017-09-11 11:56:26","2017-09-11 15:56:26","","Bath Connection","","publish","closed","closed","","bath-connection","","","2017-09-11 11:57:02","2017-09-11 15:57:02","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=631","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("632","2","2017-09-11 11:56:26","2017-09-11 15:56:26","","Bath Connection","","inherit","closed","closed","","631-revision-v1","","","2017-09-11 11:56:26","2017-09-11 15:56:26","","631","http://www.pioneercabinetry.co/uncategorized/631-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("633","2","2017-09-11 11:58:33","2017-09-11 15:58:33","","Kitchen Fair Discount Center","","publish","closed","closed","","kitchen-fair-discount-center","","","2017-09-11 11:58:33","2017-09-11 15:58:33","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=633","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("634","2","2017-09-11 11:58:33","2017-09-11 15:58:33","","Kitchen Fair Discount Center","","inherit","closed","closed","","633-revision-v1","","","2017-09-11 11:58:33","2017-09-11 15:58:33","","633","http://www.pioneercabinetry.co/uncategorized/633-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("635","2","2017-09-11 12:00:54","2017-09-11 16:00:54","","Atzert Remodeling","","publish","closed","closed","","atzert-remodeling","","","2017-09-11 12:00:54","2017-09-11 16:00:54","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=635","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("636","2","2017-09-11 12:00:54","2017-09-11 16:00:54","","Atzert Remodeling","","inherit","closed","closed","","635-revision-v1","","","2017-09-11 12:00:54","2017-09-11 16:00:54","","635","http://www.pioneercabinetry.co/uncategorized/635-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("637","2","2017-09-11 12:02:50","2017-09-11 16:02:50","","Allegheny Kitchens Of Portage","","publish","closed","closed","","allegheny-kitchens-portage","","","2017-09-11 12:02:50","2017-09-11 16:02:50","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=637","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("638","2","2017-09-11 12:02:50","2017-09-11 16:02:50","","Allegheny Kitchens Of Portage","","inherit","closed","closed","","637-revision-v1","","","2017-09-11 12:02:50","2017-09-11 16:02:50","","637","http://www.pioneercabinetry.co/uncategorized/637-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("639","2","2017-09-11 12:04:34","2017-09-11 16:04:34","","A.M. Construction","","publish","closed","closed","","a-m-construction","","","2017-09-11 12:04:34","2017-09-11 16:04:34","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=639","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("640","2","2017-09-11 12:04:34","2017-09-11 16:04:34","","A.M. Construction","","inherit","closed","closed","","639-revision-v1","","","2017-09-11 12:04:34","2017-09-11 16:04:34","","639","http://www.pioneercabinetry.co/uncategorized/639-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("641","2","2017-09-11 12:05:48","2017-09-11 16:05:48","","Yelton’s Remodeling","","publish","closed","closed","","yeltons-remodeling","","","2017-09-11 12:05:48","2017-09-11 16:05:48","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=641","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("642","2","2017-09-11 12:05:48","2017-09-11 16:05:48","","Yelton’s Remodeling","","inherit","closed","closed","","641-revision-v1","","","2017-09-11 12:05:48","2017-09-11 16:05:48","","641","http://www.pioneercabinetry.co/uncategorized/641-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("643","2","2017-09-11 12:07:12","2017-09-11 16:07:12","","Volkman Kitchen And Bath","","publish","closed","closed","","volkman-kitchen-bath","","","2017-09-11 12:07:12","2017-09-11 16:07:12","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=643","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("644","2","2017-09-11 12:07:12","2017-09-11 16:07:12","","Volkman Kitchen And Bath","","inherit","closed","closed","","643-revision-v1","","","2017-09-11 12:07:12","2017-09-11 16:07:12","","643","http://www.pioneercabinetry.co/uncategorized/643-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("645","2","2017-09-11 12:08:31","2017-09-11 16:08:31","","The Kitchen Center Home Supply","","publish","closed","closed","","kitchen-center-home-supply","","","2017-09-11 12:08:31","2017-09-11 16:08:31","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=645","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("646","2","2017-09-11 12:08:31","2017-09-11 16:08:31","","The Kitchen Center Home Supply","","inherit","closed","closed","","645-revision-v1","","","2017-09-11 12:08:31","2017-09-11 16:08:31","","645","http://www.pioneercabinetry.co/uncategorized/645-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("647","2","2017-09-11 12:09:52","2017-09-11 16:09:52","","Shulls Home Remodelers","","publish","closed","closed","","shulls-home-remodelers","","","2017-09-11 12:09:52","2017-09-11 16:09:52","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=647","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("648","2","2017-09-11 12:09:52","2017-09-11 16:09:52","","Shulls Home Remodelers","","inherit","closed","closed","","647-revision-v1","","","2017-09-11 12:09:52","2017-09-11 16:09:52","","647","http://www.pioneercabinetry.co/uncategorized/647-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("649","2","2017-09-11 12:11:13","2017-09-11 16:11:13","","Ro-Ma Contracting","","publish","closed","closed","","ro-ma-contracting","","","2017-09-11 12:11:13","2017-09-11 16:11:13","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=649","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("650","2","2017-09-11 12:11:13","2017-09-11 16:11:13","","Ro-Ma Contracting","","inherit","closed","closed","","649-revision-v1","","","2017-09-11 12:11:13","2017-09-11 16:11:13","","649","http://www.pioneercabinetry.co/uncategorized/649-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("651","2","2017-09-11 12:12:31","2017-09-11 16:12:31","","River Valley Cabinet Works","","publish","closed","closed","","river-valley-cabinet-works","","","2017-09-11 12:12:31","2017-09-11 16:12:31","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=651","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("652","2","2017-09-11 12:12:31","2017-09-11 16:12:31","","River Valley Cabinet Works","","inherit","closed","closed","","651-revision-v1","","","2017-09-11 12:12:31","2017-09-11 16:12:31","","651","http://www.pioneercabinetry.co/uncategorized/651-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("653","2","2017-09-11 12:14:00","2017-09-11 16:14:00","","Prestige Interiors","","publish","closed","closed","","prestige-interiors","","","2017-09-11 12:14:00","2017-09-11 16:14:00","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=653","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("654","2","2017-09-11 12:14:00","2017-09-11 16:14:00","","Prestige Interiors","","inherit","closed","closed","","653-revision-v1","","","2017-09-11 12:14:00","2017-09-11 16:14:00","","653","http://www.pioneercabinetry.co/uncategorized/653-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("655","2","2017-09-11 12:15:45","2017-09-11 16:15:45","","Penklor Construction","","publish","closed","closed","","penklor-construction","","","2017-09-11 12:15:45","2017-09-11 16:15:45","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=655","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("656","2","2017-09-11 12:15:45","2017-09-11 16:15:45","","Penklor Construction","","inherit","closed","closed","","655-revision-v1","","","2017-09-11 12:15:45","2017-09-11 16:15:45","","655","http://www.pioneercabinetry.co/uncategorized/655-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("657","2","2017-09-11 12:17:06","2017-09-11 16:17:06","","Mullins Supply","","publish","closed","closed","","mullins-supply","","","2017-09-11 12:17:06","2017-09-11 16:17:06","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=657","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("592","1","2017-09-11 11:03:51","2017-09-11 15:03:51","","","","inherit","closed","closed","","531dff959fe19","","","2017-09-11 11:04:59","2017-09-11 15:04:59","","0","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/531dff959fe19.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("593","1","2017-09-11 11:03:58","2017-09-11 15:03:58","","","","inherit","closed","closed","","531dff98f31bc","","","2017-09-11 11:05:01","2017-09-11 15:05:01","","0","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/531dff98f31bc.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("594","1","2017-09-11 11:04:00","2017-09-11 15:04:00","","","","inherit","closed","closed","","531dff96bdaa7","","","2017-09-11 11:05:03","2017-09-11 15:05:03","","0","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/531dff96bdaa7.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("595","1","2017-09-11 11:04:04","2017-09-11 15:04:04","","","","inherit","closed","closed","","531dff92d61a0","","","2017-09-11 11:05:05","2017-09-11 15:05:05","","0","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/531dff92d61a0.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("596","1","2017-09-11 11:04:12","2017-09-11 15:04:12","","","","inherit","closed","closed","","531dff949cb74","","","2017-09-11 11:05:07","2017-09-11 15:05:07","","0","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/531dff949cb74.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("597","1","2017-09-11 11:04:17","2017-09-11 15:04:17","","","","inherit","closed","closed","","527babd7d98dc","","","2017-09-11 11:05:09","2017-09-11 15:05:09","","0","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/527babd7d98dc.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("598","1","2017-09-11 11:04:24","2017-09-11 15:04:24","","","","inherit","closed","closed","","531dff93ca603","","","2017-09-11 11:05:11","2017-09-11 15:05:11","","0","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/531dff93ca603.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("599","1","2017-09-11 11:04:27","2017-09-11 15:04:27","","","","inherit","closed","closed","","531dff9bdd1d0","","","2017-09-11 11:05:13","2017-09-11 15:05:13","","0","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/531dff9bdd1d0.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("600","1","2017-09-11 11:04:31","2017-09-11 15:04:31","","","","inherit","closed","closed","","531dff9b0319c","","","2017-09-11 11:05:15","2017-09-11 15:05:15","","0","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/531dff9b0319c.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("601","1","2017-09-11 11:04:35","2017-09-11 15:04:35","","","","inherit","closed","closed","","531dff9a083c8","","","2017-09-11 11:05:17","2017-09-11 15:05:17","","0","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/531dff9a083c8.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("604","1","2017-09-11 11:05:35","2017-09-11 15:05:35","","","","inherit","closed","closed","","527baab4ac383","","","2017-09-11 11:06:29","2017-09-11 15:06:29","","0","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/527baab4ac383.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("605","1","2017-09-11 11:05:38","2017-09-11 15:05:38","","","","inherit","closed","closed","","527baab888de0","","","2017-09-11 11:06:31","2017-09-11 15:06:31","","0","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/527baab888de0.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("606","1","2017-09-11 11:05:41","2017-09-11 15:05:41","","","","inherit","closed","closed","","527baab5049de","","","2017-09-11 11:06:34","2017-09-11 15:06:34","","0","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/527baab5049de.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("607","1","2017-09-11 11:05:55","2017-09-11 15:05:55","","","","inherit","closed","closed","","527baaba3fb97","","","2017-09-11 11:06:36","2017-09-11 15:06:36","","0","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/527baaba3fb97.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("608","1","2017-09-11 11:05:59","2017-09-11 15:05:59","","","","inherit","closed","closed","","527baabbdf2e2","","","2017-09-11 11:06:39","2017-09-11 15:06:39","","0","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/527baabbdf2e2.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("609","1","2017-09-11 11:06:02","2017-09-11 15:06:02","","","","inherit","closed","closed","","527baabf0adb1","","","2017-09-11 11:06:41","2017-09-11 15:06:41","","0","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/527baabf0adb1.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("610","1","2017-09-11 11:06:06","2017-09-11 15:06:06","","","","inherit","closed","closed","","527baabd658ce","","","2017-09-11 11:06:43","2017-09-11 15:06:43","","0","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/527baabd658ce.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("611","1","2017-09-11 11:06:08","2017-09-11 15:06:08","","","","inherit","closed","closed","","527baabe89c35","","","2017-09-11 11:06:45","2017-09-11 15:06:45","","0","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/527baabe89c35.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("612","1","2017-09-11 11:06:11","2017-09-11 15:06:11","","","","inherit","closed","closed","","527baac131bfd","","","2017-09-11 11:06:50","2017-09-11 15:06:50","","0","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/527baac131bfd.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("613","1","2017-09-11 11:06:17","2017-09-11 15:06:17","","","","inherit","closed","closed","","527baabaed83e","","","2017-09-11 11:06:52","2017-09-11 15:06:52","","0","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/527baabaed83e.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("614","1","2017-09-11 11:06:20","2017-09-11 15:06:20","","","","inherit","closed","closed","","527baab7759a2","","","2017-09-11 11:06:54","2017-09-11 15:06:54","","0","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/527baab7759a2.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("615","1","2017-09-11 11:07:01","2017-09-11 15:07:01","[et_pb_section fb_built=\"1\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" admin_label=\"section\" _builder_version=\"3.0.47\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Gallery Headline\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"15px||30px|\"]

<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Our Gallery of Cabinets</span></h1>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Gallery Text\" _builder_version=\"3.0.72\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\"]<h3>We hope this section of our site will add some inspiration to your next cabinetry project.</span></strong></h3>
<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Click on any image that you see to view the entire photograph. </span></p>
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" parallax_method_1=\"off\" module_class_1=\"photoGallery\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\" module_class=\"photoGallery\"][et_pb_gallery gallery_ids=\"592,593,594,595,596,597,598,599,600,601\" posts_number=\"20\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Cabinet Gallery\" module_class=\"photoGallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;\" gallery_captions=\",,,,,,,,,\"][/et_pb_gallery][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#000000\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row custom_padding=\"||0px|\" padding_mobile=\"off\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Dealer Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h1>Dealer Gallery</h1>
<p>We like to show off what some of our dealer have created using Pioneer Cabinetry. If it inspires you, now is the time to contact your local Pioneer dealer.</p>
[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"10px|||\" padding_mobile=\"off\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_gallery gallery_ids=\"604,605,606,607,608,609,610,611,612,613,614\" posts_number=\"20\" show_pagination=\"off\" admin_label=\"Dealer Gallery\" module_class=\"photoGallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;\" gallery_captions=\",,,,,,,,,,\"][/et_pb_gallery][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px|||\" padding_mobile=\"off\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_cta button_url=\"http://pioneercabinetry.net/wp/gallery/dealer-upload/\" button_text=\"Dealer Photo Upload\" use_background_color=\"off\" text_orientation=\"left\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_size=\"15\"]<h4 style=\"text-align: left\">Dealers, You Can Showcase Your Work</h4>
<p style=\"text-align: left\">Upload your best photos using Pioneer Cabinetry Cabinets with this form.</p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Gallery","","inherit","closed","closed","","264-revision-v1","","","2017-09-11 11:07:01","2017-09-11 15:07:01","","264","http://www.pioneercabinetry.co/uncategorized/264-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("571","1","2017-09-11 10:53:40","2017-09-11 14:53:40","","DrawerHeads-VHGroove","","inherit","closed","closed","","drawerheads-vhgroove-2","","","2017-09-11 10:53:40","2017-09-11 14:53:40","","241","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/DrawerHeads-VHGroove-1.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("572","1","2017-09-11 10:53:41","2017-09-11 14:53:41","","DrawerHeads-Vgroove","","inherit","closed","closed","","drawerheads-vgroove-2","","","2017-09-11 10:53:41","2017-09-11 14:53:41","","241","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/DrawerHeads-Vgroove-1.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("573","1","2017-09-11 10:53:42","2017-09-11 14:53:42","","DrawerHeads-Slab","","inherit","closed","closed","","drawerheads-slab-2","","","2017-09-11 10:53:42","2017-09-11 14:53:42","","241","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/DrawerHeads-Slab-1.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("574","1","2017-09-11 10:53:42","2017-09-11 14:53:42","","DrawerHeads-5PieceRaised","","inherit","closed","closed","","drawerheads-5pieceraised-2","","","2017-09-11 10:53:42","2017-09-11 14:53:42","","241","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/DrawerHeads-5PieceRaised-1.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("575","1","2017-09-11 10:53:43","2017-09-11 14:53:43","","DrawerHeads-5PieceFlat","","inherit","closed","closed","","drawerheads-5pieceflat-2","","","2017-09-11 10:53:43","2017-09-11 14:53:43","","241","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/DrawerHeads-5PieceFlat-1.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("576","1","2017-09-11 10:53:43","2017-09-11 14:53:43","","DrawerHeads-5PieceBeaded","","inherit","closed","closed","","drawerheads-5piecebeaded-2","","","2017-09-11 10:53:43","2017-09-11 14:53:43","","241","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/DrawerHeads-5PieceBeaded-1.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("577","1","2017-09-11 10:53:44","2017-09-11 14:53:44","","DrawerHeads-5Piece","","inherit","closed","closed","","drawerheads-5piece-2","","","2017-09-11 10:53:44","2017-09-11 14:53:44","","241","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/DrawerHeads-5Piece-1.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("578","1","2017-09-11 10:53:44","2017-09-11 14:53:44","","DrawerHeads-3Piece","","inherit","closed","closed","","drawerheads-3piece-2","","","2017-09-11 10:53:44","2017-09-11 14:53:44","","241","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/DrawerHeads-3Piece-1.jpg","0","attachment","image/jpeg","0");
INSERT INTO `pcab_posts` VALUES("586","1","2017-09-11 10:58:47","2017-09-11 14:58:47","[et_pb_section fb_built=\"1\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" admin_label=\"section\" _builder_version=\"3.0.47\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Find Style Headline\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"15px||30px|\"]

<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Find Your Style</span></h1>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"off\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Find Your Style Text\" _builder_version=\"3.0.47\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\"]<h2 class=\"kicker\" style=\"text-align: center\"><span class=\"s1\">The task of picking out your cabinets can be a little overwhelming, so we made it a little easier for you to explore the different areas of cabinetry. </span></h2>
<p class=\"p1\" style=\"text-align: center\"><strong><span class=\"s1\">Click on the buttons below to explore each topic.</span></strong></p>
[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px|||\" padding_mobile=\"off\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_button button_url=\"#wood\" button_text=\"LEARN ABOUT WOOD\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Wood Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"#panels\" button_text=\"SELECT PANEL STYLE\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Panel Button\" _builder_version=\"3.0.47\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_button button_url=\"#doors\" button_text=\"DOOR STYLES\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Doors Button\" _builder_version=\"3.0.47\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"#edges\" button_text=\"LEARN ABOUT EDGES\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Edges Button\" _builder_version=\"3.0.47\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_button button_url=\"#overlays\" button_text=\"OVERLAYS & HINGING\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Overlay Button\" _builder_version=\"3.0.47\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"#options\" button_text=\"OTHER OPTIONS\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Options Button\" _builder_version=\"3.0.47\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" padding_mobile=\"off\" module_id=\"wood\" _builder_version=\"3.0.47\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Wood Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Learning About Wood Species</h2>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Oak.jpg\" align=\"center\" admin_label=\"Oak Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/oak/\" button_text=\"MORE ABOUT OAK\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Oak Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Oak Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

Oak, the mainstay of the cabinet and furniture industry, offers depth in color from pink to white and light brown.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Maple.jpg\" align=\"center\" admin_label=\"Maple Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/maple/\" button_text=\"MORE ABOUT MAPLE\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Maple Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Maple Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

Predominately off-white in color, maple is a smooth, closed-grain wood that may contain shades of brown and pink.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Hickory-Type.jpg\" align=\"center\" admin_label=\"Hickory Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/hickory/\" button_text=\"MORE ABOUT HICKORY\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Hickory Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Hickory Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

Hickory is a very “wild” wood, known for its wide spectrum of color that can range from white to dark brown and can also feature wormholes and black knots.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"10px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Cherry-Type.jpg\" align=\"center\" admin_label=\"Cherry Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/cherry/\" button_text=\"MORE ABOUT CHERRY\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Cherry Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Cherry Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

Cherry is a multi-colored wood characterized by shades of red, white and brown.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Knotty-Type.jpg\" align=\"center\" admin_label=\"Knotty Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/knotty/\" button_text=\"MORE ABOUT KNOTTY\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Knotty Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Knotty Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

At Pioneer we love the look of real wood with all its natural properties.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Painted-Type.jpg\" align=\"center\" admin_label=\"Painted Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/painted/\" button_text=\"MORE ABOUT PAINTED\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Painted Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Painted Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

Tinted varnishes, which give cabinets a \"painted look,\" are one of today’s hottest trends in cabinetry.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"10px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Thermofoil-Type.jpg\" align=\"center\" admin_label=\"Thermofoil Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/thermofoil/\" button_text=\"MORE ABOUT THERMOFOIL\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Thermofoil Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Thermofoil Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

White, Snow and Ivory thermofoil door cabinets offer an alternative to the typical wood/stained cabinet.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" padding_mobile=\"off\" module_id=\"doors\" _builder_version=\"3.0.47\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"3_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Door Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h2>Pioneer Cabinetry comes in a variety of door styles.</h2>
<h4>Which door style would you prefer?</h4>
<p>The photos below are just an example of the vast array of door styles offered by Pioneer. Each door style is available in a wide variety of wood species and color combinations. Please visit our Door Style page to discover more options.</p>
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_button button_url=\"/door-styles/\" button_text=\"SEE MORE DOORS\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Door Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_gallery gallery_ids=\"541,542,536,537\" posts_number=\"4\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Door Gallery\" module_class=\"fullGallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;\"][/et_pb_gallery][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" padding_mobile=\"off\" module_id=\"overlays\" _builder_version=\"3.0.47\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"3_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Overlays Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h2>Overlay &amp; Hinging</h2>
<p>Overlays affect how much of the cabinet frame shows, and can dramatically change the appearance of your cabinets. From a traditional look to a more contemporary style, choosing the correct overlay starts below.</p>
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_button button_url=\"/overlays-hinging/\" button_text=\"READ MORE ...\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Overlays Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/SemiConcealedKnife.png\" align=\"center\" admin_label=\"Semi Concealed Hinge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Semi-Concealed Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<p style=\"text-align: center\"><strong>1/2\" Overlay Semi-Concealed Knife Hinge</strong></p>
<p style=\"text-align: center\">Allows the cabinet frame to be exposed between doors or drawers for a traditional look.</p>
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HalfConcealedCup.png\" align=\"center\" admin_label=\"Half Concealed Cup Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Concealed Cup Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<p style=\"text-align: center\"><strong>1/2\" Overlay Concealed Cup Hinge</strong></p>
<p style=\"text-align: center\">Allows the cabinet frame to be exposed between doors or drawers for a traditional look.</p>
[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/FullConcealedCup.png\" align=\"center\" admin_label=\"Full Concealed Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Full Concealed Cup Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<p style=\"text-align: center\"><strong>Full Overlay Concealed Cup Hinge</strong></p>
<p style=\"text-align: center\">Concealed hinges are hidden from view with this design, very little of the cabinet frame shows around each door panel or drawer front creating a seamless, modern appearance.</p>
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/DesignerConcealedCup.png\" align=\"center\" admin_label=\"Designer Concealed Cup Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Designer Concealed Cup Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<p style=\"text-align: center\"><strong>Designer Overlay Concealed Cup Hinge</strong></p>
<p style=\"text-align: center\">Concealed hinges are hidden from view and allow you to see only the surface of your cabinet door. The Designer Overlay design creates a very clean design look.</p>
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" padding_mobile=\"off\" module_id=\"panels\" _builder_version=\"3.0.47\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Panels Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h2>Door panels are the most visible part of your cabinetry and define your style.</h2>
<p>Pioneer offers many unique choices including flat, beaded, raised, detailed and solid.</p>
[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" parallax_method_4=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Flat.png\" align=\"center\" admin_label=\"Flat Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Flat Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center\"><strong>Flat - F / Solid - S</strong></p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Beaded.png\" align=\"center\" admin_label=\"Beaded Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Beaded Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center\"><strong>Beaded - B</strong></p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Raised.png\" align=\"center\" admin_label=\"Raised Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Raised Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center\"><strong>Raised - R</strong></p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Detailed.png\" align=\"center\" admin_label=\"Detailed Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Detailed Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center\"><strong>Detailed - D</strong></p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" padding_mobile=\"off\" module_id=\"edges\" _builder_version=\"3.0.47\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Edges Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h2>The edges of the cabinet door panels can enhance your style and provide easy access to the interior.</h2>
<p>Pioneer offers 7 different outside door edge profiles for all \'non-mitered\' door styles, they are as follows:</p>
[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" parallax_method_4=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-F.png\" align=\"center\" admin_label=\"F Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-G.png\" align=\"center\" admin_label=\"G Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-K.png\" align=\"center\" admin_label=\"K Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-M.png\" align=\"center\" admin_label=\"M Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-R.png\" align=\"center\" admin_label=\"R Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-E.png\" align=\"center\" admin_label=\"E Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-S.png\" align=\"center\" admin_label=\"S Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" padding_mobile=\"off\" module_id=\"options\" _builder_version=\"3.0.47\"][et_pb_row custom_padding=\"||20px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Options Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h2>Each option below turns a standard cabinet into your personalized cabinetry.</h2>
<p>Combinations of these options can help set your Pioneer cabinetry apart from the rest.</p>
[/et_pb_text][et_pb_divider color=\"rgba(0,0,0,0.46)\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" _builder_version=\"3.0.47\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||20px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Drawer Heads Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h2>Drawer Head Styles</h2>
<p>Pioneer offers 8 different drawer heads for the \'standard\' door styles, examples are below.</p>
[/et_pb_text][et_pb_gallery gallery_ids=\"554,553,552,551,550,555,549,548\" posts_number=\"8\" show_title_and_caption=\"off\" show_pagination=\"off\" admin_label=\"DrawerHead Gallery\" _builder_version=\"3.0.72\" global_module=\"580\" saved_tabs=\"all\"][/et_pb_gallery][et_pb_divider color=\"rgba(0,0,0,0.46)\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" _builder_version=\"3.0.47\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||20px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Glazing Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h2>Glazing Styles</h2>
<p>The \"Olde World\" look of glazing cabinetry is a great way to give your home a unique and classic look. A glazed finish is achieved by applying the glaze over the entire surface of all finished parts, then wiping the glaze off by hand. The result is stunning, as the glaze will \"hang-up\" unevenly in corners, profiled edges and end grain of each glazed component. It is recommended that the homeowners view an actual door sample or display before selecting a glazed finish, as color variations will occur between individual cabinet components.</p>
[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_gallery gallery_ids=\"557,558,559,560,561\" posts_number=\"12\" show_pagination=\"off\" admin_label=\"Glazes Gallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;\" custom_css_gallery_item_caption=\"text-align:center;\" global_module=\"581\" saved_tabs=\"all\"][/et_pb_gallery][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||20px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_divider color=\"rgba(0,0,0,0.46)\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" _builder_version=\"3.0.47\"][/et_pb_divider][et_pb_text background_layout=\"dark\" admin_label=\"Finishing Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h2>Finishing Techniques</h2>
<p>Create beauty and character with any of our custom finish techniques. Available in most standard Pioneer paints/tinted varnishes, stains and glazes. Since no two manufacturers are alike, it is recommended that homeowners view an actual door sample or display before finalizing any cabinet color/finishing technique selection.</p>
[/et_pb_text][et_pb_gallery gallery_ids=\"562,563,564,565\" show_pagination=\"off\" admin_label=\"Finishing Gallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;\" custom_css_gallery_item_caption=\"text-align:center;\" global_module=\"582\" saved_tabs=\"all\"][/et_pb_gallery][et_pb_divider color=\"rgba(0,0,0,0.46)\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" _builder_version=\"3.0.47\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||20px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Knotty Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h2>Knotty</h2>
<h4>At Pioneer we love the look of real wood with all its natural properties.</h4>
<p>For those of you who also like the rustic look, this option might be for you. Pioneer, for our standard cabinetry, cuts around these natural knots. In our knotty option, we leave them in and sort through them to give you a natural looking option.</p>
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/kitchenKnotty-1.jpg\" align=\"center\" admin_label=\"Knotty Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Plywood Construction Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h2>Plywood Construction</h2>
<p>All the flexibility you’ve come to expect from Pioneer with the added feature of plywood construction. If you choose this option, then you will receive full ½” plywood box construction. Pioneer uses only the best domestic plywood, no Chinese imports! Our sanded and calibrated plywood core provides the greatest opportunity for a smooth and consistent finished product.</p>
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Find You Style","","inherit","closed","closed","","241-revision-v1","","","2017-09-11 10:58:47","2017-09-11 14:58:47","","241","http://www.pioneercabinetry.co/uncategorized/241-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("584","1","2017-09-11 10:56:33","2017-09-11 14:56:33","[et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Find Style Headline\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"15px||30px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Find Your Style</span></h1>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"||10px|\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Find Your Style Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\" text_line_height=\"1.8em\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h2 class=\"kicker\" style=\"text-align: center\"><span class=\"s1\">The task of picking out your cabinets can be a little overwhelming, so we made it a little easier for you to explore the different areas of cabinetry. </span></h2>
<p class=\"p1\" style=\"text-align: center\"><strong><span class=\"s1\">Click on the buttons below to explore each topic.</span></strong></p>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px|||\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_3\"][et_pb_button admin_label=\"Wood Button\" button_url=\"#wood\" url_new_window=\"off\" button_text=\"LEARN ABOUT WOOD\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" button_bg_color=\"#e09900\" /][et_pb_button admin_label=\"Panel Button\" button_url=\"#panels\" url_new_window=\"off\" button_text=\"SELECT PANEL STYLE\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" button_bg_color=\"#e09900\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_button admin_label=\"Doors Button\" button_url=\"#doors\" url_new_window=\"off\" button_text=\"DOOR STYLES\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" button_bg_color=\"#e09900\" /][et_pb_button admin_label=\"Edges Button\" button_url=\"#edges\" url_new_window=\"off\" button_text=\"LEARN ABOUT EDGES\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" button_bg_color=\"#e09900\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_button admin_label=\"Overlay Button\" button_url=\"#overlays\" url_new_window=\"off\" button_text=\"OVERLAYS &amp; HINGING\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" button_bg_color=\"#e09900\" /][et_pb_button admin_label=\"Options Button\" button_url=\"#options\" url_new_window=\"off\" button_text=\"OTHER OPTIONS\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" button_bg_color=\"#e09900\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" module_id=\"wood\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"||10px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Wood Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h2>Learning About Wood Species</h2>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||10px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Oak Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Oak.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][et_pb_button admin_label=\"Oak Button\" button_url=\"http://pioneercabinetry.net/wp/wood-color/oak/\" url_new_window=\"off\" button_text=\"MORE ABOUT OAK\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" /][et_pb_text admin_label=\"Oak Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

Oak, the mainstay of the cabinet and furniture industry, offers depth in color from pink to white and light brown.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Maple Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Maple.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][et_pb_button admin_label=\"Maple Button\" button_url=\"http://pioneercabinetry.net/wp/wood-color/maple/\" url_new_window=\"off\" button_text=\"MORE ABOUT MAPLE\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" /][et_pb_text admin_label=\"Maple Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

Predominately off-white in color, maple is a smooth, closed-grain wood that may contain shades of brown and pink.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Hickory Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Hickory-Type.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][et_pb_button admin_label=\"Hickory Button\" button_url=\"http://pioneercabinetry.net/wp/wood-color/hickory/\" url_new_window=\"off\" button_text=\"MORE ABOUT HICKORY\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" /][et_pb_text admin_label=\"Hickory Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

Hickory is a very “wild” wood, known for its wide spectrum of color that can range from white to dark brown and can also feature wormholes and black knots.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Cherry Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Cherry-Type.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][et_pb_button admin_label=\"Cherry Button\" button_url=\"http://pioneercabinetry.net/wp/wood-color/cherry/\" url_new_window=\"off\" button_text=\"MORE ABOUT CHERRY\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" /][et_pb_text admin_label=\"Cherry Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

Cherry is a multi-colored wood characterized by shades of red, white and brown.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Knotty Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Knotty-Type.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][et_pb_button admin_label=\"Knotty Button\" button_url=\"http://pioneercabinetry.net/wp/wood-color/knotty/\" url_new_window=\"off\" button_text=\"MORE ABOUT KNOTTY\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" /][et_pb_text admin_label=\"Knotty Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

At Pioneer we love the look of real wood with all its natural properties.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Painted Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Painted-Type.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][et_pb_button admin_label=\"Painted Button\" button_url=\"http://pioneercabinetry.net/wp/wood-color/painted/\" url_new_window=\"off\" button_text=\"MORE ABOUT PAINTED\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" /][et_pb_text admin_label=\"Painted Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

Tinted varnishes, which give cabinets a \"painted look,\" are one of today’s hottest trends in cabinetry.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Thermofoil Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Thermofoil-Type.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][et_pb_button admin_label=\"Thermofoil Button\" button_url=\"/wp/wood-color/thermofoil/\" url_new_window=\"off\" button_text=\"MORE ABOUT THERMOFOIL\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" /][et_pb_text admin_label=\"Thermofoil Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

White, Snow and Ivory thermofoil door cabinets offer an alternative to the typical wood/stained cabinet.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" module_id=\"doors\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"||10px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Door Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h2>Pioneer Cabinetry comes in a variety of door styles.</h2>
<h4>Which door style would you prefer?</h4>
The photos below are just an example of the vast array of door styles offered by Pioneer. Each door style is available in a wide variety of wood species and color combinations. Please visit our Door Style page to discover more options.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Door Button\" button_url=\"http://pioneercabinetry.net/wp/door-styles/\" url_new_window=\"off\" button_text=\"SEE MORE DOORS\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" /][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||10px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_gallery admin_label=\"Door Gallery\" gallery_ids=\"541,542,536,537\" fullwidth=\"off\" show_title_and_caption=\"on\" show_pagination=\"off\" background_layout=\"dark\" hover_overlay_color=\"rgba(255,255,255,0.9)\" border_style=\"solid\" custom_css_gallery_item_title=\"text-align:center;\" module_class=\"fullGallery\" _builder_version=\"3.0.72\" orientation=\"landscape\" zoom_icon_color=\"#dd9933\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" module_id=\"overlays\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"||10px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Overlays Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h2>Overlay &amp; Hinging</h2>
Overlays affect how much of the cabinet frame shows, and can dramatically change the appearance of your cabinets. From a traditional look to a more contemporary style, choosing the correct overlay starts below.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Overlays Button\" button_url=\"http://pioneercabinetry.net/wp/overlays-hinging/\" url_new_window=\"off\" button_text=\"READ MORE ...\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" /][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||10px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Semi Concealed Hinge Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/SemiConcealedKnife.png\" /][et_pb_text admin_label=\"Semi-Concealed Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<p style=\"text-align: center\"><strong>1/2\" Overlay Semi-Concealed Knife Hinge</strong></p>
<p style=\"text-align: center\">Allows the cabinet frame to be exposed between doors or drawers for a traditional look.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Half Concealed Cup Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HalfConcealedCup.png\" /][et_pb_text admin_label=\"Concealed Cup Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<p style=\"text-align: center\"><strong>1/2\" Overlay Concealed Cup Hinge</strong></p>
<p style=\"text-align: center\">Allows the cabinet frame to be exposed between doors or drawers for a traditional look.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||10px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Full Concealed Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/FullConcealedCup.png\" /][et_pb_text admin_label=\"Full Concealed Cup Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<p style=\"text-align: center\"><strong>Full Overlay Concealed Cup Hinge</strong></p>
<p style=\"text-align: center\">Concealed hinges are hidden from view with this design, very little of the cabinet frame shows around each door panel or drawer front creating a seamless, modern appearance.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Designer Concealed Cup Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/DesignerConcealedCup.png\" /][et_pb_text admin_label=\"Designer Concealed Cup Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<p style=\"text-align: center\"><strong>Designer Overlay Concealed Cup Hinge</strong></p>
<p style=\"text-align: center\">Concealed hinges are hidden from view and allow you to see only the surface of your cabinet door. The Designer Overlay design creates a very clean design look.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" module_id=\"panels\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"||10px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Panels Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h2>Door panels are the most visible part of your cabinetry and define your style.</h2>
Pioneer offers many unique choices including flat, beaded, raised, detailed and solid.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||10px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" parallax_4=\"off\" parallax_method_4=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Flat Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Flat.png\" /][et_pb_text admin_label=\"Flat Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<p style=\"text-align: center\"><strong>Flat - F / Solid - S</strong></p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Beaded Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Beaded.png\" /][et_pb_text admin_label=\"Beaded Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<p style=\"text-align: center\"><strong>Beaded - B</strong></p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Raised Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Raised.png\" /][et_pb_text admin_label=\"Raised Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<p style=\"text-align: center\"><strong>Raised - R</strong></p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Detailed Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Detailed.png\" /][et_pb_text admin_label=\"Detailed Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<p style=\"text-align: center\"><strong>Detailed - D</strong></p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" module_id=\"edges\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"||10px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Edges Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h2>The edges of the cabinet door panels can enhance your style and provide easy access to the interior.</h2>
Pioneer offers 7 different outside door edge profiles for all \'non-mitered\' door styles, they are as follows:

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||10px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" parallax_4=\"off\" parallax_method_4=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"F Edge Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-F.png\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"G Edge Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-G.png\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"K Edge Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-K.png\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"M Edge Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-M.png\" /][/et_pb_column][/et_pb_row][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"R Edge Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-R.png\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"E Edge Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-E.png\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"S Edge Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-S.png\" /][/et_pb_column][et_pb_column type=\"1_4\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" module_id=\"options\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"||20px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Options Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h2>Each option below turns a standard cabinet into your personalized cabinetry.</h2>
Combinations of these options can help set your Pioneer cabinetry apart from the rest.

[/et_pb_text][et_pb_divider color=\"rgba(0,0,0,0.46)\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\" /][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" custom_padding=\"0px||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Drawer Heads Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h2>Drawer Head Styles</h2>
Pioneer offers 8 different drawer heads for the \'standard\' door styles, examples are below.

[/et_pb_text][et_pb_gallery admin_label=\"DrawerHead Gallery\" gallery_ids=\"554,553,552,551,550,555,549,548\" fullwidth=\"off\" show_title_and_caption=\"off\" show_pagination=\"off\" background_layout=\"light\" hover_overlay_color=\"rgba(255,255,255,0.9)\" border_style=\"solid\" posts_number=\"8\" _builder_version=\"3.0.72\" orientation=\"landscape\" zoom_icon_color=\"#dd9933\" saved_tabs=\"all\" global_module=\"580\" /][et_pb_divider color=\"rgba(0,0,0,0.46)\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\" /][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||20px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Glazing Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h2>Glazing Styles</h2>
The \"Olde World\" look of glazing cabinetry is a great way to give your home a unique and classic look. A glazed finish is achieved by applying the glaze over the entire surface of all finished parts, then wiping the glaze off by hand. The result is stunning, as the glaze will \"hang-up\" unevenly in corners, profiled edges and end grain of each glazed component. It is recommended that the homeowners view an actual door sample or display before selecting a glazed finish, as color variations will occur between individual cabinet components.

[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_gallery admin_label=\"Glazes Gallery\" gallery_ids=\"557,558,559,560,561\" fullwidth=\"off\" show_title_and_caption=\"on\" show_pagination=\"off\" background_layout=\"light\" hover_overlay_color=\"rgba(255,255,255,0.9)\" border_style=\"solid\" posts_number=\"12\" custom_css_gallery_item_title=\"text-align:center;\" custom_css_gallery_item_caption=\"text-align:center;\" _builder_version=\"3.0.72\" orientation=\"landscape\" zoom_icon_color=\"#dd9933\" saved_tabs=\"all\" global_module=\"581\" /][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||20px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_divider color=\"rgba(0,0,0,0.46)\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\" /][et_pb_text admin_label=\"Finishing Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h2>Finishing Techniques</h2>
Create beauty and character with any of our custom finish techniques. Available in most standard Pioneer paints/tinted varnishes, stains and glazes. Since no two manufacturers are alike, it is recommended that homeowners view an actual door sample or display before finalizing any cabinet color/finishing technique selection.

[/et_pb_text][et_pb_gallery admin_label=\"Finishing Gallery\" gallery_ids=\"562,563,564,565\" fullwidth=\"off\" show_title_and_caption=\"on\" show_pagination=\"off\" background_layout=\"light\" hover_overlay_color=\"rgba(255,255,255,0.9)\" border_style=\"solid\" custom_css_gallery_item_title=\"text-align:center;\" custom_css_gallery_item_caption=\"text-align:center;\" _builder_version=\"3.0.72\" orientation=\"landscape\" zoom_icon_color=\"#dd9933\" saved_tabs=\"all\" global_module=\"582\" /][et_pb_divider color=\"rgba(0,0,0,0.46)\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\" /][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||20px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Knotty Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h2>Knotty</h2>
<h4>At Pioneer we love the look of real wood with all its natural properties.</h4>
For those of you who also like the rustic look, this option might be for you. Pioneer, for our standard cabinetry, cuts around these natural knots. In our knotty option, we leave them in and sort through them to give you a natural looking option.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Knotty Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/kitchenKnotty-1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Plywood Construction Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h2>Plywood Construction</h2>
All the flexibility you’ve come to expect from Pioneer with the added feature of plywood construction. If you choose this option, then you will receive full ½” plywood box construction. Pioneer uses only the best domestic plywood, no Chinese imports! Our sanded and calibrated plywood core provides the greatest opportunity for a smooth and consistent finished product.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row global_parent=\"93\" background_color_1=\"#000000\" background_color_2=\"#000000\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" _builder_version=\"3.0.72\" make_equal=\"on\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" global_parent=\"93\" title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" global_parent=\"93\" title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Find You Style","","inherit","closed","closed","","241-revision-v1","","","2017-09-11 10:56:33","2017-09-11 14:56:33","","241","http://www.pioneercabinetry.co/uncategorized/241-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("579","1","2017-09-11 10:54:21","2017-09-11 14:54:21","[et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Find Style Headline\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"15px||30px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Find Your Style</span></h1>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"||10px|\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Find Your Style Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\" text_line_height=\"1.8em\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h2 class=\"kicker\" style=\"text-align: center\"><span class=\"s1\">The task of picking out your cabinets can be a little overwhelming, so we made it a little easier for you to explore the different areas of cabinetry. </span></h2>
<p class=\"p1\" style=\"text-align: center\"><strong><span class=\"s1\">Click on the buttons below to explore each topic.</span></strong></p>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px|||\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_3\"][et_pb_button admin_label=\"Wood Button\" button_url=\"#wood\" url_new_window=\"off\" button_text=\"LEARN ABOUT WOOD\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" button_bg_color=\"#e09900\" /][et_pb_button admin_label=\"Panel Button\" button_url=\"#panels\" url_new_window=\"off\" button_text=\"SELECT PANEL STYLE\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" button_bg_color=\"#e09900\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_button admin_label=\"Doors Button\" button_url=\"#doors\" url_new_window=\"off\" button_text=\"DOOR STYLES\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" button_bg_color=\"#e09900\" /][et_pb_button admin_label=\"Edges Button\" button_url=\"#edges\" url_new_window=\"off\" button_text=\"LEARN ABOUT EDGES\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" button_bg_color=\"#e09900\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_button admin_label=\"Overlay Button\" button_url=\"#overlays\" url_new_window=\"off\" button_text=\"OVERLAYS &amp; HINGING\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" button_bg_color=\"#e09900\" /][et_pb_button admin_label=\"Options Button\" button_url=\"#options\" url_new_window=\"off\" button_text=\"OTHER OPTIONS\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" button_bg_color=\"#e09900\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" module_id=\"wood\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"||10px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Wood Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h2>Learning About Wood Species</h2>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||10px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Oak Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Oak.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][et_pb_button admin_label=\"Oak Button\" button_url=\"http://pioneercabinetry.net/wp/wood-color/oak/\" url_new_window=\"off\" button_text=\"MORE ABOUT OAK\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" /][et_pb_text admin_label=\"Oak Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

Oak, the mainstay of the cabinet and furniture industry, offers depth in color from pink to white and light brown.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Maple Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Maple.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][et_pb_button admin_label=\"Maple Button\" button_url=\"http://pioneercabinetry.net/wp/wood-color/maple/\" url_new_window=\"off\" button_text=\"MORE ABOUT MAPLE\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" /][et_pb_text admin_label=\"Maple Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

Predominately off-white in color, maple is a smooth, closed-grain wood that may contain shades of brown and pink.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Hickory Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Hickory-Type.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][et_pb_button admin_label=\"Hickory Button\" button_url=\"http://pioneercabinetry.net/wp/wood-color/hickory/\" url_new_window=\"off\" button_text=\"MORE ABOUT HICKORY\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" /][et_pb_text admin_label=\"Hickory Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

Hickory is a very “wild” wood, known for its wide spectrum of color that can range from white to dark brown and can also feature wormholes and black knots.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Cherry Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Cherry-Type.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][et_pb_button admin_label=\"Cherry Button\" button_url=\"http://pioneercabinetry.net/wp/wood-color/cherry/\" url_new_window=\"off\" button_text=\"MORE ABOUT CHERRY\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" /][et_pb_text admin_label=\"Cherry Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

Cherry is a multi-colored wood characterized by shades of red, white and brown.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Knotty Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Knotty-Type.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][et_pb_button admin_label=\"Knotty Button\" button_url=\"http://pioneercabinetry.net/wp/wood-color/knotty/\" url_new_window=\"off\" button_text=\"MORE ABOUT KNOTTY\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" /][et_pb_text admin_label=\"Knotty Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

At Pioneer we love the look of real wood with all its natural properties.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Painted Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Painted-Type.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][et_pb_button admin_label=\"Painted Button\" button_url=\"http://pioneercabinetry.net/wp/wood-color/painted/\" url_new_window=\"off\" button_text=\"MORE ABOUT PAINTED\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" /][et_pb_text admin_label=\"Painted Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

Tinted varnishes, which give cabinets a \"painted look,\" are one of today’s hottest trends in cabinetry.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Thermofoil Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Thermofoil-Type.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][et_pb_button admin_label=\"Thermofoil Button\" button_url=\"/wp/wood-color/thermofoil/\" url_new_window=\"off\" button_text=\"MORE ABOUT THERMOFOIL\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" /][et_pb_text admin_label=\"Thermofoil Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

White, Snow and Ivory thermofoil door cabinets offer an alternative to the typical wood/stained cabinet.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" module_id=\"doors\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"||10px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Door Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h2>Pioneer Cabinetry comes in a variety of door styles.</h2>
<h4>Which door style would you prefer?</h4>
The photos below are just an example of the vast array of door styles offered by Pioneer. Each door style is available in a wide variety of wood species and color combinations. Please visit our Door Style page to discover more options.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Door Button\" button_url=\"http://pioneercabinetry.net/wp/door-styles/\" url_new_window=\"off\" button_text=\"SEE MORE DOORS\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" /][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||10px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_gallery admin_label=\"Door Gallery\" gallery_ids=\"541,542,536,537\" fullwidth=\"off\" show_title_and_caption=\"on\" show_pagination=\"off\" background_layout=\"dark\" hover_overlay_color=\"rgba(255,255,255,0.9)\" border_style=\"solid\" custom_css_gallery_item_title=\"text-align:center;\" module_class=\"fullGallery\" _builder_version=\"3.0.72\" orientation=\"landscape\" zoom_icon_color=\"#dd9933\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" module_id=\"overlays\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"||10px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Overlays Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h2>Overlay &amp; Hinging</h2>
Overlays affect how much of the cabinet frame shows, and can dramatically change the appearance of your cabinets. From a traditional look to a more contemporary style, choosing the correct overlay starts below.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Overlays Button\" button_url=\"http://pioneercabinetry.net/wp/overlays-hinging/\" url_new_window=\"off\" button_text=\"READ MORE ...\" button_alignment=\"center\" background_layout=\"dark\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" custom_css_main_element=\"width:100%;\" /][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||10px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Semi Concealed Hinge Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/SemiConcealedKnife.png\" /][et_pb_text admin_label=\"Semi-Concealed Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<p style=\"text-align: center\"><strong>1/2\" Overlay Semi-Concealed Knife Hinge</strong></p>
<p style=\"text-align: center\">Allows the cabinet frame to be exposed between doors or drawers for a traditional look.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Half Concealed Cup Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HalfConcealedCup.png\" /][et_pb_text admin_label=\"Concealed Cup Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<p style=\"text-align: center\"><strong>1/2\" Overlay Concealed Cup Hinge</strong></p>
<p style=\"text-align: center\">Allows the cabinet frame to be exposed between doors or drawers for a traditional look.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||10px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Full Concealed Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/FullConcealedCup.png\" /][et_pb_text admin_label=\"Full Concealed Cup Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<p style=\"text-align: center\"><strong>Full Overlay Concealed Cup Hinge</strong></p>
<p style=\"text-align: center\">Concealed hinges are hidden from view with this design, very little of the cabinet frame shows around each door panel or drawer front creating a seamless, modern appearance.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Designer Concealed Cup Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/DesignerConcealedCup.png\" /][et_pb_text admin_label=\"Designer Concealed Cup Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<p style=\"text-align: center\"><strong>Designer Overlay Concealed Cup Hinge</strong></p>
<p style=\"text-align: center\">Concealed hinges are hidden from view and allow you to see only the surface of your cabinet door. The Designer Overlay design creates a very clean design look.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" module_id=\"panels\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"||10px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Panels Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h2>Door panels are the most visible part of your cabinetry and define your style.</h2>
Pioneer offers many unique choices including flat, beaded, raised, detailed and solid.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||10px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" parallax_4=\"off\" parallax_method_4=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Flat Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Flat.png\" /][et_pb_text admin_label=\"Flat Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<p style=\"text-align: center\"><strong>Flat - F / Solid - S</strong></p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Beaded Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Beaded.png\" /][et_pb_text admin_label=\"Beaded Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<p style=\"text-align: center\"><strong>Beaded - B</strong></p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Raised Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Raised.png\" /][et_pb_text admin_label=\"Raised Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<p style=\"text-align: center\"><strong>Raised - R</strong></p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Detailed Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Detailed.png\" /][et_pb_text admin_label=\"Detailed Text\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<p style=\"text-align: center\"><strong>Detailed - D</strong></p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" module_id=\"edges\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"||10px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Edges Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h2>The edges of the cabinet door panels can enhance your style and provide easy access to the interior.</h2>
Pioneer offers 7 different outside door edge profiles for all \'non-mitered\' door styles, they are as follows:

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||10px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" parallax_3=\"off\" parallax_method_3=\"off\" parallax_4=\"off\" parallax_method_4=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"F Edge Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-F.png\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"G Edge Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-G.png\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"K Edge Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-K.png\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"M Edge Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-M.png\" /][/et_pb_column][/et_pb_row][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"R Edge Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-R.png\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"E Edge Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-E.png\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"S Edge Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-S.png\" /][/et_pb_column][et_pb_column type=\"1_4\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" module_id=\"options\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"||20px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Options Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h2>Each option below turns a standard cabinet into your personalized cabinetry.</h2>
Combinations of these options can help set your Pioneer cabinetry apart from the rest.

[/et_pb_text][et_pb_divider color=\"rgba(0,0,0,0.46)\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\" /][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" custom_padding=\"0px||20px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Drawer Heads Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h2>Drawer Head Styles</h2>
Pioneer offers 8 different drawer heads for the \'standard\' door styles, examples are below.

[/et_pb_text][et_pb_gallery admin_label=\"DrawerHead Gallery\" gallery_ids=\"577,576,575,574,573,578,572,571\" fullwidth=\"off\" show_title_and_caption=\"off\" show_pagination=\"off\" background_layout=\"light\" hover_overlay_color=\"rgba(255,255,255,0.9)\" border_style=\"solid\" posts_number=\"8\" _builder_version=\"3.0.72\" orientation=\"landscape\" zoom_icon_color=\"#dd9933\" /][et_pb_divider color=\"rgba(0,0,0,0.46)\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\" /][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||20px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Glazing Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h2>Glazing Styles</h2>
The \"Olde World\" look of glazing cabinetry is a great way to give your home a unique and classic look. A glazed finish is achieved by applying the glaze over the entire surface of all finished parts, then wiping the glaze off by hand. The result is stunning, as the glaze will \"hang-up\" unevenly in corners, profiled edges and end grain of each glazed component. It is recommended that the homeowners view an actual door sample or display before selecting a glazed finish, as color variations will occur between individual cabinet components.

[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_gallery admin_label=\"Glazes Gallery\" gallery_ids=\"671,672,673,674,675\" fullwidth=\"off\" posts_number=\"12\" show_title_and_caption=\"on\" show_pagination=\"off\" background_layout=\"dark\" auto=\"off\" hover_overlay_color=\"rgba(255,255,255,0.9)\" caption_all_caps=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_gallery_item_title=\"text-align:center;\" custom_css_gallery_item_caption=\"text-align:center;\" _builder_version=\"3.0.72\" /][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||20px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_divider color=\"rgba(0,0,0,0.46)\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\" /][et_pb_text admin_label=\"Finishing Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h2>Finishing Techniques</h2>
Create beauty and character with any of our custom finish techniques. Available in most standard Pioneer paints/tinted varnishes, stains and glazes. Since no two manufacturers are alike, it is recommended that homeowners view an actual door sample or display before finalizing any cabinet color/finishing technique selection.

[/et_pb_text][et_pb_gallery admin_label=\"Finishing Gallery\" global_module=\"685\" saved_tabs=\"all\" gallery_ids=\"646,647,648,649\" fullwidth=\"off\" show_title_and_caption=\"on\" show_pagination=\"off\" background_layout=\"dark\" auto=\"off\" hover_overlay_color=\"rgba(255,255,255,0.9)\" caption_all_caps=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_gallery_item_title=\"text-align:center;\" custom_css_gallery_item_caption=\"text-align:center;\" /][et_pb_divider color=\"rgba(0,0,0,0.46)\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\" /][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||20px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Knotty Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h2>Knotty</h2>
<h4>At Pioneer we love the look of real wood with all its natural properties.</h4>
For those of you who also like the rustic look, this option might be for you. Pioneer, for our standard cabinetry, cuts around these natural knots. In our knotty option, we leave them in and sort through them to give you a natural looking option.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Knotty Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/kitchenKnotty-1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Plywood Construction Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h2>Plywood Construction</h2>
All the flexibility you’ve come to expect from Pioneer with the added feature of plywood construction. If you choose this option, then you will receive full ½” plywood box construction. Pioneer uses only the best domestic plywood, no Chinese imports! Our sanded and calibrated plywood core provides the greatest opportunity for a smooth and consistent finished product.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"on\" parallax_method=\"off\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" custom_padding=\"10px||25px|\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"||0px|\" padding_mobile=\"off\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" parallax_2=\"off\" parallax_method_2=\"off\" column_padding_mobile=\"on\" background_color_1=\"#000000\" padding_top_1=\"10px\" padding_right_1=\"10px\" padding_bottom_1=\"30px\" padding_left_1=\"10px\" background_color_2=\"#000000\" padding_top_2=\"10px\" padding_right_2=\"10px\" padding_bottom_2=\"30px\" padding_left_2=\"10px\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" title=\"Warranty\" button_url=\"http://pioneercabinetry.net/wp/quality-care/warranty/\" url_new_window=\"off\" button_text=\"READ MORE\" use_background_color=\"off\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" button_bg_color=\"#e09900\" button_border_width=\"1\" body_font_size=\"16\"]

<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">We stand behind our craftsmanship.</span></p>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" title=\"Dealer Locator\" button_url=\"http://pioneercabinetry.net/wp/find-a-dealer/\" url_new_window=\"off\" button_text=\"FIND A DEALER\" use_background_color=\"off\" background_color=\"#dd9933\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"on\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" button_bg_color=\"#e09900\" button_border_width=\"1\" body_font_size=\"16\"]

<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Find You Style","","inherit","closed","closed","","241-revision-v1","","","2017-09-11 10:54:21","2017-09-11 14:54:21","","241","http://www.pioneercabinetry.co/uncategorized/241-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("580","1","2017-09-11 10:54:55","2017-09-11 14:54:55","[et_pb_gallery admin_label=\"DrawerHead Gallery\" gallery_ids=\"554,553,552,551,550,555,549,548\" fullwidth=\"off\" show_title_and_caption=\"off\" show_pagination=\"off\" background_layout=\"light\" hover_overlay_color=\"rgba(255,255,255,0.9)\" border_style=\"solid\" posts_number=\"8\" _builder_version=\"3.0.72\" orientation=\"landscape\" zoom_icon_color=\"#dd9933\" saved_tabs=\"all\" template_type=\"module\" /]","Drawerhead Gallery","","publish","closed","closed","","drawerhead-gallery","","","2017-09-11 10:54:55","2017-09-11 14:54:55","","0","http://www.pioneercabinetry.co/et_pb_layout/drawerhead-gallery/","0","et_pb_layout","","0");
INSERT INTO `pcab_posts` VALUES("581","1","2017-09-11 10:55:08","2017-09-11 14:55:08","[et_pb_gallery gallery_ids=\"557,558,559,560,561\" posts_number=\"12\" show_pagination=\"off\" admin_label=\"Glazes Gallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;\" custom_css_gallery_item_caption=\"text-align:center;\" saved_tabs=\"all\" template_type=\"module\" fullwidth=\"off\" show_title_and_caption=\"on\" background_layout=\"dark\" orientation=\"landscape\" animation_style=\"none\"][/et_pb_gallery]","Glazes Gallery","","publish","closed","closed","","glazes-gallery","","","2017-09-11 14:37:29","2017-09-11 18:37:29","","0","http://www.pioneercabinetry.co/et_pb_layout/glazes-gallery/","0","et_pb_layout","","0");
INSERT INTO `pcab_posts` VALUES("794","1","2017-09-11 14:37:29","2017-09-11 18:37:29","[et_pb_gallery gallery_ids=\"557,558,559,560,561\" posts_number=\"12\" show_pagination=\"off\" admin_label=\"Glazes Gallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;\" custom_css_gallery_item_caption=\"text-align:center;\" saved_tabs=\"all\" template_type=\"module\" fullwidth=\"off\" show_title_and_caption=\"on\" background_layout=\"dark\" orientation=\"landscape\" animation_style=\"none\"][/et_pb_gallery]","Glazes Gallery","","inherit","closed","closed","","581-revision-v1","","","2017-09-11 14:37:29","2017-09-11 18:37:29","","581","http://www.pioneercabinetry.co/uncategorized/581-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("582","1","2017-09-11 10:55:24","2017-09-11 14:55:24","[et_pb_gallery gallery_ids=\"562,563,564,565\" posts_number=\"4\" orientation=\"portrait\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Finishing Gallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;font-size:1em !important;\" custom_css_gallery_item_caption=\"text-align:center;\" saved_tabs=\"all\" template_type=\"module\" fullwidth=\"off\" show_title_and_caption=\"on\" animation_style=\"none\" module_class=\"fullGallery\"][/et_pb_gallery]","Finishing Gallery","","publish","closed","closed","","finishing-gallery","","","2017-09-12 12:59:50","2017-09-12 16:59:50","","0","http://www.pioneercabinetry.co/et_pb_layout/finishing-gallery/","0","et_pb_layout","","0");
INSERT INTO `pcab_posts` VALUES("795","1","2017-09-11 14:38:00","2017-09-11 18:38:00","[et_pb_section fb_built=\"1\" background_color=\"#ffffff\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" admin_label=\"section\" _builder_version=\"3.0.47\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HD-Generic1.jpg\" align=\"center\" _builder_version=\"3.0.47\" custom_css_main_element=\"width:100%;\" animation=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" admin_label=\"section\" _builder_version=\"3.0.47\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Options Headline\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"15px||30px|\"]

<h1><span>Options</span></h1>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"10px||3px|\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"27px|0px|5px|0px\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Options Text\" _builder_version=\"3.0.72\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\" background_layout=\"dark\"]<strong>Each option below can turn a standard cabinet into a personalized cabinetry.</strong><br>
<span>Combinations of these options can help set your Pioneer cabinetry apart from the rest.</span>
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"3px||10px|\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Drawer Head Styles Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h2>Drawer Head Styles</h2>
<p>Pioneer offers 8 different drawer heads for the \"standard\" door styles, examples are below.</p>
[/et_pb_text][et_pb_gallery gallery_ids=\"554,553,552,551,550,555,549,548\" posts_number=\"8\" show_title_and_caption=\"off\" show_pagination=\"off\" admin_label=\"DrawerHead Gallery\" _builder_version=\"3.0.72\" global_module=\"580\" saved_tabs=\"all\"][/et_pb_gallery][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Glazing Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h2>Glazing</h2>
<p>The \"Olde World\" look of glazing cabinetry is a great way to give your home a unique and classic look. A glazed finish is achieved by applying the glaze over the entire surface of all finished parts, then wiping the glaze off by hand. The result is stunning, as the glaze will \"hang-up\" unevenly in corners, profiled edges and end grain of each glazed component. It is recommended that the homeowners view an actual door sample or display before selecting a glazed finish, as color variations will occur between individual cabinet components.</p>
[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_gallery gallery_ids=\"557,558,559,560,561\" posts_number=\"12\" show_pagination=\"off\" admin_label=\"Glazes Gallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;\" custom_css_gallery_item_caption=\"text-align:center;\" global_module=\"581\" saved_tabs=\"all\" background_layout=\"dark\"][/et_pb_gallery][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Finishing Techniques Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h2>Finishing Techniques</h2>
<p>Create beauty and character with any of our custom finish techniques. Available in most standard Pioneer paints/tinted varnishes, stains and glazes. Since no two manufacturers are alike, it is recommended that homeowners view an actual door sample or display before finalizing any cabinet color/finishing technique selection.</p>
[/et_pb_text][et_pb_gallery gallery_ids=\"562,563,564,565\" show_pagination=\"off\" admin_label=\"Finishing Gallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;font-size:1em !important;\" custom_css_gallery_item_caption=\"text-align:center;\" global_module=\"582\" saved_tabs=\"all\" background_layout=\"dark\" orientation=\"portrait\" module_class=\"fullGallery\"][/et_pb_gallery][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/kitchenKnotty-1.jpg\" align=\"center\" admin_label=\"Knotty Image\" _builder_version=\"3.0.72\" animation_direction=\"off\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Knotty Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h2>Knotty</h2>
<p><strong>At Pioneer we love the look of real wood with all its natural properties.</strong><br />
For those of you who also like the rustic look, this option might be for you. Pioneer, for our standard cabinetry, cuts around these natural knots. In our knotty option, we leave them in and sort through them to give you a natural looking option.</p>
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px|0px|30px|0px\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Plywood Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h2>Plywood Construction</h2>
<p>All the flexibility you’ve come to expect from Pioneer with the added feature of plywood construction. If you choose this option, then you will receive full ½” plywood box construction. Pioneer uses only the best domestic plywood, no Chinese imports! Our sanded and calibrated plywood core provides the greatest opportunity for a smooth and consistent finished product.</p>
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Options","","inherit","closed","closed","","237-revision-v1","","","2017-09-11 14:38:00","2017-09-11 18:38:00","","237","http://www.pioneercabinetry.co/uncategorized/237-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("583","1","2017-09-11 10:55:28","2017-09-11 14:55:28","[et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" background_color=\"#ffffff\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HD-Generic1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_css_main_element=\"width:100%;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" use_custom_gutter=\"off\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"off\" column_padding_mobile=\"on\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Options Headline\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_padding=\"15px||30px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Options</span></h1>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Options Text\" background_layout=\"light\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\" text_line_height=\"1.8em\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<p class=\"kicker\" style=\"text-align: center\"><strong><span class=\"s1\">Each option below can turn a standard cabinet into a personalized cabinetry. </span></strong></p>
<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Combinations of these options can help set your Pioneer cabinetry apart from the rest.</span></p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Drawer Head Styles Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h2>Drawer Head Styles</h2>
Pioneer offers 8 different drawer heads for the \"standard\" door styles, examples are below.

[/et_pb_text][et_pb_gallery admin_label=\"DrawerHead Gallery\" gallery_ids=\"554,553,552,551,550,555,549,548\" fullwidth=\"off\" show_title_and_caption=\"off\" show_pagination=\"off\" background_layout=\"light\" hover_overlay_color=\"rgba(255,255,255,0.9)\" border_style=\"solid\" posts_number=\"8\" _builder_version=\"3.0.72\" orientation=\"landscape\" zoom_icon_color=\"#dd9933\" saved_tabs=\"all\" global_module=\"580\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Glazing Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h2>Glazing</h2>
The \"Olde World\" look of glazing cabinetry is a great way to give your home a unique and classic look. A glazed finish is achieved by applying the glaze over the entire surface of all finished parts, then wiping the glaze off by hand. The result is stunning, as the glaze will \"hang-up\" unevenly in corners, profiled edges and end grain of each glazed component. It is recommended that the homeowners view an actual door sample or display before selecting a glazed finish, as color variations will occur between individual cabinet components.

[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_gallery admin_label=\"Glazes Gallery\" gallery_ids=\"557,558,559,560,561\" fullwidth=\"off\" show_title_and_caption=\"on\" show_pagination=\"off\" background_layout=\"light\" hover_overlay_color=\"rgba(255,255,255,0.9)\" border_style=\"solid\" posts_number=\"12\" custom_css_gallery_item_title=\"text-align:center;\" custom_css_gallery_item_caption=\"text-align:center;\" _builder_version=\"3.0.72\" orientation=\"landscape\" zoom_icon_color=\"#dd9933\" saved_tabs=\"all\" global_module=\"581\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Finishing Techniques Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h2>Finishing Techniques</h2>
Create beauty and character with any of our custom finish techniques. Available in most standard Pioneer paints/tinted varnishes, stains and glazes. Since no two manufacturers are alike, it is recommended that homeowners view an actual door sample or display before finalizing any cabinet color/finishing technique selection.

[/et_pb_text][et_pb_gallery admin_label=\"Finishing Gallery\" gallery_ids=\"562,563,564,565\" fullwidth=\"off\" show_title_and_caption=\"on\" show_pagination=\"off\" background_layout=\"light\" hover_overlay_color=\"rgba(255,255,255,0.9)\" border_style=\"solid\" custom_css_gallery_item_title=\"text-align:center;\" custom_css_gallery_item_caption=\"text-align:center;\" _builder_version=\"3.0.72\" orientation=\"landscape\" zoom_icon_color=\"#dd9933\" saved_tabs=\"all\" global_module=\"582\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"2_3\"][et_pb_image admin_label=\"Knotty Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/kitchenKnotty-1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" border_style=\"solid\" _builder_version=\"3.0.72\" animation_direction=\"off\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Knotty Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h2>Knotty</h2>
<strong>At Pioneer we love the look of real wood with all its natural properties.</strong>
For those of you who also like the rustic look, this option might be for you. Pioneer, for our standard cabinetry, cuts around these natural knots. In our knotty option, we leave them in and sort through them to give you a natural looking option.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#2b2b2b\" allow_player_pause=\"off\" inner_shadow=\"on\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Plywood Text\" background_layout=\"dark\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]

<h2>Plywood Construction</h2>
All the flexibility you’ve come to expect from Pioneer with the added feature of plywood construction. If you choose this option, then you will receive full ½” plywood box construction. Pioneer uses only the best domestic plywood, no Chinese imports! Our sanded and calibrated plywood core provides the greatest opportunity for a smooth and consistent finished product.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row global_parent=\"93\" background_color_1=\"#000000\" background_color_2=\"#000000\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" _builder_version=\"3.0.72\" make_equal=\"on\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" global_parent=\"93\" title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" global_parent=\"93\" title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Options","","inherit","closed","closed","","237-revision-v1","","","2017-09-11 10:55:28","2017-09-11 14:55:28","","237","http://www.pioneercabinetry.co/uncategorized/237-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("618","1","2017-09-11 11:32:58","2017-09-11 15:32:58","","Tom Peters Custom Homes","","publish","closed","closed","","tom-peters-custom-homes","","","2017-09-11 11:32:58","2017-09-11 15:32:58","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=618","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("842","1","2017-09-11 15:19:06","2017-09-11 19:19:06","[et_pb_section fb_built=\"1\" custom_padding=\"20px||0px|\" admin_label=\"section\" _builder_version=\"3.0.72\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Gallery Headline\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"15px||30px|\"]

<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Our Gallery of Cabinets</span></h1>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"27px|0px|8px|0px\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Gallery Text\" _builder_version=\"3.0.72\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\"]<h3>We hope this section of our site will add some inspiration to your next cabinetry project.</span></strong></h3>
<p><span class=\"s1\">Click on any image that you see to view the entire photograph. </span></p>
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" parallax_method_1=\"off\" module_class_1=\"photoGallery\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\" module_class=\"photoGallery\"][et_pb_gallery gallery_ids=\"592,593,594,595,596,597,598,599,600,601\" gallery_captions=\",,,,,,,,,\" posts_number=\"20\" show_title_and_caption=\"off\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Cabinet Gallery\" module_class=\"photoGallery fullGallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;\" orientation=\"portrait\"][/et_pb_gallery][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#000000\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row custom_padding=\"||0px|\" padding_mobile=\"off\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Dealer Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h1>Dealer Gallery</h1>
<p>We like to show off what some of our dealer have created using Pioneer Cabinetry. If it inspires you, now is the time to contact your local Pioneer dealer.</p>
[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"10px||0px|\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_gallery gallery_ids=\"604,605,606,607,608,609,610,611,612,613,614\" gallery_captions=\",,,,,,,,,,\" posts_number=\"20\" show_pagination=\"off\" admin_label=\"Dealer Gallery\" module_class=\"photoGallery fullGallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;\"][/et_pb_gallery][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px|||\" padding_mobile=\"off\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_cta button_url=\"http://pioneercabinetry.net/wp/gallery/dealer-upload/\" button_text=\"Dealer Photo Upload\" use_background_color=\"off\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_size=\"15\"]<h4>Dealers, You Can Showcase Your Work</h4>
<p>Upload your best photos using Pioneer Cabinetry Cabinets with this form.</p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Gallery","","inherit","closed","closed","","264-revision-v1","","","2017-09-11 15:19:06","2017-09-11 19:19:06","","264","http://www.pioneercabinetry.co/uncategorized/264-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("617","1","2017-09-11 11:07:49","2017-09-11 15:07:49","[et_pb_section fb_built=\"1\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" admin_label=\"section\" _builder_version=\"3.0.47\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Gallery Headline\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"15px||30px|\"]

<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Our Gallery of Cabinets</span></h1>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Gallery Text\" _builder_version=\"3.0.72\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\"]<h3>We hope this section of our site will add some inspiration to your next cabinetry project.</span></strong></h3>
<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Click on any image that you see to view the entire photograph. </span></p>
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" parallax_method_1=\"off\" module_class_1=\"photoGallery\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\" module_class=\"photoGallery\"][et_pb_gallery gallery_ids=\"592,593,594,595,596,597,598,599,600,601\" posts_number=\"20\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Cabinet Gallery\" module_class=\"photoGallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;\" show_title_and_caption=\"off\" gallery_captions=\",,,,,,,,,\"][/et_pb_gallery][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#000000\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row custom_padding=\"||0px|\" padding_mobile=\"off\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Dealer Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h1>Dealer Gallery</h1>
<p>We like to show off what some of our dealer have created using Pioneer Cabinetry. If it inspires you, now is the time to contact your local Pioneer dealer.</p>
[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"10px|||\" padding_mobile=\"off\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_gallery gallery_ids=\"604,605,606,607,608,609,610,611,612,613,614\" posts_number=\"20\" show_pagination=\"off\" admin_label=\"Dealer Gallery\" module_class=\"photoGallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;\" gallery_captions=\",,,,,,,,,,\"][/et_pb_gallery][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px|||\" padding_mobile=\"off\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_cta button_url=\"http://pioneercabinetry.net/wp/gallery/dealer-upload/\" button_text=\"Dealer Photo Upload\" use_background_color=\"off\" text_orientation=\"left\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_size=\"15\"]<h4 style=\"text-align: left\">Dealers, You Can Showcase Your Work</h4>
<p style=\"text-align: left\">Upload your best photos using Pioneer Cabinetry Cabinets with this form.</p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Gallery","","inherit","closed","closed","","264-revision-v1","","","2017-09-11 11:07:49","2017-09-11 15:07:49","","264","http://www.pioneercabinetry.co/uncategorized/264-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("658","2","2017-09-11 12:17:06","2017-09-11 16:17:06","","Mullins Supply","","inherit","closed","closed","","657-revision-v1","","","2017-09-11 12:17:06","2017-09-11 16:17:06","","657","http://www.pioneercabinetry.co/uncategorized/657-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("659","2","2017-09-11 12:18:44","2017-09-11 16:18:44","","Kitchenology","","publish","closed","closed","","kitchenology","","","2017-09-11 12:18:44","2017-09-11 16:18:44","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=659","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("660","2","2017-09-11 12:18:44","2017-09-11 16:18:44","","Kitchenology","","inherit","closed","closed","","659-revision-v1","","","2017-09-11 12:18:44","2017-09-11 16:18:44","","659","http://www.pioneercabinetry.co/uncategorized/659-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("661","2","2017-09-11 12:20:08","2017-09-11 16:20:08","","Home Remodeling","","publish","closed","closed","","home-remodeling","","","2017-09-11 12:20:08","2017-09-11 16:20:08","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=661","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("662","2","2017-09-11 12:20:08","2017-09-11 16:20:08","","Home Remodeling","","inherit","closed","closed","","661-revision-v1","","","2017-09-11 12:20:08","2017-09-11 16:20:08","","661","http://www.pioneercabinetry.co/uncategorized/661-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("663","2","2017-09-11 12:21:33","2017-09-11 16:21:33","","Heringhaus Furniture","","publish","closed","closed","","heringhaus-furniture","","","2017-09-11 12:21:33","2017-09-11 16:21:33","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=663","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("664","2","2017-09-11 12:21:33","2017-09-11 16:21:33","","Heringhaus Furniture","","inherit","closed","closed","","663-revision-v1","","","2017-09-11 12:21:33","2017-09-11 16:21:33","","663","http://www.pioneercabinetry.co/uncategorized/663-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("665","2","2017-09-11 12:23:00","2017-09-11 16:23:00","","Galehouse Lumber Co","","publish","closed","closed","","galehouse-lumber-co","","","2017-09-11 12:23:00","2017-09-11 16:23:00","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=665","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("666","2","2017-09-11 12:23:00","2017-09-11 16:23:00","","Galehouse Lumber Co","","inherit","closed","closed","","665-revision-v1","","","2017-09-11 12:23:00","2017-09-11 16:23:00","","665","http://www.pioneercabinetry.co/uncategorized/665-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("667","2","2017-09-11 12:24:28","2017-09-11 16:24:28","","Friar Home Improvement","","publish","closed","closed","","friar-home-improvement","","","2017-09-11 12:24:28","2017-09-11 16:24:28","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=667","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("668","2","2017-09-11 12:24:28","2017-09-11 16:24:28","","Friar Home Improvement","","inherit","closed","closed","","667-revision-v1","","","2017-09-11 12:24:28","2017-09-11 16:24:28","","667","http://www.pioneercabinetry.co/uncategorized/667-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("669","2","2017-09-11 12:26:01","2017-09-11 16:26:01","","Fraley & Fox Constuction, Inc.","","publish","closed","closed","","fraley-fox-constuction-inc","","","2017-09-11 12:26:01","2017-09-11 16:26:01","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=669","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("670","2","2017-09-11 12:26:01","2017-09-11 16:26:01","","Fraley & Fox Constuction, Inc.","","inherit","closed","closed","","669-revision-v1","","","2017-09-11 12:26:01","2017-09-11 16:26:01","","669","http://www.pioneercabinetry.co/uncategorized/669-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("671","2","2017-09-11 12:27:42","2017-09-11 16:27:42","","Dream Kitchen And Bath Inc.","","publish","closed","closed","","dream-kitchen-bath-inc","","","2017-09-11 12:27:42","2017-09-11 16:27:42","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=671","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("672","2","2017-09-11 12:27:42","2017-09-11 16:27:42","","Dream Kitchen And Bath Inc.","","inherit","closed","closed","","671-revision-v1","","","2017-09-11 12:27:42","2017-09-11 16:27:42","","671","http://www.pioneercabinetry.co/uncategorized/671-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("673","2","2017-09-11 12:29:13","2017-09-11 16:29:13","","Classic Kitchens & Baths","","publish","closed","closed","","classic-kitchens-baths","","","2017-09-11 12:29:13","2017-09-11 16:29:13","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=673","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("674","2","2017-09-11 12:29:13","2017-09-11 16:29:13","","Classic Kitchens & Baths","","inherit","closed","closed","","673-revision-v1","","","2017-09-11 12:29:13","2017-09-11 16:29:13","","673","http://www.pioneercabinetry.co/uncategorized/673-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("675","2","2017-09-11 12:30:52","2017-09-11 16:30:52","","Cavins Kitchen Village","","publish","closed","closed","","cavins-kitchen-village","","","2017-09-11 12:30:52","2017-09-11 16:30:52","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=675","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("676","2","2017-09-11 12:30:52","2017-09-11 16:30:52","","Cavins Kitchen Village","","inherit","closed","closed","","675-revision-v1","","","2017-09-11 12:30:52","2017-09-11 16:30:52","","675","http://www.pioneercabinetry.co/uncategorized/675-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("677","2","2017-09-11 12:32:49","2017-09-11 16:32:49","","Cabinetmakers","","publish","closed","closed","","cabinetmakers","","","2017-09-11 12:32:49","2017-09-11 16:32:49","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=677","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("678","2","2017-09-11 12:32:49","2017-09-11 16:32:49","","Cabinetmakers","","inherit","closed","closed","","677-revision-v1","","","2017-09-11 12:32:49","2017-09-11 16:32:49","","677","http://www.pioneercabinetry.co/uncategorized/677-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("679","2","2017-09-11 12:38:20","2017-09-11 16:38:20","","Cabinets 2 Countertops","","publish","closed","closed","","cabinets-2-countertops","","","2017-09-11 12:38:20","2017-09-11 16:38:20","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=679","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("680","2","2017-09-11 12:38:20","2017-09-11 16:38:20","","Cabinets 2 Countertops","","inherit","closed","closed","","679-revision-v1","","","2017-09-11 12:38:20","2017-09-11 16:38:20","","679","http://www.pioneercabinetry.co/uncategorized/679-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("681","2","2017-09-11 12:39:56","2017-09-11 16:39:56","","Karen’s Design","","publish","closed","closed","","karens-design","","","2017-09-11 12:39:56","2017-09-11 16:39:56","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=681","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("682","2","2017-09-11 12:39:56","2017-09-11 16:39:56","","Karen’s Design","","inherit","closed","closed","","681-revision-v1","","","2017-09-11 12:39:56","2017-09-11 16:39:56","","681","http://www.pioneercabinetry.co/uncategorized/681-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("683","2","2017-09-11 12:41:53","2017-09-11 16:41:53","","Joslin’s Cabinet Company","","publish","closed","closed","","joslins-cabinet-company","","","2017-09-11 12:41:53","2017-09-11 16:41:53","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=683","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("684","2","2017-09-11 12:41:53","2017-09-11 16:41:53","","Joslin’s Cabinet Company","","inherit","closed","closed","","683-revision-v1","","","2017-09-11 12:41:53","2017-09-11 16:41:53","","683","http://www.pioneercabinetry.co/uncategorized/683-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("685","2","2017-09-11 12:47:15","2017-09-11 16:47:15","","Cabinets By Gentry","","publish","closed","closed","","cabinets-by-gentry","","","2017-09-11 12:47:15","2017-09-11 16:47:15","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=685","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("686","2","2017-09-11 12:47:15","2017-09-11 16:47:15","","Cabinets By Gentry","","inherit","closed","closed","","685-revision-v1","","","2017-09-11 12:47:15","2017-09-11 16:47:15","","685","http://www.pioneercabinetry.co/uncategorized/685-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("687","2","2017-09-11 12:49:21","2017-09-11 16:49:21","","The Granite Workshop","","publish","closed","closed","","the-granite-workshop","","","2017-09-11 12:49:21","2017-09-11 16:49:21","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=687","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("688","2","2017-09-11 12:49:21","2017-09-11 16:49:21","","The Granite Workshop","","inherit","closed","closed","","687-revision-v1","","","2017-09-11 12:49:21","2017-09-11 16:49:21","","687","http://www.pioneercabinetry.co/uncategorized/687-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("689","2","2017-09-11 12:52:26","2017-09-11 16:52:26","","World Wide Cabinets","","publish","closed","closed","","world-wide-cabinets","","","2017-09-11 12:52:26","2017-09-11 16:52:26","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=689","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("690","2","2017-09-11 12:52:26","2017-09-11 16:52:26","","World Wide Cabinets","","inherit","closed","closed","","689-revision-v1","","","2017-09-11 12:52:26","2017-09-11 16:52:26","","689","http://www.pioneercabinetry.co/uncategorized/689-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("691","2","2017-09-11 12:54:32","2017-09-11 16:54:32","","Vassar Building Center Inc","","publish","closed","closed","","vassar-building-center-inc","","","2017-09-11 12:54:32","2017-09-11 16:54:32","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=691","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("692","2","2017-09-11 12:54:32","2017-09-11 16:54:32","","Vassar Building Center Inc","","inherit","closed","closed","","691-revision-v1","","","2017-09-11 12:54:32","2017-09-11 16:54:32","","691","http://www.pioneercabinetry.co/uncategorized/691-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("693","2","2017-09-11 12:56:39","2017-09-11 16:56:39","","United Mill & Cabinet Inc","","publish","closed","closed","","united-mill-cabinet-inc","","","2017-09-11 12:56:39","2017-09-11 16:56:39","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=693","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("694","2","2017-09-11 12:56:39","2017-09-11 16:56:39","","United Mill & Cabinet Inc","","inherit","closed","closed","","693-revision-v1","","","2017-09-11 12:56:39","2017-09-11 16:56:39","","693","http://www.pioneercabinetry.co/uncategorized/693-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("695","2","2017-09-11 12:58:33","2017-09-11 16:58:33","","Town & Country Kitchen Warehouse Inc","","publish","closed","closed","","town-country-kitchen-warehouse-inc","","","2017-09-11 12:58:33","2017-09-11 16:58:33","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=695","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("696","2","2017-09-11 12:58:33","2017-09-11 16:58:33","","Town & Country Kitchen Warehouse Inc","","inherit","closed","closed","","695-revision-v1","","","2017-09-11 12:58:33","2017-09-11 16:58:33","","695","http://www.pioneercabinetry.co/uncategorized/695-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("697","2","2017-09-11 13:02:35","2017-09-11 17:02:35","","TLC Kitchens & Bath Inc","","publish","closed","closed","","tlc-kitchens-bath-inc","","","2017-09-11 14:51:08","2017-09-11 18:51:08","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=697","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("710","1","2017-09-11 13:08:09","2017-09-11 17:08:09","/*TOP MENU------------------*/
#top-menu li {font-weight: normal;text-transform: uppercase;}
#main-header, #main-header .nav li ul, .et-search-form, #main-header .et_mobile_menu {background-color: #2b2b2b;-webkit-box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6);box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6);}
#main-header.et-fixed-header {background-color: #2b2b2b;-webkit-box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6) !important;box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6) !important;}
#top-menu li .menu-item-has-children > a:first-child {padding-right: 20px;}
#top-menu li li {margin: 0;padding: 0;}
#top-menu li li a {width: 240px;padding: 6px 20px;}
#top-menu li li a:hover {background-color: #000000;}
.et_mobile_menu li a {font-size: 18px !important;}
.et_mobile_menu li a:hover {background-color: #000000;}

/*FONTS------------------*/
h1, h2, h3, h4, h5, {
	font-style: normal;
	font-weight: 100;
	color: #333;
	line-height: 1em;
	padding-top: 20px !important;
	padding-bottom: 1px !important;
	margin-top: 30px !important;
	margin-bottom: 1px !important;
}

h2 {
	padding-top: 10px !important;
}

ul {margin-top: 0;margin-bottom: 0;padding-top: 0;}

li.li1 {padding-left: 10px;margin-left: 20px;margin-top: 0;margin-bottom: 0;padding-bottom: 5px;}

ul.et_pb_tabs_controls {border-bottom: 1px solid #d9d9d9;background-color: #f4f4f4;font-size: 1.2em;text-transform: uppercase;letter-spacing: 1px;}


/*Find a Dealer ------------------*/
#wpsl-search-wrap .wpsl-input label {font-size: 1.3em;}
#wpsl-search-wrap div label {font-size: 1.3em;}
div.wpsl-store-location {font-size: 1.2em;line-height: 1em !important;}
div#wpsl-wrap {background-color: #ffffff;-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.2);box-shadow: 0 0 10px 3px rgba(0,0,0,.2);padding: 20px;}
div.wpsl-direction-wrap {font-size: 1em !important;}
#wpsl-result-list a {font-size: 18px;}
","Divi-child","","inherit","closed","closed","","85-revision-v1","","","2017-09-11 13:08:09","2017-09-11 17:08:09","","85","http://www.pioneercabinetry.co/uncategorized/85-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("712","1","2017-09-11 13:08:59","2017-09-11 17:08:59","/*TOP MENU------------------*/
#top-menu li {font-weight: normal;text-transform: uppercase;}
#main-header, #main-header .nav li ul, .et-search-form, #main-header .et_mobile_menu {background-color: #2b2b2b;-webkit-box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6);box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6);}
#main-header.et-fixed-header {background-color: #2b2b2b;-webkit-box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6) !important;box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6) !important;}
#top-menu li .menu-item-has-children > a:first-child {padding-right: 20px;}
#top-menu li li {margin: 0;padding: 0;}
#top-menu li li a {width: 240px;padding: 6px 20px;}
#top-menu li li a:hover {background-color: #000000;}
.et_mobile_menu li a {font-size: 18px !important;}
.et_mobile_menu li a:hover {background-color: #000000;}

/*FONTS------------------*/
h1, h2, h3, h4, h5, {
	font-style: normal;
	font-weight: 100;
	color: RED;
	line-height: 1em;
	padding-top: 20px !important;
	padding-bottom: 1px !important;
	margin-top: 30px !important;
	margin-bottom: 1px !important;
}

h2 {
	padding-top: 10px !important;
}

ul {margin-top: 0;margin-bottom: 0;padding-top: 0;}

li.li1 {padding-left: 10px;margin-left: 20px;margin-top: 0;margin-bottom: 0;padding-bottom: 5px;}

ul.et_pb_tabs_controls {border-bottom: 1px solid #d9d9d9;background-color: #f4f4f4;font-size: 1.2em;text-transform: uppercase;letter-spacing: 1px;}


/*Find a Dealer ------------------*/
#wpsl-search-wrap .wpsl-input label {font-size: 1.3em;}
#wpsl-search-wrap div label {font-size: 1.3em;}
div.wpsl-store-location {font-size: 1.2em;line-height: 1em !important;}
div#wpsl-wrap {background-color: #ffffff;-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.2);box-shadow: 0 0 10px 3px rgba(0,0,0,.2);padding: 20px;}
div.wpsl-direction-wrap {font-size: 1em !important;}
#wpsl-result-list a {font-size: 18px;}
","Divi-child","","inherit","closed","closed","","85-revision-v1","","","2017-09-11 13:08:59","2017-09-11 17:08:59","","85","http://www.pioneercabinetry.co/uncategorized/85-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("714","1","2017-09-11 13:09:36","2017-09-11 17:09:36","/*TOP MENU------------------*/
#top-menu li {font-weight: normal;text-transform: uppercase;}
#main-header, #main-header .nav li ul, .et-search-form, #main-header .et_mobile_menu {background-color: #2b2b2b;-webkit-box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6);box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6);}
#main-header.et-fixed-header {background-color: #2b2b2b;-webkit-box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6) !important;box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6) !important;}
#top-menu li .menu-item-has-children > a:first-child {padding-right: 20px;}
#top-menu li li {margin: 0;padding: 0;}
#top-menu li li a {width: 240px;padding: 6px 20px;}
#top-menu li li a:hover {background-color: #000000;}
.et_mobile_menu li a {font-size: 18px !important;}
.et_mobile_menu li a:hover {background-color: #000000;}

/*FONTS------------------*/
h1, h2, h3, h4, h5, {
	font-style: normal;
	font-weight: 100;
	color: RED !important;
	line-height: 1em;
	padding-top: 20px !important;
	padding-bottom: 1px !important;
	margin-top: 30px !important;
	margin-bottom: 1px !important;
}

h2 {
	padding-top: 10px !important;
}

ul {margin-top: 0;margin-bottom: 0;padding-top: 0;}

li.li1 {padding-left: 10px;margin-left: 20px;margin-top: 0;margin-bottom: 0;padding-bottom: 5px;}

ul.et_pb_tabs_controls {border-bottom: 1px solid #d9d9d9;background-color: #f4f4f4;font-size: 1.2em;text-transform: uppercase;letter-spacing: 1px;}


/*Find a Dealer ------------------*/
#wpsl-search-wrap .wpsl-input label {font-size: 1.3em;}
#wpsl-search-wrap div label {font-size: 1.3em;}
div.wpsl-store-location {font-size: 1.2em;line-height: 1em !important;}
div#wpsl-wrap {background-color: #ffffff;-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.2);box-shadow: 0 0 10px 3px rgba(0,0,0,.2);padding: 20px;}
div.wpsl-direction-wrap {font-size: 1em !important;}
#wpsl-result-list a {font-size: 18px;}
","Divi-child","","inherit","closed","closed","","85-revision-v1","","","2017-09-11 13:09:36","2017-09-11 17:09:36","","85","http://www.pioneercabinetry.co/uncategorized/85-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("717","1","2017-09-11 13:12:49","2017-09-11 17:12:49","[et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" template_type=\"section\"][et_pb_row background_color_1=\"#000000\" background_color_2=\"#000000\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" _builder_version=\"3.0.72\" make_equal=\"on\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Warranty Dealer CTAs","","inherit","closed","closed","","93-revision-v1","","","2017-09-11 13:12:49","2017-09-11 17:12:49","","93","http://www.pioneercabinetry.co/uncategorized/93-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("721","1","2017-09-11 13:14:31","2017-09-11 17:14:31","[et_pb_section fb_built=\"1\" inner_shadow=\"on\" custom_padding=\"0px||0px|\" _builder_version=\"3.0.72\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" parallax=\"on\"][et_pb_row custom_padding=\"0px||0px|\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_slider top_padding=\"350px\" bottom_padding=\"350px\" top_padding_tablet=\"200px\" top_padding_phone=\"150px\" top_padding_last_edited=\"on|phone\" bottom_padding_tablet=\"200px\" bottom_padding_phone=\"150px\" bottom_padding_last_edited=\"on|phone\" admin_label=\"Gallery Slider\" _builder_version=\"3.0.72\" auto=\"on\"][et_pb_slide background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/SlideShow-frontpage5.jpg\" use_bg_overlay=\"off\" use_text_overlay=\"off\" admin_title=\"Kitchen 5\" _builder_version=\"3.0.47\" header_font=\"||||\" body_font=\"||||\" custom_button=\"off\" button_icon_placement=\"right\" button_on_hover=\"on\"][/et_pb_slide][et_pb_slide background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/SlideShow-frontpage1.jpg\" use_bg_overlay=\"off\" use_text_overlay=\"off\" admin_title=\"Kitchen 1\" _builder_version=\"3.0.47\" header_font=\"||||\" body_font=\"||||\" custom_button=\"off\" button_icon_placement=\"right\" button_on_hover=\"on\"][/et_pb_slide][et_pb_slide background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/SlideShow-frontpage2.jpg\" use_bg_overlay=\"off\" use_text_overlay=\"off\" admin_title=\"Kitchen 2\" _builder_version=\"3.0.47\" header_font=\"||||\" body_font=\"||||\" custom_button=\"off\" button_icon_placement=\"right\" button_on_hover=\"on\"][/et_pb_slide][et_pb_slide background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/SlideShow-frontpage3.jpg\" use_bg_overlay=\"off\" use_text_overlay=\"off\" admin_title=\"Kitchen 3\" _builder_version=\"3.0.47\" header_font=\"||||\" body_font=\"||||\" custom_button=\"off\" button_icon_placement=\"right\" button_on_hover=\"on\"][/et_pb_slide][et_pb_slide background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/SlideShow-frontpage8.jpg\" use_bg_overlay=\"off\" use_text_overlay=\"off\" admin_title=\"Kitchen 8\" _builder_version=\"3.0.47\" header_font=\"||||\" body_font=\"||||\" custom_button=\"off\" button_icon_placement=\"right\" button_on_hover=\"on\"][/et_pb_slide][et_pb_slide background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/SlideShow-frontpage8-1.jpg\" use_bg_overlay=\"off\" use_text_overlay=\"off\" admin_title=\"Kitchen 6\" _builder_version=\"3.0.47\" header_font=\"||||\" body_font=\"||||\" custom_button=\"off\" button_icon_placement=\"right\" button_on_hover=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"0px||0px|\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#000000\" background_color_gradient_end=\"#2b2b2b\"][et_pb_row custom_padding=\"50px|0px|7px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Home Page Headline\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||on||\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\" animation_style=\"zoom\"]
<h1 style=\"text-align: center;\">We are the Signature of Quality & Craftsmanship</h1>
[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"2\" custom_padding=\"17px|0px|25.55px|0px\" make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" background_color_3=\"#000000\" padding_top_1=\"10px\" padding_bottom_1=\"10px\" padding_top_2=\"10px\" padding_bottom_2=\"10px\" padding_top_3=\"10px\" padding_bottom_3=\"10px\" custom_css_main_1=\"border-radius:15px;\" custom_css_main_2=\"border-radius:15px;\" custom_css_main_3=\"border-radius:15px;\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"10px\" padding_top=\"10px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" custom_css_main=\"border-radius:15px;\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/species.jpg\" align=\"center\" max_width=\"50%\" admin_label=\"Wood Species Image\" _builder_version=\"3.0.72\" custom_margin=\"0px||0px|\"][/et_pb_image][et_pb_button button_url=\"/wood-color/\" button_text=\"Wood & Color\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Wood Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_bg_color=\"#e7aa0a\" button_border_width=\"1\" button_bg_color_hover=\"#006739\" button_border_color_hover=\"#707070\" custom_css_main_element=\"width:70%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"10px\" padding_top=\"10px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" custom_css_main=\"border-radius:15px;\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/doorStyles.jpg\" align=\"center\" max_width=\"50%\" admin_label=\"Door Styles Image\" _builder_version=\"3.0.72\" custom_margin=\"0px||0px|\"][/et_pb_image][et_pb_button button_url=\"/door-styles/\" button_text=\"Door Styles\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Door Styles Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_bg_color=\"#e7aa0a\" button_border_width=\"1\" button_bg_color_hover=\"#006739\" button_border_color_hover=\"#707070\" custom_css_main_element=\"width:70%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"10px\" padding_top=\"10px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" custom_css_main=\"border-radius:15px;\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/overlays.jpg\" align=\"center\" max_width=\"50%\" admin_label=\"Overlay Image\" _builder_version=\"3.0.72\" custom_margin=\"0px||0px|\"][/et_pb_image][et_pb_button button_url=\"/overlays-hinging/\" button_text=\"Overlays & Hinging\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Overlays Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_bg_color=\"#e7aa0a\" button_border_width=\"1\" button_bg_color_hover=\"#006739\" button_border_color_hover=\"#707070\" custom_css_main_element=\"width:70%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"0px||0px|\" _builder_version=\"3.0.72\" custom_css_main_element=\"margin:0px !important;\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"2\" custom_padding=\"10px|0px|30px|0px\" make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" background_color_3=\"#000000\" padding_top_1=\"10px\" padding_bottom_1=\"10px\" padding_top_2=\"10px\" padding_bottom_2=\"10px\" padding_top_3=\"10px\" padding_bottom_3=\"10px\" custom_css_main_1=\"border-radius:15px;\" custom_css_main_2=\"border-radius:15px;\" custom_css_main_3=\"border-radius:15px;\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"10px\" padding_top=\"10px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" custom_css_main=\"border-radius:15px;\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/panelStyles.jpg\" align=\"center\" max_width=\"50%\" admin_label=\"Panel Styles Image\" _builder_version=\"3.0.72\" custom_margin=\"0px||0px|\"][/et_pb_image][et_pb_button button_url=\"/panel-styles/\" button_text=\"Panel Styles\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Panel Styles Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_bg_color=\"#e7aa0a\" button_border_width=\"1\" button_bg_color_hover=\"#006739\" button_border_color_hover=\"#707070\" custom_css_main_element=\"width:70%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"10px\" padding_top=\"10px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" custom_css_main=\"border-radius:15px;\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/edges.jpg\" align=\"center\" max_width=\"50%\" admin_label=\"Edges Image\" _builder_version=\"3.0.72\" custom_margin=\"0px||0px|\"][/et_pb_image][et_pb_button button_url=\"/edges/\" button_text=\"Edges\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Edges Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_bg_color=\"#e7aa0a\" button_border_width=\"1\" button_bg_color_hover=\"#006739\" button_border_color_hover=\"#707070\" custom_css_main_element=\"width:70%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"10px\" padding_top=\"10px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" custom_css_main=\"border-radius:15px;\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/finishes.jpg\" align=\"center\" max_width=\"50%\" admin_label=\"Options Image\" _builder_version=\"3.0.72\" custom_margin=\"0px||0px|\"][/et_pb_image][et_pb_button button_url=\"/options/\" button_text=\"Options\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Options Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_bg_color=\"#e7aa0a\" button_border_width=\"1\" button_bg_color_hover=\"#006739\" button_border_color_hover=\"#707070\" custom_css_main_element=\"width:70%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.72\"][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Welcome Text\" _builder_version=\"3.0.72\" text_font=\"||||\" text_font_size=\"16px\" text_text_color=\"#ffffff\" custom_padding=\"||40px|\" text_line_height=\"1.8em\"]<p>Pioneer Cabinetry has manufactured semi-custom kitchen and bathroom cabinetry since 1986. Our factory is located in Davison, MI and our cabinetry is sold through a network of kitchen and bath dealers.</p>
<p>We stand behind our work as <strong><em>\"The Signature of Quality and Craftsmanship\"</em> </strong>and feel confident that you will not find a better value cabinet on the market.</p>
<p><strong>Our Commitment Originates with Quality</strong>  - While price is an important factor in purchasing cabinetry, another crucial factor should be considered as well: Quality. Getting a good deal is only relevant if the product is well made. Pioneer goes the extra mile to ensure that your new cabinetry is made with the best materials. We offer special features like dovetailed drawers, under-mount drawer slides, premium baked-on finishes, 3/4” adjustable shelving and wood veneer finished end panels. Our commitment to quality makes Pioneer the best value cabinet on the market today.</p>[/et_pb_text][et_pb_tabs active_tab_background_color=\"#000000\" inactive_tab_background_color=\"#3f3f3f\" admin_label=\"Home Page Tabs\" _builder_version=\"3.0.72\" tab_font=\"Open Sans Condensed||||\" tab_font_size=\"12px\" tab_text_color=\"#ffffff\" body_font=\"Open Sans Condensed||||\" body_text_color=\"#ffffff\" background_color=\"#000000\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#000000\" background_color_gradient_end=\"#474747\" use_border_color=\"on\" border_color=\"#5b5b5b\" border_width=\"0px\"][et_pb_tab title=\"Quality\" _builder_version=\"3.0.47\" tab_font=\"||||\" tab_line_height=\"2em\" tab_line_height_tablet=\"2em\" tab_line_height_phone=\"2em\" body_font=\"||||\" body_line_height=\"2em\" body_line_height_tablet=\"2em\" body_line_height_phone=\"2em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h4 style=\"color: #ffffff;\">Our Commitment Originates with Quality -</h4>
<p class=\"p2\"><span class=\"s2\">Pioneer holds quality as its highest priority, from receipt of raw materials through the delivery of cabinetry made just for you. Pioneer\'s Quality Assurance Program guarantees that you will receive the best quality product for the price.</span></p>
[/et_pb_tab][et_pb_tab title=\"Experience\" _builder_version=\"3.0.47\" tab_font=\"||||\" tab_line_height=\"2em\" tab_line_height_tablet=\"2\" tab_line_height_phone=\"2\" body_font=\"||||\" body_line_height=\"2em\" body_line_height_tablet=\"2\" body_line_height_phone=\"2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h4 style=\"color: #ffffff;\">We have the experience -</h4>
<p class=\"p2\"><span class=\"s2\">With over 30 years in business, the team at Pioneer knows how to deliver a quality product that surpasses homeowners\' hopes and expectations. Each Pioneer team member participates in an aggressive cross-training program to give them the utmost experience in all facets of cabinet manufacturing.</span></p>
[/et_pb_tab][et_pb_tab title=\"Materials\" _builder_version=\"3.0.47\" tab_font=\"||||\" tab_line_height=\"2em\" tab_line_height_tablet=\"2\" tab_line_height_phone=\"2\" body_font=\"||||\" body_line_height=\"2em\" body_line_height_tablet=\"2\" body_line_height_phone=\"2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h4 style=\"color: #ffffff;\">We only use the finest materials -</h4>
<p class=\"p2\"><span class=\"s2\">Getting a good deal is only relevant if the product is well made. Pioneer goes the extra mile to ensure that your new cabinetry is made with the best materials. We offer standard features like 3/4\" solid wood face frames and door frames, solid wood dovetailed drawers, full-extension, soft-close, under-mount drawer slides, premium finishes, 1/2\" cabinet boxes, 3/4\" adjustable shelving and wood veneer finished end panels.</span></p>
[/et_pb_tab][et_pb_tab title=\"Customization\" _builder_version=\"3.0.47\" tab_font=\"||||\" tab_line_height=\"2em\" tab_line_height_tablet=\"2em\" tab_line_height_phone=\"2em\" body_font=\"||||\" body_line_height=\"2em\" body_line_height_tablet=\"2em\" body_line_height_phone=\"2em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h4 style=\"color: #ffffff;\">Customization -</h4>
<p class=\"p2\"><span class=\"s2\">We recognize that not every cabinet works for every customer, so we are happy to help you create the right cabinet combinations for your home. With so many options in sizes and colors, your home can be customized to your liking without compromising quality or affordability.</span></p>
[/et_pb_tab][/et_pb_tabs][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_search exclude_pages=\"off\" exclude_posts=\"on\" hide_button=\"off\" placeholder=\"Search our site\" field_bg=\"#aaaaaa\" placeholder_color=\"#000000\" _builder_version=\"3.0.72\" input_font_size=\"16px\" global_module=\"95\" saved_tabs=\"all\"][/et_pb_search][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Pioneer-LrgLogo.png\" align=\"center\" force_fullwidth=\"on\" admin_label=\"Pioneer Logo - White\" _builder_version=\"3.0.72\" global_module=\"97\" saved_tabs=\"all\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#999999\" custom_padding=\"20px||20px|\" _builder_version=\"3.0.72\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/lightKitchen.jpg\" background_blend=\"multiply\" custom_css_main_element=\"background-image: url(http://pioneercabinetry.net/wp/wp-content/uploads/2016/06/lightKitchen.jpg);||-moz-background-size:100% 100%;||-webkit-background-size:100% 100%;||background-size:100% 100%;\" global_module=\"90\"][et_pb_row _builder_version=\"3.0.72\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Disclaimer Text\" _builder_version=\"3.0.72\" text_font=\"Open Sans||||\" text_font_size=\"11\"]
<p>The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.</p>
[/et_pb_text][et_pb_text background_layout=\"dark\" _builder_version=\"3.0.72\" text_font_size=\"10\" text_line_height=\"1.5\"]
<p><strong>Pioneer Cabinetry, Inc</strong> | PO Box 280 | 301 W. Rising St. | Davison, MI 48423 | (810) 658-2075</p>
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]","Home","","inherit","closed","closed","","8-revision-v1","","","2017-09-11 13:14:31","2017-09-11 17:14:31","","8","http://www.pioneercabinetry.co/uncategorized/8-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("719","1","2017-09-11 13:13:11","2017-09-11 17:13:11","[et_pb_section bb_built=\"1\" inner_shadow=\"on\" custom_padding=\"0px||0px|\" _builder_version=\"3.0.72\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" parallax=\"on\"][et_pb_row custom_padding=\"0px||0px|\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_slider admin_label=\"Gallery Slider\" top_padding=\"350px\" bottom_padding=\"350px\" top_padding_tablet=\"200px\" top_padding_phone=\"150px\" top_padding_last_edited=\"on|phone\" bottom_padding_tablet=\"200px\" bottom_padding_phone=\"150px\" bottom_padding_last_edited=\"on|phone\" _builder_version=\"3.0.72\" auto=\"on\" show_arrows=\"on\" show_pagination=\"on\" parallax=\"off\" parallax_method=\"off\" remove_inner_shadow=\"off\" custom_button=\"off\" button_letter_spacing=\"0\" button_icon_placement=\"right\" button_letter_spacing_hover=\"0\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\"] [et_pb_slide background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/SlideShow-frontpage5.jpg\" use_bg_overlay=\"off\" use_text_overlay=\"off\" admin_title=\"Kitchen 5\" _builder_version=\"3.0.47\" header_font=\"||||\" body_font=\"||||\" custom_button=\"off\" button_icon_placement=\"right\" button_on_hover=\"on\" /][et_pb_slide background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/SlideShow-frontpage1.jpg\" use_bg_overlay=\"off\" use_text_overlay=\"off\" admin_title=\"Kitchen 1\" _builder_version=\"3.0.47\" header_font=\"||||\" body_font=\"||||\" custom_button=\"off\" button_icon_placement=\"right\" button_on_hover=\"on\" /][et_pb_slide background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/SlideShow-frontpage2.jpg\" use_bg_overlay=\"off\" use_text_overlay=\"off\" admin_title=\"Kitchen 2\" _builder_version=\"3.0.47\" header_font=\"||||\" body_font=\"||||\" custom_button=\"off\" button_icon_placement=\"right\" button_on_hover=\"on\" background_color=\"#ffffff\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" text_border_radius=\"3\" alignment=\"center\" background_layout=\"dark\" header_font_select=\"default\" body_font_select=\"default\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" /][et_pb_slide background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/SlideShow-frontpage3.jpg\" use_bg_overlay=\"off\" use_text_overlay=\"off\" admin_title=\"Kitchen 3\" _builder_version=\"3.0.47\" header_font=\"||||\" body_font=\"||||\" custom_button=\"off\" button_icon_placement=\"right\" button_on_hover=\"on\" background_color=\"#ffffff\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" text_border_radius=\"3\" alignment=\"center\" background_layout=\"dark\" header_font_select=\"default\" body_font_select=\"default\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" /][et_pb_slide background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/SlideShow-frontpage8.jpg\" use_bg_overlay=\"off\" use_text_overlay=\"off\" admin_title=\"Kitchen 8\" _builder_version=\"3.0.47\" header_font=\"||||\" body_font=\"||||\" custom_button=\"off\" button_icon_placement=\"right\" button_on_hover=\"on\" background_color=\"#ffffff\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" text_border_radius=\"3\" alignment=\"center\" background_layout=\"dark\" header_font_select=\"default\" body_font_select=\"default\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" /][et_pb_slide background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/SlideShow-frontpage8-1.jpg\" use_bg_overlay=\"off\" use_text_overlay=\"off\" admin_title=\"Kitchen 6\" _builder_version=\"3.0.47\" header_font=\"||||\" body_font=\"||||\" custom_button=\"off\" button_icon_placement=\"right\" button_on_hover=\"on\" background_color=\"#ffffff\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" parallax=\"off\" parallax_method=\"off\" background_position=\"center\" background_size=\"cover\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" text_border_radius=\"3\" alignment=\"center\" background_layout=\"dark\" header_font_select=\"default\" body_font_select=\"default\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" /] [/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"0px||0px|\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#000000\" background_color_gradient_end=\"#2b2b2b\"][et_pb_row custom_padding=\"50px|0px|7px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Home Page Headline\" background_layout=\"dark\" text_orientation=\"center\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||on||\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\" animation_style=\"zoom\"]
<h1 style=\"text-align: center;\">We are the Signature of Quality &amp; Craftsmanship</h1>
[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"2\" custom_padding=\"17px|0px|25.55px|0px\" make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" background_color_3=\"#000000\" padding_top_1=\"10px\" padding_bottom_1=\"10px\" padding_top_2=\"10px\" padding_bottom_2=\"10px\" padding_top_3=\"10px\" padding_bottom_3=\"10px\" custom_css_main_1=\"border-radius:15px;\" custom_css_main_2=\"border-radius:15px;\" custom_css_main_3=\"border-radius:15px;\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Wood Species Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/species.jpg\" align=\"center\" max_width=\"50%\" _builder_version=\"3.0.72\" custom_margin=\"0px||0px|\" /][et_pb_button admin_label=\"Wood Button\" button_url=\"/wood-color/\" button_text=\"Wood &amp; Color\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_bg_color=\"#e7aa0a\" button_border_width=\"1\" button_bg_color_hover=\"#006739\" button_border_color_hover=\"#707070\" custom_css_main_element=\"width:70%;\" background_color=\"#dd9933\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Door Styles Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/doorStyles.jpg\" align=\"center\" max_width=\"50%\" _builder_version=\"3.0.72\" custom_margin=\"0px||0px|\" /][et_pb_button admin_label=\"Door Styles Button\" button_url=\"/door-styles/\" button_text=\"Door Styles\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_bg_color=\"#e7aa0a\" button_border_width=\"1\" button_bg_color_hover=\"#006739\" button_border_color_hover=\"#707070\" custom_css_main_element=\"width:70%;\" background_color=\"#dd9933\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Overlay Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/overlays.jpg\" align=\"center\" max_width=\"50%\" _builder_version=\"3.0.72\" custom_margin=\"0px||0px|\" /][et_pb_button admin_label=\"Overlays Button\" button_url=\"/overlays-hinging/\" button_text=\"Overlays &amp; Hinging\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_bg_color=\"#e7aa0a\" button_border_width=\"1\" button_bg_color_hover=\"#006739\" button_border_color_hover=\"#707070\" custom_css_main_element=\"width:70%;\" background_color=\"#dd9933\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"0px||0px|\" _builder_version=\"3.0.72\" custom_css_main_element=\"margin:0px !important;\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"2\" custom_padding=\"10px|0px|30px|0px\" make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" background_color_3=\"#000000\" padding_top_1=\"10px\" padding_bottom_1=\"10px\" padding_top_2=\"10px\" padding_bottom_2=\"10px\" padding_top_3=\"10px\" padding_bottom_3=\"10px\" custom_css_main_1=\"border-radius:15px;\" custom_css_main_2=\"border-radius:15px;\" custom_css_main_3=\"border-radius:15px;\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Panel Styles Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/panelStyles.jpg\" align=\"center\" max_width=\"50%\" _builder_version=\"3.0.72\" custom_margin=\"0px||0px|\" /][et_pb_button admin_label=\"Panel Styles Button\" button_url=\"/panel-styles/\" button_text=\"Panel Styles\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_bg_color=\"#e7aa0a\" button_border_width=\"1\" button_bg_color_hover=\"#006739\" button_border_color_hover=\"#707070\" custom_css_main_element=\"width:70%;\" background_color=\"#dd9933\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Edges Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/edges.jpg\" align=\"center\" max_width=\"50%\" _builder_version=\"3.0.72\" custom_margin=\"0px||0px|\" /][et_pb_button admin_label=\"Edges Button\" button_url=\"/edges/\" button_text=\"Edges\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_bg_color=\"#e7aa0a\" button_border_width=\"1\" button_bg_color_hover=\"#006739\" button_border_color_hover=\"#707070\" custom_css_main_element=\"width:70%;\" background_color=\"#dd9933\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Options Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/finishes.jpg\" align=\"center\" max_width=\"50%\" _builder_version=\"3.0.72\" custom_margin=\"0px||0px|\" /][et_pb_button admin_label=\"Options Button\" button_url=\"/options/\" button_text=\"Options\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_bg_color=\"#e7aa0a\" button_border_width=\"1\" button_bg_color_hover=\"#006739\" button_border_color_hover=\"#707070\" custom_css_main_element=\"width:70%;\" background_color=\"#dd9933\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.72\"][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Welcome Text\" background_layout=\"dark\" _builder_version=\"3.0.72\" text_font=\"Open Sans Condensed||||\" text_font_size=\"14px\" text_text_color=\"#ffffff\" custom_padding=\"||40px|\" text_orientation=\"left\" border_style=\"solid\"]

Pioneer Cabinetry has manufactured semi-custom kitchen and bathroom cabinetry since 1986. Our factory is located in Davison, MI and our cabinetry is sold through a network of kitchen and bath dealers.

We stand behind our work as <strong><em>\"The Signature of Quality and Craftsmanship\"</em> </strong>and feel confident that you will not find a better value cabinet on the market.

<strong>Our Commitment Originates with Quality</strong>  - While price is an important factor in purchasing cabinetry, another crucial factor should be considered as well: Quality. Getting a good deal is only relevant if the product is well made. Pioneer goes the extra mile to ensure that your new cabinetry is made with the best materials. We offer special features like dovetailed drawers, under-mount drawer slides, premium baked-on finishes, 3/4” adjustable shelving and wood veneer finished end panels. Our commitment to quality makes Pioneer the best value cabinet on the market today.

[/et_pb_text][et_pb_tabs admin_label=\"Home Page Tabs\" active_tab_background_color=\"#000000\" inactive_tab_background_color=\"#3f3f3f\" _builder_version=\"3.0.72\" tab_font=\"Open Sans Condensed||||\" tab_font_size=\"12px\" tab_text_color=\"#ffffff\" body_font=\"Open Sans Condensed||||\" body_text_color=\"#ffffff\" background_color=\"#000000\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#000000\" background_color_gradient_end=\"#474747\" use_border_color=\"on\" border_color=\"#5b5b5b\" border_width=\"0px\"] [et_pb_tab title=\"Quality\" _builder_version=\"3.0.47\" tab_font=\"||||\" tab_line_height=\"2em\" tab_line_height_tablet=\"2em\" tab_line_height_phone=\"2em\" body_font=\"||||\" body_line_height=\"2em\" body_line_height_tablet=\"2em\" body_line_height_phone=\"2em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]
<h4 style=\"color: #ffffff;\">Our Commitment Originates with Quality -</h4>
<p class=\"p2\"><span class=\"s2\">Pioneer holds quality as its highest priority, from receipt of raw materials through the delivery of cabinetry made just for you. Pioneer\'s Quality Assurance Program guarantees that you will receive the best quality product for the price.</span></p>
[/et_pb_tab][et_pb_tab title=\"Experience\" _builder_version=\"3.0.47\" tab_font=\"||||\" tab_line_height=\"2em\" tab_line_height_tablet=\"2\" tab_line_height_phone=\"2\" body_font=\"||||\" body_line_height=\"2em\" body_line_height_tablet=\"2\" body_line_height_phone=\"2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]
<h4 style=\"color: #ffffff;\">We have the experience -</h4>
<p class=\"p2\"><span class=\"s2\">With over 30 years in business, the team at Pioneer knows how to deliver a quality product that surpasses homeowners\' hopes and expectations. Each Pioneer team member participates in an aggressive cross-training program to give them the utmost experience in all facets of cabinet manufacturing.</span></p>
[/et_pb_tab][et_pb_tab title=\"Materials\" _builder_version=\"3.0.47\" tab_font=\"||||\" tab_line_height=\"2em\" tab_line_height_tablet=\"2\" tab_line_height_phone=\"2\" body_font=\"||||\" body_line_height=\"2em\" body_line_height_tablet=\"2\" body_line_height_phone=\"2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]
<h4 style=\"color: #ffffff;\">We only use the finest materials -</h4>
<p class=\"p2\"><span class=\"s2\">Getting a good deal is only relevant if the product is well made. Pioneer goes the extra mile to ensure that your new cabinetry is made with the best materials. We offer standard features like 3/4\" solid wood face frames and door frames, solid wood dovetailed drawers, full-extension, soft-close, under-mount drawer slides, premium finishes, 1/2\" cabinet boxes, 3/4\" adjustable shelving and wood veneer finished end panels.</span></p>
[/et_pb_tab][et_pb_tab title=\"Customization\" _builder_version=\"3.0.47\" tab_font=\"||||\" tab_line_height=\"2em\" tab_line_height_tablet=\"2em\" tab_line_height_phone=\"2em\" body_font=\"||||\" body_line_height=\"2em\" body_line_height_tablet=\"2em\" body_line_height_phone=\"2em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]
<h4 style=\"color: #ffffff;\">Customization -</h4>
<p class=\"p2\"><span class=\"s2\">We recognize that not every cabinet works for every customer, so we are happy to help you create the right cabinet combinations for your home. With so many options in sizes and colors, your home can be customized to your liking without compromising quality or affordability.</span></p>
[/et_pb_tab] [/et_pb_tabs][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_search exclude_pages=\"off\" exclude_posts=\"on\" hide_button=\"off\" placeholder=\"Search our site\" field_bg=\"#aaaaaa\" placeholder_color=\"#000000\" _builder_version=\"3.0.72\" input_font_size=\"16px\" global_module=\"95\" saved_tabs=\"all\" /][et_pb_image admin_label=\"Pioneer Logo - White\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Pioneer-LrgLogo.png\" align=\"center\" force_fullwidth=\"on\" _builder_version=\"3.0.72\" global_module=\"97\" saved_tabs=\"all\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row global_parent=\"93\" background_color_1=\"#000000\" background_color_2=\"#000000\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" _builder_version=\"3.0.72\" make_equal=\"on\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" global_parent=\"93\" title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<span class=\"s1\">We stand behind our craftsmanship.</span>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" global_parent=\"93\" title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#999999\" custom_padding=\"20px||20px|\" _builder_version=\"3.0.72\" custom_css_main_element=\"background-image: url(http://pioneercabinetry.net/wp/wp-content/uploads/2016/06/lightKitchen.jpg);||-moz-background-size:100% 100%;||-webkit-background-size:100% 100%;||background-size:100% 100%;\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/lightKitchen.jpg\" background_blend=\"multiply\" global_module=\"90\"][et_pb_row global_parent=\"90\" _builder_version=\"3.0.72\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Disclaimer Text\" global_parent=\"90\" background_layout=\"dark\" _builder_version=\"3.0.72\" text_font=\"Open Sans||||\" text_font_size=\"11\"]

The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.

[/et_pb_text][et_pb_text global_parent=\"90\" background_layout=\"dark\" _builder_version=\"3.0.72\" text_font_size=\"10\" text_line_height=\"1.5\"]

<strong>Pioneer Cabinetry, Inc</strong> | PO Box 280 | 301 W. Rising St. | Davison, MI 48423 | (810) 658-2075

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]","Home","","inherit","closed","closed","","8-revision-v1","","","2017-09-11 13:13:11","2017-09-11 17:13:11","","8","http://www.pioneercabinetry.co/uncategorized/8-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("723","1","2017-09-11 13:15:15","2017-09-11 17:15:15","[et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Pioneer-LrgLogo.png\" align=\"center\" force_fullwidth=\"off\" admin_label=\"Pioneer Logo - White\" _builder_version=\"3.0.72\" saved_tabs=\"all\" template_type=\"module\" show_in_lightbox=\"off\" url_new_window=\"off\" sticky=\"off\" always_center_on_mobile=\"on\" use_overlay=\"off\" animation_style=\"none\"][/et_pb_image]","Pioneer Logo - White","","inherit","closed","closed","","97-revision-v1","","","2017-09-11 13:15:15","2017-09-11 17:15:15","","97","http://www.pioneercabinetry.co/uncategorized/97-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("724","1","2017-09-11 13:15:19","2017-09-11 17:15:19","[et_pb_section fb_built=\"1\" inner_shadow=\"on\" custom_padding=\"0px||0px|\" _builder_version=\"3.0.72\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" parallax=\"on\"][et_pb_row custom_padding=\"0px||0px|\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_slider top_padding=\"350px\" bottom_padding=\"350px\" top_padding_tablet=\"200px\" top_padding_phone=\"150px\" top_padding_last_edited=\"on|phone\" bottom_padding_tablet=\"200px\" bottom_padding_phone=\"150px\" bottom_padding_last_edited=\"on|phone\" admin_label=\"Gallery Slider\" _builder_version=\"3.0.72\" auto=\"on\"][et_pb_slide background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/SlideShow-frontpage5.jpg\" use_bg_overlay=\"off\" use_text_overlay=\"off\" admin_title=\"Kitchen 5\" _builder_version=\"3.0.47\" header_font=\"||||\" body_font=\"||||\" custom_button=\"off\" button_icon_placement=\"right\" button_on_hover=\"on\"][/et_pb_slide][et_pb_slide background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/SlideShow-frontpage1.jpg\" use_bg_overlay=\"off\" use_text_overlay=\"off\" admin_title=\"Kitchen 1\" _builder_version=\"3.0.47\" header_font=\"||||\" body_font=\"||||\" custom_button=\"off\" button_icon_placement=\"right\" button_on_hover=\"on\"][/et_pb_slide][et_pb_slide background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/SlideShow-frontpage2.jpg\" use_bg_overlay=\"off\" use_text_overlay=\"off\" admin_title=\"Kitchen 2\" _builder_version=\"3.0.47\" header_font=\"||||\" body_font=\"||||\" custom_button=\"off\" button_icon_placement=\"right\" button_on_hover=\"on\"][/et_pb_slide][et_pb_slide background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/SlideShow-frontpage3.jpg\" use_bg_overlay=\"off\" use_text_overlay=\"off\" admin_title=\"Kitchen 3\" _builder_version=\"3.0.47\" header_font=\"||||\" body_font=\"||||\" custom_button=\"off\" button_icon_placement=\"right\" button_on_hover=\"on\"][/et_pb_slide][et_pb_slide background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/SlideShow-frontpage8.jpg\" use_bg_overlay=\"off\" use_text_overlay=\"off\" admin_title=\"Kitchen 8\" _builder_version=\"3.0.47\" header_font=\"||||\" body_font=\"||||\" custom_button=\"off\" button_icon_placement=\"right\" button_on_hover=\"on\"][/et_pb_slide][et_pb_slide background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/SlideShow-frontpage8-1.jpg\" use_bg_overlay=\"off\" use_text_overlay=\"off\" admin_title=\"Kitchen 6\" _builder_version=\"3.0.47\" header_font=\"||||\" body_font=\"||||\" custom_button=\"off\" button_icon_placement=\"right\" button_on_hover=\"on\"][/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"0px||0px|\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#000000\" background_color_gradient_end=\"#2b2b2b\"][et_pb_row custom_padding=\"50px|0px|7px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Home Page Headline\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||on||\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\" animation_style=\"zoom\"]
<h1 style=\"text-align: center;\">We are the Signature of Quality & Craftsmanship</h1>
[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"2\" custom_padding=\"17px|0px|25.55px|0px\" make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" background_color_3=\"#000000\" padding_top_1=\"10px\" padding_bottom_1=\"10px\" padding_top_2=\"10px\" padding_bottom_2=\"10px\" padding_top_3=\"10px\" padding_bottom_3=\"10px\" custom_css_main_1=\"border-radius:15px;\" custom_css_main_2=\"border-radius:15px;\" custom_css_main_3=\"border-radius:15px;\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"10px\" padding_top=\"10px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" custom_css_main=\"border-radius:15px;\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/species.jpg\" align=\"center\" max_width=\"50%\" admin_label=\"Wood Species Image\" _builder_version=\"3.0.72\" custom_margin=\"0px||0px|\"][/et_pb_image][et_pb_button button_url=\"/wood-color/\" button_text=\"Wood & Color\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Wood Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_bg_color=\"#e7aa0a\" button_border_width=\"1\" button_bg_color_hover=\"#006739\" button_border_color_hover=\"#707070\" custom_css_main_element=\"width:70%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"10px\" padding_top=\"10px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" custom_css_main=\"border-radius:15px;\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/doorStyles.jpg\" align=\"center\" max_width=\"50%\" admin_label=\"Door Styles Image\" _builder_version=\"3.0.72\" custom_margin=\"0px||0px|\"][/et_pb_image][et_pb_button button_url=\"/door-styles/\" button_text=\"Door Styles\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Door Styles Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_bg_color=\"#e7aa0a\" button_border_width=\"1\" button_bg_color_hover=\"#006739\" button_border_color_hover=\"#707070\" custom_css_main_element=\"width:70%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"10px\" padding_top=\"10px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" custom_css_main=\"border-radius:15px;\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/overlays.jpg\" align=\"center\" max_width=\"50%\" admin_label=\"Overlay Image\" _builder_version=\"3.0.72\" custom_margin=\"0px||0px|\"][/et_pb_image][et_pb_button button_url=\"/overlays-hinging/\" button_text=\"Overlays & Hinging\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Overlays Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_bg_color=\"#e7aa0a\" button_border_width=\"1\" button_bg_color_hover=\"#006739\" button_border_color_hover=\"#707070\" custom_css_main_element=\"width:70%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"0px||0px|\" _builder_version=\"3.0.72\" custom_css_main_element=\"margin:0px !important;\"][et_pb_row make_fullwidth=\"on\" use_custom_gutter=\"on\" gutter_width=\"2\" custom_padding=\"10px|0px|30px|0px\" make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" background_color_3=\"#000000\" padding_top_1=\"10px\" padding_bottom_1=\"10px\" padding_top_2=\"10px\" padding_bottom_2=\"10px\" padding_top_3=\"10px\" padding_bottom_3=\"10px\" custom_css_main_1=\"border-radius:15px;\" custom_css_main_2=\"border-radius:15px;\" custom_css_main_3=\"border-radius:15px;\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"10px\" padding_top=\"10px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" custom_css_main=\"border-radius:15px;\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/panelStyles.jpg\" align=\"center\" max_width=\"50%\" admin_label=\"Panel Styles Image\" _builder_version=\"3.0.72\" custom_margin=\"0px||0px|\"][/et_pb_image][et_pb_button button_url=\"/panel-styles/\" button_text=\"Panel Styles\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Panel Styles Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_bg_color=\"#e7aa0a\" button_border_width=\"1\" button_bg_color_hover=\"#006739\" button_border_color_hover=\"#707070\" custom_css_main_element=\"width:70%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"10px\" padding_top=\"10px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" custom_css_main=\"border-radius:15px;\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/edges.jpg\" align=\"center\" max_width=\"50%\" admin_label=\"Edges Image\" _builder_version=\"3.0.72\" custom_margin=\"0px||0px|\"][/et_pb_image][et_pb_button button_url=\"/edges/\" button_text=\"Edges\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Edges Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_bg_color=\"#e7aa0a\" button_border_width=\"1\" button_bg_color_hover=\"#006739\" button_border_color_hover=\"#707070\" custom_css_main_element=\"width:70%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"10px\" padding_top=\"10px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" custom_css_main=\"border-radius:15px;\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/finishes.jpg\" align=\"center\" max_width=\"50%\" admin_label=\"Options Image\" _builder_version=\"3.0.72\" custom_margin=\"0px||0px|\"][/et_pb_image][et_pb_button button_url=\"/options/\" button_text=\"Options\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Options Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_bg_color=\"#e7aa0a\" button_border_width=\"1\" button_bg_color_hover=\"#006739\" button_border_color_hover=\"#707070\" custom_css_main_element=\"width:70%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.72\"][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Welcome Text\" _builder_version=\"3.0.72\" text_font=\"||||\" text_font_size=\"18px\" text_text_color=\"#ffffff\" custom_padding=\"||40px|\" text_line_height=\"1.8em\"]<p>Pioneer Cabinetry has manufactured semi-custom kitchen and bathroom cabinetry since 1986. Our factory is located in Davison, MI and our cabinetry is sold through a network of kitchen and bath dealers.</p>
<p>We stand behind our work as <strong><em>\"The Signature of Quality and Craftsmanship\"</em> </strong>and feel confident that you will not find a better value cabinet on the market.</p>
<p><strong>Our Commitment Originates with Quality</strong>  - While price is an important factor in purchasing cabinetry, another crucial factor should be considered as well: Quality. Getting a good deal is only relevant if the product is well made. Pioneer goes the extra mile to ensure that your new cabinetry is made with the best materials. We offer special features like dovetailed drawers, under-mount drawer slides, premium baked-on finishes, 3/4” adjustable shelving and wood veneer finished end panels. Our commitment to quality makes Pioneer the best value cabinet on the market today.</p>[/et_pb_text][et_pb_tabs active_tab_background_color=\"#000000\" inactive_tab_background_color=\"#3f3f3f\" admin_label=\"Home Page Tabs\" _builder_version=\"3.0.72\" tab_font=\"Open Sans Condensed||||\" tab_font_size=\"12px\" tab_text_color=\"#ffffff\" body_font=\"Open Sans Condensed||||\" body_text_color=\"#ffffff\" background_color=\"#000000\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#000000\" background_color_gradient_end=\"#474747\" use_border_color=\"on\" border_color=\"#5b5b5b\" border_width=\"0px\"][et_pb_tab title=\"Quality\" _builder_version=\"3.0.47\" tab_font=\"||||\" tab_line_height=\"2em\" tab_line_height_tablet=\"2em\" tab_line_height_phone=\"2em\" body_font=\"||||\" body_line_height=\"2em\" body_line_height_tablet=\"2em\" body_line_height_phone=\"2em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h4 style=\"color: #ffffff;\">Our Commitment Originates with Quality -</h4>
<p class=\"p2\"><span class=\"s2\">Pioneer holds quality as its highest priority, from receipt of raw materials through the delivery of cabinetry made just for you. Pioneer\'s Quality Assurance Program guarantees that you will receive the best quality product for the price.</span></p>
[/et_pb_tab][et_pb_tab title=\"Experience\" _builder_version=\"3.0.47\" tab_font=\"||||\" tab_line_height=\"2em\" tab_line_height_tablet=\"2\" tab_line_height_phone=\"2\" body_font=\"||||\" body_line_height=\"2em\" body_line_height_tablet=\"2\" body_line_height_phone=\"2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h4 style=\"color: #ffffff;\">We have the experience -</h4>
<p class=\"p2\"><span class=\"s2\">With over 30 years in business, the team at Pioneer knows how to deliver a quality product that surpasses homeowners\' hopes and expectations. Each Pioneer team member participates in an aggressive cross-training program to give them the utmost experience in all facets of cabinet manufacturing.</span></p>
[/et_pb_tab][et_pb_tab title=\"Materials\" _builder_version=\"3.0.47\" tab_font=\"||||\" tab_line_height=\"2em\" tab_line_height_tablet=\"2\" tab_line_height_phone=\"2\" body_font=\"||||\" body_line_height=\"2em\" body_line_height_tablet=\"2\" body_line_height_phone=\"2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h4 style=\"color: #ffffff;\">We only use the finest materials -</h4>
<p class=\"p2\"><span class=\"s2\">Getting a good deal is only relevant if the product is well made. Pioneer goes the extra mile to ensure that your new cabinetry is made with the best materials. We offer standard features like 3/4\" solid wood face frames and door frames, solid wood dovetailed drawers, full-extension, soft-close, under-mount drawer slides, premium finishes, 1/2\" cabinet boxes, 3/4\" adjustable shelving and wood veneer finished end panels.</span></p>
[/et_pb_tab][et_pb_tab title=\"Customization\" _builder_version=\"3.0.47\" tab_font=\"||||\" tab_line_height=\"2em\" tab_line_height_tablet=\"2em\" tab_line_height_phone=\"2em\" body_font=\"||||\" body_line_height=\"2em\" body_line_height_tablet=\"2em\" body_line_height_phone=\"2em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h4 style=\"color: #ffffff;\">Customization -</h4>
<p class=\"p2\"><span class=\"s2\">We recognize that not every cabinet works for every customer, so we are happy to help you create the right cabinet combinations for your home. With so many options in sizes and colors, your home can be customized to your liking without compromising quality or affordability.</span></p>
[/et_pb_tab][/et_pb_tabs][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_search exclude_pages=\"off\" exclude_posts=\"on\" hide_button=\"off\" placeholder=\"Search our site\" field_bg=\"#aaaaaa\" placeholder_color=\"#000000\" _builder_version=\"3.0.72\" input_font_size=\"16px\" global_module=\"95\" saved_tabs=\"all\"][/et_pb_search][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Pioneer-LrgLogo.png\" align=\"center\" admin_label=\"Pioneer Logo - White\" _builder_version=\"3.0.72\" global_module=\"97\" saved_tabs=\"all\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#999999\" custom_padding=\"20px||20px|\" _builder_version=\"3.0.72\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/lightKitchen.jpg\" background_blend=\"multiply\" custom_css_main_element=\"background-image: url(http://pioneercabinetry.net/wp/wp-content/uploads/2016/06/lightKitchen.jpg);||-moz-background-size:100% 100%;||-webkit-background-size:100% 100%;||background-size:100% 100%;\" global_module=\"90\"][et_pb_row _builder_version=\"3.0.72\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Disclaimer Text\" _builder_version=\"3.0.72\" text_font=\"Open Sans||||\" text_font_size=\"11\"]
<p>The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.</p>
[/et_pb_text][et_pb_text background_layout=\"dark\" _builder_version=\"3.0.72\" text_font_size=\"10\" text_line_height=\"1.5\"]
<p><strong>Pioneer Cabinetry, Inc</strong> | PO Box 280 | 301 W. Rising St. | Davison, MI 48423 | (810) 658-2075</p>
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]","Home","","inherit","closed","closed","","8-revision-v1","","","2017-09-11 13:15:19","2017-09-11 17:15:19","","8","http://www.pioneercabinetry.co/uncategorized/8-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("727","1","2017-09-11 13:24:53","2017-09-11 17:24:53","[et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" padding_mobile=\"off\" module_id=\"wood\" _builder_version=\"3.0.72\" template_type=\"section\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Wood Text\" background_layout=\"dark\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Learning About Wood Species</h2>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Oak Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Oak.jpg\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_button admin_label=\"Oak Button\" button_url=\"/wood-color/oak/\" button_text=\"MORE ABOUT OAK\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][et_pb_text admin_label=\"Oak Text\" background_layout=\"dark\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p>Oak, the mainstay of the cabinet and furniture industry, offers depth in color from pink to white and light brown.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Maple Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Maple.jpg\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_button admin_label=\"Maple Button\" button_url=\"/wood-color/maple/\" button_text=\"MORE ABOUT MAPLE\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][et_pb_text admin_label=\"Maple Text\" background_layout=\"dark\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p>Predominately off-white in color, maple is a smooth, closed-grain wood that may contain shades of brown and pink.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Hickory Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Hickory-Type.jpg\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_button admin_label=\"Hickory Button\" button_url=\"/wood-color/hickory/\" button_text=\"MORE ABOUT HICKORY\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][et_pb_text admin_label=\"Hickory Text\" background_layout=\"dark\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p>Hickory is a very “wild” wood, known for its wide spectrum of color that can range from white to dark brown and can also feature wormholes and black knots.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"10px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Cherry Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Cherry-Type.jpg\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_button admin_label=\"Cherry Button\" button_url=\"/wood-color/cherry/\" button_text=\"MORE ABOUT CHERRY\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][et_pb_text admin_label=\"Cherry Text\" background_layout=\"dark\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p>Cherry is a multi-colored wood characterized by shades of red, white and brown.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Knotty Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Knotty-Type.jpg\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_button admin_label=\"Knotty Button\" button_url=\"/wood-color/knotty/\" button_text=\"MORE ABOUT KNOTTY\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][et_pb_text admin_label=\"Knotty Text\" background_layout=\"dark\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p>At Pioneer we love the look of real wood with all its natural properties.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Painted Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Painted-Type.jpg\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_button admin_label=\"Painted Button\" button_url=\"/wood-color/painted/\" button_text=\"MORE ABOUT PAINTED\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][et_pb_text admin_label=\"Painted Text\" background_layout=\"dark\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p>Tinted varnishes, which give cabinets a \"painted look,\" are one of today’s hottest trends in cabinetry.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"10px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Thermofoil Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Thermofoil-Type.jpg\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_button admin_label=\"Thermofoil Button\" button_url=\"/wood-color/thermofoil/\" button_text=\"MORE ABOUT THERMOFOIL\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][et_pb_text admin_label=\"Thermofoil Text\" background_layout=\"dark\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p>White, Snow and Ivory thermofoil door cabinets offer an alternative to the typical wood/stained cabinet.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]","wood species","","publish","closed","closed","","wood-species","","","2017-09-11 13:24:53","2017-09-11 17:24:53","","0","http://www.pioneercabinetry.co/et_pb_layout/wood-species/","0","et_pb_layout","","0");
INSERT INTO `pcab_posts` VALUES("728","1","2017-09-11 13:24:59","2017-09-11 17:24:59","[et_pb_section bb_built=\"1\" admin_label=\"section\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row admin_label=\"row\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Find Style Headline\" background_layout=\"dark\" text_orientation=\"center\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"15px||30px|\"]
<h1 class=\"p1\" style=\"text-align: center;\"><span class=\"s1\">Find Your Style</span></h1>
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"off\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Find Your Style Text\" background_layout=\"dark\" text_orientation=\"center\" _builder_version=\"3.0.47\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\"]
<h2 class=\"kicker\" style=\"text-align: center;\"><span class=\"s1\">The task of picking out your cabinets can be a little overwhelming, so we made it a little easier for you to explore the different areas of cabinetry. </span></h2>
<p class=\"p1\" style=\"text-align: center;\"><strong><span class=\"s1\">Click on the buttons below to explore each topic.</span></strong></p>
[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px|||\" padding_mobile=\"off\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_button admin_label=\"Wood Button\" button_url=\"#wood\" button_text=\"LEARN ABOUT WOOD\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][et_pb_button admin_label=\"Panel Button\" button_url=\"#panels\" button_text=\"SELECT PANEL STYLE\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.47\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_button admin_label=\"Doors Button\" button_url=\"#doors\" button_text=\"DOOR STYLES\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.47\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][et_pb_button admin_label=\"Edges Button\" button_url=\"#edges\" button_text=\"LEARN ABOUT EDGES\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.47\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_button admin_label=\"Overlay Button\" button_url=\"#overlays\" button_text=\"OVERLAYS &amp; HINGING\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.47\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][et_pb_button admin_label=\"Options Button\" button_url=\"#options\" button_text=\"OTHER OPTIONS\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.47\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" padding_mobile=\"off\" module_id=\"wood\" _builder_version=\"3.0.72\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Wood Text\" background_layout=\"dark\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]
<h2>Learning About Wood Species</h2>
[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Oak Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Oak.jpg\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_button admin_label=\"Oak Button\" button_url=\"/wood-color/oak/\" button_text=\"MORE ABOUT OAK\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][et_pb_text admin_label=\"Oak Text\" background_layout=\"dark\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

Oak, the mainstay of the cabinet and furniture industry, offers depth in color from pink to white and light brown.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Maple Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Maple.jpg\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_button admin_label=\"Maple Button\" button_url=\"/wood-color/maple/\" button_text=\"MORE ABOUT MAPLE\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][et_pb_text admin_label=\"Maple Text\" background_layout=\"dark\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

Predominately off-white in color, maple is a smooth, closed-grain wood that may contain shades of brown and pink.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Hickory Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Hickory-Type.jpg\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_button admin_label=\"Hickory Button\" button_url=\"/wood-color/hickory/\" button_text=\"MORE ABOUT HICKORY\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][et_pb_text admin_label=\"Hickory Text\" background_layout=\"dark\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

Hickory is a very “wild” wood, known for its wide spectrum of color that can range from white to dark brown and can also feature wormholes and black knots.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"10px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Cherry Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Cherry-Type.jpg\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_button admin_label=\"Cherry Button\" button_url=\"/wood-color/cherry/\" button_text=\"MORE ABOUT CHERRY\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][et_pb_text admin_label=\"Cherry Text\" background_layout=\"dark\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

Cherry is a multi-colored wood characterized by shades of red, white and brown.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Knotty Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Knotty-Type.jpg\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_button admin_label=\"Knotty Button\" button_url=\"/wood-color/knotty/\" button_text=\"MORE ABOUT KNOTTY\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][et_pb_text admin_label=\"Knotty Text\" background_layout=\"dark\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

At Pioneer we love the look of real wood with all its natural properties.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Painted Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Painted-Type.jpg\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_button admin_label=\"Painted Button\" button_url=\"/wood-color/painted/\" button_text=\"MORE ABOUT PAINTED\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][et_pb_text admin_label=\"Painted Text\" background_layout=\"dark\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

Tinted varnishes, which give cabinets a \"painted look,\" are one of today’s hottest trends in cabinetry.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"10px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Thermofoil Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Thermofoil-Type.jpg\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_button admin_label=\"Thermofoil Button\" button_url=\"/wood-color/thermofoil/\" button_text=\"MORE ABOUT THERMOFOIL\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][et_pb_text admin_label=\"Thermofoil Text\" background_layout=\"dark\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

White, Snow and Ivory thermofoil door cabinets offer an alternative to the typical wood/stained cabinet.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" padding_mobile=\"off\" module_id=\"doors\" _builder_version=\"3.0.47\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Door Text\" background_layout=\"dark\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]
<h2>Pioneer Cabinetry comes in a variety of door styles.</h2>
<h4>Which door style would you prefer?</h4>
The photos below are just an example of the vast array of door styles offered by Pioneer. Each door style is available in a wide variety of wood species and color combinations. Please visit our Door Style page to discover more options.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Door Button\" button_url=\"/door-styles/\" button_text=\"SEE MORE DOORS\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_gallery admin_label=\"Door Gallery\" gallery_ids=\"541,542,536,537\" posts_number=\"4\" show_pagination=\"off\" background_layout=\"dark\" module_class=\"fullGallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" padding_mobile=\"off\" module_id=\"overlays\" _builder_version=\"3.0.47\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Overlays Text\" background_layout=\"dark\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]
<h2>Overlay &amp; Hinging</h2>
Overlays affect how much of the cabinet frame shows, and can dramatically change the appearance of your cabinets. From a traditional look to a more contemporary style, choosing the correct overlay starts below.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Overlays Button\" button_url=\"/overlays-hinging/\" button_text=\"READ MORE ...\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Semi Concealed Hinge Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/SemiConcealedKnife.png\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_text admin_label=\"Semi-Concealed Text\" background_layout=\"dark\" text_orientation=\"center\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]
<p style=\"text-align: center;\"><strong>1/2\" Overlay Semi-Concealed Knife Hinge</strong></p>
<p style=\"text-align: center;\">Allows the cabinet frame to be exposed between doors or drawers for a traditional look.</p>
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Half Concealed Cup Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HalfConcealedCup.png\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_text admin_label=\"Concealed Cup Text\" background_layout=\"dark\" text_orientation=\"center\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]
<p style=\"text-align: center;\"><strong>1/2\" Overlay Concealed Cup Hinge</strong></p>
<p style=\"text-align: center;\">Allows the cabinet frame to be exposed between doors or drawers for a traditional look.</p>
[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Full Concealed Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/FullConcealedCup.png\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_text admin_label=\"Full Concealed Cup Text\" background_layout=\"dark\" text_orientation=\"center\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]
<p style=\"text-align: center;\"><strong>Full Overlay Concealed Cup Hinge</strong></p>
<p style=\"text-align: center;\">Concealed hinges are hidden from view with this design, very little of the cabinet frame shows around each door panel or drawer front creating a seamless, modern appearance.</p>
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Designer Concealed Cup Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/DesignerConcealedCup.png\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_text admin_label=\"Designer Concealed Cup Text\" background_layout=\"dark\" text_orientation=\"center\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]
<p style=\"text-align: center;\"><strong>Designer Overlay Concealed Cup Hinge</strong></p>
<p style=\"text-align: center;\">Concealed hinges are hidden from view and allow you to see only the surface of your cabinet door. The Designer Overlay design creates a very clean design look.</p>
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" padding_mobile=\"off\" module_id=\"panels\" _builder_version=\"3.0.47\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Panels Text\" background_layout=\"dark\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]
<h2>Door panels are the most visible part of your cabinetry and define your style.</h2>
Pioneer offers many unique choices including flat, beaded, raised, detailed and solid.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" parallax_method_4=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Flat Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Flat.png\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_text admin_label=\"Flat Text\" background_layout=\"dark\" text_orientation=\"center\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]
<p style=\"text-align: center;\"><strong>Flat - F / Solid - S</strong></p>
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Beaded Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Beaded.png\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_text admin_label=\"Beaded Text\" background_layout=\"dark\" text_orientation=\"center\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]
<p style=\"text-align: center;\"><strong>Beaded - B</strong></p>
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Raised Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Raised.png\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_text admin_label=\"Raised Text\" background_layout=\"dark\" text_orientation=\"center\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]
<p style=\"text-align: center;\"><strong>Raised - R</strong></p>
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Detailed Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Detailed.png\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_text admin_label=\"Detailed Text\" background_layout=\"dark\" text_orientation=\"center\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]
<p style=\"text-align: center;\"><strong>Detailed - D</strong></p>
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" padding_mobile=\"off\" module_id=\"edges\" _builder_version=\"3.0.47\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Edges Text\" background_layout=\"dark\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]
<h2>The edges of the cabinet door panels can enhance your style and provide easy access to the interior.</h2>
Pioneer offers 7 different outside door edge profiles for all \'non-mitered\' door styles, they are as follows:

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" parallax_method_4=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"F Edge Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-F.png\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"G Edge Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-G.png\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"K Edge Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-K.png\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"M Edge Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-M.png\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"R Edge Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-R.png\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"E Edge Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-E.png\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"S Edge Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-S.png\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][/et_pb_column][et_pb_column type=\"1_4\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" padding_mobile=\"off\" module_id=\"options\" _builder_version=\"3.0.47\"][et_pb_row custom_padding=\"||20px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Options Text\" background_layout=\"dark\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]
<h2>Each option below turns a standard cabinet into your personalized cabinetry.</h2>
Combinations of these options can help set your Pioneer cabinetry apart from the rest.

[/et_pb_text][et_pb_divider color=\"rgba(0,0,0,0.46)\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" _builder_version=\"3.0.47\" /][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||20px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Drawer Heads Text\" background_layout=\"dark\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]
<h2>Drawer Head Styles</h2>
Pioneer offers 8 different drawer heads for the \'standard\' door styles, examples are below.

[/et_pb_text][et_pb_gallery admin_label=\"DrawerHead Gallery\" gallery_ids=\"554,553,552,551,550,555,549,548\" posts_number=\"8\" show_title_and_caption=\"off\" show_pagination=\"off\" _builder_version=\"3.0.72\" global_module=\"580\" saved_tabs=\"all\" /][et_pb_divider color=\"rgba(0,0,0,0.46)\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" _builder_version=\"3.0.47\" /][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||20px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Glazing Text\" background_layout=\"dark\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]
<h2>Glazing Styles</h2>
The \"Olde World\" look of glazing cabinetry is a great way to give your home a unique and classic look. A glazed finish is achieved by applying the glaze over the entire surface of all finished parts, then wiping the glaze off by hand. The result is stunning, as the glaze will \"hang-up\" unevenly in corners, profiled edges and end grain of each glazed component. It is recommended that the homeowners view an actual door sample or display before selecting a glazed finish, as color variations will occur between individual cabinet components.

[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_gallery admin_label=\"Glazes Gallery\" gallery_ids=\"557,558,559,560,561\" posts_number=\"12\" show_pagination=\"off\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;\" custom_css_gallery_item_caption=\"text-align:center;\" global_module=\"581\" saved_tabs=\"all\" /][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||20px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_divider color=\"rgba(0,0,0,0.46)\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" _builder_version=\"3.0.47\" /][et_pb_text admin_label=\"Finishing Text\" background_layout=\"dark\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]
<h2>Finishing Techniques</h2>
Create beauty and character with any of our custom finish techniques. Available in most standard Pioneer paints/tinted varnishes, stains and glazes. Since no two manufacturers are alike, it is recommended that homeowners view an actual door sample or display before finalizing any cabinet color/finishing technique selection.

[/et_pb_text][et_pb_gallery admin_label=\"Finishing Gallery\" gallery_ids=\"562,563,564,565\" show_pagination=\"off\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;\" custom_css_gallery_item_caption=\"text-align:center;\" global_module=\"582\" saved_tabs=\"all\" /][et_pb_divider color=\"rgba(0,0,0,0.46)\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" _builder_version=\"3.0.47\" /][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||20px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Knotty Text\" background_layout=\"dark\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]
<h2>Knotty</h2>
<h4>At Pioneer we love the look of real wood with all its natural properties.</h4>
For those of you who also like the rustic look, this option might be for you. Pioneer, for our standard cabinetry, cuts around these natural knots. In our knotty option, we leave them in and sort through them to give you a natural looking option.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Knotty Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/kitchenKnotty-1.jpg\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Plywood Construction Text\" background_layout=\"dark\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]
<h2>Plywood Construction</h2>
All the flexibility you’ve come to expect from Pioneer with the added feature of plywood construction. If you choose this option, then you will receive full ½” plywood box construction. Pioneer uses only the best domestic plywood, no Chinese imports! Our sanded and calibrated plywood core provides the greatest opportunity for a smooth and consistent finished product.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row global_parent=\"93\" background_color_1=\"#000000\" background_color_2=\"#000000\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" _builder_version=\"3.0.72\" make_equal=\"on\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" global_parent=\"93\" title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<span class=\"s1\">We stand behind our craftsmanship.</span>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" global_parent=\"93\" title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

<span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Find You Style","","inherit","closed","closed","","241-revision-v1","","","2017-09-11 13:24:59","2017-09-11 17:24:59","","241","http://www.pioneercabinetry.co/uncategorized/241-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("736","1","2017-09-11 13:35:04","2017-09-11 17:35:04","/*classes------------------*/
.finishes {border-top:1px solid #ffffff;border-radius:10px;}


/*TOP MENU------------------*/
#top-menu li {font-weight: normal;text-transform: uppercase;}
#main-header, #main-header .nav li ul, .et-search-form, #main-header .et_mobile_menu {background-color: #2b2b2b;-webkit-box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6);box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6);}
#main-header.et-fixed-header {background-color: #2b2b2b;-webkit-box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6) !important;box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6) !important;}
#top-menu li .menu-item-has-children > a:first-child {padding-right: 20px;}
#top-menu li li {margin: 0;padding: 0;}
#top-menu li li a {width: 240px;padding: 6px 20px;}
#top-menu li li a:hover {background-color: #000000;}
.et_mobile_menu li a {font-size: 18px !important;}
.et_mobile_menu li a:hover {background-color: #000000;}

/*FONTS------------------*/
h1, h2, h3, h4, h5, {
	font-style: normal;
	font-weight: 100;
	color: RED !important;
	line-height: 1em;
	padding-top: 20px !important;
	padding-bottom: 1px !important;
	margin-top: 30px !important;
	margin-bottom: 1px !important;
}

h2 {
	padding-top: 10px !important;
}

ul {margin-top: 0;margin-bottom: 0;padding-top: 0;}

li.li1 {padding-left: 10px;margin-left: 20px;margin-top: 0;margin-bottom: 0;padding-bottom: 5px;}

ul.et_pb_tabs_controls {border-bottom: 1px solid #d9d9d9;background-color: #f4f4f4;font-size: 1.2em;text-transform: uppercase;letter-spacing: 1px;}


/*Gallery-----------------------------------------*/
.rounded {-webkit-border-radius: 2px;border-radius: 2px;}
.rounded img {-webkit-border-radius: 2px;border-radius: 2px;border: 1px solid #212121;}

.et_pb_gallery_grid {}

.et_pb_gallery_grid .et_pb_gallery_image {overflow: hidden;position: relative;-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.4);box-shadow: 0 0 10px 3px rgba(0,0,0,.4);-webkit-border-radius: 2px;border-radius: 2px;margin: 10px;}
.et_pb_gallery_item img {height: 100px;-webkit-border-radius: 2px;border-radius: 2px;border: 1px solid #ffffff;}
.fullGallery .et_pb_gallery_item img {height: auto;width: 100%;-webkit-border-radius: 2px;border-radius: 2px;border: 1px solid #ffffff;}
.et_overlay {-webkit-border-radius: 2px;border-radius: 2px;}

.safari .et_pb_gallery_grid .et_pb_gallery_image {overflow: visible;margin: 10px;-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.2);box-shadow: 0 0 10px 3px rgba(0,0,0,.2);-webkit-border-radius: 2px;border-radius: 2px;}


/*Find a Dealer ------------------*/
#wpsl-search-wrap .wpsl-input label {font-size: 1.3em;}
#wpsl-search-wrap div label {font-size: 1.3em;}
div.wpsl-store-location {font-size: 1.2em;line-height: 1em !important;}
div#wpsl-wrap {background-color: #ffffff;-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.2);box-shadow: 0 0 10px 3px rgba(0,0,0,.2);padding: 20px;}
div.wpsl-direction-wrap {font-size: 1em !important;}
#wpsl-result-list a {font-size: 18px;}","Divi-child","","inherit","closed","closed","","85-revision-v1","","","2017-09-11 13:35:04","2017-09-11 17:35:04","","85","http://www.pioneercabinetry.co/uncategorized/85-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("733","1","2017-09-11 13:34:20","2017-09-11 17:34:20","[et_pb_text background_layout=\"dark\" admin_label=\"Standard Finishes Text\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px||0px|\" custom_padding=\"10px||10px|\" saved_tabs=\"all\" text_orientation=\"left\" animation_style=\"none\" use_border_color=\"off\" module_class=\"finishes\" template_type=\"module\"]<h3 style=\"text-align: center;\"><strong>Standard Finishes</strong></h3>
<p style=\"text-align: center;\"><span class=\"s1\">Click on a wood sample below to enlarge photo.</span></p>
[/et_pb_text]","Standard Finishes Text","","inherit","closed","closed","","166-revision-v1","","","2017-09-11 13:34:20","2017-09-11 17:34:20","","166","http://www.pioneercabinetry.co/uncategorized/166-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("741","1","2017-09-11 13:37:33","2017-09-11 17:37:33","[et_pb_text background_layout=\"dark\" admin_label=\"Disclaimer Text\" _builder_version=\"3.0.72\" text_font=\"Open Sans||on||\" text_font_size=\"11\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" saved_tabs=\"all\" text_orientation=\"left\" animation_style=\"none\" text_line_height=\"1.5em\" custom_padding=\"20px|||\" template_type=\"module\"]<p>The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.</p>
[/et_pb_text]","Disclaimer Text","","inherit","closed","closed","","168-revision-v1","","","2017-09-11 13:37:33","2017-09-11 17:37:33","","168","http://www.pioneercabinetry.co/uncategorized/168-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("742","1","2017-09-11 13:38:11","2017-09-11 17:38:11","[et_pb_section fb_built=\"1\" background_color=\"#ffffff\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" admin_label=\"section\" _builder_version=\"3.0.47\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Maple-Type.jpg\" align=\"center\" _builder_version=\"3.0.47\" custom_css_main_element=\"width:100%;\" animation=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"30px||20px|\" padding_mobile=\"off\" admin_label=\"Oak Section\" _builder_version=\"3.0.47\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" padding_mobile=\"on\" column_padding_mobile=\"on\" background_color_2=\"#494949\" padding_top_2=\"10px\" padding_right_2=\"0px\" padding_bottom_2=\"20px\" padding_left_2=\"0px\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"3_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Maple Text\" _builder_version=\"3.0.47\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h1>Maple</h1>
<p>Predominately off-white in color, maple is a smooth, closed-grain wood that may contain shades of brown and pink. Other characteristics include occasional fine dark mineral streaks and small black knots also known as “bird’s eyes.” Maple accepts a variety of stain colors, although random, “blotchy” patterns may occur with medium and dark stains that add to the character of this warm wood.</p>
[/et_pb_text][et_pb_text background_layout=\"dark\" admin_label=\"Standard Finishes Text\" module_class=\"finishes\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px||0px|\" custom_padding=\"10px||10px|\" global_module=\"166\" saved_tabs=\"all\"]<h3 style=\"text-align: center;\"><strong>Standard Finishes</strong></h3>
<p style=\"text-align: center;\"><span class=\"s1\">Click on a wood sample below to enlarge photo.</span></p>
[/et_pb_text][et_pb_gallery gallery_ids=\"428,422,419,423,418,420,426,429,424,425,427,421\" posts_number=\"20\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Maple Standard Gallery\" _builder_version=\"3.0.72\" title_font=\"||||\" title_font_size_tablet=\"16\" title_font_size_phone=\"16\" title_letter_spacing_tablet=\"0px\" title_letter_spacing_phone=\"0px\" title_line_height_tablet=\"1em\" title_line_height_phone=\"1em\" caption_font=\"||||\" caption_font_size_tablet=\"14\" caption_font_size_phone=\"14\" caption_letter_spacing_tablet=\"0px\" caption_letter_spacing_phone=\"0px\" caption_line_height_tablet=\"18px\" caption_line_height_phone=\"18px\" custom_css_gallery_item_title=\"text-align:center;\" global_module=\"181\" saved_tabs=\"all\"][/et_pb_gallery][et_pb_text background_layout=\"dark\" admin_label=\"Glazed Finishes Text\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"50px||0px|\" custom_padding=\"10px||10px|\" global_module=\"179\" saved_tabs=\"all\" module_class=\"finishes\"]<h3 style=\"text-align: center;\"><strong>Glazed Finishes </strong></h3>
<p style=\"text-align: center;\"><span class=\"s1\" style=\"font-size: 1em !important;\">Click on a wood sample below to enlarge photo.</span></p>
[/et_pb_text][et_pb_gallery gallery_ids=\"440,432,435,433,441,438,439,434,436,437\" posts_number=\"20\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Maple Glazed Gallery\" _builder_version=\"3.0.72\" title_font=\"||||\" title_font_size_tablet=\"16\" title_font_size_phone=\"16\" title_letter_spacing_tablet=\"0px\" title_letter_spacing_phone=\"0px\" title_line_height_tablet=\"1em\" title_line_height_phone=\"1em\" caption_font=\"||||\" caption_font_size_tablet=\"14\" caption_font_size_phone=\"14\" caption_letter_spacing_tablet=\"0px\" caption_letter_spacing_phone=\"0px\" caption_line_height_tablet=\"18px\" caption_line_height_phone=\"18px\" custom_css_gallery_item_title=\"text-align:center;\" global_module=\"178\" saved_tabs=\"all\"][/et_pb_gallery][et_pb_cta title=\"Need some help deciding?\" button_url=\"/find-dealer/\" button_text=\"FIND A DEALER\" admin_label=\"Contact Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"||||\" header_font_size_tablet=\"26\" header_font_size_phone=\"26\" header_letter_spacing_tablet=\"0px\" header_letter_spacing_phone=\"0px\" header_line_height_tablet=\"1em\" header_line_height_phone=\"1em\" body_font=\"||||\" body_font_size=\"17\" body_font_size_tablet=\"17\" body_font_size_phone=\"17\" body_letter_spacing_tablet=\"0px\" body_letter_spacing_phone=\"0px\" body_line_height_tablet=\"1.7em\" body_line_height_phone=\"1.7em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"10px|0px|10px|0px\" custom_margin_tablet=\"10px|0px|10px|0px\" custom_margin_phone=\"10px|0px|10px|0px\" custom_padding=\"10px|20px|20px|20px\" custom_padding_tablet=\"10px|20px|20px|20px\" custom_padding_phone=\"10px|20px|20px|20px\" button_text_size_tablet=\"20\" button_text_size_phone=\"20\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"-webkit-border-radius: 20px;||border-radius: 20px;\" global_module=\"159\" saved_tabs=\"all\"]<h4>Locate the perfect dealer to help you get started in the right direction.</h4>
[/et_pb_cta][et_pb_text background_layout=\"dark\" admin_label=\"Disclaimer Text\" _builder_version=\"3.0.72\" text_font=\"Open Sans||on||\" text_font_size=\"11\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_module=\"168\" saved_tabs=\"all\" text_line_height=\"1.5em\" custom_padding=\"20px|||\"]<p>The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.</p>
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"0px\" padding_right=\"0px\" padding_top=\"10px\" column_padding_mobile=\"on\" background_color=\"#494949\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Other Species\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||5px|20px\" global_module=\"164\" saved_tabs=\"all\"]<h3>Other Species</h3>
[/et_pb_text][et_pb_button button_url=\"/wood-color/oak/\" button_text=\"OAK\" button_alignment=\"left\" admin_label=\"Oak Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"141\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/maple/\" button_text=\"MAPLE\" button_alignment=\"left\" admin_label=\"Maple Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"144\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/hickory/\" button_text=\"HICKORY\" button_alignment=\"left\" admin_label=\"Hickory Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"154\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/cherry/\" button_text=\"CHERRY\" button_alignment=\"left\" admin_label=\"Cherry Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"152\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/knotty/\" button_text=\"KNOTTY\" button_alignment=\"left\" admin_label=\"Knotty Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"151\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/painted/\" button_text=\"PAINTED\" button_alignment=\"left\" admin_label=\"Painted Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"147\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/thermofoil/\" button_text=\"THERMOFOIL\" button_alignment=\"left\" admin_label=\"Thermofoil Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"148\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Maple","","inherit","closed","closed","","173-revision-v1","","","2017-09-11 13:38:11","2017-09-11 17:38:11","","173","http://www.pioneercabinetry.co/uncategorized/173-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("748","1","2017-09-11 13:46:13","2017-09-11 17:46:13","/*classes------------------*/
.finishes {border-top:1px solid #ffffff;border-radius:10px;}


/*SideBar Menu------------------*/
.et_pb_gutters2 .et_pb_column_1_4 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4 .et_pb_module {
	margin-bottom: 0 !important;
}

.et_pb_gallery_image img {
	width: 100% !important;
}

ul.et_pb_tabs_controls {
	background-color: transparent !important;
}


/*TOP MENU------------------*/
#top-menu li {font-weight: normal;text-transform: uppercase;}
#main-header, #main-header .nav li ul, .et-search-form, #main-header .et_mobile_menu {background-color: #2b2b2b;-webkit-box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6);box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6);}
#main-header.et-fixed-header {background-color: #2b2b2b;-webkit-box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6) !important;box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6) !important;}
#top-menu li .menu-item-has-children > a:first-child {padding-right: 20px;}
#top-menu li li {margin: 0;padding: 0;}
#top-menu li li a {width: 240px;padding: 6px 20px;}
#top-menu li li a:hover {background-color: #000000;}
.et_mobile_menu li a {font-size: 18px !important;}
.et_mobile_menu li a:hover {background-color: #000000;}

/*FONTS------------------*/
h1, h2, h3, h4, h5, {
	font-style: normal;
	font-weight: 100;
	color: RED !important;
	line-height: 1em;
	padding-top: 20px !important;
	padding-bottom: 1px !important;
	margin-top: 30px !important;
	margin-bottom: 1px !important;
}

h1 {font-size:3em;}

h2 {
	padding-top: 10px !important;
}

ul {margin-top: 0;margin-bottom: 0;padding-top: 0;}

li.li1 {padding-left: 10px;margin-left: 20px;margin-top: 0;margin-bottom: 0;padding-bottom: 5px;}

ul.et_pb_tabs_controls {border-bottom: 1px solid #d9d9d9;background-color: #f4f4f4;font-size: 1.2em;text-transform: uppercase;letter-spacing: 1px;}


/*Gallery-----------------------------------------*/
.rounded {-webkit-border-radius: 2px;border-radius: 2px;}
.rounded img {-webkit-border-radius: 2px;border-radius: 2px;border: 1px solid #212121;}

.et_pb_gallery_grid {}
.et_pb_gallery_caption {text-align:center;}
.et_pb_gallery_grid .et_pb_gallery_image {overflow: hidden;position: relative;-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.4);box-shadow: 0 0 10px 3px rgba(0,0,0,.4);-webkit-border-radius: 2px;border-radius: 2px;margin: 10px;}
.et_pb_gallery_item img {height: 100px;-webkit-border-radius: 2px;border-radius: 2px;border: 1px solid #ffffff;}
.fullGallery .et_pb_gallery_item img {height: auto;width: 100%;-webkit-border-radius: 2px;border-radius: 2px;border: 1px solid #ffffff;}
.et_overlay {-webkit-border-radius: 2px;border-radius: 2px;}

.safari .et_pb_gallery_grid .et_pb_gallery_image {overflow: visible;margin: 10px;-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.2);box-shadow: 0 0 10px 3px rgba(0,0,0,.2);-webkit-border-radius: 2px;border-radius: 2px;}


/*Find a Dealer ------------------*/
#wpsl-search-wrap .wpsl-input label {font-size: 1.3em;}
#wpsl-search-wrap div label {font-size: 1.3em;}
div.wpsl-store-location {font-size: 1.2em;line-height: 1em !important;}
div#wpsl-wrap {background-color: #ffffff;-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.2);box-shadow: 0 0 10px 3px rgba(0,0,0,.2);padding: 20px;}
div.wpsl-direction-wrap {font-size: 1em !important;}
#wpsl-result-list a {font-size: 18px;}","Divi-child","","inherit","closed","closed","","85-revision-v1","","","2017-09-11 13:46:13","2017-09-11 17:46:13","","85","http://www.pioneercabinetry.co/uncategorized/85-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("750","1","2017-09-11 13:55:49","2017-09-11 17:55:49","[et_pb_section fb_built=\"1\" background_color=\"#ffffff\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" admin_label=\"section\" _builder_version=\"3.0.72\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" disabled_on=\"on|off|off\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HD-Generic1.jpg\" align=\"center\" admin_label=\"Wood Color Image\" _builder_version=\"3.0.72\" animation_direction=\"off\" custom_css_main_element=\"width:100%;\" animation=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" module_id=\"wood\" _builder_version=\"3.0.72\" custom_padding_tablet=\"10px||10px|\" custom_padding=\"30px||30px|\" custom_padding_last_edited=\"on|phone\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Wood Text\" _builder_version=\"3.0.72\" text_font_size=\"18\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||30px|\"]<h1>Wide selection of wood species &amp; color</h1>
<p>Are you are looking for the american classic like oak or the red tones of cherry? Whether you need a clean seamless look of our thermofoil product, or trendy painted look for your cabinets, you can find the perfect wood choice for your cabinets here.</p>
[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" padding_top_1=\"10px\" padding_right_1=\"20px\" padding_bottom_1=\"10px\" padding_left_1=\"20px\" padding_top_2=\"10px\" padding_right_2=\"20px\" padding_bottom_2=\"10px\" padding_left_2=\"20px\" padding_top_3=\"10px\" padding_right_3=\"20px\" padding_bottom_3=\"10px\" padding_left_3=\"20px\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"10px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"10px\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Oak.jpg\" align=\"center\" admin_label=\"Oak Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/oak/\" button_text=\"MORE ABOUT OAK\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Oak Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;margin-bottom:10px;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Oak Text\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||20px|\" text_line_height=\"1em\" custom_padding_last_edited=\"on|desktop\" custom_margin_last_edited=\"on|phone\"]

Oak, the mainstay of the cabinet and furniture industry, offers depth in color from pink to white and light brown.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"10px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"10px\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Maple.jpg\" align=\"center\" admin_label=\"Maple Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/maple/\" button_text=\"MORE ABOUT MAPLE\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Maple Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Maple Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

Predominately off-white in color, maple is a smooth, closed-grain wood that may contain shades of brown and pink.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"10px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"10px\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Hickory-Type.jpg\" align=\"center\" admin_label=\"Hickory Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/hickory/\" button_text=\"MORE ABOUT HICKORY\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Hickory Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Hickory Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

Hickory is a very “wild” wood, known for its wide spectrum of color that can range from white to dark brown and can also feature wormholes and black knots.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" padding_top_1=\"10px\" padding_right_1=\"20px\" padding_bottom_1=\"10px\" padding_left_1=\"20px\" padding_top_2=\"10px\" padding_right_2=\"20px\" padding_bottom_2=\"10px\" padding_left_2=\"20px\" padding_top_3=\"10px\" padding_right_3=\"20px\" padding_bottom_3=\"10px\" padding_left_3=\"20px\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"10px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"10px\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Cherry-Type.jpg\" align=\"center\" admin_label=\"Cherry Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/cherry/\" button_text=\"MORE ABOUT CHERRY\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Cherry Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Cherry Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

Cherry is a multi-colored wood characterized by shades of red, white and brown.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"10px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"10px\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Knotty-Type.jpg\" align=\"center\" admin_label=\"Knotty Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/knotty/\" button_text=\"MORE ABOUT KNOTTY\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Knotty Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Knotty Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

At Pioneer we love the look of real wood with all its natural properties.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"10px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"10px\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Painted-Type.jpg\" align=\"center\" admin_label=\"Painted Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/painted/\" button_text=\"MORE ABOUT PAINTED\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Painted Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Painted Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

Tinted varnishes, which give cabinets a \"painted look,\" are one of today’s hottest trends in cabinetry.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" padding_top_1=\"10px\" padding_right_1=\"20px\" padding_bottom_1=\"10px\" padding_left_1=\"20px\" padding_top_2=\"10px\" padding_right_2=\"20px\" padding_bottom_2=\"10px\" padding_left_2=\"20px\" padding_top_3=\"10px\" padding_right_3=\"20px\" padding_bottom_3=\"10px\" padding_left_3=\"20px\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"10px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"10px\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Thermofoil-Type.jpg\" align=\"center\" admin_label=\"Thermofoil Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/thermofoil/\" button_text=\"MORE ABOUT THERMOFOIL\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Thermofoil Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Thermofoil Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

White, Snow and Ivory thermofoil door cabinets offer an alternative to the typical wood/stained cabinet.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"10px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"10px\" parallax=\"off\" parallax_method=\"off\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"10px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"10px\" parallax=\"off\" parallax_method=\"off\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Wood & Color","","inherit","closed","closed","","131-revision-v1","","","2017-09-11 13:55:49","2017-09-11 17:55:49","","131","http://www.pioneercabinetry.co/uncategorized/131-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("757","1","2017-09-11 14:05:03","2017-09-11 18:05:03","/*classes------------------*/
.finishes {border-top:1px solid #ffffff;border-radius:10px;}


/*SideBar Menu------------------*/
.et_pb_gutters2 .et_pb_column_1_4 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4 .et_pb_module {
	margin-bottom: 0 !important;
}

.et_pb_gallery_image img {
	width: 100% !important;
}

ul.et_pb_tabs_controls {
	background-color: transparent !important;
}

/*fixes-------------------- */
.et_fb_preview_active--responsive_preview .et_pb_section .et_pb_column .et_pb_module {
    margin-bottom: 0px !important;
}
.et_header_style_centered #main-header .logo_container {
}


/*TOP MENU------------------*/
#top-menu li {font-weight: normal;text-transform: uppercase;}
#main-header, #main-header .nav li ul, .et-search-form, #main-header .et_mobile_menu {background-color: #2b2b2b;-webkit-box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6);box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6);}
#main-header.et-fixed-header {background-color: #2b2b2b;-webkit-box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6) !important;box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6) !important;}
#top-menu li .menu-item-has-children > a:first-child {padding-right: 20px;}
#top-menu li li {margin: 0;padding: 0;}
#top-menu li li a {width: 240px;padding: 6px 20px;}
#top-menu li li a:hover {background-color: #000000;}
.et_mobile_menu li a {font-size: 18px !important;}
.et_mobile_menu li a:hover {background-color: #000000;}

/*FONTS------------------*/
h1, h2, h3, h4, h5, {
	font-style: normal;
	font-weight: 100;
	color: RED !important;
	line-height: 1em;
	padding-top: 20px !important;
	padding-bottom: 1px !important;
	margin-top: 30px !important;
	margin-bottom: 1px !important;
}

h1 {font-size:3em;}

h2 {
	padding-top: 10px !important;
}

ul {margin-top: 0;margin-bottom: 0;padding-top: 0;}

li.li1 {padding-left: 10px;margin-left: 20px;margin-top: 0;margin-bottom: 0;padding-bottom: 5px;}

ul.et_pb_tabs_controls {border-bottom: 1px solid #d9d9d9;background-color: #f4f4f4;font-size: 1.2em;text-transform: uppercase;letter-spacing: 1px;}


/*Gallery-----------------------------------------*/
.rounded {-webkit-border-radius: 2px;border-radius: 2px;}
.rounded img {-webkit-border-radius: 2px;border-radius: 2px;border: 1px solid #212121;}

.et_pb_gallery_grid {}
.et_pb_gallery_caption {text-align:center;}
.et_pb_gallery_grid .et_pb_gallery_image {overflow: hidden;position: relative;-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.4);box-shadow: 0 0 10px 3px rgba(0,0,0,.4);-webkit-border-radius: 2px;border-radius: 2px;margin: 10px;}
.et_pb_gallery_item img {height: 100px;-webkit-border-radius: 2px;border-radius: 2px;border: 1px solid #ffffff;}
.fullGallery .et_pb_gallery_item img {height: auto;width: 100%;-webkit-border-radius: 2px;border-radius: 2px;border: 1px solid #ffffff;}
.et_overlay {-webkit-border-radius: 2px;border-radius: 2px;}

.safari .et_pb_gallery_grid .et_pb_gallery_image {overflow: visible;margin: 10px;-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.2);box-shadow: 0 0 10px 3px rgba(0,0,0,.2);-webkit-border-radius: 2px;border-radius: 2px;}


/*Find a Dealer ------------------*/
#wpsl-search-wrap .wpsl-input label {font-size: 1.3em;}
#wpsl-search-wrap div label {font-size: 1.3em;}
div.wpsl-store-location {font-size: 1.2em;line-height: 1em !important;}
div#wpsl-wrap {background-color: #ffffff;-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.2);box-shadow: 0 0 10px 3px rgba(0,0,0,.2);padding: 20px;}
div.wpsl-direction-wrap {font-size: 1em !important;}
#wpsl-result-list a {font-size: 18px;}","Divi-child","","inherit","closed","closed","","85-revision-v1","","","2017-09-11 14:05:03","2017-09-11 18:05:03","","85","http://www.pioneercabinetry.co/uncategorized/85-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("754","1","2017-09-11 13:57:46","2017-09-11 17:57:46","[et_pb_section fb_built=\"1\" background_color=\"#ffffff\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" disabled_on=\"on|off|off\" admin_label=\"section\" _builder_version=\"3.0.72\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HD-Generic1.jpg\" align=\"center\" admin_label=\"Wood Color Image\" _builder_version=\"3.0.72\" animation_direction=\"off\" custom_css_main_element=\"width:100%;\" animation=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"30px||30px|\" custom_padding_tablet=\"10px||10px|\" module_id=\"wood\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.0.72\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Wood Text\" _builder_version=\"3.0.72\" text_font_size=\"18\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||30px|\"]<h1>Wide selection of wood species & color</h1>
<p>Are you are looking for the american classic like oak or the red tones of cherry? Whether you need a clean seamless look of our thermofoil product, or trendy painted look for your cabinets, you can find the perfect wood choice for your cabinets here.</p>
[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" padding_top_1=\"10px\" padding_right_1=\"20px\" padding_bottom_1=\"10px\" padding_left_1=\"20px\" padding_top_2=\"10px\" padding_right_2=\"20px\" padding_bottom_2=\"10px\" padding_left_2=\"20px\" padding_top_3=\"10px\" padding_right_3=\"20px\" padding_bottom_3=\"10px\" padding_left_3=\"20px\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"10px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"10px\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Oak.jpg\" align=\"center\" admin_label=\"Oak Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/oak/\" button_text=\"MORE ABOUT OAK\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Oak Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;margin-bottom:10px;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Oak Text\" _builder_version=\"3.0.72\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||20px|\" custom_padding_last_edited=\"on|desktop\"]

Oak, the mainstay of the cabinet and furniture industry, offers depth in color from pink to white and light brown.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"10px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"10px\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Maple.jpg\" align=\"center\" admin_label=\"Maple Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/maple/\" button_text=\"MORE ABOUT MAPLE\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Maple Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Maple Text\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_line_height=\"1.5em\" custom_margin=\"0px||0px|\" custom_padding=\"0px||20px|\"]

Predominately off-white in color, maple is a smooth, closed-grain wood that may contain shades of brown and pink.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"10px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"10px\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Hickory-Type.jpg\" align=\"center\" admin_label=\"Hickory Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/hickory/\" button_text=\"MORE ABOUT HICKORY\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Hickory Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Hickory Text\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_line_height=\"1.5em\" custom_margin=\"0px||0px|\" custom_padding=\"0px||20px|\"]

Hickory is a very “wild” wood, known for its wide spectrum of color that can range from white to dark brown and can also feature wormholes and black knots.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" padding_top_1=\"10px\" padding_right_1=\"20px\" padding_bottom_1=\"10px\" padding_left_1=\"20px\" padding_top_2=\"10px\" padding_right_2=\"20px\" padding_bottom_2=\"10px\" padding_left_2=\"20px\" padding_top_3=\"10px\" padding_right_3=\"20px\" padding_bottom_3=\"10px\" padding_left_3=\"20px\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"10px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"10px\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Cherry-Type.jpg\" align=\"center\" admin_label=\"Cherry Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/cherry/\" button_text=\"MORE ABOUT CHERRY\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Cherry Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Cherry Text\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_line_height=\"1.5em\" custom_margin=\"0px||0px|\" custom_padding=\"0px||20px|\"]

Cherry is a multi-colored wood characterized by shades of red, white and brown.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"10px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"10px\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Knotty-Type.jpg\" align=\"center\" admin_label=\"Knotty Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/knotty/\" button_text=\"MORE ABOUT KNOTTY\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Knotty Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Knotty Text\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_line_height=\"1.5em\" custom_margin=\"0px||0px|\" custom_padding=\"0px||20px|\"]

At Pioneer we love the look of real wood with all its natural properties.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"10px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"10px\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Painted-Type.jpg\" align=\"center\" admin_label=\"Painted Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/painted/\" button_text=\"MORE ABOUT PAINTED\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Painted Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Painted Text\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_line_height=\"1.5em\" custom_margin=\"0px||0px|\" custom_padding=\"0px||20px|\"]

Tinted varnishes, which give cabinets a \"painted look,\" are one of today’s hottest trends in cabinetry.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" padding_top_1=\"10px\" padding_right_1=\"20px\" padding_bottom_1=\"10px\" padding_left_1=\"20px\" padding_top_2=\"10px\" padding_right_2=\"20px\" padding_bottom_2=\"10px\" padding_left_2=\"20px\" padding_top_3=\"10px\" padding_right_3=\"20px\" padding_bottom_3=\"10px\" padding_left_3=\"20px\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"10px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"10px\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Thermofoil-Type.jpg\" align=\"center\" admin_label=\"Thermofoil Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/thermofoil/\" button_text=\"MORE ABOUT THERMOFOIL\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Thermofoil Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Thermofoil Text\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_line_height=\"1.5em\" custom_margin=\"0px||0px|\" custom_padding=\"0px||20px|\"]

White, Snow and Ivory thermofoil door cabinets offer an alternative to the typical wood/stained cabinet.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"10px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"10px\" parallax=\"off\" parallax_method=\"off\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"10px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"10px\" parallax=\"off\" parallax_method=\"off\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Wood & Color","","inherit","closed","closed","","131-revision-v1","","","2017-09-11 13:57:46","2017-09-11 17:57:46","","131","http://www.pioneercabinetry.co/uncategorized/131-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("1052","1","2017-09-12 12:53:17","2017-09-12 16:53:17","[et_pb_section fb_built=\"1\" custom_padding=\"10px||10px|\" disabled_on=\"on|off|off\" _builder_version=\"3.0.72\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" custom_margin=\"0px||0px|\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Knotty.jpg\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"30px|||\" custom_padding_tablet=\"10px|||\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"3.0.72\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" background_color_2=\"#494949\" padding_top_2=\"10px\" padding_right_2=\"0px\" padding_bottom_2=\"20px\" padding_left_2=\"0px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"3_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\"][et_pb_text background_layout=\"dark\" admin_label=\"Knotty Text\" _builder_version=\"3.0.72\" text_font_size=\"16px\" custom_padding=\"||20px|\"]<h1>Knotty</h1>
<p>At Pioneer we love the look of real wood with all its natural properties.</p>
<p>For those of you who also like the rustic look, this option might be for you. Pioneer, for our standard cabinetry, cuts around these natural knots. In our knotty option, we leave them in and sort through them to give you a natural looking option.</p>
[/et_pb_text][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/kitchenKnotty.jpg\" _builder_version=\"3.0.72\"][/et_pb_image][et_pb_text background_layout=\"dark\" admin_label=\"Disclaimer Text\" _builder_version=\"3.0.72\" text_font=\"Open Sans||on||\" text_font_size=\"11\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"20px|||\" global_module=\"168\" saved_tabs=\"all\"]<p>The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.</p>
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"0px\" padding_right=\"0px\" padding_top=\"10px\" background_color=\"#494949\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\"][et_pb_text background_layout=\"dark\" admin_label=\"Other Species\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||5px|20px\" global_module=\"164\" saved_tabs=\"all\"]<h3>Other Species</h3>
[/et_pb_text][et_pb_button button_url=\"/wood-color/oak/\" button_text=\"OAK\" button_alignment=\"left\" admin_label=\"Oak Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"141\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/maple/\" button_text=\"MAPLE\" button_alignment=\"left\" admin_label=\"Maple Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"144\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/hickory/\" button_text=\"HICKORY\" button_alignment=\"left\" admin_label=\"Hickory Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"154\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/cherry/\" button_text=\"CHERRY\" button_alignment=\"left\" admin_label=\"Cherry Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"152\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/painted/\" button_text=\"PAINTED\" button_alignment=\"left\" admin_label=\"Painted Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"147\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/thermofoil/\" button_text=\"THERMOFOIL\" button_alignment=\"left\" admin_label=\"Thermofoil Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"148\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Knotty","","inherit","closed","closed","","192-revision-v1","","","2017-09-12 12:53:17","2017-09-12 16:53:17","","192","http://www.pioneercabinetry.co/uncategorized/192-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("765","1","2017-09-11 14:10:08","2017-09-11 18:10:08","[et_pb_section fb_built=\"1\" custom_padding=\"10px||10px|\" disabled_on=\"on|off|off\" _builder_version=\"3.0.72\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" custom_margin=\"0px||0px|\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Knotty.jpg\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" custom_padding_tablet=\"10px|||\" custom_padding=\"30px|||\" custom_padding_last_edited=\"on|desktop\"][et_pb_row custom_padding=\"0px|0px|0px|0px\" background_color_2=\"#494949\" padding_top_2=\"10px\" padding_right_2=\"0px\" padding_bottom_2=\"20px\" padding_left_2=\"0px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"3_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\"][et_pb_text background_layout=\"dark\" admin_label=\"Knotty Text\" _builder_version=\"3.0.72\" text_font_size=\"16px\" custom_padding=\"||20px|\"]<h1>Knotty</h1>
<p>At Pioneer we love the look of real wood with all its natural properties.</p>
<p>For those of you who also like the rustic look, this option might be for you. Pioneer, for our standard cabinetry, cuts around these natural knots. In our knotty option, we leave them in and sort through them to give you a natural looking option.</p>
[/et_pb_text][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/kitchenKnotty.jpg\" _builder_version=\"3.0.72\"][/et_pb_image][et_pb_cta title=\"Need some help deciding?\" button_url=\"/find-dealer/\" button_text=\"FIND A DEALER\" admin_label=\"Contact Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"||||\" header_font_size_tablet=\"26\" header_font_size_phone=\"26\" header_letter_spacing_tablet=\"0px\" header_letter_spacing_phone=\"0px\" header_line_height_tablet=\"1em\" header_line_height_phone=\"1em\" body_font=\"||||\" body_font_size=\"17\" body_font_size_tablet=\"17\" body_font_size_phone=\"17\" body_letter_spacing_tablet=\"0px\" body_letter_spacing_phone=\"0px\" body_line_height_tablet=\"1.7em\" body_line_height_phone=\"1.7em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"10px|0px|10px|0px\" custom_margin_tablet=\"10px|0px|10px|0px\" custom_margin_phone=\"10px|0px|10px|0px\" custom_padding=\"10px|20px|20px|20px\" custom_padding_tablet=\"10px|20px|20px|20px\" custom_padding_phone=\"10px|20px|20px|20px\" button_text_size_tablet=\"20\" button_text_size_phone=\"20\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"-webkit-border-radius: 20px;||border-radius: 20px;\" global_module=\"159\" saved_tabs=\"all\"]<h4>Locate the perfect dealer to help you get started in the right direction.</h4>
[/et_pb_cta][et_pb_text background_layout=\"dark\" admin_label=\"Disclaimer Text\" _builder_version=\"3.0.72\" text_font=\"Open Sans||on||\" text_font_size=\"11\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"20px|||\" global_module=\"168\" saved_tabs=\"all\"]<p>The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.</p>
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"0px\" padding_right=\"0px\" padding_top=\"10px\" background_color=\"#494949\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\"][et_pb_text background_layout=\"dark\" admin_label=\"Other Species\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||5px|20px\" global_module=\"164\" saved_tabs=\"all\"]<h3>Other Species</h3>
[/et_pb_text][et_pb_button button_url=\"/wood-color/oak/\" button_text=\"OAK\" button_alignment=\"left\" admin_label=\"Oak Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"141\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/maple/\" button_text=\"MAPLE\" button_alignment=\"left\" admin_label=\"Maple Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"144\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/hickory/\" button_text=\"HICKORY\" button_alignment=\"left\" admin_label=\"Hickory Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"154\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/cherry/\" button_text=\"CHERRY\" button_alignment=\"left\" admin_label=\"Cherry Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"152\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/painted/\" button_text=\"PAINTED\" button_alignment=\"left\" admin_label=\"Painted Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"147\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/wood-color/thermofoil/\" button_text=\"THERMOFOIL\" button_alignment=\"left\" admin_label=\"Thermofoil Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"16\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(255,255,255,0)\" button_border_width=\"1\" button_border_color=\"#000000\" button_border_radius=\"0\" button_font=\"|on|||\" button_icon=\"%%28%%\" button_icon_color=\"#ffffff\" button_text_color_hover=\"#006739\" button_bg_color_hover=\"#e7aa0a\" button_border_radius_hover=\"0\" button_text_size_tablet=\"16\" button_text_size_phone=\"16\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"width:100%;||margin:0px !important;border-right:none;border-left:none;||\" global_module=\"148\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Knotty","","inherit","closed","closed","","192-revision-v1","","","2017-09-11 14:10:08","2017-09-11 18:10:08","","192","http://www.pioneercabinetry.co/uncategorized/192-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("775","1","2017-09-11 14:20:29","2017-09-11 18:20:29","/*classes------------------*/
.finishes {border-top:1px solid #ffffff;border-radius:10px;}


/*SideBar Menu------------------*/
.et_pb_gutters2 .et_pb_column_1_4 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4 .et_pb_module {
	margin-bottom: 0 !important;
}

.et_pb_gallery_image img {
	width: 100% !important;
}

ul.et_pb_tabs_controls {
	background-color: transparent !important;
}

/*fixes-------------------- */
.et_fb_preview_active--responsive_preview .et_pb_section .et_pb_column .et_pb_module {
    margin-bottom: 0px !important;
}
.et_header_style_centered #main-header .logo_container {
}


/*TOP MENU------------------*/
#top-menu li {font-weight: normal;text-transform: uppercase;}
#main-header, #main-header .nav li ul, .et-search-form, #main-header .et_mobile_menu {background-color: #2b2b2b;-webkit-box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6);box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6);}
#main-header.et-fixed-header {background-color: #2b2b2b;-webkit-box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6) !important;box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6) !important;}
#top-menu li .menu-item-has-children > a:first-child {padding-right: 20px;}
#top-menu li li {margin: 0;padding: 0;}
#top-menu li li a {width: 240px;padding: 6px 20px;}
#top-menu li li a:hover {background-color: #000000;}
.et_mobile_menu li a {font-size: 18px !important;}
.et_mobile_menu li a:hover {background-color: #000000;}

/*FONTS------------------*/
h1, h2, h3, h4, h5, {
	font-style: normal;
	font-weight: 100;
	color: RED !important;
	line-height: 1em;
	padding-top: 20px !important;
	padding-bottom: 1px !important;
	margin-top: 30px !important;
	margin-bottom: 1px !important;
}

h1 {font-size:3em;}

h2 {
	padding-top: 10px !important;
}

ul {margin-top: 0;margin-bottom: 0;padding-top: 0;}

li.li1 {padding-left: 10px;margin-left: 20px;margin-top: 0;margin-bottom: 0;padding-bottom: 5px;}

ul.et_pb_tabs_controls {border-bottom: 1px solid #d9d9d9;background-color: #f4f4f4;font-size: 1.2em;text-transform: uppercase;letter-spacing: 1px;}


/*Gallery-----------------------------------------*/
.rounded {-webkit-border-radius: 2px;border-radius: 2px;}
.rounded img {-webkit-border-radius: 2px;border-radius: 2px;border: 1px solid #212121;}

.responsive {width:100%;margin:0;}

.et_pb_gallery_grid {}
.et_pb_gallery_caption {text-align:center;}
.et_pb_gallery_grid .et_pb_gallery_image {overflow: hidden;position: relative;-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.4);box-shadow: 0 0 10px 3px rgba(0,0,0,.4);-webkit-border-radius: 2px;border-radius: 2px;margin: 10px;}
.et_pb_gallery_item img {height: 100px;-webkit-border-radius: 2px;border-radius: 2px;border: 1px solid #ffffff;}

.fullGallery .et_pb_gallery_item img {height: auto;width: 100%;-webkit-border-radius: 2px;border-radius: 2px;border: 1px solid #ffffff;}
.et_overlay {-webkit-border-radius: 2px;border-radius: 2px;}

.safari .et_pb_gallery_grid .et_pb_gallery_image {overflow: visible;margin: 10px;-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.2);box-shadow: 0 0 10px 3px rgba(0,0,0,.2);-webkit-border-radius: 2px;border-radius: 2px;}


/*Find a Dealer ------------------*/
#wpsl-search-wrap .wpsl-input label {font-size: 1.3em;}
#wpsl-search-wrap div label {font-size: 1.3em;}
div.wpsl-store-location {font-size: 1.2em;line-height: 1em !important;}
div#wpsl-wrap {background-color: #ffffff;-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.2);box-shadow: 0 0 10px 3px rgba(0,0,0,.2);padding: 20px;}
div.wpsl-direction-wrap {font-size: 1em !important;}
#wpsl-result-list a {font-size: 18px;}","Divi-child","","inherit","closed","closed","","85-revision-v1","","","2017-09-11 14:20:29","2017-09-11 18:20:29","","85","http://www.pioneercabinetry.co/uncategorized/85-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("787","1","2017-09-11 14:32:45","2017-09-11 18:32:45","[et_pb_section fb_built=\"1\" background_color=\"#ffffff\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" disabled_on=\"on|off|off\" admin_label=\"section\" _builder_version=\"3.0.72\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HD-DoorStyles.jpg\" align=\"center\" _builder_version=\"3.0.47\" custom_css_main_element=\"width:100%;\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" admin_label=\"Door Text\" _builder_version=\"3.0.72\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px|0px|0px|0px\"]<h1>Which cabinet door style would you prefer?</h1>
<p><strong><span>Pioneer Cabinetry comes in a variety of door styles. </span></strong></p>
<p><span>The photos below show the vast array of door styles offered by Pioneer. Each door style is available in a wide variety of wood species and color combinations. Please see your local Pioneer dealer for specific offerings.</span></p>
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"27px|0px|12px|0px\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Disclaimer\" _builder_version=\"3.0.72\" text_font=\"||on||\" text_font_size=\"13px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"10px|||\" custom_padding=\"0px|||\"]<strong><span class=\"s1\">PLEASE NOTE: </span> </strong><span class=\"s3\">Stratford is not available in Hickory. Monaco, Madison, Mayfield, Melbourne, Fairfax, Berkey, Regency, and Dynasty are only available in Maple or Cherry.</span>
[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_gallery gallery_ids=\"541,542,536,537,538,539,540,532,533,534,535,529,530,531,524,525,526,527,528,521,522,523,519,520\" posts_number=\"20\" orientation=\"portrait\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Door Gallery\" module_class=\"fullGallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;\"][/et_pb_gallery][et_pb_cta title=\"Need some help deciding?\" button_url=\"/find-dealer/\" button_text=\"FIND A DEALER\" admin_label=\"Contact Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"||||\" header_font_size_tablet=\"26\" header_font_size_phone=\"26\" header_letter_spacing_tablet=\"0px\" header_letter_spacing_phone=\"0px\" header_line_height_tablet=\"1em\" header_line_height_phone=\"1em\" body_font=\"||||\" body_font_size=\"17\" body_font_size_tablet=\"17\" body_font_size_phone=\"17\" body_letter_spacing_tablet=\"0px\" body_letter_spacing_phone=\"0px\" body_line_height_tablet=\"1.7em\" body_line_height_phone=\"1.7em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"10px|0px|10px|0px\" custom_margin_tablet=\"10px|0px|10px|0px\" custom_margin_phone=\"10px|0px|10px|0px\" custom_padding=\"10px|20px|20px|20px\" custom_padding_tablet=\"10px|20px|20px|20px\" custom_padding_phone=\"10px|20px|20px|20px\" button_text_size_tablet=\"20\" button_text_size_phone=\"20\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"-webkit-border-radius: 20px;||border-radius: 20px;\" global_module=\"159\" saved_tabs=\"all\"]<h4>Locate the perfect dealer to help you get started in the right direction.</h4>
[/et_pb_cta][et_pb_text background_layout=\"dark\" admin_label=\"Disclaimer Text\" _builder_version=\"3.0.72\" text_font=\"Open Sans||on||\" text_font_size=\"11\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"20px|||\" global_module=\"168\" saved_tabs=\"all\"]<p>The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.</p>
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Door Styles","","inherit","closed","closed","","207-revision-v1","","","2017-09-11 14:32:45","2017-09-11 18:32:45","","207","http://www.pioneercabinetry.co/uncategorized/207-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("773","1","2017-09-11 14:17:30","2017-09-11 18:17:30","[et_pb_section fb_built=\"1\" background_color=\"#ffffff\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" admin_label=\"section\" _builder_version=\"3.0.72\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" disabled_on=\"on|off|off\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HD-DoorStyles.jpg\" align=\"center\" _builder_version=\"3.0.47\" custom_css_main_element=\"width:100%;\" animation=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"30px||10px|\" _builder_version=\"3.0.72\" custom_padding_tablet=\"10px|||\" custom_padding_last_edited=\"on|tablet\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Door Text\" _builder_version=\"3.0.72\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px|30px|0px|30px\"]<h1>Which cabinet door style would you prefer?</h1>
<p class=\"kicker\" style=\"text-align: center\"><strong><span class=\"s1\">Pioneer Cabinetry comes in a variety of door styles. </span></strong></p>
<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">The photos below show the vast array of door styles offered by Pioneer. Each door style is available in a wide variety of wood species and color combinations. Please see your local Pioneer dealer for specific offerings.</span></p>
[/et_pb_text][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Disclaimer\" _builder_version=\"3.0.47\" text_font_size=\"10\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"10px|||\" custom_padding=\"0px|||\"]<p class=\"p1\" style=\"text-align: center\"><strong><span class=\"s1\">PLEASE NOTE:</span> </strong><span class=\"s3\">Stratford is not available in Hickory.<br />
Monaco, Madison, Mayfield, Melbourne, Fairfax, Berkey, Regency, and Dynasty are only available in Maple or Cherry.</span></p>
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_gallery gallery_ids=\"541,542,536,537,538,539,540,532,533,534,535,529,530,531,524,525,526,527,528,521,522,523,519,520\" posts_number=\"20\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Door Gallery\" module_class=\"fullGallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;\"][/et_pb_gallery][et_pb_cta title=\"Need some help deciding?\" button_url=\"/find-dealer/\" button_text=\"FIND A DEALER\" admin_label=\"Contact Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"||||\" header_font_size_tablet=\"26\" header_font_size_phone=\"26\" header_letter_spacing_tablet=\"0px\" header_letter_spacing_phone=\"0px\" header_line_height_tablet=\"1em\" header_line_height_phone=\"1em\" body_font=\"||||\" body_font_size=\"17\" body_font_size_tablet=\"17\" body_font_size_phone=\"17\" body_letter_spacing_tablet=\"0px\" body_letter_spacing_phone=\"0px\" body_line_height_tablet=\"1.7em\" body_line_height_phone=\"1.7em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"10px|0px|10px|0px\" custom_margin_tablet=\"10px|0px|10px|0px\" custom_margin_phone=\"10px|0px|10px|0px\" custom_padding=\"10px|20px|20px|20px\" custom_padding_tablet=\"10px|20px|20px|20px\" custom_padding_phone=\"10px|20px|20px|20px\" button_text_size_tablet=\"20\" button_text_size_phone=\"20\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"-webkit-border-radius: 20px;||border-radius: 20px;\" global_module=\"159\" saved_tabs=\"all\"]<h4>Locate the perfect dealer to help you get started in the right direction.</h4>
[/et_pb_cta][et_pb_text background_layout=\"dark\" admin_label=\"Disclaimer Text\" _builder_version=\"3.0.72\" text_font=\"Open Sans||on||\" text_font_size=\"11\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"20px|||\" global_module=\"168\" saved_tabs=\"all\"]<p>The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.</p>
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Door Styles","","inherit","closed","closed","","207-revision-v1","","","2017-09-11 14:17:30","2017-09-11 18:17:30","","207","http://www.pioneercabinetry.co/uncategorized/207-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("779","1","2017-09-11 14:24:10","2017-09-11 18:24:10","[et_pb_section fb_built=\"1\" background_color=\"#ffffff\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" disabled_on=\"on|off|off\" admin_label=\"section\" _builder_version=\"3.0.72\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HD-DoorStyles.jpg\" align=\"center\" _builder_version=\"3.0.47\" custom_css_main_element=\"width:100%;\" animation=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"30px||10px|\" custom_padding_tablet=\"10px|||\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"3.0.72\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Door Text\" _builder_version=\"3.0.72\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px|30px|0px|30px\"]<h1>Which cabinet door style would you prefer?</h1>
<p class=\"kicker\" style=\"text-align: center\"><strong><span class=\"s1\">Pioneer Cabinetry comes in a variety of door styles. </span></strong></p>
<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">The photos below show the vast array of door styles offered by Pioneer. Each door style is available in a wide variety of wood species and color combinations. Please see your local Pioneer dealer for specific offerings.</span></p>
[/et_pb_text][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Disclaimer\" _builder_version=\"3.0.72\" text_font_size=\"13px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"10px|||\" custom_padding=\"0px|||\" text_font=\"||on||\"]<strong><span class=\"s1\">PLEASE NOTE: </span> </strong><span class=\"s3\">Stratford is not available in Hickory. Monaco, Madison, Mayfield, Melbourne, Fairfax, Berkey, Regency, and Dynasty are only available in Maple or Cherry.</span>
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_gallery gallery_ids=\"541,542,536,537,538,539,540,532,533,534,535,529,530,531,524,525,526,527,528,521,522,523,519,520\" posts_number=\"20\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Door Gallery\" module_class=\"fullGallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;\" orientation=\"portrait\"][/et_pb_gallery][et_pb_cta title=\"Need some help deciding?\" button_url=\"/find-dealer/\" button_text=\"FIND A DEALER\" admin_label=\"Contact Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"||||\" header_font_size_tablet=\"26\" header_font_size_phone=\"26\" header_letter_spacing_tablet=\"0px\" header_letter_spacing_phone=\"0px\" header_line_height_tablet=\"1em\" header_line_height_phone=\"1em\" body_font=\"||||\" body_font_size=\"17\" body_font_size_tablet=\"17\" body_font_size_phone=\"17\" body_letter_spacing_tablet=\"0px\" body_letter_spacing_phone=\"0px\" body_line_height_tablet=\"1.7em\" body_line_height_phone=\"1.7em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"10px|0px|10px|0px\" custom_margin_tablet=\"10px|0px|10px|0px\" custom_margin_phone=\"10px|0px|10px|0px\" custom_padding=\"10px|20px|20px|20px\" custom_padding_tablet=\"10px|20px|20px|20px\" custom_padding_phone=\"10px|20px|20px|20px\" button_text_size_tablet=\"20\" button_text_size_phone=\"20\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"-webkit-border-radius: 20px;||border-radius: 20px;\" global_module=\"159\" saved_tabs=\"all\"]<h4>Locate the perfect dealer to help you get started in the right direction.</h4>
[/et_pb_cta][et_pb_text background_layout=\"dark\" admin_label=\"Disclaimer Text\" _builder_version=\"3.0.72\" text_font=\"Open Sans||on||\" text_font_size=\"11\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"20px|||\" global_module=\"168\" saved_tabs=\"all\"]<p>The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.</p>
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Door Styles","","inherit","closed","closed","","207-revision-v1","","","2017-09-11 14:24:10","2017-09-11 18:24:10","","207","http://www.pioneercabinetry.co/uncategorized/207-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("777","1","2017-09-11 14:23:12","2017-09-11 18:23:12","[et_pb_section fb_built=\"1\" background_color=\"#ffffff\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" disabled_on=\"on|off|off\" admin_label=\"section\" _builder_version=\"3.0.72\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HD-DoorStyles.jpg\" align=\"center\" _builder_version=\"3.0.47\" custom_css_main_element=\"width:100%;\" animation=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"30px||10px|\" custom_padding_tablet=\"10px|||\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"3.0.72\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Door Text\" _builder_version=\"3.0.72\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px|30px|0px|30px\"]<h1>Which cabinet door style would you prefer?</h1>
<p class=\"kicker\" style=\"text-align: center\"><strong><span class=\"s1\">Pioneer Cabinetry comes in a variety of door styles. </span></strong></p>
<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">The photos below show the vast array of door styles offered by Pioneer. Each door style is available in a wide variety of wood species and color combinations. Please see your local Pioneer dealer for specific offerings.</span></p>
[/et_pb_text][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Disclaimer\" _builder_version=\"3.0.47\" text_font_size=\"10\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"10px|||\" custom_padding=\"0px|||\"]<p class=\"p1\" style=\"text-align: center\"><strong><span class=\"s1\">PLEASE NOTE:</span> </strong><span class=\"s3\">Stratford is not available in Hickory.<br />
Monaco, Madison, Mayfield, Melbourne, Fairfax, Berkey, Regency, and Dynasty are only available in Maple or Cherry.</span></p>
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_gallery gallery_ids=\"541,542,536,537,538,539,540,532,533,534,535,529,530,531,524,525,526,527,528,521,522,523,519,520\" posts_number=\"20\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Door Gallery\" module_class=\"fullGallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;\" orientation=\"portrait\"][/et_pb_gallery][et_pb_cta title=\"Need some help deciding?\" button_url=\"/find-dealer/\" button_text=\"FIND A DEALER\" admin_label=\"Contact Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"||||\" header_font_size_tablet=\"26\" header_font_size_phone=\"26\" header_letter_spacing_tablet=\"0px\" header_letter_spacing_phone=\"0px\" header_line_height_tablet=\"1em\" header_line_height_phone=\"1em\" body_font=\"||||\" body_font_size=\"17\" body_font_size_tablet=\"17\" body_font_size_phone=\"17\" body_letter_spacing_tablet=\"0px\" body_letter_spacing_phone=\"0px\" body_line_height_tablet=\"1.7em\" body_line_height_phone=\"1.7em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"10px|0px|10px|0px\" custom_margin_tablet=\"10px|0px|10px|0px\" custom_margin_phone=\"10px|0px|10px|0px\" custom_padding=\"10px|20px|20px|20px\" custom_padding_tablet=\"10px|20px|20px|20px\" custom_padding_phone=\"10px|20px|20px|20px\" button_text_size_tablet=\"20\" button_text_size_phone=\"20\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"-webkit-border-radius: 20px;||border-radius: 20px;\" global_module=\"159\" saved_tabs=\"all\"]<h4>Locate the perfect dealer to help you get started in the right direction.</h4>
[/et_pb_cta][et_pb_text background_layout=\"dark\" admin_label=\"Disclaimer Text\" _builder_version=\"3.0.72\" text_font=\"Open Sans||on||\" text_font_size=\"11\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"20px|||\" global_module=\"168\" saved_tabs=\"all\"]<p>The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.</p>
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Door Styles","","inherit","closed","closed","","207-revision-v1","","","2017-09-11 14:23:12","2017-09-11 18:23:12","","207","http://www.pioneercabinetry.co/uncategorized/207-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("803","1","2017-09-11 14:43:28","2017-09-11 18:43:28","[et_pb_section fb_built=\"1\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" admin_label=\"section\" _builder_version=\"3.0.47\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Find Style Headline\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"15px||30px|\"]

<h1 class=\"p1\" style=\"text-align: center;\"><span class=\"s1\">Find Your Style</span></h1>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"rgba(0,0,0,0.63)\" custom_padding=\"10px||0px|\" _builder_version=\"3.0.72\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"off\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Find Your Style Text\" _builder_version=\"3.0.72\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\"]

<h4 class=\"kicker\"><span class=\"s1\">The task of picking out your cabinets can be a little overwhelming, so we made it a little easier for you to explore the different areas of cabinetry. </span></h4><p><strong><span class=\"s1\">Click on the buttons below to explore each topic.</span></strong></p>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px|||\" padding_mobile=\"off\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_button button_url=\"#wood\" button_text=\"LEARN ABOUT WOOD\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Wood Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"#panels\" button_text=\"SELECT PANEL STYLE\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Panel Button\" _builder_version=\"3.0.47\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_button button_url=\"#doors\" button_text=\"DOOR STYLES\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Doors Button\" _builder_version=\"3.0.47\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"#edges\" button_text=\"LEARN ABOUT EDGES\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Edges Button\" _builder_version=\"3.0.47\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_button button_url=\"#overlays\" button_text=\"OVERLAYS & HINGING\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Overlay Button\" _builder_version=\"3.0.47\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"#options\" button_text=\"OTHER OPTIONS\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Options Button\" _builder_version=\"3.0.47\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" module_id=\"wood\" _builder_version=\"3.0.72\" collapsed=\"off\" custom_padding=\"16px|0px|29px|0px\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Wood Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Learning About Wood Species</h2>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Oak.jpg\" align=\"center\" admin_label=\"Oak Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/oak/\" button_text=\"MORE ABOUT OAK\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Oak Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Oak Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p>Oak, the mainstay of the cabinet and furniture industry, offers depth in color from pink to white and light brown.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Maple.jpg\" align=\"center\" admin_label=\"Maple Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/maple/\" button_text=\"MORE ABOUT MAPLE\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Maple Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Maple Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p>Predominately off-white in color, maple is a smooth, closed-grain wood that may contain shades of brown and pink.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Hickory-Type.jpg\" align=\"center\" admin_label=\"Hickory Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/hickory/\" button_text=\"MORE ABOUT HICKORY\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Hickory Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Hickory Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p>Hickory is a very “wild” wood, known for its wide spectrum of color that can range from white to dark brown and can also feature wormholes and black knots.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"10px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Cherry-Type.jpg\" align=\"center\" admin_label=\"Cherry Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/cherry/\" button_text=\"MORE ABOUT CHERRY\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Cherry Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Cherry Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p>Cherry is a multi-colored wood characterized by shades of red, white and brown.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Knotty-Type.jpg\" align=\"center\" admin_label=\"Knotty Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/knotty/\" button_text=\"MORE ABOUT KNOTTY\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Knotty Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Knotty Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p>At Pioneer we love the look of real wood with all its natural properties.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Painted-Type.jpg\" align=\"center\" admin_label=\"Painted Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/painted/\" button_text=\"MORE ABOUT PAINTED\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Painted Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Painted Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p>Tinted varnishes, which give cabinets a \"painted look,\" are one of today’s hottest trends in cabinetry.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"10px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Thermofoil-Type.jpg\" align=\"center\" admin_label=\"Thermofoil Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/thermofoil/\" button_text=\"MORE ABOUT THERMOFOIL\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Thermofoil Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Thermofoil Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p>White, Snow and Ivory thermofoil door cabinets offer an alternative to the typical wood/stained cabinet.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" module_id=\"doors\" _builder_version=\"3.0.72\" custom_padding=\"21px|0px|31px|0px\" custom_css_main_element=\"border-top:1px solid #444444;\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"3_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Door Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Pioneer Cabinetry comes in a variety of door styles.</h2><h4>Which door style would you prefer?</h4><p>The photos below are just an example of the vast array of door styles offered by Pioneer. Each door style is available in a wide variety of wood species and color combinations. Please visit our Door Style page to discover more options.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_button button_url=\"/door-styles/\" button_text=\"SEE MORE DOORS\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Door Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_gallery gallery_ids=\"541,542,536,537\" posts_number=\"4\" orientation=\"portrait\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Door Gallery\" module_class=\"fullGallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;\"][/et_pb_gallery][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" module_id=\"doors\" _builder_version=\"3.0.72\" inner_shadow=\"on\" custom_padding=\"21px|0px|31px|0px\" custom_css_main_element=\"border-top:1px solid #444444;\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"3_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Overlays Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Overlay & Hinging</h2><p>Overlays affect how much of the cabinet frame shows, and can dramatically change the appearance of your cabinets. From a traditional look to a more contemporary style, choosing the correct overlay starts below.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_button button_url=\"/overlays-hinging/\" button_text=\"READ MORE ...\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Overlays Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/SemiConcealedKnife.png\" align=\"center\" admin_label=\"Semi Concealed Hinge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Semi-Concealed Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>1/2\" Overlay Semi-Concealed Knife Hinge</strong></p><p style=\"text-align: center;\">Allows the cabinet frame to be exposed between doors or drawers for a traditional look.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HalfConcealedCup.png\" align=\"center\" admin_label=\"Half Concealed Cup Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Concealed Cup Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>1/2\" Overlay Concealed Cup Hinge</strong></p><p style=\"text-align: center;\">Allows the cabinet frame to be exposed between doors or drawers for a traditional look.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/FullConcealedCup.png\" align=\"center\" admin_label=\"Full Concealed Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Full Concealed Cup Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>Full Overlay Concealed Cup Hinge</strong></p><p style=\"text-align: center;\">Concealed hinges are hidden from view with this design, very little of the cabinet frame shows around each door panel or drawer front creating a seamless, modern appearance.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/DesignerConcealedCup.png\" align=\"center\" admin_label=\"Designer Concealed Cup Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Designer Concealed Cup Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>Designer Overlay Concealed Cup Hinge</strong></p><p style=\"text-align: center;\">Concealed hinges are hidden from view and allow you to see only the surface of your cabinet door. The Designer Overlay design creates a very clean design look.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" padding_mobile=\"off\" module_id=\"doors\" _builder_version=\"3.0.72\" custom_padding=\"21px|0px|31px|0px\" custom_css_main_element=\"border-top:1px solid #444444;\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Panels Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Door panels are the most visible part of your cabinetry and define your style.</h2><p>Pioneer offers many unique choices including flat, beaded, raised, detailed and solid.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" parallax_method_4=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Flat.png\" align=\"center\" admin_label=\"Flat Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Flat Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>Flat - F / Solid - S</strong></p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Beaded.png\" align=\"center\" admin_label=\"Beaded Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Beaded Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>Beaded - B</strong></p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Raised.png\" align=\"center\" admin_label=\"Raised Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Raised Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>Raised - R</strong></p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Detailed.png\" align=\"center\" admin_label=\"Detailed Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Detailed Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>Detailed - D</strong></p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" padding_mobile=\"off\" module_id=\"doors\" _builder_version=\"3.0.72\" inner_shadow=\"on\" custom_padding=\"21px|0px|31px|0px\" custom_css_main_element=\"border-top:1px solid #444444;\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Edges Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>The edges of the cabinet door panels can enhance your style and provide easy access to the interior.</h2><p>Pioneer offers 7 different outside door edge profiles for all \'non-mitered\' door styles, they are as follows:</p>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" parallax_method_4=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-F.png\" align=\"center\" admin_label=\"F Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-G.png\" align=\"center\" admin_label=\"G Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-K.png\" align=\"center\" admin_label=\"K Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-M.png\" align=\"center\" admin_label=\"M Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-R.png\" align=\"center\" admin_label=\"R Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-E.png\" align=\"center\" admin_label=\"E Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-S.png\" align=\"center\" admin_label=\"S Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" padding_mobile=\"off\" module_id=\"doors\" _builder_version=\"3.0.72\" custom_padding=\"21px|0px|31px|0px\" custom_css_main_element=\"border-top:1px solid #444444;\"][et_pb_row custom_padding=\"||20px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Options Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Each option below turns a standard cabinet into your personalized cabinetry.</h2><p>Combinations of these options can help set your Pioneer cabinetry apart from the rest.</p>

[/et_pb_text][et_pb_divider color=\"rgba(0,0,0,0.46)\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" _builder_version=\"3.0.47\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||20px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Drawer Heads Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Drawer Head Styles</h2><p>Pioneer offers 8 different drawer heads for the \'standard\' door styles, examples are below.</p>

[/et_pb_text][et_pb_gallery gallery_ids=\"554,553,552,551,550,555,549,548\" posts_number=\"8\" show_title_and_caption=\"off\" show_pagination=\"off\" admin_label=\"DrawerHead Gallery\" _builder_version=\"3.0.72\" global_module=\"580\" saved_tabs=\"all\"][/et_pb_gallery][et_pb_divider color=\"rgba(0,0,0,0.46)\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" _builder_version=\"3.0.47\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||20px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Glazing Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Glazing Styles</h2><p>The \"Olde World\" look of glazing cabinetry is a great way to give your home a unique and classic look. A glazed finish is achieved by applying the glaze over the entire surface of all finished parts, then wiping the glaze off by hand. The result is stunning, as the glaze will \"hang-up\" unevenly in corners, profiled edges and end grain of each glazed component. It is recommended that the homeowners view an actual door sample or display before selecting a glazed finish, as color variations will occur between individual cabinet components.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_gallery gallery_ids=\"557,558,559,560,561\" posts_number=\"12\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Glazes Gallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;\" custom_css_gallery_item_caption=\"text-align:center;\" global_module=\"581\" saved_tabs=\"all\"][/et_pb_gallery][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||20px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_divider color=\"rgba(0,0,0,0.46)\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" _builder_version=\"3.0.47\"][/et_pb_divider][et_pb_text background_layout=\"dark\" admin_label=\"Finishing Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Finishing Techniques</h2><p>Create beauty and character with any of our custom finish techniques. Available in most standard Pioneer paints/tinted varnishes, stains and glazes. Since no two manufacturers are alike, it is recommended that homeowners view an actual door sample or display before finalizing any cabinet color/finishing technique selection.</p>

[/et_pb_text][et_pb_gallery gallery_ids=\"562,563,564,565\" posts_number=\"4\" orientation=\"portrait\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Finishing Gallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;font-size:1em !important;\" custom_css_gallery_item_caption=\"text-align:center;\" global_module=\"582\" saved_tabs=\"all\"][/et_pb_gallery][et_pb_divider color=\"rgba(0,0,0,0.46)\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" _builder_version=\"3.0.47\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||20px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Knotty Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Knotty</h2><h4>At Pioneer we love the look of real wood with all its natural properties.</h4><p>For those of you who also like the rustic look, this option might be for you. Pioneer, for our standard cabinetry, cuts around these natural knots. In our knotty option, we leave them in and sort through them to give you a natural looking option.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/kitchenKnotty-1.jpg\" align=\"center\" admin_label=\"Knotty Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Plywood Construction Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Plywood Construction</h2><p>All the flexibility you’ve come to expect from Pioneer with the added feature of plywood construction. If you choose this option, then you will receive full ½” plywood box construction. Pioneer uses only the best domestic plywood, no Chinese imports! Our sanded and calibrated plywood core provides the greatest opportunity for a smooth and consistent finished product.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Find You Style","","inherit","closed","closed","","241-revision-v1","","","2017-09-11 14:43:28","2017-09-11 18:43:28","","241","http://www.pioneercabinetry.co/uncategorized/241-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("806","1","2017-09-11 14:47:02","2017-09-11 18:47:02","[et_pb_section fb_built=\"1\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" admin_label=\"section\" _builder_version=\"3.0.47\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Find Style Headline\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"15px||30px|\"]

<h1 class=\"p1\" style=\"text-align: center;\"><span class=\"s1\">Find Your Style</span></h1>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"rgba(0,0,0,0.63)\" custom_padding=\"10px||0px|\" _builder_version=\"3.0.72\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"off\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Find Your Style Text\" _builder_version=\"3.0.72\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\"]

<h4 class=\"kicker\"><span class=\"s1\">The task of picking out your cabinets can be a little overwhelming, so we made it a little easier for you to explore the different areas of cabinetry. </span></h4><p><strong><span class=\"s1\">Click on the buttons below to explore each topic.</span></strong></p>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px|||\" padding_mobile=\"off\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_button button_url=\"#wood\" button_text=\"LEARN ABOUT WOOD\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Wood Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"#panels\" button_text=\"SELECT PANEL STYLE\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Panel Button\" _builder_version=\"3.0.47\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_button button_url=\"#doors\" button_text=\"DOOR STYLES\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Doors Button\" _builder_version=\"3.0.47\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"#edges\" button_text=\"LEARN ABOUT EDGES\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Edges Button\" _builder_version=\"3.0.47\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_button button_url=\"#overlays\" button_text=\"OVERLAYS & HINGING\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Overlay Button\" _builder_version=\"3.0.47\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"#options\" button_text=\"OTHER OPTIONS\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Options Button\" _builder_version=\"3.0.47\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"16px|0px|29px|0px\" module_id=\"wood\" _builder_version=\"3.0.72\" collapsed=\"off\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Wood Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Learning About Wood Species</h2>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Oak.jpg\" align=\"center\" admin_label=\"Oak Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/oak/\" button_text=\"MORE ABOUT OAK\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Oak Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Oak Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p>Oak, the mainstay of the cabinet and furniture industry, offers depth in color from pink to white and light brown.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Maple.jpg\" align=\"center\" admin_label=\"Maple Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/maple/\" button_text=\"MORE ABOUT MAPLE\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Maple Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Maple Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p>Predominately off-white in color, maple is a smooth, closed-grain wood that may contain shades of brown and pink.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Hickory-Type.jpg\" align=\"center\" admin_label=\"Hickory Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/hickory/\" button_text=\"MORE ABOUT HICKORY\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Hickory Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Hickory Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p>Hickory is a very “wild” wood, known for its wide spectrum of color that can range from white to dark brown and can also feature wormholes and black knots.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"10px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Cherry-Type.jpg\" align=\"center\" admin_label=\"Cherry Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/cherry/\" button_text=\"MORE ABOUT CHERRY\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Cherry Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Cherry Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p>Cherry is a multi-colored wood characterized by shades of red, white and brown.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Knotty-Type.jpg\" align=\"center\" admin_label=\"Knotty Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/knotty/\" button_text=\"MORE ABOUT KNOTTY\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Knotty Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Knotty Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p>At Pioneer we love the look of real wood with all its natural properties.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Painted-Type.jpg\" align=\"center\" admin_label=\"Painted Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/painted/\" button_text=\"MORE ABOUT PAINTED\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Painted Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Painted Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p>Tinted varnishes, which give cabinets a \"painted look,\" are one of today’s hottest trends in cabinetry.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"10px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Thermofoil-Type.jpg\" align=\"center\" admin_label=\"Thermofoil Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/thermofoil/\" button_text=\"MORE ABOUT THERMOFOIL\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Thermofoil Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Thermofoil Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p>White, Snow and Ivory thermofoil door cabinets offer an alternative to the typical wood/stained cabinet.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"21px|0px|31px|0px\" module_id=\"doors\" _builder_version=\"3.0.72\" custom_css_main_element=\"border-top:1px solid #444444;\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"3_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Door Text\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|80px||\"]

<h2>Pioneer Cabinetry comes in a <br>variety of door styles.</h2><h4>Which door style would you prefer?</h4><p>The photos below are just an example of the vast array of door styles offered by Pioneer. Each door style is available in a wide variety of wood species and color combinations. Please visit our Door Style page to discover more options.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_button button_url=\"/door-styles/\" button_text=\"SEE MORE DOORS\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Door Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_gallery gallery_ids=\"541,542,536,537\" posts_number=\"4\" orientation=\"portrait\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Door Gallery\" module_class=\"fullGallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;\"][/et_pb_gallery][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"21px|0px|31px|0px\" module_id=\"doors\" _builder_version=\"3.0.72\" custom_css_main_element=\"border-top:1px solid #444444;\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"3_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Overlays Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Overlay & Hinging</h2><p>Overlays affect how much of the cabinet frame shows, and can dramatically change the appearance of your cabinets. From a traditional look to a more contemporary style, choosing the correct overlay starts below.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_button button_url=\"/overlays-hinging/\" button_text=\"READ MORE ...\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Overlays Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/SemiConcealedKnife.png\" align=\"center\" admin_label=\"Semi Concealed Hinge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Semi-Concealed Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>1/2\" Overlay Semi-Concealed Knife Hinge</strong></p><p style=\"text-align: center;\">Allows the cabinet frame to be exposed between doors or drawers for a traditional look.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HalfConcealedCup.png\" align=\"center\" admin_label=\"Half Concealed Cup Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Concealed Cup Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>1/2\" Overlay Concealed Cup Hinge</strong></p><p style=\"text-align: center;\">Allows the cabinet frame to be exposed between doors or drawers for a traditional look.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/FullConcealedCup.png\" align=\"center\" admin_label=\"Full Concealed Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Full Concealed Cup Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>Full Overlay Concealed Cup Hinge</strong></p><p style=\"text-align: center;\">Concealed hinges are hidden from view with this design, very little of the cabinet frame shows around each door panel or drawer front creating a seamless, modern appearance.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/DesignerConcealedCup.png\" align=\"center\" admin_label=\"Designer Concealed Cup Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Designer Concealed Cup Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>Designer Overlay Concealed Cup Hinge</strong></p><p style=\"text-align: center;\">Concealed hinges are hidden from view and allow you to see only the surface of your cabinet door. The Designer Overlay design creates a very clean design look.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"21px|0px|31px|0px\" padding_mobile=\"off\" module_id=\"doors\" _builder_version=\"3.0.72\" custom_css_main_element=\"border-top:1px solid #444444;\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Panels Text\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Door panels are the most visible part of your cabinetry and define your style.</h2><p>Pioneer offers many unique choices including flat, beaded, raised, detailed and solid.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" parallax_method_4=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Flat.png\" align=\"center\" admin_label=\"Flat Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Flat Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>Flat - F / Solid - S</strong></p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Beaded.png\" align=\"center\" admin_label=\"Beaded Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Beaded Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>Beaded - B</strong></p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Raised.png\" align=\"center\" admin_label=\"Raised Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Raised Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>Raised - R</strong></p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Detailed.png\" align=\"center\" admin_label=\"Detailed Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Detailed Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>Detailed - D</strong></p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"21px|0px|31px|0px\" padding_mobile=\"off\" module_id=\"doors\" _builder_version=\"3.0.72\" custom_css_main_element=\"border-top:1px solid #444444;\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Edges Text\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>The edges of the cabinet door panels can enhance <br>your style and provide easy access to the interior.</h2><p>Pioneer offers 7 different outside door edge profiles for all \'non-mitered\' door styles, they are as follows:</p>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" parallax_method_4=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-F.png\" align=\"center\" admin_label=\"F Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-G.png\" align=\"center\" admin_label=\"G Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-K.png\" align=\"center\" admin_label=\"K Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-M.png\" align=\"center\" admin_label=\"M Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-R.png\" align=\"center\" admin_label=\"R Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-E.png\" align=\"center\" admin_label=\"E Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-S.png\" align=\"center\" admin_label=\"S Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"21px|0px|31px|0px\" padding_mobile=\"off\" module_id=\"doors\" _builder_version=\"3.0.72\" custom_css_main_element=\"border-top:1px solid #444444;\"][et_pb_row custom_padding=\"||20px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Options Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Each option below turns a standard cabinet into your personalized cabinetry.</h2><p>Combinations of these options can help set your Pioneer cabinetry apart from the rest.</p>

[/et_pb_text][et_pb_divider color=\"rgba(0,0,0,0.46)\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" _builder_version=\"3.0.47\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||20px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Drawer Heads Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Drawer Head Styles</h2><p>Pioneer offers 8 different drawer heads for the \'standard\' door styles, examples are below.</p>

[/et_pb_text][et_pb_gallery gallery_ids=\"554,553,552,551,550,555,549,548\" posts_number=\"8\" show_title_and_caption=\"off\" show_pagination=\"off\" admin_label=\"DrawerHead Gallery\" _builder_version=\"3.0.72\" global_module=\"580\" saved_tabs=\"all\"][/et_pb_gallery][et_pb_divider color=\"rgba(0,0,0,0.46)\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" _builder_version=\"3.0.47\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||20px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Glazing Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Glazing Styles</h2><p>The \"Olde World\" look of glazing cabinetry is a great way to give your home a unique and classic look. A glazed finish is achieved by applying the glaze over the entire surface of all finished parts, then wiping the glaze off by hand. The result is stunning, as the glaze will \"hang-up\" unevenly in corners, profiled edges and end grain of each glazed component. It is recommended that the homeowners view an actual door sample or display before selecting a glazed finish, as color variations will occur between individual cabinet components.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_gallery gallery_ids=\"557,558,559,560,561\" posts_number=\"12\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Glazes Gallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;\" custom_css_gallery_item_caption=\"text-align:center;\" global_module=\"581\" saved_tabs=\"all\"][/et_pb_gallery][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||20px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_divider color=\"rgba(0,0,0,0.46)\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" _builder_version=\"3.0.47\"][/et_pb_divider][et_pb_text background_layout=\"dark\" admin_label=\"Finishing Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Finishing Techniques</h2><p>Create beauty and character with any of our custom finish techniques. Available in most standard Pioneer paints/tinted varnishes, stains and glazes. Since no two manufacturers are alike, it is recommended that homeowners view an actual door sample or display before finalizing any cabinet color/finishing technique selection.</p>

[/et_pb_text][et_pb_gallery gallery_ids=\"562,563,564,565\" posts_number=\"4\" orientation=\"portrait\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Finishing Gallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;font-size:1em !important;\" custom_css_gallery_item_caption=\"text-align:center;\" global_module=\"582\" saved_tabs=\"all\"][/et_pb_gallery][et_pb_divider color=\"rgba(0,0,0,0.46)\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" _builder_version=\"3.0.47\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||20px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Knotty Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Knotty</h2><h4>At Pioneer we love the look of real wood with all its natural properties.</h4><p>For those of you who also like the rustic look, this option might be for you. Pioneer, for our standard cabinetry, cuts around these natural knots. In our knotty option, we leave them in and sort through them to give you a natural looking option.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/kitchenKnotty-1.jpg\" align=\"center\" admin_label=\"Knotty Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Plywood Construction Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Plywood Construction</h2><p>All the flexibility you’ve come to expect from Pioneer with the added feature of plywood construction. If you choose this option, then you will receive full ½” plywood box construction. Pioneer uses only the best domestic plywood, no Chinese imports! Our sanded and calibrated plywood core provides the greatest opportunity for a smooth and consistent finished product.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Find You Style","","inherit","closed","closed","","241-revision-v1","","","2017-09-11 14:47:02","2017-09-11 18:47:02","","241","http://www.pioneercabinetry.co/uncategorized/241-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("839","1","2017-09-11 15:14:45","2017-09-11 19:14:45","[et_pb_section fb_built=\"1\" custom_padding=\"20px||0px|\" admin_label=\"section\" _builder_version=\"3.0.72\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Find Style Headline\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"15px||30px|\"]

<h1 class=\"p1\" style=\"text-align: center;\"><span class=\"s1\">Find Your Style</span></h1>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"rgba(0,0,0,0.63)\" custom_padding=\"10px||0px|\" _builder_version=\"3.0.72\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"off\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Find Your Style Text\" _builder_version=\"3.0.72\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\"]

<h4 class=\"kicker\"><span class=\"s1\">The task of picking out your cabinets can be a little overwhelming, so we made it a little easier for you to explore the different areas of cabinetry. </span></h4><p><strong><span class=\"s1\">Click on the buttons below to explore each topic.</span></strong></p>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px|||\" padding_mobile=\"off\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_button button_url=\"#wood\" button_text=\"LEARN ABOUT WOOD\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Wood Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"#panels\" button_text=\"SELECT PANEL STYLE\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Panel Button\" _builder_version=\"3.0.47\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_button button_url=\"#doors\" button_text=\"DOOR STYLES\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Doors Button\" _builder_version=\"3.0.47\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"#edges\" button_text=\"LEARN ABOUT EDGES\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Edges Button\" _builder_version=\"3.0.47\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_button button_url=\"#overlays\" button_text=\"OVERLAYS & HINGING\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Overlay Button\" _builder_version=\"3.0.47\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"#options\" button_text=\"OTHER OPTIONS\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Options Button\" _builder_version=\"3.0.47\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"16px|0px|29px|0px\" module_id=\"wood\" _builder_version=\"3.0.72\" collapsed=\"off\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Wood Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Learning About Wood Species</h2>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Oak.jpg\" align=\"center\" admin_label=\"Oak Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/oak/\" button_text=\"MORE ABOUT OAK\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Oak Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Oak Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p>Oak, the mainstay of the cabinet and furniture industry, offers depth in color from pink to white and light brown.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Maple.jpg\" align=\"center\" admin_label=\"Maple Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/maple/\" button_text=\"MORE ABOUT MAPLE\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Maple Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Maple Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p>Predominately off-white in color, maple is a smooth, closed-grain wood that may contain shades of brown and pink.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Hickory-Type.jpg\" align=\"center\" admin_label=\"Hickory Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/hickory/\" button_text=\"MORE ABOUT HICKORY\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Hickory Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Hickory Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p>Hickory is a very “wild” wood, known for its wide spectrum of color that can range from white to dark brown and can also feature wormholes and black knots.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"10px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Cherry-Type.jpg\" align=\"center\" admin_label=\"Cherry Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/cherry/\" button_text=\"MORE ABOUT CHERRY\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Cherry Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Cherry Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p>Cherry is a multi-colored wood characterized by shades of red, white and brown.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Knotty-Type.jpg\" align=\"center\" admin_label=\"Knotty Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/knotty/\" button_text=\"MORE ABOUT KNOTTY\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Knotty Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Knotty Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p>At Pioneer we love the look of real wood with all its natural properties.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Painted-Type.jpg\" align=\"center\" admin_label=\"Painted Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/painted/\" button_text=\"MORE ABOUT PAINTED\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Painted Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Painted Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p>Tinted varnishes, which give cabinets a \"painted look,\" are one of today’s hottest trends in cabinetry.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"10px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Thermofoil-Type.jpg\" align=\"center\" admin_label=\"Thermofoil Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/thermofoil/\" button_text=\"MORE ABOUT THERMOFOIL\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Thermofoil Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Thermofoil Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p>White, Snow and Ivory thermofoil door cabinets offer an alternative to the typical wood/stained cabinet.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"21px|0px|31px|0px\" module_id=\"doors\" _builder_version=\"3.0.72\" custom_css_main_element=\"border-top:1px solid #444444;\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"3_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Door Text\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|80px||\"]

<h2>Pioneer Cabinetry comes in a <br>variety of door styles.</h2><h4>Which door style would you prefer?</h4><p>The photos below are just an example of the vast array of door styles offered by Pioneer. Each door style is available in a wide variety of wood species and color combinations. Please visit our Door Style page to discover more options.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_button button_url=\"/door-styles/\" button_text=\"SEE MORE DOORS\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Door Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_gallery gallery_ids=\"541,542,536,537\" posts_number=\"4\" orientation=\"portrait\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Door Gallery\" module_class=\"fullGallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;\"][/et_pb_gallery][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"21px|0px|31px|0px\" module_id=\"doors\" _builder_version=\"3.0.72\" custom_css_main_element=\"border-top:1px solid #444444;\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"3_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Overlays Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Overlay & Hinging</h2><p>Overlays affect how much of the cabinet frame shows, and can dramatically change the appearance of your cabinets. From a traditional look to a more contemporary style, choosing the correct overlay starts below.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_button button_url=\"/overlays-hinging/\" button_text=\"READ MORE ...\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Overlays Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/SemiConcealedKnife.png\" align=\"center\" admin_label=\"Semi Concealed Hinge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Semi-Concealed Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>1/2\" Overlay Semi-Concealed Knife Hinge</strong></p><p style=\"text-align: center;\">Allows the cabinet frame to be exposed between doors or drawers for a traditional look.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HalfConcealedCup.png\" align=\"center\" admin_label=\"Half Concealed Cup Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Concealed Cup Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>1/2\" Overlay Concealed Cup Hinge</strong></p><p style=\"text-align: center;\">Allows the cabinet frame to be exposed between doors or drawers for a traditional look.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/FullConcealedCup.png\" align=\"center\" admin_label=\"Full Concealed Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Full Concealed Cup Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>Full Overlay Concealed Cup Hinge</strong></p><p style=\"text-align: center;\">Concealed hinges are hidden from view with this design, very little of the cabinet frame shows around each door panel or drawer front creating a seamless, modern appearance.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/DesignerConcealedCup.png\" align=\"center\" admin_label=\"Designer Concealed Cup Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Designer Concealed Cup Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>Designer Overlay Concealed Cup Hinge</strong></p><p style=\"text-align: center;\">Concealed hinges are hidden from view and allow you to see only the surface of your cabinet door. The Designer Overlay design creates a very clean design look.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"21px|0px|31px|0px\" padding_mobile=\"off\" module_id=\"doors\" _builder_version=\"3.0.72\" custom_css_main_element=\"border-top:1px solid #444444;\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Panels Text\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Door panels are the most visible part of your cabinetry and define your style.</h2><p>Pioneer offers many unique choices including flat, beaded, raised, detailed and solid.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" parallax_method_4=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Flat.png\" align=\"center\" admin_label=\"Flat Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Flat Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>Flat - F / Solid - S</strong></p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Beaded.png\" align=\"center\" admin_label=\"Beaded Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Beaded Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>Beaded - B</strong></p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Raised.png\" align=\"center\" admin_label=\"Raised Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Raised Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>Raised - R</strong></p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Detailed.png\" align=\"center\" admin_label=\"Detailed Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Detailed Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>Detailed - D</strong></p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"21px|0px|31px|0px\" padding_mobile=\"off\" module_id=\"doors\" _builder_version=\"3.0.72\" custom_css_main_element=\"border-top:1px solid #444444;\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Edges Text\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>The edges of the cabinet door panels can enhance <br>your style and provide easy access to the interior.</h2><p>Pioneer offers 7 different outside door edge profiles for all \'non-mitered\' door styles, they are as follows:</p>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" parallax_method_4=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-F.png\" align=\"center\" admin_label=\"F Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-G.png\" align=\"center\" admin_label=\"G Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-K.png\" align=\"center\" admin_label=\"K Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-M.png\" align=\"center\" admin_label=\"M Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-R.png\" align=\"center\" admin_label=\"R Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-E.png\" align=\"center\" admin_label=\"E Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-S.png\" align=\"center\" admin_label=\"S Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"21px|0px|31px|0px\" padding_mobile=\"off\" module_id=\"doors\" _builder_version=\"3.0.72\" custom_css_main_element=\"border-top:1px solid #444444;\"][et_pb_row custom_padding=\"||20px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Options Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Each option below turns a standard cabinet into your personalized cabinetry.</h2><p>Combinations of these options can help set your Pioneer cabinetry apart from the rest.</p>

[/et_pb_text][et_pb_divider color=\"rgba(0,0,0,0.46)\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" _builder_version=\"3.0.47\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||20px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Drawer Heads Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Drawer Head Styles</h2><p>Pioneer offers 8 different drawer heads for the \'standard\' door styles, examples are below.</p>

[/et_pb_text][et_pb_gallery gallery_ids=\"554,553,552,551,550,555,549,548\" posts_number=\"8\" show_title_and_caption=\"off\" show_pagination=\"off\" admin_label=\"DrawerHead Gallery\" _builder_version=\"3.0.72\" global_module=\"580\" saved_tabs=\"all\"][/et_pb_gallery][et_pb_divider color=\"rgba(0,0,0,0.46)\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" _builder_version=\"3.0.47\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||20px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Glazing Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Glazing Styles</h2><p>The \"Olde World\" look of glazing cabinetry is a great way to give your home a unique and classic look. A glazed finish is achieved by applying the glaze over the entire surface of all finished parts, then wiping the glaze off by hand. The result is stunning, as the glaze will \"hang-up\" unevenly in corners, profiled edges and end grain of each glazed component. It is recommended that the homeowners view an actual door sample or display before selecting a glazed finish, as color variations will occur between individual cabinet components.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_gallery gallery_ids=\"557,558,559,560,561\" posts_number=\"12\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Glazes Gallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;\" custom_css_gallery_item_caption=\"text-align:center;\" global_module=\"581\" saved_tabs=\"all\"][/et_pb_gallery][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||20px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_divider color=\"rgba(0,0,0,0.46)\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" _builder_version=\"3.0.47\"][/et_pb_divider][et_pb_text background_layout=\"dark\" admin_label=\"Finishing Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Finishing Techniques</h2><p>Create beauty and character with any of our custom finish techniques. Available in most standard Pioneer paints/tinted varnishes, stains and glazes. Since no two manufacturers are alike, it is recommended that homeowners view an actual door sample or display before finalizing any cabinet color/finishing technique selection.</p>

[/et_pb_text][et_pb_gallery gallery_ids=\"562,563,564,565\" posts_number=\"4\" orientation=\"portrait\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Finishing Gallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;font-size:1em !important;\" custom_css_gallery_item_caption=\"text-align:center;\" global_module=\"582\" saved_tabs=\"all\"][/et_pb_gallery][et_pb_divider color=\"rgba(0,0,0,0.46)\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" _builder_version=\"3.0.47\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||20px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Knotty Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Knotty</h2><h4>At Pioneer we love the look of real wood with all its natural properties.</h4><p>For those of you who also like the rustic look, this option might be for you. Pioneer, for our standard cabinetry, cuts around these natural knots. In our knotty option, we leave them in and sort through them to give you a natural looking option.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/kitchenKnotty-1.jpg\" align=\"center\" admin_label=\"Knotty Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Plywood Construction Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Plywood Construction</h2><p>All the flexibility you’ve come to expect from Pioneer with the added feature of plywood construction. If you choose this option, then you will receive full ½” plywood box construction. Pioneer uses only the best domestic plywood, no Chinese imports! Our sanded and calibrated plywood core provides the greatest opportunity for a smooth and consistent finished product.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Find You Style","","inherit","closed","closed","","241-revision-v1","","","2017-09-11 15:14:45","2017-09-11 19:14:45","","241","http://www.pioneercabinetry.co/uncategorized/241-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("805","1","2017-09-11 14:45:10","2017-09-11 18:45:10","[et_pb_section fb_built=\"1\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" admin_label=\"section\" _builder_version=\"3.0.47\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Find Style Headline\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"15px||30px|\"]

<h1 class=\"p1\" style=\"text-align: center;\"><span class=\"s1\">Find Your Style</span></h1>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"rgba(0,0,0,0.63)\" custom_padding=\"10px||0px|\" _builder_version=\"3.0.72\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"off\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Find Your Style Text\" _builder_version=\"3.0.72\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\"]

<h4 class=\"kicker\"><span class=\"s1\">The task of picking out your cabinets can be a little overwhelming, so we made it a little easier for you to explore the different areas of cabinetry. </span></h4><p><strong><span class=\"s1\">Click on the buttons below to explore each topic.</span></strong></p>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px|||\" padding_mobile=\"off\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_button button_url=\"#wood\" button_text=\"LEARN ABOUT WOOD\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Wood Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"#panels\" button_text=\"SELECT PANEL STYLE\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Panel Button\" _builder_version=\"3.0.47\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_button button_url=\"#doors\" button_text=\"DOOR STYLES\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Doors Button\" _builder_version=\"3.0.47\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"#edges\" button_text=\"LEARN ABOUT EDGES\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Edges Button\" _builder_version=\"3.0.47\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_button button_url=\"#overlays\" button_text=\"OVERLAYS & HINGING\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Overlay Button\" _builder_version=\"3.0.47\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"#options\" button_text=\"OTHER OPTIONS\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Options Button\" _builder_version=\"3.0.47\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" module_id=\"wood\" _builder_version=\"3.0.72\" collapsed=\"off\" custom_padding=\"16px|0px|29px|0px\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Wood Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Learning About Wood Species</h2>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Oak.jpg\" align=\"center\" admin_label=\"Oak Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/oak/\" button_text=\"MORE ABOUT OAK\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Oak Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Oak Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p>Oak, the mainstay of the cabinet and furniture industry, offers depth in color from pink to white and light brown.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Maple.jpg\" align=\"center\" admin_label=\"Maple Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/maple/\" button_text=\"MORE ABOUT MAPLE\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Maple Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Maple Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p>Predominately off-white in color, maple is a smooth, closed-grain wood that may contain shades of brown and pink.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Hickory-Type.jpg\" align=\"center\" admin_label=\"Hickory Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/hickory/\" button_text=\"MORE ABOUT HICKORY\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Hickory Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Hickory Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p>Hickory is a very “wild” wood, known for its wide spectrum of color that can range from white to dark brown and can also feature wormholes and black knots.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"10px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Cherry-Type.jpg\" align=\"center\" admin_label=\"Cherry Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/cherry/\" button_text=\"MORE ABOUT CHERRY\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Cherry Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Cherry Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p>Cherry is a multi-colored wood characterized by shades of red, white and brown.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Knotty-Type.jpg\" align=\"center\" admin_label=\"Knotty Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/knotty/\" button_text=\"MORE ABOUT KNOTTY\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Knotty Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Knotty Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p>At Pioneer we love the look of real wood with all its natural properties.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Painted-Type.jpg\" align=\"center\" admin_label=\"Painted Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/painted/\" button_text=\"MORE ABOUT PAINTED\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Painted Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Painted Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p>Tinted varnishes, which give cabinets a \"painted look,\" are one of today’s hottest trends in cabinetry.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"10px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Thermofoil-Type.jpg\" align=\"center\" admin_label=\"Thermofoil Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/thermofoil/\" button_text=\"MORE ABOUT THERMOFOIL\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Thermofoil Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Thermofoil Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p>White, Snow and Ivory thermofoil door cabinets offer an alternative to the typical wood/stained cabinet.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" module_id=\"doors\" _builder_version=\"3.0.72\" custom_padding=\"21px|0px|31px|0px\" custom_css_main_element=\"border-top:1px solid #444444;\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"3_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Door Text\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|80px||\"]

<h2>Pioneer Cabinetry comes in a <br>variety of door styles.</h2><h4>Which door style would you prefer?</h4><p>The photos below are just an example of the vast array of door styles offered by Pioneer. Each door style is available in a wide variety of wood species and color combinations. Please visit our Door Style page to discover more options.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_button button_url=\"/door-styles/\" button_text=\"SEE MORE DOORS\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Door Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_gallery gallery_ids=\"541,542,536,537\" posts_number=\"4\" orientation=\"portrait\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Door Gallery\" module_class=\"fullGallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;\"][/et_pb_gallery][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" module_id=\"doors\" _builder_version=\"3.0.72\" inner_shadow=\"on\" custom_padding=\"21px|0px|31px|0px\" custom_css_main_element=\"border-top:1px solid #444444;\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"3_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Overlays Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Overlay & Hinging</h2><p>Overlays affect how much of the cabinet frame shows, and can dramatically change the appearance of your cabinets. From a traditional look to a more contemporary style, choosing the correct overlay starts below.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_button button_url=\"/overlays-hinging/\" button_text=\"READ MORE ...\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Overlays Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/SemiConcealedKnife.png\" align=\"center\" admin_label=\"Semi Concealed Hinge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Semi-Concealed Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>1/2\" Overlay Semi-Concealed Knife Hinge</strong></p><p style=\"text-align: center;\">Allows the cabinet frame to be exposed between doors or drawers for a traditional look.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HalfConcealedCup.png\" align=\"center\" admin_label=\"Half Concealed Cup Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Concealed Cup Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>1/2\" Overlay Concealed Cup Hinge</strong></p><p style=\"text-align: center;\">Allows the cabinet frame to be exposed between doors or drawers for a traditional look.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/FullConcealedCup.png\" align=\"center\" admin_label=\"Full Concealed Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Full Concealed Cup Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>Full Overlay Concealed Cup Hinge</strong></p><p style=\"text-align: center;\">Concealed hinges are hidden from view with this design, very little of the cabinet frame shows around each door panel or drawer front creating a seamless, modern appearance.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/DesignerConcealedCup.png\" align=\"center\" admin_label=\"Designer Concealed Cup Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Designer Concealed Cup Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>Designer Overlay Concealed Cup Hinge</strong></p><p style=\"text-align: center;\">Concealed hinges are hidden from view and allow you to see only the surface of your cabinet door. The Designer Overlay design creates a very clean design look.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" padding_mobile=\"off\" module_id=\"doors\" _builder_version=\"3.0.72\" custom_padding=\"21px|0px|31px|0px\" custom_css_main_element=\"border-top:1px solid #444444;\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Panels Text\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Door panels are the most visible part of your cabinetry and define your style.</h2><p>Pioneer offers many unique choices including flat, beaded, raised, detailed and solid.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" parallax_method_4=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Flat.png\" align=\"center\" admin_label=\"Flat Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Flat Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>Flat - F / Solid - S</strong></p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Beaded.png\" align=\"center\" admin_label=\"Beaded Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Beaded Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>Beaded - B</strong></p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Raised.png\" align=\"center\" admin_label=\"Raised Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Raised Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>Raised - R</strong></p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Detailed.png\" align=\"center\" admin_label=\"Detailed Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Detailed Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>Detailed - D</strong></p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" padding_mobile=\"off\" module_id=\"doors\" _builder_version=\"3.0.72\" inner_shadow=\"on\" custom_padding=\"21px|0px|31px|0px\" custom_css_main_element=\"border-top:1px solid #444444;\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Edges Text\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>The edges of the cabinet door panels can enhance <br>your style and provide easy access to the interior.</h2><p>Pioneer offers 7 different outside door edge profiles for all \'non-mitered\' door styles, they are as follows:</p>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" parallax_method_4=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-F.png\" align=\"center\" admin_label=\"F Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-G.png\" align=\"center\" admin_label=\"G Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-K.png\" align=\"center\" admin_label=\"K Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-M.png\" align=\"center\" admin_label=\"M Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-R.png\" align=\"center\" admin_label=\"R Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-E.png\" align=\"center\" admin_label=\"E Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-S.png\" align=\"center\" admin_label=\"S Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" padding_mobile=\"off\" module_id=\"doors\" _builder_version=\"3.0.72\" custom_padding=\"21px|0px|31px|0px\" custom_css_main_element=\"border-top:1px solid #444444;\"][et_pb_row custom_padding=\"||20px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Options Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Each option below turns a standard cabinet into your personalized cabinetry.</h2><p>Combinations of these options can help set your Pioneer cabinetry apart from the rest.</p>

[/et_pb_text][et_pb_divider color=\"rgba(0,0,0,0.46)\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" _builder_version=\"3.0.47\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||20px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Drawer Heads Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Drawer Head Styles</h2><p>Pioneer offers 8 different drawer heads for the \'standard\' door styles, examples are below.</p>

[/et_pb_text][et_pb_gallery gallery_ids=\"554,553,552,551,550,555,549,548\" posts_number=\"8\" show_title_and_caption=\"off\" show_pagination=\"off\" admin_label=\"DrawerHead Gallery\" _builder_version=\"3.0.72\" global_module=\"580\" saved_tabs=\"all\"][/et_pb_gallery][et_pb_divider color=\"rgba(0,0,0,0.46)\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" _builder_version=\"3.0.47\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||20px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Glazing Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Glazing Styles</h2><p>The \"Olde World\" look of glazing cabinetry is a great way to give your home a unique and classic look. A glazed finish is achieved by applying the glaze over the entire surface of all finished parts, then wiping the glaze off by hand. The result is stunning, as the glaze will \"hang-up\" unevenly in corners, profiled edges and end grain of each glazed component. It is recommended that the homeowners view an actual door sample or display before selecting a glazed finish, as color variations will occur between individual cabinet components.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_gallery gallery_ids=\"557,558,559,560,561\" posts_number=\"12\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Glazes Gallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;\" custom_css_gallery_item_caption=\"text-align:center;\" global_module=\"581\" saved_tabs=\"all\"][/et_pb_gallery][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||20px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_divider color=\"rgba(0,0,0,0.46)\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" _builder_version=\"3.0.47\"][/et_pb_divider][et_pb_text background_layout=\"dark\" admin_label=\"Finishing Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Finishing Techniques</h2><p>Create beauty and character with any of our custom finish techniques. Available in most standard Pioneer paints/tinted varnishes, stains and glazes. Since no two manufacturers are alike, it is recommended that homeowners view an actual door sample or display before finalizing any cabinet color/finishing technique selection.</p>

[/et_pb_text][et_pb_gallery gallery_ids=\"562,563,564,565\" posts_number=\"4\" orientation=\"portrait\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Finishing Gallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;font-size:1em !important;\" custom_css_gallery_item_caption=\"text-align:center;\" global_module=\"582\" saved_tabs=\"all\"][/et_pb_gallery][et_pb_divider color=\"rgba(0,0,0,0.46)\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" _builder_version=\"3.0.47\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||20px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Knotty Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Knotty</h2><h4>At Pioneer we love the look of real wood with all its natural properties.</h4><p>For those of you who also like the rustic look, this option might be for you. Pioneer, for our standard cabinetry, cuts around these natural knots. In our knotty option, we leave them in and sort through them to give you a natural looking option.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/kitchenKnotty-1.jpg\" align=\"center\" admin_label=\"Knotty Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Plywood Construction Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Plywood Construction</h2><p>All the flexibility you’ve come to expect from Pioneer with the added feature of plywood construction. If you choose this option, then you will receive full ½” plywood box construction. Pioneer uses only the best domestic plywood, no Chinese imports! Our sanded and calibrated plywood core provides the greatest opportunity for a smooth and consistent finished product.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Find You Style","","inherit","closed","closed","","241-revision-v1","","","2017-09-11 14:45:10","2017-09-11 18:45:10","","241","http://www.pioneercabinetry.co/uncategorized/241-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("849","1","2017-09-11 15:27:37","2017-09-11 19:27:37","/*classes------------------*/
.finishes {border-top:1px solid #ffffff;border-radius:10px;}

/*FAQ toggles----------------*/
.et_pb_toggle_title:before {
	color: #058526;
}

h5.et_pb_toggle_title {
	color: #058526 !important;font-weight:bold;
}

/*SideBar Menu------------------*/
.et_pb_gutters2 .et_pb_column_1_4 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4 .et_pb_module {
	margin-bottom: 0 !important;
}

.et_pb_gallery_image img {
	width: 100% !important;
}

ul.et_pb_tabs_controls {
	background-color: transparent !important;
}

/*fixes-------------------- */
.et_fb_preview_active--responsive_preview .et_pb_section .et_pb_column .et_pb_module {
    margin-bottom: 0px !important;
}
.et_header_style_centered #main-header .logo_container {
}


/*TOP MENU------------------*/
#top-menu li {font-weight: normal;text-transform: uppercase;}
#main-header, #main-header .nav li ul, .et-search-form, #main-header .et_mobile_menu {background-color: #2b2b2b;-webkit-box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6);box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6);}
#main-header.et-fixed-header {background-color: #2b2b2b;-webkit-box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6) !important;box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6) !important;}
#top-menu li .menu-item-has-children > a:first-child {padding-right: 20px;}
#top-menu li li {margin: 0;padding: 0;}
#top-menu li li a {width: 240px;padding: 6px 20px;}
#top-menu li li a:hover {background-color: #000000;}
.et_mobile_menu li a {font-size: 18px !important;}
.et_mobile_menu li a:hover {background-color: #000000;}

/*FONTS------------------*/
h1, h2, h3, h4, h5, {
	font-style: normal;
	font-weight: 100;
	color: RED !important;
	line-height: 1em;
	padding-top: 20px !important;
	padding-bottom: 1px !important;
	margin-top: 30px !important;
	margin-bottom: 1px !important;
}

h1 {font-size:2.5em;}

h2 {
	padding-top: 10px !important;
}

ul {margin-top: 0;margin-bottom: 0;padding-top: 0;}

li.li1 {padding-left: 10px;margin-left: 20px;margin-top: 0;margin-bottom: 0;padding-bottom: 5px;}

ul.et_pb_tabs_controls {border-bottom: 1px solid #d9d9d9;background-color: #f4f4f4;font-size: 1.2em;text-transform: uppercase;letter-spacing: 1px;}


/*Gallery-----------------------------------------*/
.rounded {-webkit-border-radius: 2px;border-radius: 2px;}
.rounded img {-webkit-border-radius: 2px;border-radius: 2px;border: 1px solid #212121;}

.responsive {width:100%;margin:0;}

.et_pb_gallery_grid {}
.et_pb_gallery_caption {text-align:center;}
.et_pb_gallery_grid .et_pb_gallery_image {overflow: hidden;position: relative;-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.4);box-shadow: 0 0 10px 3px rgba(0,0,0,.4);-webkit-border-radius: 2px;border-radius: 2px;margin: 10px;}
.et_pb_gallery_item img {height: 100px;-webkit-border-radius: 2px;border-radius: 2px;border: 1px solid #ffffff;}

.fullGallery .et_pb_gallery_item img {height: auto;width: 100%;-webkit-border-radius: 2px;border-radius: 2px;border: 1px solid #ffffff;}
.et_overlay {-webkit-border-radius: 2px;border-radius: 2px;}

.safari .et_pb_gallery_grid .et_pb_gallery_image {overflow: visible;margin: 10px;-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.2);box-shadow: 0 0 10px 3px rgba(0,0,0,.2);-webkit-border-radius: 2px;border-radius: 2px;}


/*Find a Dealer ------------------*/
","Divi-child","","inherit","closed","closed","","85-revision-v1","","","2017-09-11 15:27:37","2017-09-11 19:27:37","","85","http://www.pioneercabinetry.co/uncategorized/85-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("808","1","2017-09-11 14:48:36","2017-09-11 18:48:36","/*classes------------------*/
.finishes {border-top:1px solid #ffffff;border-radius:10px;}

/*FAQ toggles----------------*/
.et_pb_toggle_title:before {
	color: #058526;
}

h5.et_pb_toggle_title {
	color: #058526 !important;font-weight:bold;
}

/*SideBar Menu------------------*/
.et_pb_gutters2 .et_pb_column_1_4 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4 .et_pb_module {
	margin-bottom: 0 !important;
}

.et_pb_gallery_image img {
	width: 100% !important;
}

ul.et_pb_tabs_controls {
	background-color: transparent !important;
}

/*fixes-------------------- */
.et_fb_preview_active--responsive_preview .et_pb_section .et_pb_column .et_pb_module {
    margin-bottom: 0px !important;
}
.et_header_style_centered #main-header .logo_container {
}


/*TOP MENU------------------*/
#top-menu li {font-weight: normal;text-transform: uppercase;}
#main-header, #main-header .nav li ul, .et-search-form, #main-header .et_mobile_menu {background-color: #2b2b2b;-webkit-box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6);box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6);}
#main-header.et-fixed-header {background-color: #2b2b2b;-webkit-box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6) !important;box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6) !important;}
#top-menu li .menu-item-has-children > a:first-child {padding-right: 20px;}
#top-menu li li {margin: 0;padding: 0;}
#top-menu li li a {width: 240px;padding: 6px 20px;}
#top-menu li li a:hover {background-color: #000000;}
.et_mobile_menu li a {font-size: 18px !important;}
.et_mobile_menu li a:hover {background-color: #000000;}

/*FONTS------------------*/
h1, h2, h3, h4, h5, {
	font-style: normal;
	font-weight: 100;
	color: RED !important;
	line-height: 1em;
	padding-top: 20px !important;
	padding-bottom: 1px !important;
	margin-top: 30px !important;
	margin-bottom: 1px !important;
}

h1 {font-size:3em;}

h2 {
	padding-top: 10px !important;
}

ul {margin-top: 0;margin-bottom: 0;padding-top: 0;}

li.li1 {padding-left: 10px;margin-left: 20px;margin-top: 0;margin-bottom: 0;padding-bottom: 5px;}

ul.et_pb_tabs_controls {border-bottom: 1px solid #d9d9d9;background-color: #f4f4f4;font-size: 1.2em;text-transform: uppercase;letter-spacing: 1px;}


/*Gallery-----------------------------------------*/
.rounded {-webkit-border-radius: 2px;border-radius: 2px;}
.rounded img {-webkit-border-radius: 2px;border-radius: 2px;border: 1px solid #212121;}

.responsive {width:100%;margin:0;}

.et_pb_gallery_grid {}
.et_pb_gallery_caption {text-align:center;}
.et_pb_gallery_grid .et_pb_gallery_image {overflow: hidden;position: relative;-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.4);box-shadow: 0 0 10px 3px rgba(0,0,0,.4);-webkit-border-radius: 2px;border-radius: 2px;margin: 10px;}
.et_pb_gallery_item img {height: 100px;-webkit-border-radius: 2px;border-radius: 2px;border: 1px solid #ffffff;}

.fullGallery .et_pb_gallery_item img {height: auto;width: 100%;-webkit-border-radius: 2px;border-radius: 2px;border: 1px solid #ffffff;}
.et_overlay {-webkit-border-radius: 2px;border-radius: 2px;}

.safari .et_pb_gallery_grid .et_pb_gallery_image {overflow: visible;margin: 10px;-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.2);box-shadow: 0 0 10px 3px rgba(0,0,0,.2);-webkit-border-radius: 2px;border-radius: 2px;}


/*Find a Dealer ------------------*/
#wpsl-search-wrap .wpsl-input label {font-size: 1.3em;}
#wpsl-search-wrap div label {font-size: 1.3em;}
div.wpsl-store-location {font-size: 1.2em;line-height: 1em !important;}
div#wpsl-wrap {background-color: #ffffff;-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.2);box-shadow: 0 0 10px 3px rgba(0,0,0,.2);padding: 20px;}
div.wpsl-direction-wrap {font-size: 1em !important;}
#wpsl-result-list a {font-size: 18px;}","Divi-child","","inherit","closed","closed","","85-revision-v1","","","2017-09-11 14:48:36","2017-09-11 18:48:36","","85","http://www.pioneercabinetry.co/uncategorized/85-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("812","1","2017-09-11 14:51:19","2017-09-11 18:51:19","[et_pb_section fb_built=\"1\" custom_padding=\"0px||0px|\" admin_label=\"section\" _builder_version=\"3.0.72\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" custom_padding_last_edited=\"on|phone\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Generic1.jpg\" align=\"center\" admin_label=\"Generic Header Image\" _builder_version=\"3.0.47\" custom_margin=\"15px||5px|\" animation=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"FAQ Headline\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\"]

<h1><span class=\"s1\">Frequently Asked Questions</span></h1>

[/et_pb_text][et_pb_text background_layout=\"dark\" admin_label=\"FAQ Text\" _builder_version=\"3.0.72\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\"]<strong>Here are some of the most commonly asked questions.</span></strong><br>
Click on the questions below to reveal the answer.
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#dddddd\" inner_shadow=\"on\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_accordion admin_label=\"FAQ Accordion\" _builder_version=\"3.0.47\" saved_tabs=\"all\"][et_pb_accordion_item title=\"Can I order a Pioneer Cabinetry price list?\" open=\"on\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p>Each Pioneer Cabinetry authorized dealer establishes their own pricing. Pricing will reflect shipping and handling costs to their specific area. Calculating a price for a cabinet is complex, depending on the size you need, as well as the storage and decorative options you select. Please consult one of our authorized dealers.</p>

[/et_pb_accordion_item][et_pb_accordion_item title=\"Can I purchase Pioneer cabinetry for every room in my house?\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" open=\"off\"]

<p><span class=\"sprocket-lists-item\"><span class=\"sprocket-padding\">Pioneer cabinetry is available for basically anywhere in your home where you want beautiful customized furniture – not just your kitchen. Check out our galleries to see where Pioneer Cabinetry cabinets are being installed. If you have an idea or need, please consult with one of our dealers. Visit our Dealer Locator page for more information.</span></span></p>

[/et_pb_accordion_item][et_pb_accordion_item title=\"Can I purchase Pioneer Cabinetry online or directly from the factory?\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" open=\"off\"]

<p><span class=\"sprocket-lists-item\"><span class=\"sprocket-padding\">Pioneer Cabinetry is available through more than <strong>110</strong> dealers. We do not sell cabinets directly from our factory or online. Our dealers will provide you their design expertise and the service you will need for your project. For the nearest Pioneer Cabinetry dealer please visit our Dealer Locator page and enter your zip code.</span></span></p>

[/et_pb_accordion_item][et_pb_accordion_item title=\"How do I clean and care for my new Pioneer cabinets? \" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" open=\"off\"]

<p><span class=\"sprocket-lists-item\"><span class=\"sprocket-padding\">Cleaning for your cabinets is a relatively easy process. For cleaning and maintenance tips, please visit our Quality Care & Support section and read the Cabinetry Care Guide.</span></span></p>

[/et_pb_accordion_item][et_pb_accordion_item title=\"What wood materials are available from Pioneer Cabinetry? \" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" open=\"off\"]

<p><span class=\"sprocket-lists-item\"><span class=\"sprocket-padding\">We offer many styles in oak, maple, hickory, cherry and painted. However, not every style is available in every wood type. Please browse the Learn About Cabinetry section, or request for us to send you a catalog brochure.</span></span></p>

[/et_pb_accordion_item][et_pb_accordion_item title=\"Where are Pioneer products assembled? \" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" open=\"off\"]

<p><span class=\"sprocket-lists-item\"><span class=\"sprocket-padding\">All our cabinets are assembled and inspected here in the United States in our facilities in Michigan.</span></span></p>

[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","FAQ","","inherit","closed","closed","","252-revision-v1","","","2017-09-11 14:51:19","2017-09-11 18:51:19","","252","http://www.pioneercabinetry.co/uncategorized/252-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("810","1","2017-09-11 14:50:22","2017-09-11 18:50:22","[et_pb_section fb_built=\"1\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" admin_label=\"section\" _builder_version=\"3.0.47\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Generic1.jpg\" align=\"center\" admin_label=\"Generic Header Image\" _builder_version=\"3.0.47\" custom_margin=\"15px||5px|\" animation=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"FAQ Headline\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|||\"]

<h1><span class=\"s1\">Frequently Asked Questions</span></h1>

[/et_pb_text][et_pb_text admin_label=\"FAQ Text\" _builder_version=\"3.0.72\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\" background_layout=\"dark\"]<strong>Here are some of the most commonly asked questions.</span></strong><br>
Click on the questions below to reveal the answer.
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#dddddd\" inner_shadow=\"on\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_accordion admin_label=\"FAQ Accordion\" _builder_version=\"3.0.47\" saved_tabs=\"all\"][et_pb_accordion_item title=\"Can I order a Pioneer Cabinetry price list?\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" open=\"on\"]

<p>Each Pioneer Cabinetry authorized dealer establishes their own pricing. Pricing will reflect shipping and handling costs to their specific area. Calculating a price for a cabinet is complex, depending on the size you need, as well as the storage and decorative options you select. Please consult one of our authorized dealers.</p>

[/et_pb_accordion_item][et_pb_accordion_item title=\"Can I purchase Pioneer cabinetry for every room in my house?\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" open=\"off\"]

<p><span class=\"sprocket-lists-item\"><span class=\"sprocket-padding\">Pioneer cabinetry is available for basically anywhere in your home where you want beautiful customized furniture – not just your kitchen. Check out our galleries to see where Pioneer Cabinetry cabinets are being installed. If you have an idea or need, please consult with one of our dealers. Visit our Dealer Locator page for more information.</span></span></p>

[/et_pb_accordion_item][et_pb_accordion_item title=\"Can I purchase Pioneer Cabinetry online or directly from the factory?\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" open=\"off\"]

<p><span class=\"sprocket-lists-item\"><span class=\"sprocket-padding\">Pioneer Cabinetry is available through more than <strong>110</strong> dealers. We do not sell cabinets directly from our factory or online. Our dealers will provide you their design expertise and the service you will need for your project. For the nearest Pioneer Cabinetry dealer please visit our Dealer Locator page and enter your zip code.</span></span></p>

[/et_pb_accordion_item][et_pb_accordion_item title=\"How do I clean and care for my new Pioneer cabinets? \" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" open=\"off\"]

<p><span class=\"sprocket-lists-item\"><span class=\"sprocket-padding\">Cleaning for your cabinets is a relatively easy process. For cleaning and maintenance tips, please visit our Quality Care & Support section and read the Cabinetry Care Guide.</span></span></p>

[/et_pb_accordion_item][et_pb_accordion_item title=\"What wood materials are available from Pioneer Cabinetry? \" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" open=\"off\"]

<p><span class=\"sprocket-lists-item\"><span class=\"sprocket-padding\">We offer many styles in oak, maple, hickory, cherry and painted. However, not every style is available in every wood type. Please browse the Learn About Cabinetry section, or request for us to send you a catalog brochure.</span></span></p>

[/et_pb_accordion_item][et_pb_accordion_item title=\"Where are Pioneer products assembled? \" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" open=\"off\"]

<p><span class=\"sprocket-lists-item\"><span class=\"sprocket-padding\">All our cabinets are assembled and inspected here in the United States in our facilities in Michigan.</span></span></p>

[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","FAQ","","inherit","closed","closed","","252-revision-v1","","","2017-09-11 14:50:22","2017-09-11 18:50:22","","252","http://www.pioneercabinetry.co/uncategorized/252-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("825","1","2017-09-11 15:04:06","2017-09-11 19:04:06","[et_pb_section fb_built=\"1\" background_color=\"#ffffff\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" disabled_on=\"on|off|off\" admin_label=\"section\" _builder_version=\"3.0.72\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HD-DoorStyles.jpg\" align=\"center\" _builder_version=\"3.0.47\" custom_css_main_element=\"width:100%;\" animation=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row custom_padding=\"27px|0px|12px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Door Text\" _builder_version=\"3.0.72\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px|0px|0px|0px\"]<h1>Which cabinet door style would you prefer?</h1>
<p><strong><span>Pioneer Cabinetry comes in a variety of door styles. </span></strong></p>
<p><span>The photos below show the vast array of door styles offered by Pioneer. Each door style is available in a wide variety of wood species and color combinations. Please see your local Pioneer dealer for specific offerings.</span></p>
[/et_pb_text][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Disclaimer\" _builder_version=\"3.0.72\" text_font=\"||on||\" text_font_size=\"13px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"10px|||\" custom_padding=\"0px|||\"]<strong><span class=\"s1\">PLEASE NOTE: </span> </strong><span class=\"s3\">Stratford is not available in Hickory. Monaco, Madison, Mayfield, Melbourne, Fairfax, Berkey, Regency, and Dynasty are only available in Maple or Cherry.</span>
[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_gallery gallery_ids=\"541,542,536,537,538,539,540,532,533,534,535,529,530,531,524,525,526,527,528,521,522,523,519,520\" posts_number=\"20\" orientation=\"portrait\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Door Gallery\" module_class=\"fullGallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;\"][/et_pb_gallery][et_pb_cta title=\"Need some help deciding?\" button_url=\"/find-dealer/\" button_text=\"FIND A DEALER\" admin_label=\"Contact Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"||||\" header_font_size_tablet=\"26\" header_font_size_phone=\"26\" header_letter_spacing_tablet=\"0px\" header_letter_spacing_phone=\"0px\" header_line_height_tablet=\"1em\" header_line_height_phone=\"1em\" body_font=\"||||\" body_font_size=\"17\" body_font_size_tablet=\"17\" body_font_size_phone=\"17\" body_letter_spacing_tablet=\"0px\" body_letter_spacing_phone=\"0px\" body_line_height_tablet=\"1.7em\" body_line_height_phone=\"1.7em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"10px|0px|10px|0px\" custom_margin_tablet=\"10px|0px|10px|0px\" custom_margin_phone=\"10px|0px|10px|0px\" custom_padding=\"10px|20px|20px|20px\" custom_padding_tablet=\"10px|20px|20px|20px\" custom_padding_phone=\"10px|20px|20px|20px\" button_text_size_tablet=\"20\" button_text_size_phone=\"20\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"-webkit-border-radius: 20px;||border-radius: 20px;\" global_module=\"159\" saved_tabs=\"all\"]<h4>Locate the perfect dealer to help you get started in the right direction.</h4>
[/et_pb_cta][et_pb_text background_layout=\"dark\" admin_label=\"Disclaimer Text\" _builder_version=\"3.0.72\" text_font=\"Open Sans||on||\" text_font_size=\"11\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"20px|||\" global_module=\"168\" saved_tabs=\"all\"]<p>The colors and finishes shown on this website are accurate within the constraints of lighting, photography and the color accuracy of your monitor. This small sample photo will not cover the entire range of color and grain character found within an entire order of cabinets. Please visit your nearest Pioneer dealer to see the actual color and the complete range of custom finishes, glazes and distressing applications.</p>
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Door Styles","","inherit","closed","closed","","207-revision-v1","","","2017-09-11 15:04:06","2017-09-11 19:04:06","","207","http://www.pioneercabinetry.co/uncategorized/207-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("814","2","2017-09-11 14:53:54","2017-09-11 18:53:54","","The Kitchen Master","","publish","closed","closed","","the-kitchen-master","","","2017-09-11 14:53:54","2017-09-11 18:53:54","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=814","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("815","2","2017-09-11 14:53:54","2017-09-11 18:53:54","","The Kitchen Master","","inherit","closed","closed","","814-revision-v1","","","2017-09-11 14:53:54","2017-09-11 18:53:54","","814","http://www.pioneercabinetry.co/uncategorized/814-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("827","1","2017-09-11 15:04:51","2017-09-11 19:04:51","/*classes------------------*/
.finishes {border-top:1px solid #ffffff;border-radius:10px;}

/*FAQ toggles----------------*/
.et_pb_toggle_title:before {
	color: #058526;
}

h5.et_pb_toggle_title {
	color: #058526 !important;font-weight:bold;
}

/*SideBar Menu------------------*/
.et_pb_gutters2 .et_pb_column_1_4 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4 .et_pb_module {
	margin-bottom: 0 !important;
}

.et_pb_gallery_image img {
	width: 100% !important;
}

ul.et_pb_tabs_controls {
	background-color: transparent !important;
}

/*fixes-------------------- */
.et_fb_preview_active--responsive_preview .et_pb_section .et_pb_column .et_pb_module {
    margin-bottom: 0px !important;
}
.et_header_style_centered #main-header .logo_container {
}


/*TOP MENU------------------*/
#top-menu li {font-weight: normal;text-transform: uppercase;}
#main-header, #main-header .nav li ul, .et-search-form, #main-header .et_mobile_menu {background-color: #2b2b2b;-webkit-box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6);box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6);}
#main-header.et-fixed-header {background-color: #2b2b2b;-webkit-box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6) !important;box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6) !important;}
#top-menu li .menu-item-has-children > a:first-child {padding-right: 20px;}
#top-menu li li {margin: 0;padding: 0;}
#top-menu li li a {width: 240px;padding: 6px 20px;}
#top-menu li li a:hover {background-color: #000000;}
.et_mobile_menu li a {font-size: 18px !important;}
.et_mobile_menu li a:hover {background-color: #000000;}

/*FONTS------------------*/
h1, h2, h3, h4, h5, {
	font-style: normal;
	font-weight: 100;
	color: RED !important;
	line-height: 1em;
	padding-top: 20px !important;
	padding-bottom: 1px !important;
	margin-top: 30px !important;
	margin-bottom: 1px !important;
}

h1 {font-size:2.5em;}

h2 {
	padding-top: 10px !important;
}

ul {margin-top: 0;margin-bottom: 0;padding-top: 0;}

li.li1 {padding-left: 10px;margin-left: 20px;margin-top: 0;margin-bottom: 0;padding-bottom: 5px;}

ul.et_pb_tabs_controls {border-bottom: 1px solid #d9d9d9;background-color: #f4f4f4;font-size: 1.2em;text-transform: uppercase;letter-spacing: 1px;}


/*Gallery-----------------------------------------*/
.rounded {-webkit-border-radius: 2px;border-radius: 2px;}
.rounded img {-webkit-border-radius: 2px;border-radius: 2px;border: 1px solid #212121;}

.responsive {width:100%;margin:0;}

.et_pb_gallery_grid {}
.et_pb_gallery_caption {text-align:center;}
.et_pb_gallery_grid .et_pb_gallery_image {overflow: hidden;position: relative;-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.4);box-shadow: 0 0 10px 3px rgba(0,0,0,.4);-webkit-border-radius: 2px;border-radius: 2px;margin: 10px;}
.et_pb_gallery_item img {height: 100px;-webkit-border-radius: 2px;border-radius: 2px;border: 1px solid #ffffff;}

.fullGallery .et_pb_gallery_item img {height: auto;width: 100%;-webkit-border-radius: 2px;border-radius: 2px;border: 1px solid #ffffff;}
.et_overlay {-webkit-border-radius: 2px;border-radius: 2px;}

.safari .et_pb_gallery_grid .et_pb_gallery_image {overflow: visible;margin: 10px;-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.2);box-shadow: 0 0 10px 3px rgba(0,0,0,.2);-webkit-border-radius: 2px;border-radius: 2px;}


/*Find a Dealer ------------------*/
#wpsl-search-wrap .wpsl-input label {font-size: 1.3em;}
#wpsl-search-wrap div label {font-size: 1.3em;}
div.wpsl-store-location {font-size: 1.2em;line-height: 1em !important;}
div#wpsl-wrap {background-color: #ffffff;-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.2);box-shadow: 0 0 10px 3px rgba(0,0,0,.2);padding: 20px;}
div.wpsl-direction-wrap {font-size: 1em !important;}
#wpsl-result-list a {font-size: 18px;}","Divi-child","","inherit","closed","closed","","85-revision-v1","","","2017-09-11 15:04:51","2017-09-11 19:04:51","","85","http://www.pioneercabinetry.co/uncategorized/85-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("828","1","2017-09-11 15:05:42","2017-09-11 19:05:42","[et_pb_section fb_built=\"1\" background_color=\"#ffffff\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" disabled_on=\"on|off|off\" admin_label=\"section\" _builder_version=\"3.0.72\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HD-Generic1.jpg\" align=\"center\" _builder_version=\"3.0.47\" custom_css_main_element=\"width:100%;\" animation=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"0px||10px|\" custom_padding_tablet=\"10px|||\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"3.0.72\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Overlay Text\" _builder_version=\"3.0.72\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\"]<h1>Overlays and Hinging</h1>
<p>Overlays affect how much of the cabinet frame shows, and can dramatically change the appearance of your cabinets. From a traditional look to a more contemporary style, choosing the correct overlay starts below.</p>
[/et_pb_text][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Disclaimer\" _builder_version=\"3.0.72\" text_font=\"||on||\" text_font_size=\"15px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"10px|||\" custom_padding=\"0px|||\"]

<span class=\"s3\">White area indicated how much of the cabinet frame will be exposed.</span>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"0px|||\" _builder_version=\"3.0.72\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/SemiConcealedKnife.png\" align=\"center\" admin_label=\"Semi Concealed Hinge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Semi-Concealed Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<p style=\"text-align: center\"><strong>1/2\" Overlay Semi-Concealed Knife Hinge</strong></p>
<p style=\"text-align: center\">Allows the cabinet frame to be exposed between doors or drawers for a traditional look.</p>
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HalfConcealedCup.png\" align=\"center\" admin_label=\"Half Concealed Cup Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Concealed Cup Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<p style=\"text-align: center\"><strong>1/2\" Overlay Concealed Cup Hinge</strong></p>
<p style=\"text-align: center\">Allows the cabinet frame to be exposed between doors or drawers for a traditional look.</p>
[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/FullConcealedCup.png\" align=\"center\" admin_label=\"Full Concealed Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Full Concealed Cup Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<p style=\"text-align: center\"><strong>Full Overlay Concealed Cup Hinge</strong></p>
<p style=\"text-align: center\">Concealed hinges are hidden from view with this design, very little of the cabinet frame shows around each door panel or drawer front creating a seamless, modern appearance.</p>
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/DesignerConcealedCup.png\" align=\"center\" admin_label=\"Designer Concealed Cup Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Designer Concealed Cup Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<p style=\"text-align: center\"><strong>Designer Overlay Concealed Cup Hinge</strong></p>
<p style=\"text-align: center\">Concealed hinges are hidden from view and allow you to see only the surface of your cabinet door. The Designer Overlay design creates a very clean design look.</p>
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Overlays & Hinging","","inherit","closed","closed","","211-revision-v1","","","2017-09-11 15:05:42","2017-09-11 19:05:42","","211","http://www.pioneercabinetry.co/uncategorized/211-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("830","1","2017-09-11 15:06:19","2017-09-11 19:06:19","[et_pb_section fb_built=\"1\" background_color=\"#ffffff\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" disabled_on=\"on|off|off\" admin_label=\"section\" _builder_version=\"3.0.72\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HD-Generic1.jpg\" align=\"center\" _builder_version=\"3.0.47\" custom_css_main_element=\"width:100%;\" animation=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"0px||6px|\" custom_padding_tablet=\"10px|||\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"3.0.72\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"27px|0px|7px|0px\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Overlay Text\" _builder_version=\"3.0.72\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\"]<h1>Overlays and Hinging</h1>
<p>Overlays affect how much of the cabinet frame shows, and can dramatically change the appearance of your cabinets. From a traditional look to a more contemporary style, choosing the correct overlay starts below.</p>
[/et_pb_text][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Disclaimer\" _builder_version=\"3.0.72\" text_font=\"||on||\" text_font_size=\"15px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"10px|||\" custom_padding=\"0px|||\"]

<span class=\"s3\">White area indicated how much of the cabinet frame will be exposed.</span>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"0px|||\" _builder_version=\"3.0.72\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"6px|0px|27px|0px\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/SemiConcealedKnife.png\" align=\"center\" admin_label=\"Semi Concealed Hinge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Semi-Concealed Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<p style=\"text-align: center\"><strong>1/2\" Overlay Semi-Concealed Knife Hinge</strong></p>
<p style=\"text-align: center\">Allows the cabinet frame to be exposed between doors or drawers for a traditional look.</p>
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HalfConcealedCup.png\" align=\"center\" admin_label=\"Half Concealed Cup Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Concealed Cup Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<p style=\"text-align: center\"><strong>1/2\" Overlay Concealed Cup Hinge</strong></p>
<p style=\"text-align: center\">Allows the cabinet frame to be exposed between doors or drawers for a traditional look.</p>
[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/FullConcealedCup.png\" align=\"center\" admin_label=\"Full Concealed Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Full Concealed Cup Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<p style=\"text-align: center\"><strong>Full Overlay Concealed Cup Hinge</strong></p>
<p style=\"text-align: center\">Concealed hinges are hidden from view with this design, very little of the cabinet frame shows around each door panel or drawer front creating a seamless, modern appearance.</p>
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/DesignerConcealedCup.png\" align=\"center\" admin_label=\"Designer Concealed Cup Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Designer Concealed Cup Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<p style=\"text-align: center\"><strong>Designer Overlay Concealed Cup Hinge</strong></p>
<p style=\"text-align: center\">Concealed hinges are hidden from view and allow you to see only the surface of your cabinet door. The Designer Overlay design creates a very clean design look.</p>
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Overlays & Hinging","","inherit","closed","closed","","211-revision-v1","","","2017-09-11 15:06:19","2017-09-11 19:06:19","","211","http://www.pioneercabinetry.co/uncategorized/211-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("834","1","2017-09-11 15:09:43","2017-09-11 19:09:43","[et_pb_section fb_built=\"1\" background_color=\"#ffffff\" custom_padding=\"10px||0px|\" admin_label=\"section\" _builder_version=\"3.0.72\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HD-Generic1.jpg\" align=\"center\" _builder_version=\"3.0.47\" custom_css_main_element=\"width:100%;\" animation=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Edge Headline\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px||0px|\"]

<h1>Edges</h1>

[/et_pb_text][et_pb_text background_layout=\"dark\" admin_label=\"Edge Text\" _builder_version=\"3.0.72\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\"]<strong><span class=\"s1\">The edges of the cabinet door panels can enhance your style
and provide easy access to the interior. </span></strong><br>
<p><span class=\"s1\">Pioneer offers 7 different outside door edge profiles for all \"non-mitered\" door styles, they are as follows:.</span>
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#dddddd\" inner_shadow=\"on\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-F.png\" align=\"center\" admin_label=\"F Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-G.png\" align=\"center\" admin_label=\"G Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-K.png\" align=\"center\" admin_label=\"K Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-M.png\" align=\"center\" admin_label=\"M Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-R.png\" align=\"center\" admin_label=\"R Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-E.png\" align=\"center\" admin_label=\"E Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-S.png\" align=\"center\" admin_label=\"S Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Edges","","inherit","closed","closed","","226-revision-v1","","","2017-09-11 15:09:43","2017-09-11 19:09:43","","226","http://www.pioneercabinetry.co/uncategorized/226-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("838","1","2017-09-11 15:13:23","2017-09-11 19:13:23","[et_pb_section fb_built=\"1\" background_color=\"#ffffff\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" admin_label=\"section\" _builder_version=\"3.0.47\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HD-Generic1.jpg\" align=\"center\" _builder_version=\"3.0.47\" custom_css_main_element=\"width:100%;\" animation=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"10px||31px|\" _builder_version=\"3.0.47\"][et_pb_row custom_padding=\"27px|0px|5px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Options Headline\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px||0px|\"]<h1><span>Options</span></h1>

[/et_pb_text][et_pb_text background_layout=\"dark\" admin_label=\"Options Text\" _builder_version=\"3.0.72\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\"]<strong>Each option below can turn a standard cabinet into a personalized cabinetry.</strong><br>
<span>Combinations of these options can help set your Pioneer cabinetry apart from the rest.</span>
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"3px||10px|\" _builder_version=\"3.0.72\" custom_css_main_element=\"border-top:1px solid #444444;\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"16px|0px|27px|0px\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Drawer Head Styles Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h2>Drawer Head Styles</h2>
<p>Pioneer offers 8 different drawer heads for the \"standard\" door styles, examples are below.</p>
[/et_pb_text][et_pb_gallery gallery_ids=\"554,553,552,551,550,555,549,548\" posts_number=\"8\" show_title_and_caption=\"off\" show_pagination=\"off\" admin_label=\"DrawerHead Gallery\" _builder_version=\"3.0.72\" global_module=\"580\" saved_tabs=\"all\"][/et_pb_gallery][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"3px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.72\" inner_shadow=\"on\" custom_css_main_element=\"border-top:1px solid #444444;\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Glazing Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h2>Glazing</h2>
<p>The \"Olde World\" look of glazing cabinetry is a great way to give your home a unique and classic look. A glazed finish is achieved by applying the glaze over the entire surface of all finished parts, then wiping the glaze off by hand. The result is stunning, as the glaze will \"hang-up\" unevenly in corners, profiled edges and end grain of each glazed component. It is recommended that the homeowners view an actual door sample or display before selecting a glazed finish, as color variations will occur between individual cabinet components.</p>
[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_gallery gallery_ids=\"557,558,559,560,561\" posts_number=\"12\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Glazes Gallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;\" custom_css_gallery_item_caption=\"text-align:center;\" global_module=\"581\" saved_tabs=\"all\"][/et_pb_gallery][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"3px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.72\" custom_css_main_element=\"border-top:1px solid #444444;\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Finishing Techniques Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h2>Finishing Techniques</h2>
<p>Create beauty and character with any of our custom finish techniques. Available in most standard Pioneer paints/tinted varnishes, stains and glazes. Since no two manufacturers are alike, it is recommended that homeowners view an actual door sample or display before finalizing any cabinet color/finishing technique selection.</p>
[/et_pb_text][et_pb_gallery gallery_ids=\"562,563,564,565\" posts_number=\"4\" orientation=\"portrait\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Finishing Gallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;font-size:1em !important;\" custom_css_gallery_item_caption=\"text-align:center;\" global_module=\"582\" saved_tabs=\"all\"][/et_pb_gallery][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"3px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.72\" inner_shadow=\"on\" custom_css_main_element=\"border-top:1px solid #444444;\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/kitchenKnotty-1.jpg\" align=\"center\" admin_label=\"Knotty Image\" _builder_version=\"3.0.72\" animation_direction=\"off\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Knotty Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h2>Knotty</h2>
<p><strong>At Pioneer we love the look of real wood with all its natural properties.</strong><br />
For those of you who also like the rustic look, this option might be for you. Pioneer, for our standard cabinetry, cuts around these natural knots. In our knotty option, we leave them in and sort through them to give you a natural looking option.</p>
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"3px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.72\" custom_css_main_element=\"border-top:1px solid #444444;\"][et_pb_row custom_padding=\"0px|0px|30px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Plywood Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h2>Plywood Construction</h2>
<p>All the flexibility you’ve come to expect from Pioneer with the added feature of plywood construction. If you choose this option, then you will receive full ½” plywood box construction. Pioneer uses only the best domestic plywood, no Chinese imports! Our sanded and calibrated plywood core provides the greatest opportunity for a smooth and consistent finished product.</p>
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Options","","inherit","closed","closed","","237-revision-v1","","","2017-09-11 15:13:23","2017-09-11 19:13:23","","237","http://www.pioneercabinetry.co/uncategorized/237-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("851","1","2017-09-11 15:33:28","2017-09-11 19:33:28","/*classes------------------*/
.finishes {border-top:1px solid #ffffff;border-radius:10px;}

/*FAQ toggles----------------*/
.et_pb_toggle_title:before {
	color: #058526;
}

h5.et_pb_toggle_title {
	color: #058526 !important;font-weight:bold;
}

/*SideBar Menu------------------*/
.et_pb_gutters2 .et_pb_column_1_4 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4 .et_pb_module {
	margin-bottom: 0 !important;
}

.et_pb_gallery_image img {
	width: 100% !important;
}

ul.et_pb_tabs_controls {
	background-color: transparent !important;
}

/*fixes-------------------- */
.et_fb_preview_active--responsive_preview .et_pb_section .et_pb_column .et_pb_module {
    margin-bottom: 0px !important;
}
.et_header_style_centered #main-header .logo_container {
}


/*TOP MENU------------------*/
#top-menu li {font-weight: normal;text-transform: uppercase;}
#main-header, #main-header .nav li ul, .et-search-form, #main-header .et_mobile_menu {background-color: #2b2b2b;-webkit-box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6);box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6);}
#main-header.et-fixed-header {background-color: #2b2b2b;-webkit-box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6) !important;box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6) !important;}
#top-menu li .menu-item-has-children > a:first-child {padding-right: 20px;}
#top-menu li li {margin: 0;padding: 0;}
#top-menu li li a {width: 240px;padding: 6px 20px;}
#top-menu li li a:hover {background-color: #000000;}
.et_mobile_menu li a {font-size: 18px !important;}
.et_mobile_menu li a:hover {background-color: #000000;}

/*FONTS------------------*/
h1, h2, h3, h4, h5, {
	font-style: normal;
	font-weight: 100;
	color: RED !important;
	line-height: 1em;
	padding-top: 20px !important;
	padding-bottom: 1px !important;
	margin-top: 30px !important;
	margin-bottom: 1px !important;
}

h1 {font-size:2.5em;}

h2 {
	padding-top: 10px !important;
}

ul {margin-top: 0;margin-bottom: 0;padding-top: 0;}

li.li1 {padding-left: 10px;margin-left: 20px;margin-top: 0;margin-bottom: 0;padding-bottom: 5px;}

ul.et_pb_tabs_controls {border-bottom: 1px solid #d9d9d9;background-color: #f4f4f4;font-size: 1.2em;text-transform: uppercase;letter-spacing: 1px;}


/*Gallery-----------------------------------------*/
.rounded {-webkit-border-radius: 2px;border-radius: 2px;}
.rounded img {-webkit-border-radius: 2px;border-radius: 2px;border: 1px solid #212121;}

.responsive {width:100%;margin:0;}

.et_pb_gallery_grid {}
.et_pb_gallery_caption {text-align:center;}
.et_pb_gallery_grid .et_pb_gallery_image {overflow: hidden;position: relative;-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.4);box-shadow: 0 0 10px 3px rgba(0,0,0,.4);-webkit-border-radius: 2px;border-radius: 2px;margin: 10px;}
.et_pb_gallery_item img {height: 100px;-webkit-border-radius: 2px;border-radius: 2px;border: 1px solid #ffffff;}

.fullGallery .et_pb_gallery_item img {height: auto;width: 100%;-webkit-border-radius: 2px;border-radius: 2px;border: 1px solid #ffffff;}
.et_overlay {-webkit-border-radius: 2px;border-radius: 2px;}

.safari .et_pb_gallery_grid .et_pb_gallery_image {overflow: visible;margin: 10px;-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.2);box-shadow: 0 0 10px 3px rgba(0,0,0,.2);-webkit-border-radius: 2px;border-radius: 2px;}


/*Find a Dealer ------------------*/
#wpsl-result-list li p {
    padding-left: 0;
    margin: 0px !important;
}
div.wpsl-store-location p {padding-bottom:2px;}
#wpsl-result-list a {font-weight:bold;font-size:0.9em !important;}
div.wpsl-store-location strong {font-size:1.2em;text-transform:uppercase;}","Divi-child","","inherit","closed","closed","","85-revision-v1","","","2017-09-11 15:33:28","2017-09-11 19:33:28","","85","http://www.pioneercabinetry.co/uncategorized/85-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("844","1","2017-09-11 15:19:47","2017-09-11 19:19:47","[et_pb_section fb_built=\"1\" custom_padding=\"20px||0px|\" admin_label=\"section\" _builder_version=\"3.0.72\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Gallery Headline\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"15px||30px|\"]

<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Our Gallery of Cabinets</span></h1>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"27px|0px|8px|0px\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Gallery Text\" _builder_version=\"3.0.72\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\"]<h3>We hope this section of our site will add some inspiration to your next cabinetry project.</span></strong></h3>
<p><span class=\"s1\">Click on any image that you see to view the entire photograph. </span></p>
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row gutter_width=\"1\" padding_mobile=\"off\" column_padding_mobile=\"on\" parallax_method_1=\"off\" module_class_1=\"photoGallery\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_custom_gutter=\"on\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\" module_class=\"photoGallery\"][et_pb_gallery gallery_ids=\"592,593,594,595,596,597,598,599,600,601\" gallery_captions=\",,,,,,,,,\" posts_number=\"20\" show_title_and_caption=\"off\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Cabinet Gallery\" module_class=\"photoGallery fullGallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;\" orientation=\"portrait\"][/et_pb_gallery][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#000000\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row custom_padding=\"||0px|\" padding_mobile=\"off\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Dealer Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h1>Dealer Gallery</h1>
<p>We like to show off what some of our dealer have created using Pioneer Cabinetry. If it inspires you, now is the time to contact your local Pioneer dealer.</p>
[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row gutter_width=\"1\" custom_padding=\"10px||0px|\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_custom_gutter=\"on\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_gallery gallery_ids=\"604,605,606,607,608,609,610,611,612,613,614\" gallery_captions=\",,,,,,,,,,\" posts_number=\"20\" show_pagination=\"off\" admin_label=\"Dealer Gallery\" module_class=\"photoGallery fullGallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;\"][/et_pb_gallery][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px|||\" padding_mobile=\"off\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_cta button_url=\"http://pioneercabinetry.net/wp/gallery/dealer-upload/\" button_text=\"Dealer Photo Upload\" use_background_color=\"off\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_size=\"15\"]<h4>Dealers, You Can Showcase Your Work</h4>
<p>Upload your best photos using Pioneer Cabinetry Cabinets with this form.</p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Gallery","","inherit","closed","closed","","264-revision-v1","","","2017-09-11 15:19:47","2017-09-11 19:19:47","","264","http://www.pioneercabinetry.co/uncategorized/264-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("853","1","2017-09-11 15:35:17","2017-09-11 19:35:17","/*classes------------------*/
.finishes {border-top:1px solid #ffffff;border-radius:10px;}

/*FAQ toggles----------------*/
.et_pb_toggle_title:before {
	color: #058526;
}

h5.et_pb_toggle_title {
	color: #058526 !important;font-weight:bold;
}

/*SideBar Menu------------------*/
.et_pb_gutters2 .et_pb_column_1_4 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4 .et_pb_module {
	margin-bottom: 0 !important;
}

.et_pb_gallery_image img {
	width: 100% !important;
}

ul.et_pb_tabs_controls {
	background-color: transparent !important;
}

/*fixes-------------------- */
.et_fb_preview_active--responsive_preview .et_pb_section .et_pb_column .et_pb_module {
    margin-bottom: 0px !important;
}
.et_header_style_centered #main-header .logo_container {
}


/*TOP MENU------------------*/
#top-menu li {font-weight: normal;text-transform: uppercase;}
#main-header, #main-header .nav li ul, .et-search-form, #main-header .et_mobile_menu {background-color: #2b2b2b;-webkit-box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6);box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6);}
#main-header.et-fixed-header {background-color: #2b2b2b;-webkit-box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6) !important;box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6) !important;}
#top-menu li .menu-item-has-children > a:first-child {padding-right: 20px;}
#top-menu li li {margin: 0;padding: 0;}
#top-menu li li a {width: 240px;padding: 6px 20px;}
#top-menu li li a:hover {background-color: #000000;}
.et_mobile_menu li a {font-size: 18px !important;}
.et_mobile_menu li a:hover {background-color: #000000;}

/*FONTS------------------*/
h1, h2, h3, h4, h5, {
	font-style: normal;
	font-weight: 100;
	color: RED !important;
	line-height: 1em;
	padding-top: 20px !important;
	padding-bottom: 1px !important;
	margin-top: 30px !important;
	margin-bottom: 1px !important;
}

h1 {font-size:2.5em;}

h2 {
	padding-top: 10px !important;
}

ul {margin-top: 0;margin-bottom: 0;padding-top: 0;}

li.li1 {padding-left: 10px;margin-left: 20px;margin-top: 0;margin-bottom: 0;padding-bottom: 5px;}

ul.et_pb_tabs_controls {border-bottom: 1px solid #d9d9d9;background-color: #f4f4f4;font-size: 1.2em;text-transform: uppercase;letter-spacing: 1px;}


/*Gallery-----------------------------------------*/
.rounded {-webkit-border-radius: 2px;border-radius: 2px;}
.rounded img {-webkit-border-radius: 2px;border-radius: 2px;border: 1px solid #212121;}

.responsive {width:100%;margin:0;}

.et_pb_gallery_grid {}
.et_pb_gallery_caption {text-align:center;}
.et_pb_gallery_grid .et_pb_gallery_image {overflow: hidden;position: relative;-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.4);box-shadow: 0 0 10px 3px rgba(0,0,0,.4);-webkit-border-radius: 2px;border-radius: 2px;margin: 10px;}
.et_pb_gallery_item img {height: 100px;-webkit-border-radius: 2px;border-radius: 2px;border: 1px solid #ffffff;}

.fullGallery .et_pb_gallery_item img {height: auto;width: 100%;-webkit-border-radius: 2px;border-radius: 2px;border: 1px solid #ffffff;}
.et_overlay {-webkit-border-radius: 2px;border-radius: 2px;}

.safari .et_pb_gallery_grid .et_pb_gallery_image {overflow: visible;margin: 10px;-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.2);box-shadow: 0 0 10px 3px rgba(0,0,0,.2);-webkit-border-radius: 2px;border-radius: 2px;}


/*Find a Dealer ------------------*/
#wpsl-result-list li p {
    padding-left: 0;
    margin: 0px !important;
}
#wpsl-result-list {
    background-color: #dddddd;-webkit-box-shadow:inset 0 0 10px 6px rgba(0,0,0,0.1);
box-shadow:inset 0 0 10px 6px rgba(0,0,0,0.1);
}
div.wpsl-store-location p {padding-bottom:2px;}
#wpsl-result-list a {font-weight:bold;font-size:0.9em !important;}
div.wpsl-store-location strong {font-size:1.2em;text-transform:uppercase;}","Divi-child","","inherit","closed","closed","","85-revision-v1","","","2017-09-11 15:35:17","2017-09-11 19:35:17","","85","http://www.pioneercabinetry.co/uncategorized/85-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("855","1","2017-09-11 15:37:27","2017-09-11 19:37:27","/*classes------------------*/
.finishes {border-top:1px solid #ffffff;border-radius:10px;}

/*FAQ toggles----------------*/
.et_pb_toggle_title:before {
	color: #058526;
}

h5.et_pb_toggle_title {
	color: #058526 !important;font-weight:bold;
}

/*SideBar Menu------------------*/
.et_pb_gutters2 .et_pb_column_1_4 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4 .et_pb_module {
	margin-bottom: 0 !important;
}

.et_pb_gallery_image img {
	width: 100% !important;
}

ul.et_pb_tabs_controls {
	background-color: transparent !important;
}

/*fixes-------------------- */
.et_fb_preview_active--responsive_preview .et_pb_section .et_pb_column .et_pb_module {
    margin-bottom: 0px !important;
}
.et_header_style_centered #main-header .logo_container {
}


/*TOP MENU------------------*/
#top-menu li {font-weight: normal;text-transform: uppercase;}
#main-header, #main-header .nav li ul, .et-search-form, #main-header .et_mobile_menu {background-color: #2b2b2b;-webkit-box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6);box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6);}
#main-header.et-fixed-header {background-color: #2b2b2b;-webkit-box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6) !important;box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6) !important;}
#top-menu li .menu-item-has-children > a:first-child {padding-right: 20px;}
#top-menu li li {margin: 0;padding: 0;}
#top-menu li li a {width: 240px;padding: 6px 20px;}
#top-menu li li a:hover {background-color: #000000;}
.et_mobile_menu li a {font-size: 18px !important;}
.et_mobile_menu li a:hover {background-color: #000000;}

/*FONTS------------------*/
h1, h2, h3, h4, h5, {
	font-style: normal;
	font-weight: 100;
	color: RED !important;
	line-height: 1em;
	padding-top: 20px !important;
	padding-bottom: 1px !important;
	margin-top: 30px !important;
	margin-bottom: 1px !important;
}

h1 {font-size:2.5em;}

h2 {
	padding-top: 10px !important;
}

ul {margin-top: 0;margin-bottom: 0;padding-top: 0;}

li.li1 {padding-left: 10px;margin-left: 20px;margin-top: 0;margin-bottom: 0;padding-bottom: 5px;}

ul.et_pb_tabs_controls {border-bottom: 1px solid #d9d9d9;background-color: #f4f4f4;font-size: 1.2em;text-transform: uppercase;letter-spacing: 1px;}


/*Gallery-----------------------------------------*/
.rounded {-webkit-border-radius: 2px;border-radius: 2px;}
.rounded img {-webkit-border-radius: 2px;border-radius: 2px;border: 1px solid #212121;}

.responsive {width:100%;margin:0;}

.et_pb_gallery_grid {}
.et_pb_gallery_caption {text-align:center;}
.et_pb_gallery_grid .et_pb_gallery_image {overflow: hidden;position: relative;-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.4);box-shadow: 0 0 10px 3px rgba(0,0,0,.4);-webkit-border-radius: 2px;border-radius: 2px;margin: 10px;}
.et_pb_gallery_item img {height: 100px;-webkit-border-radius: 2px;border-radius: 2px;border: 1px solid #ffffff;}

.fullGallery .et_pb_gallery_item img {height: auto;width: 100%;-webkit-border-radius: 2px;border-radius: 2px;border: 1px solid #ffffff;}
.et_overlay {-webkit-border-radius: 2px;border-radius: 2px;}

.safari .et_pb_gallery_grid .et_pb_gallery_image {overflow: visible;margin: 10px;-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.2);box-shadow: 0 0 10px 3px rgba(0,0,0,.2);-webkit-border-radius: 2px;border-radius: 2px;}


/*Find a Dealer ------------------*/
#wpsl-result-list li p {
    padding-left: 0;
    margin: 0px !important;
}
#wpsl-result-list {
    background-color: #dddddd;-webkit-box-shadow:inset 0 0 10px 6px rgba(0,0,0,0.1);
box-shadow:inset 0 0 10px 6px rgba(0,0,0,0.1);
}
#wpsl-wrap {
    position: relative;
    overflow: hidden;
    background-color: #e1e1e1;
    padding: 20px;
}

div.wpsl-store-location p {padding-bottom:2px;}
#wpsl-result-list a {font-weight:bold;font-size:0.9em !important;}
div.wpsl-store-location strong {font-size:1.2em;text-transform:uppercase;}","Divi-child","","inherit","closed","closed","","85-revision-v1","","","2017-09-11 15:37:27","2017-09-11 19:37:27","","85","http://www.pioneercabinetry.co/uncategorized/85-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("857","1","2017-09-11 15:38:32","2017-09-11 19:38:32","/*classes------------------*/
.finishes {border-top:1px solid #ffffff;border-radius:10px;}

/*FAQ toggles----------------*/
.et_pb_toggle_title:before {
	color: #058526;
}

h5.et_pb_toggle_title {
	color: #058526 !important;font-weight:bold;
}

/*SideBar Menu------------------*/
.et_pb_gutters2 .et_pb_column_1_4 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4 .et_pb_module {
	margin-bottom: 0 !important;
}

.et_pb_gallery_image img {
	width: 100% !important;
}

ul.et_pb_tabs_controls {
	background-color: transparent !important;
}

/*fixes-------------------- */
.et_fb_preview_active--responsive_preview .et_pb_section .et_pb_column .et_pb_module {
    margin-bottom: 0px !important;
}
.et_header_style_centered #main-header .logo_container {
}


/*TOP MENU------------------*/
#top-menu li {font-weight: normal;text-transform: uppercase;}
#main-header, #main-header .nav li ul, .et-search-form, #main-header .et_mobile_menu {background-color: #2b2b2b;-webkit-box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6);box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6);}
#main-header.et-fixed-header {background-color: #2b2b2b;-webkit-box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6) !important;box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6) !important;}
#top-menu li .menu-item-has-children > a:first-child {padding-right: 20px;}
#top-menu li li {margin: 0;padding: 0;}
#top-menu li li a {width: 240px;padding: 6px 20px;}
#top-menu li li a:hover {background-color: #000000;}
.et_mobile_menu li a {font-size: 18px !important;}
.et_mobile_menu li a:hover {background-color: #000000;}

/*FONTS------------------*/
h1, h2, h3, h4, h5, {
	font-style: normal;
	font-weight: 100;
	color: RED !important;
	line-height: 1em;
	padding-top: 20px !important;
	padding-bottom: 1px !important;
	margin-top: 30px !important;
	margin-bottom: 1px !important;
}

h1 {font-size:2.5em;}

h2 {
	padding-top: 10px !important;
}

ul {margin-top: 0;margin-bottom: 0;padding-top: 0;}

li.li1 {padding-left: 10px;margin-left: 20px;margin-top: 0;margin-bottom: 0;padding-bottom: 5px;}

ul.et_pb_tabs_controls {border-bottom: 1px solid #d9d9d9;background-color: #f4f4f4;font-size: 1.2em;text-transform: uppercase;letter-spacing: 1px;}


/*Gallery-----------------------------------------*/
.rounded {-webkit-border-radius: 2px;border-radius: 2px;}
.rounded img {-webkit-border-radius: 2px;border-radius: 2px;border: 1px solid #212121;}

.responsive {width:100%;margin:0;}

.et_pb_gallery_grid {}
.et_pb_gallery_caption {text-align:center;}
.et_pb_gallery_grid .et_pb_gallery_image {overflow: hidden;position: relative;-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.4);box-shadow: 0 0 10px 3px rgba(0,0,0,.4);-webkit-border-radius: 2px;border-radius: 2px;margin: 10px;}
.et_pb_gallery_item img {height: 100px;-webkit-border-radius: 2px;border-radius: 2px;border: 1px solid #ffffff;}

.fullGallery .et_pb_gallery_item img {height: auto;width: 100%;-webkit-border-radius: 2px;border-radius: 2px;border: 1px solid #ffffff;}
.et_overlay {-webkit-border-radius: 2px;border-radius: 2px;}

.safari .et_pb_gallery_grid .et_pb_gallery_image {overflow: visible;margin: 10px;-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.2);box-shadow: 0 0 10px 3px rgba(0,0,0,.2);-webkit-border-radius: 2px;border-radius: 2px;}


/*Find a Dealer ------------------*/
#wpsl-result-list li p {
    padding-left: 0;
    margin: 0px !important;
}
#wpsl-result-list {
    background-color: #dddddd;-webkit-box-shadow:inset 0 0 10px 6px rgba(0,0,0,0.1);
box-shadow:inset 0 0 10px 6px rgba(0,0,0,0.1);
}
#wpsl-wrap {
    position: relative;
    overflow: hidden;
    background-color: #e1e1e1;
    padding: 20px;
border:2px solid #e09900;border-radius:10px
}

div.wpsl-store-location p {padding-bottom:2px;}
#wpsl-result-list a {font-weight:bold;font-size:0.9em !important;}
div.wpsl-store-location strong {font-size:1.2em;text-transform:uppercase;}","Divi-child","","inherit","closed","closed","","85-revision-v1","","","2017-09-11 15:38:32","2017-09-11 19:38:32","","85","http://www.pioneercabinetry.co/uncategorized/85-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("859","1","2017-09-11 15:40:07","2017-09-11 19:40:07","/*classes------------------*/
.finishes {border-top:1px solid #ffffff;border-radius:10px;}

/*FAQ toggles----------------*/
.et_pb_toggle_title:before {
	color: #058526;
}

h5.et_pb_toggle_title {
	color: #058526 !important;font-weight:bold;
}

/*SideBar Menu------------------*/
.et_pb_gutters2 .et_pb_column_1_4 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4 .et_pb_module {
	margin-bottom: 0 !important;
}

.et_pb_gallery_image img {
	width: 100% !important;
}

ul.et_pb_tabs_controls {
	background-color: transparent !important;
}

/*fixes-------------------- */
.et_fb_preview_active--responsive_preview .et_pb_section .et_pb_column .et_pb_module {
    margin-bottom: 0px !important;
}
.et_header_style_centered #main-header .logo_container {
}


/*TOP MENU------------------*/
#top-menu li {font-weight: normal;text-transform: uppercase;}
#main-header, #main-header .nav li ul, .et-search-form, #main-header .et_mobile_menu {background-color: #2b2b2b;-webkit-box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6);box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6);}
#main-header.et-fixed-header {background-color: #2b2b2b;-webkit-box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6) !important;box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6) !important;}
#top-menu li .menu-item-has-children > a:first-child {padding-right: 20px;}
#top-menu li li {margin: 0;padding: 0;}
#top-menu li li a {width: 240px;padding: 6px 20px;}
#top-menu li li a:hover {background-color: #000000;}
.et_mobile_menu li a {font-size: 18px !important;}
.et_mobile_menu li a:hover {background-color: #000000;}

/*FONTS------------------*/
h1, h2, h3, h4, h5, {
	font-style: normal;
	font-weight: 100;
	color: RED !important;
	line-height: 1em;
	padding-top: 20px !important;
	padding-bottom: 1px !important;
	margin-top: 30px !important;
	margin-bottom: 1px !important;
}

h1 {font-size:2.5em;}

h2 {
	padding-top: 10px !important;
}

ul {margin-top: 0;margin-bottom: 0;padding-top: 0;}

li.li1 {padding-left: 10px;margin-left: 20px;margin-top: 0;margin-bottom: 0;padding-bottom: 5px;}

ul.et_pb_tabs_controls {border-bottom: 1px solid #d9d9d9;background-color: #f4f4f4;font-size: 1.2em;text-transform: uppercase;letter-spacing: 1px;}


/*Gallery-----------------------------------------*/
.rounded {-webkit-border-radius: 2px;border-radius: 2px;}
.rounded img {-webkit-border-radius: 2px;border-radius: 2px;border: 1px solid #212121;}

.responsive {width:100%;margin:0;}

.et_pb_gallery_grid {}
.et_pb_gallery_caption {text-align:center;}
.et_pb_gallery_grid .et_pb_gallery_image {overflow: hidden;position: relative;-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.4);box-shadow: 0 0 10px 3px rgba(0,0,0,.4);-webkit-border-radius: 2px;border-radius: 2px;margin: 10px;}
.et_pb_gallery_item img {height: 100px;-webkit-border-radius: 2px;border-radius: 2px;border: 1px solid #ffffff;}

.fullGallery .et_pb_gallery_item img {height: auto;width: 100%;-webkit-border-radius: 2px;border-radius: 2px;border: 1px solid #ffffff;}
.et_overlay {-webkit-border-radius: 2px;border-radius: 2px;}

.safari .et_pb_gallery_grid .et_pb_gallery_image {overflow: visible;margin: 10px;-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.2);box-shadow: 0 0 10px 3px rgba(0,0,0,.2);-webkit-border-radius: 2px;border-radius: 2px;}


/*Find a Dealer ------------------*/
#wpsl-result-list li p {
    padding-left: 0;
    margin: 0px !important;
}
#wpsl-result-list {
    background-color: #dddddd;-webkit-box-shadow:inset 0 0 10px 6px rgba(0,0,0,0.1);
box-shadow:inset 0 0 10px 6px rgba(0,0,0,0.1);
}
#wpsl-wrap {
    position: relative;
    overflow: hidden;
    background-color: #e1e1e1;
    padding: 20px;
border:2px solid #e09900;border-radius:10px
}
#wpsl-search-wrap div label {
    font-weight: bold;
}

div.wpsl-store-location p {padding-bottom:2px;}
#wpsl-result-list a {font-weight:bold;font-size:0.9em !important;}
div.wpsl-store-location strong {font-size:1.2em;text-transform:uppercase;}","Divi-child","","inherit","closed","closed","","85-revision-v1","","","2017-09-11 15:40:07","2017-09-11 19:40:07","","85","http://www.pioneercabinetry.co/uncategorized/85-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("860","1","2017-09-11 15:41:04","2017-09-11 19:41:04","[et_pb_section fb_built=\"1\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" admin_label=\"section\" _builder_version=\"3.0.47\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Dealer Headline\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"20px|||\" custom_padding=\"15px||0px|\"]

<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Find a Dealer</span></h1>

[/et_pb_text][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Dealer button Text\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||20px|\"]

Use our Dealer Search below or click on your state button to view the closest Pioneer Dealer.

[/et_pb_text][et_pb_code _builder_version=\"3.0.47\"][wpsl][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"off\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h3>To find a dealer in each state you can use the buttons below.</h3>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px|||\" padding_mobile=\"off\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" parallax_method_4=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_button button_url=\"/find-a-dealer/connecticut\" button_text=\"Conneticut\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Connecticut Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"17\" custom_css_main_element=\"width:100%;\" global_module=\"317\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/find-a-dealer/florida\" button_text=\"Florida\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Florida Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"17\" custom_css_main_element=\"width:100%;\" global_module=\"318\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/find-a-dealer/georgia\" button_text=\"Georgia\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Georgia Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"17\" custom_css_main_element=\"width:100%;\" global_module=\"319\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_button button_url=\"/find-a-dealer/illinois\" button_text=\"Illinois\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Illinois Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"17\" custom_css_main_element=\"width:100%;\" global_module=\"320\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/find-a-dealer/indiana\" button_text=\"Indiana\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Indiana Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"17\" custom_css_main_element=\"width:100%;\" global_module=\"322\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/find-a-dealer/massachusetts\" button_text=\"Massachusetts\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Massachusetts Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"17\" custom_css_main_element=\"width:100%;\" global_module=\"323\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_button button_url=\"/find-a-dealer/michigan\" button_text=\"Michigan\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Michigan Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"17\" custom_css_main_element=\"width:100%;\" global_module=\"324\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/find-a-dealer/new-jersey\" button_text=\"New Jersey\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"New Jersey Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"17\" custom_css_main_element=\"width:100%;\" global_module=\"325\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/find-a-dealer/new-york\" button_text=\"New York\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"New York Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"17\" custom_css_main_element=\"width:100%;\" global_module=\"326\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_button button_url=\"/find-a-dealer/ohio\" button_text=\"Ohio\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Ohio Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"17\" custom_css_main_element=\"width:100%;\" global_module=\"327\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/find-a-dealer/pennsylvania\" button_text=\"Pennsylvania\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Pennsylvania Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"17\" custom_css_main_element=\"width:100%;\" global_module=\"328\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/find-a-dealer/wisconsin\" button_text=\"Wisconsin\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Wisconsin Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"17\" custom_css_main_element=\"width:100%;\" global_module=\"329\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"10px||25px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\" parallax=\"on\" parallax_method=\"off\"][et_pb_row custom_padding=\"||0px|\" padding_mobile=\"off\" column_padding_mobile=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"10px\" padding_right_1=\"10px\" padding_bottom_1=\"30px\" padding_left_1=\"10px\" padding_top_2=\"10px\" padding_right_2=\"10px\" padding_bottom_2=\"30px\" padding_left_2=\"10px\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"30px\" padding_left=\"10px\" padding_right=\"10px\" padding_top=\"10px\" column_padding_mobile=\"on\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"off\"][et_pb_cta title=\"Warranty\" button_url=\"http://pioneercabinetry.net/wp/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.47\" body_font_size=\"16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\"]

<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">We stand behind our craftsmanship.</span></p>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"30px\" padding_left=\"10px\" padding_right=\"10px\" padding_top=\"10px\" column_padding_mobile=\"on\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"off\"][et_pb_cta title=\"Dealer Locator\" button_url=\"http://pioneercabinetry.net/wp/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.47\" body_font_size=\"16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\"]

<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Florida","","inherit","closed","closed","","294-revision-v1","","","2017-09-11 15:41:04","2017-09-11 19:41:04","","294","http://www.pioneercabinetry.co/uncategorized/294-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("863","2","2017-09-12 09:34:18","2017-09-12 13:34:18","","The Cabinet Gallery Inc","","publish","closed","closed","","cabinet-gallery-inc","","","2017-09-12 09:34:18","2017-09-12 13:34:18","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=863","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("864","2","2017-09-12 09:34:18","2017-09-12 13:34:18","","The Cabinet Gallery Inc","","inherit","closed","closed","","863-revision-v1","","","2017-09-12 09:34:18","2017-09-12 13:34:18","","863","http://www.pioneercabinetry.co/uncategorized/863-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("865","2","2017-09-12 09:37:11","2017-09-12 13:37:11","","Style Trend Kitchen & Baths","","publish","closed","closed","","style-trend-kitchen-baths","","","2017-09-12 09:37:11","2017-09-12 13:37:11","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=865","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("866","2","2017-09-12 09:37:11","2017-09-12 13:37:11","","Style Trend Kitchen & Baths","","inherit","closed","closed","","865-revision-v1","","","2017-09-12 09:37:11","2017-09-12 13:37:11","","865","http://www.pioneercabinetry.co/uncategorized/865-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("867","2","2017-09-12 09:38:13","2017-09-12 13:38:13","","Studio Design And Millwork","","publish","closed","closed","","studio-design-millwork","","","2017-09-12 09:38:13","2017-09-12 13:38:13","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=867","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("868","2","2017-09-12 09:38:13","2017-09-12 13:38:13","","Studio Design And Millwork","","inherit","closed","closed","","867-revision-v1","","","2017-09-12 09:38:13","2017-09-12 13:38:13","","867","http://www.pioneercabinetry.co/uncategorized/867-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("869","2","2017-09-12 09:41:09","2017-09-12 13:41:09","","Stonebridge Kitchen And Bath","","publish","closed","closed","","stonebridge-kitchen-bath","","","2017-09-12 09:41:09","2017-09-12 13:41:09","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=869","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("870","2","2017-09-12 09:41:09","2017-09-12 13:41:09","","Stonebridge Kitchen And Bath","","inherit","closed","closed","","869-revision-v1","","","2017-09-12 09:41:09","2017-09-12 13:41:09","","869","http://www.pioneercabinetry.co/uncategorized/869-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("871","2","2017-09-12 09:42:27","2017-09-12 13:42:27","","Stellar Hardwood","","publish","closed","closed","","stellar-hardwood","","","2017-09-12 09:42:27","2017-09-12 13:42:27","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=871","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("872","2","2017-09-12 09:42:27","2017-09-12 13:42:27","","Stellar Hardwood","","inherit","closed","closed","","871-revision-v1","","","2017-09-12 09:42:27","2017-09-12 13:42:27","","871","http://www.pioneercabinetry.co/uncategorized/871-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("873","2","2017-09-12 09:43:37","2017-09-12 13:43:37","","Starlite Kitchens","","publish","closed","closed","","starlite-kitchens","","","2017-09-12 09:43:37","2017-09-12 13:43:37","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=873","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("874","2","2017-09-12 09:43:37","2017-09-12 13:43:37","","Starlite Kitchens","","inherit","closed","closed","","873-revision-v1","","","2017-09-12 09:43:37","2017-09-12 13:43:37","","873","http://www.pioneercabinetry.co/uncategorized/873-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("875","2","2017-09-12 09:44:45","2017-09-12 13:44:45","","Starline Distributors Inc","","publish","closed","closed","","starline-distributors-inc","","","2017-09-12 09:44:45","2017-09-12 13:44:45","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=875","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("876","2","2017-09-12 09:44:45","2017-09-12 13:44:45","","Starline Distributors Inc","","inherit","closed","closed","","875-revision-v1","","","2017-09-12 09:44:45","2017-09-12 13:44:45","","875","http://www.pioneercabinetry.co/uncategorized/875-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("877","2","2017-09-12 09:45:46","2017-09-12 13:45:46","","Seeco Contracting Corporation","","publish","closed","closed","","seeco-contracting-corporation","","","2017-09-12 09:45:46","2017-09-12 13:45:46","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=877","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("878","2","2017-09-12 09:45:46","2017-09-12 13:45:46","","Seeco Contracting Corporation","","inherit","closed","closed","","877-revision-v1","","","2017-09-12 09:45:46","2017-09-12 13:45:46","","877","http://www.pioneercabinetry.co/uncategorized/877-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("879","2","2017-09-12 09:46:46","2017-09-12 13:46:46","","SDI Contracting","","publish","closed","closed","","sdi-contracting","","","2017-09-12 09:46:46","2017-09-12 13:46:46","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=879","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("880","2","2017-09-12 09:46:46","2017-09-12 13:46:46","","SDI Contracting","","inherit","closed","closed","","879-revision-v1","","","2017-09-12 09:46:46","2017-09-12 13:46:46","","879","http://www.pioneercabinetry.co/uncategorized/879-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("881","2","2017-09-12 09:47:44","2017-09-12 13:47:44","","Sculpture Cabinetry & Renovations LLC","","publish","closed","closed","","sculpture-cabinetry-renovations-llc","","","2017-09-12 09:47:44","2017-09-12 13:47:44","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=881","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("882","2","2017-09-12 09:47:44","2017-09-12 13:47:44","","Sculpture Cabinetry & Renovations LLC","","inherit","closed","closed","","881-revision-v1","","","2017-09-12 09:47:44","2017-09-12 13:47:44","","881","http://www.pioneercabinetry.co/uncategorized/881-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("883","2","2017-09-12 09:48:48","2017-09-12 13:48:48","","Scholten Kitchens & Baths","","publish","closed","closed","","scholten-kitchens-baths","","","2017-09-12 09:48:48","2017-09-12 13:48:48","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=883","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("884","2","2017-09-12 09:48:48","2017-09-12 13:48:48","","Scholten Kitchens & Baths","","inherit","closed","closed","","883-revision-v1","","","2017-09-12 09:48:48","2017-09-12 13:48:48","","883","http://www.pioneercabinetry.co/uncategorized/883-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("885","2","2017-09-12 09:49:53","2017-09-12 13:49:53","","Richard Feight Kitchens LLC","","publish","closed","closed","","richard-feight-kitchens-llc","","","2017-09-12 09:49:53","2017-09-12 13:49:53","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=885","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("886","2","2017-09-12 09:49:53","2017-09-12 13:49:53","","Richard Feight Kitchens LLC","","inherit","closed","closed","","885-revision-v1","","","2017-09-12 09:49:53","2017-09-12 13:49:53","","885","http://www.pioneercabinetry.co/uncategorized/885-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("887","2","2017-09-12 09:51:06","2017-09-12 13:51:06","","Render Construction","","publish","closed","closed","","render-construction","","","2017-09-12 09:51:06","2017-09-12 13:51:06","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=887","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("888","2","2017-09-12 09:51:06","2017-09-12 13:51:06","","Render Construction","","inherit","closed","closed","","887-revision-v1","","","2017-09-12 09:51:06","2017-09-12 13:51:06","","887","http://www.pioneercabinetry.co/uncategorized/887-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("889","2","2017-09-12 09:52:10","2017-09-12 13:52:10","","Remodel It!","","publish","closed","closed","","remodel-it","","","2017-09-12 09:52:10","2017-09-12 13:52:10","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=889","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("890","2","2017-09-12 09:52:10","2017-09-12 13:52:10","","Remodel It!","","inherit","closed","closed","","889-revision-v1","","","2017-09-12 09:52:10","2017-09-12 13:52:10","","889","http://www.pioneercabinetry.co/uncategorized/889-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("891","2","2017-09-12 09:53:13","2017-09-12 13:53:13","","Quality Builders & Supplies","","publish","closed","closed","","quality-builders-supplies","","","2017-09-12 09:53:13","2017-09-12 13:53:13","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=891","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("892","2","2017-09-12 09:53:13","2017-09-12 13:53:13","","Quality Builders & Supplies","","inherit","closed","closed","","891-revision-v1","","","2017-09-12 09:53:13","2017-09-12 13:53:13","","891","http://www.pioneercabinetry.co/uncategorized/891-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("893","2","2017-09-12 09:54:16","2017-09-12 13:54:16","","ProBuild Company LLC","","publish","closed","closed","","probuild-company-llc","","","2017-09-12 09:54:16","2017-09-12 13:54:16","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=893","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("894","2","2017-09-12 09:54:16","2017-09-12 13:54:16","","ProBuild Company LLC","","inherit","closed","closed","","893-revision-v1","","","2017-09-12 09:54:16","2017-09-12 13:54:16","","893","http://www.pioneercabinetry.co/uncategorized/893-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("895","2","2017-09-12 09:55:25","2017-09-12 13:55:25","","Olson Lumber","","publish","closed","closed","","olson-lumber","","","2017-09-12 09:55:25","2017-09-12 13:55:25","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=895","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("896","2","2017-09-12 09:55:25","2017-09-12 13:55:25","","Olson Lumber","","inherit","closed","closed","","895-revision-v1","","","2017-09-12 09:55:25","2017-09-12 13:55:25","","895","http://www.pioneercabinetry.co/uncategorized/895-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("897","2","2017-09-12 09:56:40","2017-09-12 13:56:40","","Odd Fellows Contracting Inc","","publish","closed","closed","","odd-fellows-contracting-inc","","","2017-09-12 09:56:40","2017-09-12 13:56:40","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=897","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("898","2","2017-09-12 09:56:40","2017-09-12 13:56:40","","Odd Fellows Contracting Inc","","inherit","closed","closed","","897-revision-v1","","","2017-09-12 09:56:40","2017-09-12 13:56:40","","897","http://www.pioneercabinetry.co/uncategorized/897-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("899","2","2017-09-12 09:57:51","2017-09-12 13:57:51","","Nu-Way Utica, Inc","","publish","closed","closed","","nu-way-utica-inc","","","2017-09-12 09:57:51","2017-09-12 13:57:51","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=899","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("900","2","2017-09-12 09:57:51","2017-09-12 13:57:51","","Nu-Way Utica, Inc","","inherit","closed","closed","","899-revision-v1","","","2017-09-12 09:57:51","2017-09-12 13:57:51","","899","http://www.pioneercabinetry.co/uncategorized/899-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("901","2","2017-09-12 09:59:37","2017-09-12 13:59:37","","Northern Cabinets","","publish","closed","closed","","northern-cabinets","","","2017-09-12 09:59:37","2017-09-12 13:59:37","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=901","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("902","2","2017-09-12 09:59:37","2017-09-12 13:59:37","","Northern Cabinets","","inherit","closed","closed","","901-revision-v1","","","2017-09-12 09:59:37","2017-09-12 13:59:37","","901","http://www.pioneercabinetry.co/uncategorized/901-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("903","2","2017-09-12 10:00:39","2017-09-12 14:00:39","","M’s Kitchen And Bath Showroom","","publish","closed","closed","","ms-kitchen-bath-showroom","","","2017-09-12 10:00:39","2017-09-12 14:00:39","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=903","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("904","2","2017-09-12 10:00:39","2017-09-12 14:00:39","","M’s Kitchen And Bath Showroom","","inherit","closed","closed","","903-revision-v1","","","2017-09-12 10:00:39","2017-09-12 14:00:39","","903","http://www.pioneercabinetry.co/uncategorized/903-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("905","2","2017-09-12 10:02:10","2017-09-12 14:02:10","","MCBI","","publish","closed","closed","","mcbi","","","2017-09-12 10:02:10","2017-09-12 14:02:10","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=905","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("906","2","2017-09-12 10:02:10","2017-09-12 14:02:10","","MCBI","","inherit","closed","closed","","905-revision-v1","","","2017-09-12 10:02:10","2017-09-12 14:02:10","","905","http://www.pioneercabinetry.co/uncategorized/905-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("907","2","2017-09-12 10:03:37","2017-09-12 14:03:37","","Maplewood Home Builders Inc","","publish","closed","closed","","maplewood-home-builders-inc","","","2017-09-12 10:03:37","2017-09-12 14:03:37","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=907","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("908","2","2017-09-12 10:03:37","2017-09-12 14:03:37","","Maplewood Home Builders Inc","","inherit","closed","closed","","907-revision-v1","","","2017-09-12 10:03:37","2017-09-12 14:03:37","","907","http://www.pioneercabinetry.co/uncategorized/907-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("909","2","2017-09-12 10:04:50","2017-09-12 14:04:50","","Mans Kitchen & Bath - Trenton","","publish","closed","closed","","mans-kitchen-bath-trenton","","","2017-09-12 10:04:50","2017-09-12 14:04:50","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=909","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("910","2","2017-09-12 10:04:50","2017-09-12 14:04:50","","Mans Kitchen & Bath - Trenton","","inherit","closed","closed","","909-revision-v1","","","2017-09-12 10:04:50","2017-09-12 14:04:50","","909","http://www.pioneercabinetry.co/uncategorized/909-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("911","2","2017-09-12 10:06:18","2017-09-12 14:06:18","","Mans Kitchen & Bath - Canton","","publish","closed","closed","","mans-kitchen-bath-canton","","","2017-09-12 10:06:18","2017-09-12 14:06:18","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=911","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("912","2","2017-09-12 10:06:18","2017-09-12 14:06:18","","Mans Kitchen & Bath - Canton","","inherit","closed","closed","","911-revision-v1","","","2017-09-12 10:06:18","2017-09-12 14:06:18","","911","http://www.pioneercabinetry.co/uncategorized/911-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("913","2","2017-09-12 10:07:40","2017-09-12 14:07:40","","Luxury Kitchens","","publish","closed","closed","","luxury-kitchens","","","2017-09-12 10:07:40","2017-09-12 14:07:40","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=913","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("914","2","2017-09-12 10:07:40","2017-09-12 14:07:40","","Luxury Kitchens","","inherit","closed","closed","","913-revision-v1","","","2017-09-12 10:07:40","2017-09-12 14:07:40","","913","http://www.pioneercabinetry.co/uncategorized/913-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("915","2","2017-09-12 10:08:59","2017-09-12 14:08:59","","Luxury Bath","","publish","closed","closed","","luxury-bath","","","2017-09-12 10:08:59","2017-09-12 14:08:59","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=915","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("916","2","2017-09-12 10:08:59","2017-09-12 14:08:59","","Luxury Bath","","inherit","closed","closed","","915-revision-v1","","","2017-09-12 10:08:59","2017-09-12 14:08:59","","915","http://www.pioneercabinetry.co/uncategorized/915-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("917","2","2017-09-12 10:10:24","2017-09-12 14:10:24","","Lloyd’s Cabinet Shop Inc.","","publish","closed","closed","","lloyds-cabinet-shop-inc","","","2017-09-12 10:10:24","2017-09-12 14:10:24","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=917","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("918","2","2017-09-12 10:10:24","2017-09-12 14:10:24","","Lloyd’s Cabinet Shop Inc.","","inherit","closed","closed","","917-revision-v1","","","2017-09-12 10:10:24","2017-09-12 14:10:24","","917","http://www.pioneercabinetry.co/uncategorized/917-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("919","2","2017-09-12 10:11:45","2017-09-12 14:11:45","","Leutz Cabinets","","publish","closed","closed","","leutz-cabinets","","","2017-09-12 10:11:45","2017-09-12 14:11:45","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=919","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("920","2","2017-09-12 10:11:45","2017-09-12 14:11:45","","Leutz Cabinets","","inherit","closed","closed","","919-revision-v1","","","2017-09-12 10:11:45","2017-09-12 14:11:45","","919","http://www.pioneercabinetry.co/uncategorized/919-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("921","2","2017-09-12 10:13:03","2017-09-12 14:13:03","","Kurts Appliance Center Inc","","publish","closed","closed","","kurts-appliance-center-inc","","","2017-09-12 10:13:03","2017-09-12 14:13:03","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=921","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("922","2","2017-09-12 10:13:03","2017-09-12 14:13:03","","Kurts Appliance Center Inc","","inherit","closed","closed","","921-revision-v1","","","2017-09-12 10:13:03","2017-09-12 14:13:03","","921","http://www.pioneercabinetry.co/uncategorized/921-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("923","2","2017-09-12 10:14:24","2017-09-12 14:14:24","","Kitchen & Bath By Design, Inc","","publish","closed","closed","","kitchen-bath-design-inc","","","2017-09-12 10:14:24","2017-09-12 14:14:24","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=923","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("924","2","2017-09-12 10:14:24","2017-09-12 14:14:24","","Kitchen & Bath By Design, Inc","","inherit","closed","closed","","923-revision-v1","","","2017-09-12 10:14:24","2017-09-12 14:14:24","","923","http://www.pioneercabinetry.co/uncategorized/923-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("925","2","2017-09-12 10:15:54","2017-09-12 14:15:54","","JW Morris Custom Kitchen & Bath, HS","","publish","closed","closed","","jw-morris-custom-kitchen-bath-hs","","","2017-09-12 10:15:54","2017-09-12 14:15:54","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=925","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("926","2","2017-09-12 10:15:54","2017-09-12 14:15:54","","JW Morris Custom Kitchen & Bath, HS","","inherit","closed","closed","","925-revision-v1","","","2017-09-12 10:15:54","2017-09-12 14:15:54","","925","http://www.pioneercabinetry.co/uncategorized/925-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("927","2","2017-09-12 10:17:18","2017-09-12 14:17:18","","JW Morris Custom Kitchen & Bath","","publish","closed","closed","","jw-morris-custom-kitchen-bath","","","2017-09-12 10:17:18","2017-09-12 14:17:18","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=927","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("928","2","2017-09-12 10:17:18","2017-09-12 14:17:18","","JW Morris Custom Kitchen & Bath","","inherit","closed","closed","","927-revision-v1","","","2017-09-12 10:17:18","2017-09-12 14:17:18","","927","http://www.pioneercabinetry.co/uncategorized/927-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("929","2","2017-09-12 10:18:44","2017-09-12 14:18:44","","John’s Lumber","","publish","closed","closed","","johns-lumber","","","2017-09-12 10:18:44","2017-09-12 14:18:44","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=929","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("930","2","2017-09-12 10:18:44","2017-09-12 14:18:44","","John’s Lumber","","inherit","closed","closed","","929-revision-v1","","","2017-09-12 10:18:44","2017-09-12 14:18:44","","929","http://www.pioneercabinetry.co/uncategorized/929-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("931","2","2017-09-12 10:20:07","2017-09-12 14:20:07","","Ideology, Inc","","publish","closed","closed","","ideology-inc","","","2017-09-12 10:20:07","2017-09-12 14:20:07","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=931","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("932","2","2017-09-12 10:20:07","2017-09-12 14:20:07","","Ideology, Inc","","inherit","closed","closed","","931-revision-v1","","","2017-09-12 10:20:07","2017-09-12 14:20:07","","931","http://www.pioneercabinetry.co/uncategorized/931-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("933","2","2017-09-12 10:21:38","2017-09-12 14:21:38","","Homelife Homes","","publish","closed","closed","","homelife-homes","","","2017-09-12 10:21:38","2017-09-12 14:21:38","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=933","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("934","2","2017-09-12 10:21:38","2017-09-12 14:21:38","","Homelife Homes","","inherit","closed","closed","","933-revision-v1","","","2017-09-12 10:21:38","2017-09-12 14:21:38","","933","http://www.pioneercabinetry.co/uncategorized/933-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("935","2","2017-09-12 10:23:12","2017-09-12 14:23:12","","Harris-McClain Kitchen & Bath","","publish","closed","closed","","harris-mcclain-kitchen-bath","","","2017-09-12 10:23:12","2017-09-12 14:23:12","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=935","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("936","2","2017-09-12 10:23:12","2017-09-12 14:23:12","","Harris-McClain Kitchen & Bath","","inherit","closed","closed","","935-revision-v1","","","2017-09-12 10:23:12","2017-09-12 14:23:12","","935","http://www.pioneercabinetry.co/uncategorized/935-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("937","2","2017-09-12 10:24:42","2017-09-12 14:24:42","","H&S Supply Incly Inc","","publish","closed","closed","","hs-supply-incly-inc","","","2017-09-12 10:24:42","2017-09-12 14:24:42","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=937","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("938","2","2017-09-12 10:24:42","2017-09-12 14:24:42","","H&S Supply Incly Inc","","inherit","closed","closed","","937-revision-v1","","","2017-09-12 10:24:42","2017-09-12 14:24:42","","937","http://www.pioneercabinetry.co/uncategorized/937-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("939","2","2017-09-12 10:26:21","2017-09-12 14:26:21","","Greystone Kitchen & Bath","","publish","closed","closed","","greystone-kitchen-bath","","","2017-09-12 10:26:21","2017-09-12 14:26:21","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=939","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("940","2","2017-09-12 10:26:21","2017-09-12 14:26:21","","Greystone Kitchen & Bath","","inherit","closed","closed","","939-revision-v1","","","2017-09-12 10:26:21","2017-09-12 14:26:21","","939","http://www.pioneercabinetry.co/uncategorized/939-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("941","2","2017-09-12 10:28:11","2017-09-12 14:28:11","","Great Lakes Kitchen & Bath","","publish","closed","closed","","great-lakes-kitchen-bath","","","2017-09-12 10:28:11","2017-09-12 14:28:11","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=941","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("942","2","2017-09-12 10:28:11","2017-09-12 14:28:11","","Great Lakes Kitchen & Bath","","inherit","closed","closed","","941-revision-v1","","","2017-09-12 10:28:11","2017-09-12 14:28:11","","941","http://www.pioneercabinetry.co/uncategorized/941-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("943","2","2017-09-12 10:29:52","2017-09-12 14:29:52","","Frankenmuth Kitchens","","publish","closed","closed","","frankenmuth-kitchens","","","2017-09-12 10:29:52","2017-09-12 14:29:52","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=943","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("944","2","2017-09-12 10:29:52","2017-09-12 14:29:52","","Frankenmuth Kitchens","","inherit","closed","closed","","943-revision-v1","","","2017-09-12 10:29:52","2017-09-12 14:29:52","","943","http://www.pioneercabinetry.co/uncategorized/943-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("945","2","2017-09-12 10:34:43","2017-09-12 14:34:43","","Flynn Lumber & Supply Co","","publish","closed","closed","","flynn-lumber-supply-co","","","2017-09-12 10:34:43","2017-09-12 14:34:43","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=945","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("946","2","2017-09-12 10:34:43","2017-09-12 14:34:43","","Flynn Lumber & Supply Co","","inherit","closed","closed","","945-revision-v1","","","2017-09-12 10:34:43","2017-09-12 14:34:43","","945","http://www.pioneercabinetry.co/uncategorized/945-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("947","2","2017-09-12 10:36:58","2017-09-12 14:36:58","","Expo Kitchen And Bath Ltd","","publish","closed","closed","","expo-kitchen-bath-ltd","","","2017-09-12 10:36:58","2017-09-12 14:36:58","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=947","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("948","2","2017-09-12 10:36:58","2017-09-12 14:36:58","","Expo Kitchen And Bath Ltd","","inherit","closed","closed","","947-revision-v1","","","2017-09-12 10:36:58","2017-09-12 14:36:58","","947","http://www.pioneercabinetry.co/uncategorized/947-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("950","2","2017-09-12 10:39:06","2017-09-12 14:39:06","","Don’s Quality Cabinets","","publish","closed","closed","","dons-quality-cabinets","","","2017-09-12 10:39:06","2017-09-12 14:39:06","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=950","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("951","2","2017-09-12 10:39:06","2017-09-12 14:39:06","","Don’s Quality Cabinets","","inherit","closed","closed","","950-revision-v1","","","2017-09-12 10:39:06","2017-09-12 14:39:06","","950","http://www.pioneercabinetry.co/uncategorized/950-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("952","2","2017-09-12 10:41:35","2017-09-12 14:41:35","","Custom Bars & Bar Stools","","publish","closed","closed","","custom-bars-bar-stools","","","2017-09-12 10:41:35","2017-09-12 14:41:35","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=952","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("953","2","2017-09-12 10:41:35","2017-09-12 14:41:35","","Custom Bars & Bar Stools","","inherit","closed","closed","","952-revision-v1","","","2017-09-12 10:41:35","2017-09-12 14:41:35","","952","http://www.pioneercabinetry.co/uncategorized/952-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("954","2","2017-09-12 10:42:47","2017-09-12 14:42:47","","Creative Kitchens","","publish","closed","closed","","creative-kitchens","","","2017-09-12 10:42:47","2017-09-12 14:42:47","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=954","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("955","2","2017-09-12 10:42:47","2017-09-12 14:42:47","","Creative Kitchens","","inherit","closed","closed","","954-revision-v1","","","2017-09-12 10:42:47","2017-09-12 14:42:47","","954","http://www.pioneercabinetry.co/uncategorized/954-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("956","2","2017-09-12 10:44:00","2017-09-12 14:44:00","","Creative Designs Plus Inc","","publish","closed","closed","","creative-designs-plus-inc","","","2017-09-12 10:44:00","2017-09-12 14:44:00","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=956","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("957","2","2017-09-12 10:44:00","2017-09-12 14:44:00","","Creative Designs Plus Inc","","inherit","closed","closed","","956-revision-v1","","","2017-09-12 10:44:00","2017-09-12 14:44:00","","956","http://www.pioneercabinetry.co/uncategorized/956-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("958","2","2017-09-12 10:45:05","2017-09-12 14:45:05","","Countertops Direct - Harrison Twp.","","publish","closed","closed","","countertops-direct-harrison-twp","","","2017-09-12 10:45:05","2017-09-12 14:45:05","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=958","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("959","2","2017-09-12 10:45:05","2017-09-12 14:45:05","","Countertops Direct - Harrison Twp.","","inherit","closed","closed","","958-revision-v1","","","2017-09-12 10:45:05","2017-09-12 14:45:05","","958","http://www.pioneercabinetry.co/uncategorized/958-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("960","2","2017-09-12 10:46:15","2017-09-12 14:46:15","","Countertops Direct - Fort Gratiot","","publish","closed","closed","","countertops-direct-fort-gratiot","","","2017-09-12 10:46:15","2017-09-12 14:46:15","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=960","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("961","2","2017-09-12 10:46:15","2017-09-12 14:46:15","","Countertops Direct - Fort Gratiot","","inherit","closed","closed","","960-revision-v1","","","2017-09-12 10:46:15","2017-09-12 14:46:15","","960","http://www.pioneercabinetry.co/uncategorized/960-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("962","2","2017-09-12 10:47:29","2017-09-12 14:47:29","","Carlson Home Improvement","","publish","closed","closed","","carlson-home-improvement","","","2017-09-12 10:47:29","2017-09-12 14:47:29","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=962","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("963","2","2017-09-12 10:47:29","2017-09-12 14:47:29","","Carlson Home Improvement","","inherit","closed","closed","","962-revision-v1","","","2017-09-12 10:47:29","2017-09-12 14:47:29","","962","http://www.pioneercabinetry.co/uncategorized/962-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("964","2","2017-09-12 10:48:52","2017-09-12 14:48:52","","Cabinet Clinic Inc","","publish","closed","closed","","cabinet-clinic-inc","","","2017-09-12 10:48:52","2017-09-12 14:48:52","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=964","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("965","2","2017-09-12 10:48:52","2017-09-12 14:48:52","","Cabinet Clinic Inc","","inherit","closed","closed","","964-revision-v1","","","2017-09-12 10:48:52","2017-09-12 14:48:52","","964","http://www.pioneercabinetry.co/uncategorized/964-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("966","2","2017-09-12 10:49:53","2017-09-12 14:49:53","","Big Rapids Cash & Carry Inc","","publish","closed","closed","","big-rapids-cash-carry-inc","","","2017-09-12 10:49:53","2017-09-12 14:49:53","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=966","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("967","2","2017-09-12 10:49:53","2017-09-12 14:49:53","","Big Rapids Cash & Carry Inc","","inherit","closed","closed","","966-revision-v1","","","2017-09-12 10:49:53","2017-09-12 14:49:53","","966","http://www.pioneercabinetry.co/uncategorized/966-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("968","2","2017-09-12 10:50:53","2017-09-12 14:50:53","","Ben\'s Supercenter Inc.","","publish","closed","closed","","bens-supercenter-inc","","","2017-09-12 10:50:53","2017-09-12 14:50:53","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=968","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("969","2","2017-09-12 10:50:53","2017-09-12 14:50:53","","Ben\'s Supercenter Inc.","","inherit","closed","closed","","968-revision-v1","","","2017-09-12 10:50:53","2017-09-12 14:50:53","","968","http://www.pioneercabinetry.co/uncategorized/968-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("970","2","2017-09-12 10:52:08","2017-09-12 14:52:08","","Berry Nice Kitchens","","publish","closed","closed","","berry-nice-kitchens","","","2017-09-12 10:52:08","2017-09-12 14:52:08","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=970","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("971","2","2017-09-12 10:52:08","2017-09-12 14:52:08","","Berry Nice Kitchens","","inherit","closed","closed","","970-revision-v1","","","2017-09-12 10:52:08","2017-09-12 14:52:08","","970","http://www.pioneercabinetry.co/uncategorized/970-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("972","2","2017-09-12 10:53:16","2017-09-12 14:53:16","","Beagle Construction, LLC","","publish","closed","closed","","beagle-construction-llc","","","2017-09-12 10:53:16","2017-09-12 14:53:16","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=972","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("973","2","2017-09-12 10:53:16","2017-09-12 14:53:16","","Beagle Construction, LLC","","inherit","closed","closed","","972-revision-v1","","","2017-09-12 10:53:16","2017-09-12 14:53:16","","972","http://www.pioneercabinetry.co/uncategorized/972-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("974","2","2017-09-12 10:54:17","2017-09-12 14:54:17","","Bayshore Kitchen and Bath","","publish","closed","closed","","bayshore-kitchen-bath","","","2017-09-12 10:54:17","2017-09-12 14:54:17","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=974","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("975","2","2017-09-12 10:54:17","2017-09-12 14:54:17","","Bayshore Kitchen and Bath","","inherit","closed","closed","","974-revision-v1","","","2017-09-12 10:54:17","2017-09-12 14:54:17","","974","http://www.pioneercabinetry.co/uncategorized/974-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("976","2","2017-09-12 10:55:22","2017-09-12 14:55:22","","Bavarian Builders Inc","","publish","closed","closed","","bavarian-builders-inc","","","2017-09-12 10:55:22","2017-09-12 14:55:22","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=976","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("977","2","2017-09-12 10:55:22","2017-09-12 14:55:22","","Bavarian Builders Inc","","inherit","closed","closed","","976-revision-v1","","","2017-09-12 10:55:22","2017-09-12 14:55:22","","976","http://www.pioneercabinetry.co/uncategorized/976-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("978","2","2017-09-12 10:56:21","2017-09-12 14:56:21","","Asprey Cabinetry Dist. Inc","","publish","closed","closed","","asprey-cabinetry-dist-inc","","","2017-09-12 10:56:21","2017-09-12 14:56:21","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=978","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("979","2","2017-09-12 10:56:21","2017-09-12 14:56:21","","Asprey Cabinetry Dist. Inc","","inherit","closed","closed","","978-revision-v1","","","2017-09-12 10:56:21","2017-09-12 14:56:21","","978","http://www.pioneercabinetry.co/uncategorized/978-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("980","2","2017-09-12 10:57:31","2017-09-12 14:57:31","","Alpha Design + Build","","publish","closed","closed","","alpha-design-build","","","2017-09-12 10:57:31","2017-09-12 14:57:31","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=980","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("981","2","2017-09-12 10:57:31","2017-09-12 14:57:31","","Alpha Design + Build","","inherit","closed","closed","","980-revision-v1","","","2017-09-12 10:57:31","2017-09-12 14:57:31","","980","http://www.pioneercabinetry.co/uncategorized/980-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("982","2","2017-09-12 10:58:49","2017-09-12 14:58:49","","Abode Building Materials Co","","publish","closed","closed","","abode-building-materials-co","","","2017-09-12 10:58:49","2017-09-12 14:58:49","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=982","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("983","2","2017-09-12 10:58:49","2017-09-12 14:58:49","","Abode Building Materials Co","","inherit","closed","closed","","982-revision-v1","","","2017-09-12 10:58:49","2017-09-12 14:58:49","","982","http://www.pioneercabinetry.co/uncategorized/982-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("984","2","2017-09-12 10:59:53","2017-09-12 14:59:53","","Access Kitchens","","publish","closed","closed","","access-kitchens","","","2017-09-12 10:59:53","2017-09-12 14:59:53","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=984","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("985","2","2017-09-12 10:59:53","2017-09-12 14:59:53","","Access Kitchens","","inherit","closed","closed","","984-revision-v1","","","2017-09-12 10:59:53","2017-09-12 14:59:53","","984","http://www.pioneercabinetry.co/uncategorized/984-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("986","2","2017-09-12 11:01:03","2017-09-12 15:01:03","","Accurate Woodworking","","publish","closed","closed","","accurate-woodworking","","","2017-09-12 11:01:03","2017-09-12 15:01:03","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=986","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("987","2","2017-09-12 11:01:03","2017-09-12 15:01:03","","Accurate Woodworking","","inherit","closed","closed","","986-revision-v1","","","2017-09-12 11:01:03","2017-09-12 15:01:03","","986","http://www.pioneercabinetry.co/uncategorized/986-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("988","2","2017-09-12 11:02:13","2017-09-12 15:02:13","","Affordable Kitchen And Bath","","publish","closed","closed","","affordable-kitchen-bath","","","2017-09-12 11:02:13","2017-09-12 15:02:13","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=988","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("989","2","2017-09-12 11:02:13","2017-09-12 15:02:13","","Affordable Kitchen And Bath","","inherit","closed","closed","","988-revision-v1","","","2017-09-12 11:02:13","2017-09-12 15:02:13","","988","http://www.pioneercabinetry.co/uncategorized/988-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("990","2","2017-09-12 11:03:26","2017-09-12 15:03:26","","Designs In Context, Inc","","publish","closed","closed","","designs-context-inc","","","2017-09-12 11:03:26","2017-09-12 15:03:26","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=990","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("991","2","2017-09-12 11:03:26","2017-09-12 15:03:26","","Designs In Context, Inc","","inherit","closed","closed","","990-revision-v1","","","2017-09-12 11:03:26","2017-09-12 15:03:26","","990","http://www.pioneercabinetry.co/uncategorized/990-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("992","2","2017-09-12 11:04:33","2017-09-12 15:04:33","","J Michaels Design LLC","","publish","closed","closed","","j-michaels-design-llc","","","2017-09-12 11:04:33","2017-09-12 15:04:33","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=992","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("993","2","2017-09-12 11:04:33","2017-09-12 15:04:33","","J Michaels Design LLC","","inherit","closed","closed","","992-revision-v1","","","2017-09-12 11:04:33","2017-09-12 15:04:33","","992","http://www.pioneercabinetry.co/uncategorized/992-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("994","2","2017-09-12 11:05:47","2017-09-12 15:05:47","","JMS Cabinet & Remodeling Company LLC","","publish","closed","closed","","jms-cabinet-remodeling-company-llc","","","2017-09-12 11:05:47","2017-09-12 15:05:47","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=994","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("995","2","2017-09-12 11:05:47","2017-09-12 15:05:47","","JMS Cabinet & Remodeling Company LLC","","inherit","closed","closed","","994-revision-v1","","","2017-09-12 11:05:47","2017-09-12 15:05:47","","994","http://www.pioneercabinetry.co/uncategorized/994-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("996","2","2017-09-12 11:06:56","2017-09-12 15:06:56","","Liam Brex","","publish","closed","closed","","liam-brex","","","2017-09-12 11:06:56","2017-09-12 15:06:56","","0","http://www.pioneercabinetry.co/?post_type=wpsl_stores&#038;p=996","0","wpsl_stores","","0");
INSERT INTO `pcab_posts` VALUES("997","2","2017-09-12 11:06:56","2017-09-12 15:06:56","","Liam Brex","","inherit","closed","closed","","996-revision-v1","","","2017-09-12 11:06:56","2017-09-12 15:06:56","","996","http://www.pioneercabinetry.co/uncategorized/996-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("998","2","2017-09-12 11:09:15","2017-09-12 15:09:15","","Southwest Art & Design","","inherit","closed","closed","","621-revision-v1","","","2017-09-12 11:09:15","2017-09-12 15:09:15","","621","http://www.pioneercabinetry.co/uncategorized/621-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("1000","1","2017-09-12 11:14:53","2017-09-12 15:14:53","/*classes------------------*/
.finishes {border-top:1px solid #ffffff;border-radius:10px;}

/*FAQ toggles----------------*/
.et_pb_toggle_title:before {
	color: #058526;
}

h5.et_pb_toggle_title {
	color: #058526 !important;font-weight:bold;
}

/*SideBar Menu------------------*/
.et_pb_gutters2 .et_pb_column_1_4 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4 .et_pb_module {
	margin-bottom: 0 !important;
}

.et_pb_gallery_image img {
	width: 100% !important;
}

ul.et_pb_tabs_controls {
	background-color: transparent !important;
}

/*fixes-------------------- */
.et_fb_preview_active--responsive_preview .et_pb_section .et_pb_column .et_pb_module {
    margin-bottom: 0px !important;
}
.et_header_style_centered #main-header .logo_container {
}

.et_pb_inner_shadow {
	-webkit-box-shadow: inset 0 0 40px 3px rgba(0,0,0,.2);
	box-shadow: inset 0 0 40px 3px rgba(0,0,0,.2);
}

/*Scroll to top-------------*/
.et_pb_scroll_top.et-pb-icon {
	background-color: #e09900;
}


/*TOP MENU------------------*/
#top-menu li {font-weight: normal;text-transform: uppercase;}
#main-header, #main-header .nav li ul, .et-search-form, #main-header .et_mobile_menu {background-color: #2b2b2b;-webkit-box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6);box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6);}
#main-header.et-fixed-header {background-color: #2b2b2b;-webkit-box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6) !important;box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6) !important;}
#top-menu li .menu-item-has-children > a:first-child {padding-right: 20px;}
#top-menu li li {margin: 0;padding: 0;}
#top-menu li li a {width: 240px;padding: 6px 20px;}
#top-menu li li a:hover {background-color: #000000;}
.et_mobile_menu li a {font-size: 18px !important;}
.et_mobile_menu li a:hover {background-color: #000000;}

/*FONTS------------------*/
h1, h2, h3, h4, h5, {
	font-style: normal;
	font-weight: 100;
	color: RED !important;
	line-height: 1em;
	padding-top: 20px !important;
	padding-bottom: 1px !important;
	margin-top: 30px !important;
	margin-bottom: 1px !important;
}

h1 {font-size:2.5em;}

h2 {
	padding-top: 10px !important;
}

ul {margin-top: 0;margin-bottom: 0;padding-top: 0;}

li.li1 {padding-left: 10px;margin-left: 20px;margin-top: 0;margin-bottom: 0;padding-bottom: 5px;}

ul.et_pb_tabs_controls {border-bottom: 1px solid #d9d9d9;background-color: #f4f4f4;font-size: 1.2em;text-transform: uppercase;letter-spacing: 1px;}


/*Gallery-----------------------------------------*/
.rounded {-webkit-border-radius: 2px;border-radius: 2px;}
.rounded img {-webkit-border-radius: 2px;border-radius: 2px;border: 1px solid #212121;}

.responsive {width:100%;margin:0;}

.et_pb_gallery_grid {}
.et_pb_gallery_caption {text-align:center;}
.et_pb_gallery_grid .et_pb_gallery_image {overflow: hidden;position: relative;-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.4);box-shadow: 0 0 10px 3px rgba(0,0,0,.4);-webkit-border-radius: 2px;border-radius: 2px;margin: 10px;}
.et_pb_gallery_item img {height: 100px;-webkit-border-radius: 2px;border-radius: 2px;border: 1px solid #ffffff;}

.fullGallery .et_pb_gallery_item img {height: auto;width: 100%;-webkit-border-radius: 2px;border-radius: 2px;border: 1px solid #ffffff;}
.et_overlay {-webkit-border-radius: 2px;border-radius: 2px;}

.safari .et_pb_gallery_grid .et_pb_gallery_image {overflow: visible;margin: 10px;-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.2);box-shadow: 0 0 10px 3px rgba(0,0,0,.2);-webkit-border-radius: 2px;border-radius: 2px;}


/*Find a Dealer ------------------*/
#wpsl-result-list li p {
    padding-left: 0;
    margin: 0px !important;
}
#wpsl-result-list {
    background-color: #dddddd;-webkit-box-shadow:inset 0 0 10px 6px rgba(0,0,0,0.1);
box-shadow:inset 0 0 10px 6px rgba(0,0,0,0.1);
}
#wpsl-wrap {
    position: relative;
    overflow: hidden;
    background-color: #e1e1e1;
    padding: 20px;
border:2px solid #e09900;border-radius:10px
}
#wpsl-search-wrap div label {
    font-weight: bold;
}

div.wpsl-store-location p {padding-bottom:2px;}
#wpsl-result-list a {font-weight:bold;font-size:0.9em !important;}
div.wpsl-store-location strong {font-size:1.2em;text-transform:uppercase;}","Divi-child","","inherit","closed","closed","","85-revision-v1","","","2017-09-12 11:14:53","2017-09-12 15:14:53","","85","http://www.pioneercabinetry.co/uncategorized/85-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("1004","1","2017-09-12 11:23:42","2017-09-12 15:23:42","/*classes------------------*/
.finishes {border-top:1px solid #ffffff;border-radius:10px;}

/*FAQ toggles----------------*/
.et_pb_toggle_title:before {
	color: #058526;
}

h5.et_pb_toggle_title {
	color: #058526 !important;font-weight:bold;
}

/*SideBar Menu------------------*/
.et_pb_gutters2 .et_pb_column_1_4 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4 .et_pb_module {
	margin-bottom: 0 !important;
}

.et_pb_gallery_image img {
	width: 100% !important;
}

ul.et_pb_tabs_controls {
	background-color: transparent !important;
}

/*fixes-------------------- */
.et_fb_preview_active--responsive_preview .et_pb_section .et_pb_column .et_pb_module {
    margin-bottom: 0px !important;
}
.et_header_style_centered #main-header .logo_container {
}

.et_pb_inner_shadow {
	-webkit-box-shadow: inset 0 0 40px 3px rgba(0,0,0,.2);
	box-shadow: inset 0 0 40px 3px rgba(0,0,0,.2);
}

/*Scroll to top-------------*/
.et_pb_scroll_top.et-pb-icon {
	background-color: #e09900;
}


/*TOP MENU------------------*/
#top-menu li {font-weight: normal;text-transform: uppercase;}
#main-header, #main-header .nav li ul, .et-search-form, #main-header .et_mobile_menu {background-color: #2b2b2b;-webkit-box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6);box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6);}
#main-header.et-fixed-header {background-color: #2b2b2b;-webkit-box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6) !important;box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6) !important;}
#top-menu li .menu-item-has-children > a:first-child {padding-right: 20px;}
#top-menu li li {margin: 0;padding: 0;}
#top-menu li li a {width: 240px;padding: 6px 20px;}
#top-menu li li a:hover {background-color: #000000;}
.et_mobile_menu li a {font-size: 18px !important;}
.et_mobile_menu li a:hover {background-color: #000000;}

/*FONTS------------------*/
h1, h2, h3, h4, h5, {
	font-style: normal;
	font-weight: 100;
	color: RED !important;
	line-height: 1em;
	padding-top: 20px !important;
	padding-bottom: 1px !important;
	margin-top: 30px !important;
	margin-bottom: 1px !important;
}

h1 {font-size:2.5em;}

h2 {
	padding-top: 10px !important;
}

ul {margin-top: 0;margin-bottom: 0;padding-top: 0;}

li.li1 {padding-left: 10px;margin-left: 20px;margin-top: 0;margin-bottom: 0;padding-bottom: 5px;}

ul.et_pb_tabs_controls {border-bottom: 1px solid #d9d9d9;background-color: #f4f4f4;font-size: 1.2em;text-transform: uppercase;letter-spacing: 1px;}


/*Gallery-----------------------------------------*/
.rounded {-webkit-border-radius: 2px;border-radius: 2px;}
.rounded img {-webkit-border-radius: 2px;border-radius: 2px;border: 1px solid #212121;}

.responsive {width:100%;margin:0;}

.et_pb_gallery_grid {}
.et_pb_gallery_caption {text-align:center;}
.et_pb_gallery_grid .et_pb_gallery_image {overflow: hidden;position: relative;-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.4);box-shadow: 0 0 10px 3px rgba(0,0,0,.4);-webkit-border-radius: 2px;border-radius: 2px;margin: 10px;}
.et_pb_gallery_item img {height: 100px;-webkit-border-radius: 2px;border-radius: 2px;border: 1px solid #ffffff;}

.fullGallery .et_pb_gallery_item img {height: auto;width: 100%;-webkit-border-radius: 2px;border-radius: 2px;border: 1px solid #ffffff;}
.et_overlay {-webkit-border-radius: 2px;border-radius: 2px;}

.safari .et_pb_gallery_grid .et_pb_gallery_image {overflow: visible;margin: 10px;-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.2);box-shadow: 0 0 10px 3px rgba(0,0,0,.2);-webkit-border-radius: 2px;border-radius: 2px;}


/*Find a Dealer ------------------*/
#wpsl-result-list li p {
    padding-left: 0;
    margin: 0px !important;
}
#wpsl-result-list {
    background-color: #dddddd;-webkit-box-shadow:inset 0 0 10px 6px rgba(0,0,0,0.1);
box-shadow:inset 0 0 10px 6px rgba(0,0,0,0.1);
}
#wpsl-wrap {
    position: relative;
    overflow: hidden;
    background-color: #e1e1e1;
    padding: 20px;
border:2px solid #e09900;border-radius:10px
}
#wpsl-search-wrap div label {
    font-weight: bold;
}

div.wpsl-store-location p {padding-bottom:2px;}
#wpsl-result-list a {font-weight:bold;font-size:0.9em !important;}
div.wpsl-store-location strong {font-size:1.2em;text-transform:uppercase;}

/*FORMS------------------------*/
.ninja-input {-webkit-box-shadow: inset 0 0 5px 5px rgba(0,0,0,.1);box-shadow: inset 0 0 5px 5px rgba(0,0,0,.1);-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px;padding: 10px !important;font-size: 1em;width: 99%;}

.ninja-forms-required-items {font-style: italic;font-size: .8em;text-align: right;}

.field-wrap {margin-top: 5px;margin-bottom: 5px !important;}

::-webkit-input-placeholder {color: red;}
:-moz-placeholder {/* Firefox 18- */color: red;}
::-moz-placeholder {/* Firefox 19+ */color: red;}
:-ms-input-placeholder {color: red;}

.ninja-button {background-color: #c20430;color: #ffffff;opacity: 1;margin: 0 auto;font-size: 20px;font-weight: 500;padding: .3em 1em;position: relative;border: 2px solid;border-color: #ffffff;-moz-border-radius: 10px;-webkit-border-radius: 10px;border-radius: 10px;-webkit-box-shadow: inset 0 0 5px 5px rgba(0,0,0,.2);box-shadow: inset 0 0 5px 5px rgba(0,0,0,.2);-moz-transition: all .2s;-webkit-transition: all .2s;transition: all .2s;line-height: 1.7em;cursor: pointer;width: 100% !important;}

.ninja-button:hover {background-color: #c3d04c;color: #ffffff;}

input.wpcf7-form-control.wpcf7-submit.submit-button:hover {background-color: #c3d04c;color: #ffffff;}","Divi-child","","inherit","closed","closed","","85-revision-v1","","","2017-09-12 11:23:42","2017-09-12 15:23:42","","85","http://www.pioneercabinetry.co/uncategorized/85-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("1006","1","2017-09-12 11:28:35","2017-09-12 15:28:35","[et_pb_section fb_built=\"1\" custom_padding=\"0px||0px|\" _builder_version=\"3.0.72\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Request Headline\" _builder_version=\"3.0.72\" custom_padding=\"20px||20px|\"]

<h1 class=\"p1\" style=\"text-align: center;\"><span class=\"s1\">Request Our Brochure</span></h1>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.0.47\" custom_padding=\"13px|0px|9px|0px\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"27px|0px|9px|0px\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.0.72\" custom_padding=\"|50px||\"]<h2>We would love to send you our beautiful printed brochure right to your door.</span></strong></h2>
<p><span class=\"s1\">Simply fill out the following information completely and we will get that brochure in the mail as soon as possible. Our 20-page brochure features some of our most beautiful kitchen designs, overviews of each wood type, stains, paints, glazes and door styles that we currently offer.</span></p>
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.0.47\" custom_padding=\"5px|0px|54px|0px\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"2px|0px|27px|0px\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/catalogSample.png\" alt=\"Our Catalog Brochure\" _builder_version=\"3.0.72\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"FORM\" _builder_version=\"3.0.72\"]

[ninja_forms id=3]

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Request Our Brochure","","inherit","closed","closed","","303-revision-v1","","","2017-09-12 11:28:35","2017-09-12 15:28:35","","303","http://www.pioneercabinetry.co/uncategorized/303-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("1008","1","2017-09-12 11:30:46","2017-09-12 15:30:46","[et_pb_section fb_built=\"1\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" admin_label=\"section\" _builder_version=\"3.0.47\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Contact Headline\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"25px||20px|\"]<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Contacting us is easy!</span></h1>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Contact Text\" _builder_version=\"3.0.47\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\"]

<p class=\"kicker\" style=\"text-align: center\">You can call us at (810) 658-2075, or use the form to submit your question or concern.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" inner_shadow=\"on\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.72\"][et_pb_row padding_mobile=\"off\" column_padding_mobile=\"on\" background_color_2=\"#ffffff\" parallax_method_1=\"off\" parallax_method_2=\"off\" module_class_2=\"formBKGD\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" background_color=\"#ffffff\" parallax=\"off\" parallax_method=\"off\" module_class=\"formBKGD\"][et_pb_code admin_label=\"Contact Form Code\" _builder_version=\"3.0.72\"][ninja_forms id=1][/et_pb_code][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Contact Us","","inherit","closed","closed","","313-revision-v1","","","2017-09-12 11:30:46","2017-09-12 15:30:46","","313","http://www.pioneercabinetry.co/uncategorized/313-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("1009","1","2017-09-12 11:32:41","2017-09-12 15:32:41","[et_pb_section fb_built=\"1\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" admin_label=\"section\" _builder_version=\"3.0.47\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Contact Headline\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"25px||20px|\"]<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Contacting us is easy!</span></h1>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Contact Text\" _builder_version=\"3.0.47\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\"]

<p class=\"kicker\" style=\"text-align: center\">You can call us at (810) 658-2075, or use the form to submit your question or concern.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" inner_shadow=\"on\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.72\"][et_pb_row column_padding_mobile=\"on\" background_color_2=\"#ffffff\" parallax_method_1=\"off\" parallax_method_2=\"off\" module_class_2=\"formBKGD\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"27px|0px|27px|0px\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" background_color=\"#ffffff\" parallax=\"off\" parallax_method=\"off\" module_class=\"formBKGD\"][et_pb_code admin_label=\"Contact Form Code\" _builder_version=\"3.0.72\"][ninja_forms id=1][/et_pb_code][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Contact Us","","inherit","closed","closed","","313-revision-v1","","","2017-09-12 11:32:41","2017-09-12 15:32:41","","313","http://www.pioneercabinetry.co/uncategorized/313-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("1010","1","2017-09-12 11:32:45","2017-09-12 15:32:45","[et_pb_section fb_built=\"1\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" admin_label=\"section\" _builder_version=\"3.0.47\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Contact Headline\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"25px||20px|\"]<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Contacting us is easy!</span></h1>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Contact Text\" _builder_version=\"3.0.47\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\"]

<p class=\"kicker\" style=\"text-align: center\">You can call us at (810) 658-2075, or use the form to submit your question or concern.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" inner_shadow=\"on\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.72\"][et_pb_row column_padding_mobile=\"on\" background_color_2=\"#ffffff\" parallax_method_1=\"off\" parallax_method_2=\"off\" module_class_2=\"formBKGD\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"27px|0px|27px|0px\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" background_color=\"#ffffff\" parallax=\"off\" parallax_method=\"off\" module_class=\"formBKGD\"][et_pb_code admin_label=\"Contact Form Code\" _builder_version=\"3.0.72\"][ninja_forms id=1][/et_pb_code][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","","","inherit","closed","closed","","313-autosave-v1","","","2017-09-12 11:32:45","2017-09-12 15:32:45","","313","http://www.pioneercabinetry.co/uncategorized/313-autosave-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("1012","1","2017-09-12 11:34:05","2017-09-12 15:34:05","[et_pb_section fb_built=\"1\" custom_padding=\"0px||0px|\" _builder_version=\"3.0.72\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Request Headline\" _builder_version=\"3.0.72\" custom_padding=\"20px||20px|\"]

<h1 class=\"p1\" style=\"text-align: center;\"><span class=\"s1\">Request Our Brochure</span></h1>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding=\"13px|0px|9px|0px\" _builder_version=\"3.0.47\"][et_pb_row custom_padding=\"27px|0px|9px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.0.72\" custom_padding=\"|50px||\" text_font_size=\"18px\"]<h2>We would love to send you our beautiful printed brochure right to your door.</span></strong></h2>
Simply fill out the following information completely and we will get that brochure in the mail as soon as possible. Our 20-page brochure features some of our most beautiful kitchen designs, overviews of each wood type, stains, paints, glazes and door styles that we currently offer.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding=\"5px|0px|54px|0px\" _builder_version=\"3.0.47\"][et_pb_row custom_padding=\"2px|0px|27px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/catalogSample.png\" alt=\"Our Catalog Brochure\" _builder_version=\"3.0.72\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"FORM\" _builder_version=\"3.0.72\"]

[ninja_forms id=3]

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Request Our Brochure","","inherit","closed","closed","","303-revision-v1","","","2017-09-12 11:34:05","2017-09-12 15:34:05","","303","http://www.pioneercabinetry.co/uncategorized/303-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("1014","1","2017-09-12 11:36:35","2017-09-12 15:36:35","[et_pb_section fb_built=\"1\" background_color=\"#ffffff\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" admin_label=\"section\" _builder_version=\"3.0.47\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HD-DoorStyles.jpg\" align=\"center\" _builder_version=\"3.0.47\" custom_css_main_element=\"width:100%;\" animation=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Why Pioneer Headline\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px||0px|\"]

<h1><span class=\"s1\">Why Choose Pioneer?</span></h1>

[/et_pb_text][et_pb_text background_layout=\"dark\" admin_label=\"Why Text\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_font_size=\"18px\" text_line_height=\"1.8em\"]<h2>The Signature of Quality and Craftsmanship is the perfect reason.</h2>
We hope this website will be helpful in your search for quality cabinetry. We have presented a wide range of possibilities to help you find the right look for your new or remodeled home. While we believe this website will give you a good overview of our cabinetry, it is only a sample of the design options and features that are available. We encourage you to visit your nearest Pioneer dealer to fully experience what Pioneer has to offer.<br><br>

<h4>Pioneer sets itself apart from other cabinet companies with a few key points:</h4>
<strong>Experience –</strong> With over 25 years in business, the team at Pioneer knows how to deliver a quality product that surpasses homeowners\' hopes and expectations. Each Pioneer team member participates in an aggressive cross-training program to give them the utmost experience in all facets of cabinet manufacturing.<br><br>

<strong>Quality –</strong> Pioneer holds quality as its highest priority, from receipt of raw materials through the delivery of cabinetry made just for you. Pioneer\'s Quality Assurance Program guarantees that you will receive the best quality product for the price.<br><br>

<strong>Materials –</strong> Getting a good deal is only relevant if the product is well made. Pioneer goes the extra mile to ensure that your new cabinetry is made with the best materials. We offer standard features like 3/4\" solid wood face frames and door frames, solid wood dovetailed drawers, full-extension, soft-close, under-mount drawer slides, premium finishes, 1/2\" cabinet boxes, 3/4\" adjustable shelving and wood veneer finished end panels.<br><br>

<strong>Customization –</strong> We recognize that not every cabinet works for every customer, so we are happy to help you create the right cabinet combinations for your home. With so many options in sizes and colors, your home can be customized to your liking without compromising quality or affordability.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_search exclude_pages=\"off\" exclude_posts=\"on\" hide_button=\"off\" placeholder=\"Search our site\" field_bg=\"#aaaaaa\" placeholder_color=\"#000000\" _builder_version=\"3.0.72\" input_font_size=\"16px\" global_module=\"95\" saved_tabs=\"all\"][/et_pb_search][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Pioneer-LrgLogo.png\" align=\"center\" admin_label=\"Pioneer Logo - White\" _builder_version=\"3.0.72\" global_module=\"97\" saved_tabs=\"all\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Why Choose Pioneer?","","inherit","closed","closed","","299-revision-v1","","","2017-09-12 11:36:35","2017-09-12 15:36:35","","299","http://www.pioneercabinetry.co/uncategorized/299-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("1019","1","2017-09-12 11:38:33","2017-09-12 15:38:33","[et_pb_section fb_built=\"1\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" admin_label=\"section\" _builder_version=\"3.0.47\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Dealer Headline\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"25px||0px|\" custom_margin=\"||0px|\"]

<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Find a Dealer</span></h1>

[/et_pb_text][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Dealer button Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_font_size=\"18px\"]<p>Use our Dealer Search below or click on your state button to view the closest Pioneer Cabinetry Dealer.</p>[/et_pb_text][et_pb_code _builder_version=\"3.0.47\"][wpsl][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"off\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h3>To find a dealer in each state, click on the buttons below.</h3>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px|||\" padding_mobile=\"off\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" parallax_method_4=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_button button_url=\"/find-a-dealer/connecticut\" button_text=\"Conneticut\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Connecticut Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"17\" custom_css_main_element=\"width:100%;\" global_module=\"317\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/find-a-dealer/florida\" button_text=\"Florida\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Florida Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"17\" custom_css_main_element=\"width:100%;\" global_module=\"318\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/find-a-dealer/georgia\" button_text=\"Georgia\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Georgia Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"17\" custom_css_main_element=\"width:100%;\" global_module=\"319\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_button button_url=\"/find-a-dealer/illinois\" button_text=\"Illinois\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Illinois Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"17\" custom_css_main_element=\"width:100%;\" global_module=\"320\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/find-a-dealer/indiana\" button_text=\"Indiana\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Indiana Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"17\" custom_css_main_element=\"width:100%;\" global_module=\"322\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/find-a-dealer/massachusetts\" button_text=\"Massachusetts\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Massachusetts Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"17\" custom_css_main_element=\"width:100%;\" global_module=\"323\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_button button_url=\"/find-a-dealer/michigan\" button_text=\"Michigan\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Michigan Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"17\" custom_css_main_element=\"width:100%;\" global_module=\"324\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/find-a-dealer/new-jersey\" button_text=\"New Jersey\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"New Jersey Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"17\" custom_css_main_element=\"width:100%;\" global_module=\"325\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/find-a-dealer/new-york\" button_text=\"New York\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"New York Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"17\" custom_css_main_element=\"width:100%;\" global_module=\"326\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_button button_url=\"/find-a-dealer/ohio\" button_text=\"Ohio\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Ohio Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"17\" custom_css_main_element=\"width:100%;\" global_module=\"327\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/find-a-dealer/pennsylvania\" button_text=\"Pennsylvania\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Pennsylvania Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"17\" custom_css_main_element=\"width:100%;\" global_module=\"328\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/find-a-dealer/wisconsin\" button_text=\"Wisconsin\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Wisconsin Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"17\" custom_css_main_element=\"width:100%;\" global_module=\"329\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","","","inherit","closed","closed","","270-autosave-v1","","","2017-09-12 11:38:33","2017-09-12 15:38:33","","270","http://www.pioneercabinetry.co/uncategorized/270-autosave-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("1018","1","2017-09-12 11:38:08","2017-09-12 15:38:08","[et_pb_section fb_built=\"1\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" admin_label=\"section\" _builder_version=\"3.0.47\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Dealer Headline\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"25px||0px|\" custom_margin=\"||0px|\"]

<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Find a Dealer</span></h1>

[/et_pb_text][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Dealer button Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_font_size=\"18px\"]<p>Use our Dealer Search below or click on your state button to view the closest Pioneer Cabinetry Dealer.</p>[/et_pb_text][et_pb_code _builder_version=\"3.0.47\"][wpsl][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"off\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h3>To find a dealer in each state, click on the buttons below.</h3>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px|||\" padding_mobile=\"off\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" parallax_method_4=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_button button_url=\"/find-a-dealer/connecticut\" button_text=\"Conneticut\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Connecticut Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"17\" custom_css_main_element=\"width:100%;\" global_module=\"317\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/find-a-dealer/florida\" button_text=\"Florida\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Florida Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"17\" custom_css_main_element=\"width:100%;\" global_module=\"318\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/find-a-dealer/georgia\" button_text=\"Georgia\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Georgia Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"17\" custom_css_main_element=\"width:100%;\" global_module=\"319\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_button button_url=\"/find-a-dealer/illinois\" button_text=\"Illinois\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Illinois Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"17\" custom_css_main_element=\"width:100%;\" global_module=\"320\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/find-a-dealer/indiana\" button_text=\"Indiana\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Indiana Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"17\" custom_css_main_element=\"width:100%;\" global_module=\"322\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/find-a-dealer/massachusetts\" button_text=\"Massachusetts\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Massachusetts Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"17\" custom_css_main_element=\"width:100%;\" global_module=\"323\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_button button_url=\"/find-a-dealer/michigan\" button_text=\"Michigan\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Michigan Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"17\" custom_css_main_element=\"width:100%;\" global_module=\"324\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/find-a-dealer/new-jersey\" button_text=\"New Jersey\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"New Jersey Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"17\" custom_css_main_element=\"width:100%;\" global_module=\"325\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/find-a-dealer/new-york\" button_text=\"New York\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"New York Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"17\" custom_css_main_element=\"width:100%;\" global_module=\"326\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_button button_url=\"/find-a-dealer/ohio\" button_text=\"Ohio\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Ohio Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"17\" custom_css_main_element=\"width:100%;\" global_module=\"327\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/find-a-dealer/pennsylvania\" button_text=\"Pennsylvania\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Pennsylvania Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"17\" custom_css_main_element=\"width:100%;\" global_module=\"328\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"/find-a-dealer/wisconsin\" button_text=\"Wisconsin\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Wisconsin Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_text_size=\"17\" custom_css_main_element=\"width:100%;\" global_module=\"329\" saved_tabs=\"all\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Find a Dealer","","inherit","closed","closed","","270-revision-v1","","","2017-09-12 11:38:08","2017-09-12 15:38:08","","270","http://www.pioneercabinetry.co/uncategorized/270-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("1022","1","2017-09-12 11:41:50","2017-09-12 15:41:50","[et_pb_section fb_built=\"1\" custom_padding=\"20px||0px|\" admin_label=\"section\" _builder_version=\"3.0.72\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Gallery Headline\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"15px||30px|\"]

<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Our Gallery of Cabinets</span></h1>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row custom_padding=\"27px|0px|8px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Gallery Text\" _builder_version=\"3.0.72\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\"]<h3>We hope this section of our site will add some inspiration to your next cabinetry project.</span></strong></h3>
<p><span class=\"s1\">Click on any image that you see to view the entire photograph. </span></p>
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" padding_mobile=\"off\" column_padding_mobile=\"on\" parallax_method_1=\"off\" module_class_1=\"photoGallery\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\" module_class=\"photoGallery\"][et_pb_gallery gallery_ids=\"592,593,594,595,596,597,598,599,600,601\" gallery_captions=\",,,,,,,,,\" posts_number=\"20\" orientation=\"portrait\" show_title_and_caption=\"off\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Cabinet Gallery\" module_class=\"photoGallery fullGallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;\"][/et_pb_gallery][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#000000\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row custom_padding=\"||0px|\" padding_mobile=\"off\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Dealer Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h1>Dealer Gallery</h1>
<p>We like to show off what some of our dealer have created using Pioneer Cabinetry. If it inspires you, now is the time to contact your local Pioneer dealer.</p>
[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"10px||0px|\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_gallery gallery_ids=\"604,605,606,607,608,609,610,611,612,613,614\" gallery_captions=\",,,,,,,,,,\" posts_number=\"20\" show_pagination=\"off\" admin_label=\"Dealer Gallery\" module_class=\"photoGallery fullGallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;\"][/et_pb_gallery][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px|||\" padding_mobile=\"off\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_cta button_url=\"/gallery/dealer-upload/\" button_text=\"Dealer Photo Upload\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"18px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"50px|||\" custom_button=\"on\" button_text_size=\"15\"]<h4>Dealers, You Can Showcase Your Work</h4>
Upload your best photos using Pioneer Cabinetry Cabinets with this form.
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Gallery","","inherit","closed","closed","","264-revision-v1","","","2017-09-12 11:41:50","2017-09-12 15:41:50","","264","http://www.pioneercabinetry.co/uncategorized/264-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("1021","1","2017-09-12 11:40:52","2017-09-12 15:40:52","[et_pb_section fb_built=\"1\" custom_padding=\"20px||0px|\" admin_label=\"section\" _builder_version=\"3.0.72\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Gallery Headline\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"15px||30px|\"]

<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Our Gallery of Cabinets</span></h1>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row custom_padding=\"27px|0px|8px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Gallery Text\" _builder_version=\"3.0.72\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\"]<h3>We hope this section of our site will add some inspiration to your next cabinetry project.</span></strong></h3>
<p><span class=\"s1\">Click on any image that you see to view the entire photograph. </span></p>
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" padding_mobile=\"off\" column_padding_mobile=\"on\" parallax_method_1=\"off\" module_class_1=\"photoGallery\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\" module_class=\"photoGallery\"][et_pb_gallery gallery_ids=\"592,593,594,595,596,597,598,599,600,601\" gallery_captions=\",,,,,,,,,\" posts_number=\"20\" orientation=\"portrait\" show_title_and_caption=\"off\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Cabinet Gallery\" module_class=\"photoGallery fullGallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;\"][/et_pb_gallery][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#000000\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row custom_padding=\"||0px|\" padding_mobile=\"off\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Dealer Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h1>Dealer Gallery</h1>
<p>We like to show off what some of our dealer have created using Pioneer Cabinetry. If it inspires you, now is the time to contact your local Pioneer dealer.</p>
[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"10px||0px|\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_gallery gallery_ids=\"604,605,606,607,608,609,610,611,612,613,614\" gallery_captions=\",,,,,,,,,,\" posts_number=\"20\" show_pagination=\"off\" admin_label=\"Dealer Gallery\" module_class=\"photoGallery fullGallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;\"][/et_pb_gallery][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px|||\" padding_mobile=\"off\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_cta button_url=\"http://pioneercabinetry.net/wp/gallery/dealer-upload/\" button_text=\"Dealer Photo Upload\" use_background_color=\"off\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_button=\"on\" button_text_size=\"15\" custom_padding=\"50px|||\" body_font_size=\"18px\"]<h4>Dealers, You Can Showcase Your Work</h4>
Upload your best photos using Pioneer Cabinetry Cabinets with this form.
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Gallery","","inherit","closed","closed","","264-revision-v1","","","2017-09-12 11:40:52","2017-09-12 15:40:52","","264","http://www.pioneercabinetry.co/uncategorized/264-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("1023","1","2017-09-12 11:41:51","2017-09-12 15:41:51","[et_pb_section fb_built=\"1\" custom_padding=\"20px||0px|\" admin_label=\"section\" _builder_version=\"3.0.72\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Gallery Headline\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"15px||30px|\"]

<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Our Gallery of Cabinets</span></h1>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row custom_padding=\"27px|0px|8px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Gallery Text\" _builder_version=\"3.0.72\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\"]<h3>We hope this section of our site will add some inspiration to your next cabinetry project.</span></strong></h3>
<p><span class=\"s1\">Click on any image that you see to view the entire photograph. </span></p>
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" padding_mobile=\"off\" column_padding_mobile=\"on\" parallax_method_1=\"off\" module_class_1=\"photoGallery\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\" module_class=\"photoGallery\"][et_pb_gallery gallery_ids=\"592,593,594,595,596,597,598,599,600,601\" gallery_captions=\",,,,,,,,,\" posts_number=\"20\" orientation=\"portrait\" show_title_and_caption=\"off\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Cabinet Gallery\" module_class=\"photoGallery fullGallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;\"][/et_pb_gallery][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#000000\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row custom_padding=\"||0px|\" padding_mobile=\"off\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Dealer Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h1>Dealer Gallery</h1>
<p>We like to show off what some of our dealer have created using Pioneer Cabinetry. If it inspires you, now is the time to contact your local Pioneer dealer.</p>
[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding=\"10px||0px|\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_gallery gallery_ids=\"604,605,606,607,608,609,610,611,612,613,614\" gallery_captions=\",,,,,,,,,,\" posts_number=\"20\" show_pagination=\"off\" admin_label=\"Dealer Gallery\" module_class=\"photoGallery fullGallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;\"][/et_pb_gallery][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px|||\" padding_mobile=\"off\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_cta button_url=\"/gallery/dealer-upload/\" button_text=\"Dealer Photo Upload\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"18px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"50px|||\" custom_button=\"on\" button_text_size=\"15\"]<h4>Dealers, You Can Showcase Your Work</h4>
Upload your best photos using Pioneer Cabinetry Cabinets with this form.
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","","","inherit","closed","closed","","264-autosave-v1","","","2017-09-12 11:41:51","2017-09-12 15:41:51","","264","http://www.pioneercabinetry.co/uncategorized/264-autosave-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("1025","1","2017-09-12 11:45:33","2017-09-12 15:45:33","[et_pb_section fb_built=\"1\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" admin_label=\"section\" _builder_version=\"3.0.47\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Dealer Headline\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"25px||20px|\"]

<h1 class=\"p1\" style=\"text-align: center\"><span class=\"s1\">If you are a Pioneer Dealer, Showcase your work</span></h1>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#000000\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.72\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"27px|0px|27px|0px\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text text_orientation=\"center\" admin_label=\"Dealer Instruction Text\" _builder_version=\"3.0.72\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\" background_layout=\"dark\"]

<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">We would love to add your photos from your kitchen designs. Use this form to submit your photo.</span></p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#ffffff\" inner_shadow=\"on\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.72\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" header_line_height=\"1.7em\" text_font_size=\"18px\"]<h3 style=\"line-height:1.3em;\">Help us build our photo gallery of cabinets. If your photo is selected it will be added to our collection. <strong>Please be descriptive in the message box</strong>. We would love to know what type of wood and finish used.</h3>
Thanks for being apart of the Pioneer Cabinetry team.
[/et_pb_text][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Pioneer-LrgLogo-dark.png\" _builder_version=\"3.0.72\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_code admin_label=\"Dealer Form Code\" _builder_version=\"3.0.72\"][ninja_forms id=2][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Dealer Upload","","inherit","closed","closed","","267-revision-v1","","","2017-09-12 11:45:33","2017-09-12 15:45:33","","267","http://www.pioneercabinetry.co/uncategorized/267-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("1027","1","2017-09-12 11:49:21","2017-09-12 15:49:21","/*classes------------------*/
.finishes {border-top:1px solid #ffffff;border-radius:10px;}

/*FAQ toggles----------------*/
.et_pb_toggle_title:before {
	color: #058526;
}

h5.et_pb_toggle_title {
	color: #058526 !important;font-weight:bold;
}

/*SideBar Menu------------------*/
.et_pb_gutters2 .et_pb_column_1_4 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4 .et_pb_module {
	margin-bottom: 0 !important;
}

.et_pb_gallery_image img {
	width: 100% !important;
}

ul.et_pb_tabs_controls {
	background-color: transparent !important;
}

/*fixes-------------------- */
.et_fb_preview_active--responsive_preview .et_pb_section .et_pb_column .et_pb_module {
    margin-bottom: 0px !important;
}
.et_header_style_centered #main-header .logo_container {
}

.et_pb_inner_shadow {
	-webkit-box-shadow: inset 0 0 40px 3px rgba(0,0,0,.2);
	box-shadow: inset 0 0 40px 3px rgba(0,0,0,.2);
}

/*Scroll to top-------------*/
.et_pb_scroll_top.et-pb-icon {
	background-color: #e09900;
}


/*Lists -------------------*/
ul {margin:0px;padding:0px;line-height:1em;}
.bullets li {
	font-style: normal;
	font-size: 1.1em !important;
	padding-bottom: 8px;
	padding-left: 10px !important;
	font-weight: 400;
	line-height: 1.3em !important;
}


/*TOP MENU------------------*/
#top-menu li {font-weight: normal;text-transform: uppercase;}
#main-header, #main-header .nav li ul, .et-search-form, #main-header .et_mobile_menu {background-color: #2b2b2b;-webkit-box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6);box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6);}
#main-header.et-fixed-header {background-color: #2b2b2b;-webkit-box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6) !important;box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6) !important;}
#top-menu li .menu-item-has-children > a:first-child {padding-right: 20px;}
#top-menu li li {margin: 0;padding: 0;}
#top-menu li li a {width: 240px;padding: 6px 20px;}
#top-menu li li a:hover {background-color: #000000;}
.et_mobile_menu li a {font-size: 18px !important;}
.et_mobile_menu li a:hover {background-color: #000000;}

/*FONTS------------------*/
h1, h2, h3, h4, h5, {
	font-style: normal;
	font-weight: 100;
	color: RED !important;
	line-height: 1em;
	padding-top: 20px !important;
	padding-bottom: 1px !important;
	margin-top: 30px !important;
	margin-bottom: 1px !important;
}

h1 {font-size:2.5em;}

h2 {
	padding-top: 10px !important;
}

ul {margin-top: 0;margin-bottom: 0;padding-top: 0;}

li.li1 {padding-left: 10px;margin-left: 20px;margin-top: 0;margin-bottom: 0;padding-bottom: 5px;}

ul.et_pb_tabs_controls {border-bottom: 1px solid #d9d9d9;background-color: #f4f4f4;font-size: 1.2em;text-transform: uppercase;letter-spacing: 1px;}


/*Gallery-----------------------------------------*/
.rounded {-webkit-border-radius: 2px;border-radius: 2px;}
.rounded img {-webkit-border-radius: 2px;border-radius: 2px;border: 1px solid #212121;}

.responsive {width:100%;margin:0;}

.et_pb_gallery_grid {}
.et_pb_gallery_caption {text-align:center;}
.et_pb_gallery_grid .et_pb_gallery_image {overflow: hidden;position: relative;-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.4);box-shadow: 0 0 10px 3px rgba(0,0,0,.4);-webkit-border-radius: 2px;border-radius: 2px;margin: 10px;}
.et_pb_gallery_item img {height: 100px;-webkit-border-radius: 2px;border-radius: 2px;border: 1px solid #ffffff;}

.fullGallery .et_pb_gallery_item img {height: auto;width: 100%;-webkit-border-radius: 2px;border-radius: 2px;border: 1px solid #ffffff;}
.et_overlay {-webkit-border-radius: 2px;border-radius: 2px;}

.safari .et_pb_gallery_grid .et_pb_gallery_image {overflow: visible;margin: 10px;-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.2);box-shadow: 0 0 10px 3px rgba(0,0,0,.2);-webkit-border-radius: 2px;border-radius: 2px;}


/*Find a Dealer ------------------*/
#wpsl-result-list li p {
    padding-left: 0;
    margin: 0px !important;
}
#wpsl-result-list {
    background-color: #dddddd;-webkit-box-shadow:inset 0 0 10px 6px rgba(0,0,0,0.1);
box-shadow:inset 0 0 10px 6px rgba(0,0,0,0.1);
}
#wpsl-wrap {
    position: relative;
    overflow: hidden;
    background-color: #e1e1e1;
    padding: 20px;
border:2px solid #e09900;border-radius:10px
}
#wpsl-search-wrap div label {
    font-weight: bold;
}

div.wpsl-store-location p {padding-bottom:2px;}
#wpsl-result-list a {font-weight:bold;font-size:0.9em !important;}
div.wpsl-store-location strong {font-size:1.2em;text-transform:uppercase;}

/*FORMS------------------------*/
.ninja-input {-webkit-box-shadow: inset 0 0 5px 5px rgba(0,0,0,.1);box-shadow: inset 0 0 5px 5px rgba(0,0,0,.1);-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px;padding: 10px !important;font-size: 1em;width: 99%;}

.ninja-forms-required-items {font-style: italic;font-size: .8em;text-align: right;}

.field-wrap {margin-top: 5px;margin-bottom: 5px !important;}

::-webkit-input-placeholder {color: red;}
:-moz-placeholder {/* Firefox 18- */color: red;}
::-moz-placeholder {/* Firefox 19+ */color: red;}
:-ms-input-placeholder {color: red;}

.ninja-button {background-color: #c20430;color: #ffffff;opacity: 1;margin: 0 auto;font-size: 20px;font-weight: 500;padding: .3em 1em;position: relative;border: 2px solid;border-color: #ffffff;-moz-border-radius: 10px;-webkit-border-radius: 10px;border-radius: 10px;-webkit-box-shadow: inset 0 0 5px 5px rgba(0,0,0,.2);box-shadow: inset 0 0 5px 5px rgba(0,0,0,.2);-moz-transition: all .2s;-webkit-transition: all .2s;transition: all .2s;line-height: 1.7em;cursor: pointer;width: 100% !important;}

.ninja-button:hover {background-color: #c3d04c;color: #ffffff;}

input.wpcf7-form-control.wpcf7-submit.submit-button:hover {background-color: #c3d04c;color: #ffffff;}","Divi-child","","inherit","closed","closed","","85-revision-v1","","","2017-09-12 11:49:21","2017-09-12 15:49:21","","85","http://www.pioneercabinetry.co/uncategorized/85-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("1031","1","2017-09-12 11:57:51","2017-09-12 15:57:51","/*classes------------------*/
.finishes {border-top:1px solid #ffffff;border-radius:10px;}

/*FAQ toggles----------------*/
.et_pb_toggle_title:before {
	color: #058526;
}

h5.et_pb_toggle_title {
	color: #058526 !important;font-weight:bold;
}

/*SideBar Menu------------------*/
.et_pb_gutters2 .et_pb_column_1_4 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4 .et_pb_module {
	margin-bottom: 0 !important;
}

.et_pb_gallery_image img {
	width: 100% !important;
}

ul.et_pb_tabs_controls {
	background-color: transparent !important;
}

/*fixes-------------------- */
.et_fb_preview_active--responsive_preview .et_pb_section .et_pb_column .et_pb_module {
    margin-bottom: 0px !important;
}
.et_header_style_centered #main-header .logo_container {
}

.et_pb_inner_shadow {
	-webkit-box-shadow: inset 0 0 40px 3px rgba(0,0,0,.2);
	box-shadow: inset 0 0 40px 3px rgba(0,0,0,.2);
}

/*Scroll to top-------------*/
.et_pb_scroll_top.et-pb-icon {
	background-color: #e09900;
}


/*Lists -------------------*/
ul.bullets {margin:0px 0px 20px 0px;padding:10px 20px 10px 40px;line-height:1em;border-left:1px solid #777777;border-right:1px solid #777777;
border-radius:20px;background-color:#333333;
}
.bullets li {
	font-style: normal;
	font-size: 1.1em !important;
	padding-bottom: 8px;
	padding-top:5px;
	line-height: 1.2em !important;
}


/*TOP MENU------------------*/
#top-menu li {font-weight: normal;text-transform: uppercase;}
#main-header, #main-header .nav li ul, .et-search-form, #main-header .et_mobile_menu {background-color: #2b2b2b;-webkit-box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6);box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6);}
#main-header.et-fixed-header {background-color: #2b2b2b;-webkit-box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6) !important;box-shadow: inset 0 0 40px 3px rgba(0,0,0,.6) !important;}
#top-menu li .menu-item-has-children > a:first-child {padding-right: 20px;}
#top-menu li li {margin: 0;padding: 0;}
#top-menu li li a {width: 240px;padding: 6px 20px;}
#top-menu li li a:hover {background-color: #000000;}
.et_mobile_menu li a {font-size: 18px !important;}
.et_mobile_menu li a:hover {background-color: #000000;}

/*FONTS------------------*/
h1, h2, h3, h4, h5, {
	font-style: normal;
	font-weight: 100;
	color: RED !important;
	line-height: 1em;
	padding-top: 20px !important;
	padding-bottom: 1px !important;
	margin-top: 30px !important;
	margin-bottom: 1px !important;
}

h1 {font-size:2.5em;}

h2 {
	padding-top: 10px !important;
}

ul {margin-top: 0;margin-bottom: 0;padding-top: 0;}

li.li1 {padding-left: 10px;margin-left: 20px;margin-top: 0;margin-bottom: 0;padding-bottom: 5px;}

ul.et_pb_tabs_controls {border-bottom: 1px solid #d9d9d9;background-color: #f4f4f4;font-size: 1.2em;text-transform: uppercase;letter-spacing: 1px;}


/*Gallery-----------------------------------------*/
.rounded {-webkit-border-radius: 2px;border-radius: 2px;}
.rounded img {-webkit-border-radius: 2px;border-radius: 2px;border: 1px solid #212121;}

.responsive {width:100%;margin:0;}

.et_pb_gallery_grid {}
.et_pb_gallery_caption {text-align:center;}
.et_pb_gallery_grid .et_pb_gallery_image {overflow: hidden;position: relative;-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.4);box-shadow: 0 0 10px 3px rgba(0,0,0,.4);-webkit-border-radius: 2px;border-radius: 2px;margin: 10px;}
.et_pb_gallery_item img {height: 100px;-webkit-border-radius: 2px;border-radius: 2px;border: 1px solid #ffffff;}

.fullGallery .et_pb_gallery_item img {height: auto;width: 100%;-webkit-border-radius: 2px;border-radius: 2px;border: 1px solid #ffffff;}
.et_overlay {-webkit-border-radius: 2px;border-radius: 2px;}

.safari .et_pb_gallery_grid .et_pb_gallery_image {overflow: visible;margin: 10px;-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.2);box-shadow: 0 0 10px 3px rgba(0,0,0,.2);-webkit-border-radius: 2px;border-radius: 2px;}


/*Find a Dealer ------------------*/
#wpsl-result-list li p {
    padding-left: 0;
    margin: 0px !important;
}
#wpsl-result-list {
    background-color: #dddddd;-webkit-box-shadow:inset 0 0 10px 6px rgba(0,0,0,0.1);
box-shadow:inset 0 0 10px 6px rgba(0,0,0,0.1);
}
#wpsl-wrap {
    position: relative;
    overflow: hidden;
    background-color: #e1e1e1;
    padding: 20px;
border:2px solid #e09900;border-radius:10px
}
#wpsl-search-wrap div label {
    font-weight: bold;
}

div.wpsl-store-location p {padding-bottom:2px;}
#wpsl-result-list a {font-weight:bold;font-size:0.9em !important;}
div.wpsl-store-location strong {font-size:1.2em;text-transform:uppercase;}

/*FORMS------------------------*/
.ninja-input {-webkit-box-shadow: inset 0 0 5px 5px rgba(0,0,0,.1);box-shadow: inset 0 0 5px 5px rgba(0,0,0,.1);-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px;padding: 10px !important;font-size: 1em;width: 99%;}

.ninja-forms-required-items {font-style: italic;font-size: .8em;text-align: right;}

.field-wrap {margin-top: 5px;margin-bottom: 5px !important;}

::-webkit-input-placeholder {color: red;}
:-moz-placeholder {/* Firefox 18- */color: red;}
::-moz-placeholder {/* Firefox 19+ */color: red;}
:-ms-input-placeholder {color: red;}

.ninja-button {background-color: #c20430;color: #ffffff;opacity: 1;margin: 0 auto;font-size: 20px;font-weight: 500;padding: .3em 1em;position: relative;border: 2px solid;border-color: #ffffff;-moz-border-radius: 10px;-webkit-border-radius: 10px;border-radius: 10px;-webkit-box-shadow: inset 0 0 5px 5px rgba(0,0,0,.2);box-shadow: inset 0 0 5px 5px rgba(0,0,0,.2);-moz-transition: all .2s;-webkit-transition: all .2s;transition: all .2s;line-height: 1.7em;cursor: pointer;width: 100% !important;}

.ninja-button:hover {background-color: #c3d04c;color: #ffffff;}

input.wpcf7-form-control.wpcf7-submit.submit-button:hover {background-color: #c3d04c;color: #ffffff;}","Divi-child","","inherit","closed","closed","","85-revision-v1","","","2017-09-12 11:57:51","2017-09-12 15:57:51","","85","http://www.pioneercabinetry.co/uncategorized/85-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("1029","1","2017-09-12 11:50:27","2017-09-12 15:50:27","[et_pb_section fb_built=\"1\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" admin_label=\"section\" _builder_version=\"3.0.47\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Generic1.jpg\" align=\"center\" admin_label=\"Generic Header Image\" _builder_version=\"3.0.47\" custom_margin=\"15px||5px|\" animation=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"30px||20px|\" custom_padding_tablet=\"10px|||\" admin_label=\"Oak Section\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"3.0.72\"][et_pb_row custom_padding=\"27px|0px|12px|0px\" _builder_version=\"3.0.72\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.72\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Care Headline\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px||0px|\"]

<h1><span class=\"s1\">Care & Support</span></h1>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px|||\" padding_mobile=\"on\" column_padding_mobile=\"on\" padding_top_2=\"10px\" padding_right_2=\"5px\" padding_bottom_2=\"20px\" padding_left_2=\"5px\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Intro Information\" _builder_version=\"3.0.47\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p class=\"kicker\"><span class=\"s1\">At Pioneer Cabinetry, our craftsmen use only the finest woods and finishes available to us. The following is a guide so you may maintain the original look of your cabinetry for years to come.</span></p>

[/et_pb_text][et_pb_divider color=\"rgba(255,255,255,0.63)\" show_divider=\"on\" height=\"10\" divider_style=\"solid\" divider_position=\"top\" _builder_version=\"3.0.47\"][/et_pb_divider][et_pb_text background_layout=\"dark\" admin_label=\"General Care Information\" _builder_version=\"3.0.72\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h3 class=\"p1\"><span class=\"s1\">General Care Information:</span></h3>
<p class=\"p1\"><span class=\"s1\">General cleaning should be done using only water, a mild dish soap and a soft clean cloth. Always ring as much moisture as possible out of a moistened cloth and follow up by drying all cleaned surfaces with a separate soft, dry cloth.</span></p>
[/et_pb_text][et_pb_text background_layout=\"dark\" admin_label=\"Avoid these products\" _builder_version=\"3.0.72\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<p><strong>Avoid using the following products:</strong></p>
<ul class=\"bullets\">
<li>Spic and Span, which contains abrasives sodium carbonate and sodium silicate</li>
<li>Tilex, which contains sodium hypochlorite</li>
<li>Comet, which contains abrasives calcium carbonate and sodium carbonate</li>
<li>Chlorine bleach, which contains sodium hypochlorite</li>
<li>Hand washing liquid, which contains AlphoSulfo methyl ester and sodium laureth sulphate</li>
<li>Glass cleaners such as Windex, which contain isopropanol, alkylbenzene sulfonic acid, propylene glycol, and methyl ester</li>
<li>Ammonia</li>
<li>Furniture polish/Pledge, which contain silicone emulsion waxes</li>
</ul>
<p>Avoid bumping or hitting the finished surfaces, since this can produce a permanent indentation or cut. In the event of this type of damage, minor surface scratches can sometimes be repaired depending upon the severity of the damage. If repairs cannot be made with your Pioneer touch-up kit, we recommend using a certified furniture refinisher.</p>
[/et_pb_text][et_pb_divider color=\"rgba(255,255,255,0.63)\" show_divider=\"on\" height=\"10\" divider_style=\"solid\" divider_position=\"top\" _builder_version=\"3.0.47\"][/et_pb_divider][et_pb_text background_layout=\"dark\" admin_label=\"Stained Painted\" _builder_version=\"3.0.72\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h3>Stained and Painted Wood:</h3>
<p>Whether stained or painted, finishes should never be rubbed or scrubbed in a particular spot as this may increase the luster and reveal an uneven, shiny area.</p>
[/et_pb_text][et_pb_divider color=\"rgba(255,255,255,0.63)\" show_divider=\"on\" height=\"10\" divider_style=\"solid\" divider_position=\"top\" _builder_version=\"3.0.47\"][/et_pb_divider][et_pb_text background_layout=\"dark\" admin_label=\"Thermofoil\" _builder_version=\"3.0.72\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h3>Thermofoil:</h3>
<p>Repairs may be done by rubbing a scratched surface with a high grade polishing compound, followed by a high quality carnauba wax.</p>
[/et_pb_text][et_pb_divider color=\"rgba(255,255,255,0.63)\" show_divider=\"on\" height=\"10\" divider_style=\"solid\" divider_position=\"top\" _builder_version=\"3.0.47\"][/et_pb_divider][et_pb_text background_layout=\"dark\" admin_label=\"Tips\" module_class=\"bullets\" _builder_version=\"3.0.72\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h3>Tip and Hints:</h3>
<ul class=\"bullets\">
<li>Be aware of countertop appliances such as coffee makers, vegetable steamers, toasters, toaster ovens, tea kettles, etc., that create high heat and/or high moisture. Turn tea kettle in toward the hood fan as opposed to facing a cabinet end panel. Pull coffee makers in front of upper cabinets so steam will rise in front of the cabinet door instead of concentrating on the underside of the cabinet.</li>
<li>Be aware of candles or intense light fixtures, such as halogen bulbs, located close to finished surfaces as these may discolor the finished surface. Be aware of strong light patterns such as blinds or items being placed on finished surfaces (children\'s art work, etc.). Wood naturally \"warms\" with time, due to exposure to light, which may produce an unwanted fading pattern.</li>
<li>Decorative surface hardware (door pulls, knobs, etc.) should be cared for in the same manner as above, using a mild dish soap and water only.</li>
</ul>
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"5px\" padding_right=\"5px\" padding_top=\"10px\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_search exclude_pages=\"off\" exclude_posts=\"on\" hide_button=\"off\" placeholder=\"Search our site\" field_bg=\"#aaaaaa\" placeholder_color=\"#000000\" _builder_version=\"3.0.72\" input_font_size=\"16px\" global_module=\"95\" saved_tabs=\"all\"][/et_pb_search][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Pioneer-LrgLogo.png\" align=\"center\" admin_label=\"Pioneer Logo - White\" _builder_version=\"3.0.72\" global_module=\"97\" saved_tabs=\"all\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Care & Support","","inherit","closed","closed","","260-revision-v1","","","2017-09-12 11:50:27","2017-09-12 15:50:27","","260","http://www.pioneercabinetry.co/uncategorized/260-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("1035","1","2017-09-12 11:59:10","2017-09-12 15:59:10","[et_pb_section fb_built=\"1\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" admin_label=\"section\" _builder_version=\"3.0.47\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Generic1.jpg\" align=\"center\" admin_label=\"Generic Header Image\" _builder_version=\"3.0.47\" custom_margin=\"15px||5px|\" animation=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"30px||20px|\" custom_padding_tablet=\"10px|||\" admin_label=\"Oak Section\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"3.0.72\"][et_pb_row custom_padding=\"0px|||\" padding_mobile=\"on\" column_padding_mobile=\"on\" padding_top_2=\"10px\" padding_right_2=\"5px\" padding_bottom_2=\"20px\" padding_left_2=\"5px\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Care Headline\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px||0px|\"]

<h1><span class=\"s1\">Care & Support</span></h1>

[/et_pb_text][et_pb_text background_layout=\"dark\" admin_label=\"Intro Information\" _builder_version=\"3.0.47\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p class=\"kicker\"><span class=\"s1\">At Pioneer Cabinetry, our craftsmen use only the finest woods and finishes available to us. The following is a guide so you may maintain the original look of your cabinetry for years to come.</span></p>

[/et_pb_text][et_pb_divider color=\"rgba(255,255,255,0.63)\" show_divider=\"on\" height=\"10\" divider_style=\"solid\" divider_position=\"top\" _builder_version=\"3.0.47\"][/et_pb_divider][et_pb_text background_layout=\"dark\" admin_label=\"General Care Information\" _builder_version=\"3.0.72\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h3 class=\"p1\"><span class=\"s1\">General Care Information:</span></h3>
<p class=\"p1\"><span class=\"s1\">General cleaning should be done using only water, a mild dish soap and a soft clean cloth. Always ring as much moisture as possible out of a moistened cloth and follow up by drying all cleaned surfaces with a separate soft, dry cloth.</span></p>
[/et_pb_text][et_pb_text background_layout=\"dark\" admin_label=\"Avoid these products\" _builder_version=\"3.0.72\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<p><strong>Avoid using the following products:</strong></p>
<ul class=\"bullets\">
<li>Spic and Span, which contains abrasives sodium carbonate and sodium silicate</li>
<li>Tilex, which contains sodium hypochlorite</li>
<li>Comet, which contains abrasives calcium carbonate and sodium carbonate</li>
<li>Chlorine bleach, which contains sodium hypochlorite</li>
<li>Hand washing liquid, which contains AlphoSulfo methyl ester and sodium laureth sulphate</li>
<li>Glass cleaners such as Windex, which contain isopropanol, alkylbenzene sulfonic acid, propylene glycol, and methyl ester</li>
<li>Ammonia</li>
<li>Furniture polish/Pledge, which contain silicone emulsion waxes</li>
</ul>
<p>Avoid bumping or hitting the finished surfaces, since this can produce a permanent indentation or cut. In the event of this type of damage, minor surface scratches can sometimes be repaired depending upon the severity of the damage. If repairs cannot be made with your Pioneer touch-up kit, we recommend using a certified furniture refinisher.</p>
[/et_pb_text][et_pb_divider color=\"rgba(255,255,255,0.63)\" show_divider=\"on\" height=\"10\" divider_style=\"solid\" divider_position=\"top\" _builder_version=\"3.0.47\"][/et_pb_divider][et_pb_text background_layout=\"dark\" admin_label=\"Stained Painted\" _builder_version=\"3.0.72\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h3>Stained and Painted Wood:</h3>
<p>Whether stained or painted, finishes should never be rubbed or scrubbed in a particular spot as this may increase the luster and reveal an uneven, shiny area.</p>
[/et_pb_text][et_pb_divider color=\"rgba(255,255,255,0.63)\" show_divider=\"on\" height=\"10\" divider_style=\"solid\" divider_position=\"top\" _builder_version=\"3.0.47\"][/et_pb_divider][et_pb_text background_layout=\"dark\" admin_label=\"Thermofoil\" _builder_version=\"3.0.72\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h3>Thermofoil:</h3>
<p>Repairs may be done by rubbing a scratched surface with a high grade polishing compound, followed by a high quality carnauba wax.</p>
[/et_pb_text][et_pb_divider color=\"rgba(255,255,255,0.63)\" show_divider=\"on\" height=\"10\" divider_style=\"solid\" divider_position=\"top\" _builder_version=\"3.0.47\"][/et_pb_divider][et_pb_text background_layout=\"dark\" admin_label=\"Tips\" module_class=\"bullets\" _builder_version=\"3.0.72\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h3>Tip and Hints:</h3>
<ul class=\"bullets\">
<li>Be aware of countertop appliances such as coffee makers, vegetable steamers, toasters, toaster ovens, tea kettles, etc., that create high heat and/or high moisture. Turn tea kettle in toward the hood fan as opposed to facing a cabinet end panel. Pull coffee makers in front of upper cabinets so steam will rise in front of the cabinet door instead of concentrating on the underside of the cabinet.</li>
<li>Be aware of candles or intense light fixtures, such as halogen bulbs, located close to finished surfaces as these may discolor the finished surface. Be aware of strong light patterns such as blinds or items being placed on finished surfaces (children\'s art work, etc.). Wood naturally \"warms\" with time, due to exposure to light, which may produce an unwanted fading pattern.</li>
<li>Decorative surface hardware (door pulls, knobs, etc.) should be cared for in the same manner as above, using a mild dish soap and water only.</li>
</ul>
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"5px\" padding_right=\"5px\" padding_top=\"10px\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_cta title=\"Need some help deciding?\" button_url=\"/find-dealer/\" button_text=\"FIND A DEALER\" admin_label=\"Contact Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"||||\" header_font_size_tablet=\"26\" header_font_size_phone=\"26\" header_letter_spacing_tablet=\"0px\" header_letter_spacing_phone=\"0px\" header_line_height_tablet=\"1em\" header_line_height_phone=\"1em\" body_font=\"||||\" body_font_size=\"17\" body_font_size_tablet=\"17\" body_font_size_phone=\"17\" body_letter_spacing_tablet=\"0px\" body_letter_spacing_phone=\"0px\" body_line_height_tablet=\"1.7em\" body_line_height_phone=\"1.7em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"10px|0px|10px|0px\" custom_margin_tablet=\"10px|0px|10px|0px\" custom_margin_phone=\"10px|0px|10px|0px\" custom_padding=\"10px|20px|20px|20px\" custom_padding_tablet=\"10px|20px|20px|20px\" custom_padding_phone=\"10px|20px|20px|20px\" button_text_size_tablet=\"20\" button_text_size_phone=\"20\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"-webkit-border-radius: 20px;||border-radius: 20px;\" saved_tabs=\"all\" global_module=\"159\"]

<h4>Locate the perfect dealer to help you get started in the right direction.</h4>

[/et_pb_cta][et_pb_search exclude_pages=\"off\" exclude_posts=\"on\" hide_button=\"off\" placeholder=\"Search our site\" field_bg=\"#aaaaaa\" placeholder_color=\"#000000\" _builder_version=\"3.0.72\" input_font_size=\"16px\" global_module=\"95\" saved_tabs=\"all\"][/et_pb_search][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Pioneer-LrgLogo.png\" align=\"center\" admin_label=\"Pioneer Logo - White\" _builder_version=\"3.0.72\" global_module=\"97\" saved_tabs=\"all\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","","","inherit","closed","closed","","260-autosave-v1","","","2017-09-12 11:59:10","2017-09-12 15:59:10","","260","http://www.pioneercabinetry.co/uncategorized/260-autosave-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("1034","1","2017-09-12 11:59:07","2017-09-12 15:59:07","[et_pb_section fb_built=\"1\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" admin_label=\"section\" _builder_version=\"3.0.47\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Generic1.jpg\" align=\"center\" admin_label=\"Generic Header Image\" _builder_version=\"3.0.47\" custom_margin=\"15px||5px|\" animation=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"30px||20px|\" custom_padding_tablet=\"10px|||\" admin_label=\"Oak Section\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"3.0.72\"][et_pb_row custom_padding=\"0px|||\" padding_mobile=\"on\" column_padding_mobile=\"on\" padding_top_2=\"10px\" padding_right_2=\"5px\" padding_bottom_2=\"20px\" padding_left_2=\"5px\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Care Headline\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px||0px|\"]

<h1><span class=\"s1\">Care & Support</span></h1>

[/et_pb_text][et_pb_text background_layout=\"dark\" admin_label=\"Intro Information\" _builder_version=\"3.0.47\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p class=\"kicker\"><span class=\"s1\">At Pioneer Cabinetry, our craftsmen use only the finest woods and finishes available to us. The following is a guide so you may maintain the original look of your cabinetry for years to come.</span></p>

[/et_pb_text][et_pb_divider color=\"rgba(255,255,255,0.63)\" show_divider=\"on\" height=\"10\" divider_style=\"solid\" divider_position=\"top\" _builder_version=\"3.0.47\"][/et_pb_divider][et_pb_text background_layout=\"dark\" admin_label=\"General Care Information\" _builder_version=\"3.0.72\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h3 class=\"p1\"><span class=\"s1\">General Care Information:</span></h3>
<p class=\"p1\"><span class=\"s1\">General cleaning should be done using only water, a mild dish soap and a soft clean cloth. Always ring as much moisture as possible out of a moistened cloth and follow up by drying all cleaned surfaces with a separate soft, dry cloth.</span></p>
[/et_pb_text][et_pb_text background_layout=\"dark\" admin_label=\"Avoid these products\" _builder_version=\"3.0.72\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<p><strong>Avoid using the following products:</strong></p>
<ul class=\"bullets\">
<li>Spic and Span, which contains abrasives sodium carbonate and sodium silicate</li>
<li>Tilex, which contains sodium hypochlorite</li>
<li>Comet, which contains abrasives calcium carbonate and sodium carbonate</li>
<li>Chlorine bleach, which contains sodium hypochlorite</li>
<li>Hand washing liquid, which contains AlphoSulfo methyl ester and sodium laureth sulphate</li>
<li>Glass cleaners such as Windex, which contain isopropanol, alkylbenzene sulfonic acid, propylene glycol, and methyl ester</li>
<li>Ammonia</li>
<li>Furniture polish/Pledge, which contain silicone emulsion waxes</li>
</ul>
<p>Avoid bumping or hitting the finished surfaces, since this can produce a permanent indentation or cut. In the event of this type of damage, minor surface scratches can sometimes be repaired depending upon the severity of the damage. If repairs cannot be made with your Pioneer touch-up kit, we recommend using a certified furniture refinisher.</p>
[/et_pb_text][et_pb_divider color=\"rgba(255,255,255,0.63)\" show_divider=\"on\" height=\"10\" divider_style=\"solid\" divider_position=\"top\" _builder_version=\"3.0.47\"][/et_pb_divider][et_pb_text background_layout=\"dark\" admin_label=\"Stained Painted\" _builder_version=\"3.0.72\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h3>Stained and Painted Wood:</h3>
<p>Whether stained or painted, finishes should never be rubbed or scrubbed in a particular spot as this may increase the luster and reveal an uneven, shiny area.</p>
[/et_pb_text][et_pb_divider color=\"rgba(255,255,255,0.63)\" show_divider=\"on\" height=\"10\" divider_style=\"solid\" divider_position=\"top\" _builder_version=\"3.0.47\"][/et_pb_divider][et_pb_text background_layout=\"dark\" admin_label=\"Thermofoil\" _builder_version=\"3.0.72\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h3>Thermofoil:</h3>
<p>Repairs may be done by rubbing a scratched surface with a high grade polishing compound, followed by a high quality carnauba wax.</p>
[/et_pb_text][et_pb_divider color=\"rgba(255,255,255,0.63)\" show_divider=\"on\" height=\"10\" divider_style=\"solid\" divider_position=\"top\" _builder_version=\"3.0.47\"][/et_pb_divider][et_pb_text background_layout=\"dark\" admin_label=\"Tips\" module_class=\"bullets\" _builder_version=\"3.0.72\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h3>Tip and Hints:</h3>
<ul class=\"bullets\">
<li>Be aware of countertop appliances such as coffee makers, vegetable steamers, toasters, toaster ovens, tea kettles, etc., that create high heat and/or high moisture. Turn tea kettle in toward the hood fan as opposed to facing a cabinet end panel. Pull coffee makers in front of upper cabinets so steam will rise in front of the cabinet door instead of concentrating on the underside of the cabinet.</li>
<li>Be aware of candles or intense light fixtures, such as halogen bulbs, located close to finished surfaces as these may discolor the finished surface. Be aware of strong light patterns such as blinds or items being placed on finished surfaces (children\'s art work, etc.). Wood naturally \"warms\" with time, due to exposure to light, which may produce an unwanted fading pattern.</li>
<li>Decorative surface hardware (door pulls, knobs, etc.) should be cared for in the same manner as above, using a mild dish soap and water only.</li>
</ul>
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"5px\" padding_right=\"5px\" padding_top=\"10px\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_cta title=\"Need some help deciding?\" button_url=\"/find-dealer/\" button_text=\"FIND A DEALER\" admin_label=\"Contact Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"||||\" header_font_size_tablet=\"26\" header_font_size_phone=\"26\" header_letter_spacing_tablet=\"0px\" header_letter_spacing_phone=\"0px\" header_line_height_tablet=\"1em\" header_line_height_phone=\"1em\" body_font=\"||||\" body_font_size=\"17\" body_font_size_tablet=\"17\" body_font_size_phone=\"17\" body_letter_spacing_tablet=\"0px\" body_letter_spacing_phone=\"0px\" body_line_height_tablet=\"1.7em\" body_line_height_phone=\"1.7em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"10px|0px|10px|0px\" custom_margin_tablet=\"10px|0px|10px|0px\" custom_margin_phone=\"10px|0px|10px|0px\" custom_padding=\"10px|20px|20px|20px\" custom_padding_tablet=\"10px|20px|20px|20px\" custom_padding_phone=\"10px|20px|20px|20px\" button_text_size_tablet=\"20\" button_text_size_phone=\"20\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"-webkit-border-radius: 20px;||border-radius: 20px;\" saved_tabs=\"all\" global_module=\"159\"]

<h4>Locate the perfect dealer to help you get started in the right direction.</h4>

[/et_pb_cta][et_pb_search exclude_pages=\"off\" exclude_posts=\"on\" hide_button=\"off\" placeholder=\"Search our site\" field_bg=\"#aaaaaa\" placeholder_color=\"#000000\" _builder_version=\"3.0.72\" input_font_size=\"16px\" global_module=\"95\" saved_tabs=\"all\"][/et_pb_search][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Pioneer-LrgLogo.png\" align=\"center\" admin_label=\"Pioneer Logo - White\" _builder_version=\"3.0.72\" global_module=\"97\" saved_tabs=\"all\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Care & Support","","inherit","closed","closed","","260-revision-v1","","","2017-09-12 11:59:07","2017-09-12 15:59:07","","260","http://www.pioneercabinetry.co/uncategorized/260-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("1040","1","2017-09-12 12:46:50","2017-09-12 16:46:50","[et_pb_section fb_built=\"1\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" admin_label=\"section\" _builder_version=\"3.0.47\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Generic1.jpg\" align=\"center\" admin_label=\"Generic Header Image\" _builder_version=\"3.0.47\" custom_margin=\"15px||5px|\" animation=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Warranty Text\" _builder_version=\"3.0.72\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\"]<h1>Warranty</h1>
<strong>Pioneer Cabinetry, Inc. warrants its cabinetry to be free from defects in materials or workmanship for up to five years, to the original purchaser.</strong>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#dddddd\" inner_shadow=\"on\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Warranty Text\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_font_size=\"18px\" text_line_height=\"1.8em\"]<strong>A lifetime warranty is given on all drawer boxes, drawer glides and hinges.</strong><br>
This warranty does not apply to ordinary wear and tear to Pioneer products which have been altered, misused, abused, improperly stored or installed.<br><br>
<p><strong>Wood Properties:</strong><br />
As the seasons change the humidity level in your home will rise and fall depending on the severity of the climate changes and the humidity level maintained in your home. Therefore, you should expect minor shrinking or swelling of the center panels as well as movement at the joints in all doors, drawer heads and face frame joints. With solid wood slab doors this would cause the overall door width to swell or shrink. This is an inherent property of wood and therefore any issues related to this will not cause items to be replaced under warranty. This condition is not in any way considered defective workmanship or defective material. It will not affect the stability of the cabinetry, doors or finish in general.</p>
<p><strong>Painted/Tinted Varnish:</strong><br />
The changing temperature and moisture level in your home will affect wood cabinets. You should anticipate shrinkage or expansion of the joints in all doors, drawer heads and face frames. Therefore, you should expect minor cracking of the painted finish in all doors, drawer heads and face frame joints. Minor cracks of this nature add to the character of an all wood painted cabinet, and therefore will not be replaced under warranty. This condition is not in any way considered defective workmanship or defective material. It will not affect the cabinetry, doors or finish in general.</p>
<p><strong>Glaze:</strong><br />
The process of glazing begins with the hand-application of stain/paint on all finished cabinet components. After curing, a glaze compound is applied. Because of the technique used in achieving this special finish, glaze build-up will occur around the door and drawer front edges, door panels and flat surfaces such as drawer heads and cabinet end panels. The build up of the glazing compound will vary from one piece to another and the variations may be dramatic. The broad variations inherent to glaze finishes are considered to be the beauty of this finish.</p>
<p>We call your attention to the characteristics of glazed finishes because the effect of the variation in an entire kitchen may be different from what you witness in viewing displays or a finish sample. These variations are common in glazed finishes and will not be reason for replacement.</p>
<p>To make a claim under this warranty, contact the authorized Pioneer dealer where you purchased the product.</p>
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" padding_mobile=\"off\" _builder_version=\"3.0.47\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" parallax=\"on\" parallax_method=\"off\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_cta title=\"Need some help deciding?\" button_url=\"/find-dealer/\" button_text=\"FIND A DEALER\" admin_label=\"Contact Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"||||\" header_font_size_tablet=\"26\" header_font_size_phone=\"26\" header_letter_spacing_tablet=\"0px\" header_letter_spacing_phone=\"0px\" header_line_height_tablet=\"1em\" header_line_height_phone=\"1em\" body_font=\"||||\" body_font_size=\"17\" body_font_size_tablet=\"17\" body_font_size_phone=\"17\" body_letter_spacing_tablet=\"0px\" body_letter_spacing_phone=\"0px\" body_line_height_tablet=\"1.7em\" body_line_height_phone=\"1.7em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"10px|0px|10px|0px\" custom_margin_tablet=\"10px|0px|10px|0px\" custom_margin_phone=\"10px|0px|10px|0px\" custom_padding=\"10px|20px|20px|20px\" custom_padding_tablet=\"10px|20px|20px|20px\" custom_padding_phone=\"10px|20px|20px|20px\" button_text_size_tablet=\"20\" button_text_size_phone=\"20\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"-webkit-border-radius: 20px;||border-radius: 20px;\" global_module=\"159\" saved_tabs=\"all\"]<h4>Locate the perfect dealer to help you get started in the right direction.</h4>
[/et_pb_cta][et_pb_text background_layout=\"dark\" text_orientation=\"center\" _builder_version=\"3.0.72\" text_font_size=\"18\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Pioneer Cabinetry, Inc  |  </span><span class=\"s1\">PO Box 280  |  </span><span class=\"s1\">301 W. Rising St. </span><span class=\"s1\">Davison, MI 48423  |  </span><span class=\"s1\">(810) 658-2075</span></p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]","Warranty","","inherit","closed","closed","","255-revision-v1","","","2017-09-12 12:46:50","2017-09-12 16:46:50","","255","http://www.pioneercabinetry.co/uncategorized/255-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("1037","1","2017-09-12 12:45:28","2017-09-12 16:45:28","[et_pb_section fb_built=\"1\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" admin_label=\"section\" _builder_version=\"3.0.47\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Generic1.jpg\" align=\"center\" admin_label=\"Generic Header Image\" _builder_version=\"3.0.47\" custom_margin=\"15px||5px|\" animation=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Warranty Headline\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px||0px|\"]

<h1><span class=\"s1\">Warranty</span></h1>

[/et_pb_text][et_pb_text background_layout=\"dark\" admin_label=\"Warranty Text\" _builder_version=\"3.0.72\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\"]

<strong><span class=\"s1\">Pioneer Cabinetry, Inc. warrants its cabinetry to be free from defects in materials or workmanship for up to five years, to the original purchaser.</span></strong>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#dddddd\" inner_shadow=\"on\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Warranty Text\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_font_size=\"18px\" text_line_height=\"1.8em\"]<strong>A lifetime warranty is given on all drawer boxes, drawer glides and hinges.</strong><br>
This warranty does not apply to ordinary wear and tear to Pioneer products which have been altered, misused, abused, improperly stored or installed.<br><br>
<p><strong>Wood Properties:</strong><br />
As the seasons change the humidity level in your home will rise and fall depending on the severity of the climate changes and the humidity level maintained in your home. Therefore, you should expect minor shrinking or swelling of the center panels as well as movement at the joints in all doors, drawer heads and face frame joints. With solid wood slab doors this would cause the overall door width to swell or shrink. This is an inherent property of wood and therefore any issues related to this will not cause items to be replaced under warranty. This condition is not in any way considered defective workmanship or defective material. It will not affect the stability of the cabinetry, doors or finish in general.</p>
<p><strong>Painted/Tinted Varnish:</strong><br />
The changing temperature and moisture level in your home will affect wood cabinets. You should anticipate shrinkage or expansion of the joints in all doors, drawer heads and face frames. Therefore, you should expect minor cracking of the painted finish in all doors, drawer heads and face frame joints. Minor cracks of this nature add to the character of an all wood painted cabinet, and therefore will not be replaced under warranty. This condition is not in any way considered defective workmanship or defective material. It will not affect the cabinetry, doors or finish in general.</p>
<p><strong>Glaze:</strong><br />
The process of glazing begins with the hand-application of stain/paint on all finished cabinet components. After curing, a glaze compound is applied. Because of the technique used in achieving this special finish, glaze build-up will occur around the door and drawer front edges, door panels and flat surfaces such as drawer heads and cabinet end panels. The build up of the glazing compound will vary from one piece to another and the variations may be dramatic. The broad variations inherent to glaze finishes are considered to be the beauty of this finish.</p>
<p>We call your attention to the characteristics of glazed finishes because the effect of the variation in an entire kitchen may be different from what you witness in viewing displays or a finish sample. These variations are common in glazed finishes and will not be reason for replacement.</p>
<p>To make a claim under this warranty, contact the authorized Pioneer dealer where you purchased the product.</p>
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" padding_mobile=\"off\" _builder_version=\"3.0.47\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" parallax=\"on\" parallax_method=\"off\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_cta title=\"Need some help deciding?\" button_url=\"/find-dealer/\" button_text=\"FIND A DEALER\" admin_label=\"Contact Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"||||\" header_font_size_tablet=\"26\" header_font_size_phone=\"26\" header_letter_spacing_tablet=\"0px\" header_letter_spacing_phone=\"0px\" header_line_height_tablet=\"1em\" header_line_height_phone=\"1em\" body_font=\"||||\" body_font_size=\"17\" body_font_size_tablet=\"17\" body_font_size_phone=\"17\" body_letter_spacing_tablet=\"0px\" body_letter_spacing_phone=\"0px\" body_line_height_tablet=\"1.7em\" body_line_height_phone=\"1.7em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"10px|0px|10px|0px\" custom_margin_tablet=\"10px|0px|10px|0px\" custom_margin_phone=\"10px|0px|10px|0px\" custom_padding=\"10px|20px|20px|20px\" custom_padding_tablet=\"10px|20px|20px|20px\" custom_padding_phone=\"10px|20px|20px|20px\" button_text_size_tablet=\"20\" button_text_size_phone=\"20\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"-webkit-border-radius: 20px;||border-radius: 20px;\" global_module=\"159\" saved_tabs=\"all\"]<h4>Locate the perfect dealer to help you get started in the right direction.</h4>
[/et_pb_cta][et_pb_text background_layout=\"dark\" text_orientation=\"center\" _builder_version=\"3.0.72\" text_font_size=\"18\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Pioneer Cabinetry, Inc  |  </span><span class=\"s1\">PO Box 280  |  </span><span class=\"s1\">301 W. Rising St. </span><span class=\"s1\">Davison, MI 48423  |  </span><span class=\"s1\">(810) 658-2075</span></p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]","Warranty","","inherit","closed","closed","","255-revision-v1","","","2017-09-12 12:45:28","2017-09-12 16:45:28","","255","http://www.pioneercabinetry.co/uncategorized/255-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("1041","1","2017-09-12 12:47:09","2017-09-12 16:47:09","[et_pb_section fb_built=\"1\" custom_padding=\"0px||0px|\" padding_mobile=\"off\" admin_label=\"section\" _builder_version=\"3.0.47\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Generic1.jpg\" align=\"center\" admin_label=\"Generic Header Image\" _builder_version=\"3.0.47\" custom_margin=\"15px||5px|\" animation=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Warranty Text\" _builder_version=\"3.0.72\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\"]<h1>Warranty</h1>
<strong>Pioneer Cabinetry, Inc. warrants its cabinetry to be free from defects in materials or workmanship for up to five years, to the original purchaser.</strong>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#ffffff\" inner_shadow=\"on\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.72\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Warranty Text\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_font_size=\"18px\" text_line_height=\"1.8em\"]<strong>A lifetime warranty is given on all drawer boxes, drawer glides and hinges.</strong><br>
This warranty does not apply to ordinary wear and tear to Pioneer products which have been altered, misused, abused, improperly stored or installed.<br><br>
<p><strong>Wood Properties:</strong><br />
As the seasons change the humidity level in your home will rise and fall depending on the severity of the climate changes and the humidity level maintained in your home. Therefore, you should expect minor shrinking or swelling of the center panels as well as movement at the joints in all doors, drawer heads and face frame joints. With solid wood slab doors this would cause the overall door width to swell or shrink. This is an inherent property of wood and therefore any issues related to this will not cause items to be replaced under warranty. This condition is not in any way considered defective workmanship or defective material. It will not affect the stability of the cabinetry, doors or finish in general.</p>
<p><strong>Painted/Tinted Varnish:</strong><br />
The changing temperature and moisture level in your home will affect wood cabinets. You should anticipate shrinkage or expansion of the joints in all doors, drawer heads and face frames. Therefore, you should expect minor cracking of the painted finish in all doors, drawer heads and face frame joints. Minor cracks of this nature add to the character of an all wood painted cabinet, and therefore will not be replaced under warranty. This condition is not in any way considered defective workmanship or defective material. It will not affect the cabinetry, doors or finish in general.</p>
<p><strong>Glaze:</strong><br />
The process of glazing begins with the hand-application of stain/paint on all finished cabinet components. After curing, a glaze compound is applied. Because of the technique used in achieving this special finish, glaze build-up will occur around the door and drawer front edges, door panels and flat surfaces such as drawer heads and cabinet end panels. The build up of the glazing compound will vary from one piece to another and the variations may be dramatic. The broad variations inherent to glaze finishes are considered to be the beauty of this finish.</p>
<p>We call your attention to the characteristics of glazed finishes because the effect of the variation in an entire kitchen may be different from what you witness in viewing displays or a finish sample. These variations are common in glazed finishes and will not be reason for replacement.</p>
<p>To make a claim under this warranty, contact the authorized Pioneer dealer where you purchased the product.</p>
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" padding_mobile=\"off\" _builder_version=\"3.0.47\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\" parallax=\"on\" parallax_method=\"off\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_cta title=\"Need some help deciding?\" button_url=\"/find-dealer/\" button_text=\"FIND A DEALER\" admin_label=\"Contact Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"||||\" header_font_size_tablet=\"26\" header_font_size_phone=\"26\" header_letter_spacing_tablet=\"0px\" header_letter_spacing_phone=\"0px\" header_line_height_tablet=\"1em\" header_line_height_phone=\"1em\" body_font=\"||||\" body_font_size=\"17\" body_font_size_tablet=\"17\" body_font_size_phone=\"17\" body_letter_spacing_tablet=\"0px\" body_letter_spacing_phone=\"0px\" body_line_height_tablet=\"1.7em\" body_line_height_phone=\"1.7em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"10px|0px|10px|0px\" custom_margin_tablet=\"10px|0px|10px|0px\" custom_margin_phone=\"10px|0px|10px|0px\" custom_padding=\"10px|20px|20px|20px\" custom_padding_tablet=\"10px|20px|20px|20px\" custom_padding_phone=\"10px|20px|20px|20px\" button_text_size_tablet=\"20\" button_text_size_phone=\"20\" button_letter_spacing_tablet=\"0\" button_letter_spacing_phone=\"0\" button_letter_spacing_hover_tablet=\"0\" button_letter_spacing_hover_phone=\"0\" custom_css_main_element=\"-webkit-border-radius: 20px;||border-radius: 20px;\" global_module=\"159\" saved_tabs=\"all\"]<h4>Locate the perfect dealer to help you get started in the right direction.</h4>
[/et_pb_cta][et_pb_text background_layout=\"dark\" text_orientation=\"center\" _builder_version=\"3.0.72\" text_font_size=\"18\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p class=\"p1\" style=\"text-align: center\"><span class=\"s1\">Pioneer Cabinetry, Inc  |  </span><span class=\"s1\">PO Box 280  |  </span><span class=\"s1\">301 W. Rising St. </span><span class=\"s1\">Davison, MI 48423  |  </span><span class=\"s1\">(810) 658-2075</span></p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]","Warranty","","inherit","closed","closed","","255-revision-v1","","","2017-09-12 12:47:09","2017-09-12 16:47:09","","255","http://www.pioneercabinetry.co/uncategorized/255-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("1044","1","2017-09-12 12:49:18","2017-09-12 16:49:18","[et_pb_section fb_built=\"1\" background_color=\"#ffffff\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" disabled_on=\"on|off|off\" admin_label=\"section\" _builder_version=\"3.0.72\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HD-Generic1.jpg\" align=\"center\" admin_label=\"Wood Color Image\" _builder_version=\"3.0.72\" animation_direction=\"off\" custom_css_main_element=\"width:100%;\" animation=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"16px||30px|\" custom_padding_tablet=\"10px||10px|\" module_id=\"wood\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.0.72\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Wood Text\" _builder_version=\"3.0.72\" text_font_size=\"18\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||30px|\"]<h1>Wide selection of wood species & color</h1>
Are you are looking for the american classic like oak or the red tones of cherry? Whether you need a clean seamless look of our thermofoil product, or trendy painted look for your cabinets, you can find the perfect wood choice for your cabinets here.
[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" padding_top_1=\"10px\" padding_right_1=\"0px\" padding_bottom_1=\"10px\" padding_left_1=\"0px\" padding_top_2=\"10px\" padding_right_2=\"0px\" padding_bottom_2=\"10px\" padding_left_2=\"0px\" padding_top_3=\"10px\" padding_right_3=\"0px\" padding_bottom_3=\"10px\" padding_left_3=\"0px\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"10px\" padding_left=\"0px\" padding_right=\"0px\" padding_top=\"10px\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Oak.jpg\" align=\"center\" admin_label=\"Oak Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/oak/\" button_text=\"MORE ABOUT OAK\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Oak Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;margin-bottom:10px;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Oak Text\" _builder_version=\"3.0.72\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||20px|\" custom_padding_last_edited=\"on|desktop\" text_font_size=\"18px\"]

Oak, the mainstay of the cabinet and furniture industry, offers depth in color from pink to white and light brown.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"10px\" padding_left=\"0px\" padding_right=\"0px\" padding_top=\"10px\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Maple.jpg\" align=\"center\" admin_label=\"Maple Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/maple/\" button_text=\"MORE ABOUT MAPLE\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Maple Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Maple Text\" _builder_version=\"3.0.72\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||20px|\" text_font_size=\"18px\"]

Predominately off-white in color, maple is a smooth, closed-grain wood that may contain shades of brown and pink.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"10px\" padding_left=\"0px\" padding_right=\"0px\" padding_top=\"10px\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Hickory-Type.jpg\" align=\"center\" admin_label=\"Hickory Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/hickory/\" button_text=\"MORE ABOUT HICKORY\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Hickory Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Hickory Text\" _builder_version=\"3.0.72\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||20px|\" text_font_size=\"18px\"]

Hickory is a very “wild” wood, known for its wide spectrum of color that can range from white to dark brown and can also feature wormholes and black knots.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" padding_top_1=\"10px\" padding_right_1=\"0px\" padding_bottom_1=\"10px\" padding_left_1=\"0px\" padding_top_2=\"10px\" padding_right_2=\"0px\" padding_bottom_2=\"10px\" padding_left_2=\"0px\" padding_top_3=\"10px\" padding_right_3=\"0px\" padding_bottom_3=\"10px\" padding_left_3=\"0px\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"10px\" padding_left=\"0px\" padding_right=\"0px\" padding_top=\"10px\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Cherry-Type.jpg\" align=\"center\" admin_label=\"Cherry Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/cherry/\" button_text=\"MORE ABOUT CHERRY\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Cherry Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Cherry Text\" _builder_version=\"3.0.72\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||20px|\" text_font_size=\"18px\"]

Cherry is a multi-colored wood characterized by shades of red, white and brown.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"10px\" padding_left=\"0px\" padding_right=\"0px\" padding_top=\"10px\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Knotty-Type.jpg\" align=\"center\" admin_label=\"Knotty Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/knotty/\" button_text=\"MORE ABOUT KNOTTY\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Knotty Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Knotty Text\" _builder_version=\"3.0.72\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||20px|\" text_font_size=\"18px\"]

At Pioneer we love the look of real wood with all its natural properties.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"10px\" padding_left=\"0px\" padding_right=\"0px\" padding_top=\"10px\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Painted-Type.jpg\" align=\"center\" admin_label=\"Painted Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/painted/\" button_text=\"MORE ABOUT PAINTED\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Painted Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Painted Text\" _builder_version=\"3.0.72\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||20px|\" text_font_size=\"18px\"]

Tinted varnishes, which give cabinets a \"painted look,\" are one of today’s hottest trends in cabinetry.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" padding_top_1=\"10px\" padding_right_1=\"0px\" padding_bottom_1=\"10px\" padding_left_1=\"0px\" padding_top_2=\"10px\" padding_right_2=\"0px\" padding_bottom_2=\"10px\" padding_left_2=\"0px\" padding_top_3=\"10px\" padding_right_3=\"0px\" padding_bottom_3=\"10px\" padding_left_3=\"0px\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"10px\" padding_left=\"0px\" padding_right=\"0px\" padding_top=\"10px\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Thermofoil-Type.jpg\" align=\"center\" admin_label=\"Thermofoil Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/thermofoil/\" button_text=\"MORE ABOUT THERMOFOIL\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Thermofoil Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Thermofoil Text\" _builder_version=\"3.0.72\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||20px|\" text_font_size=\"18px\"]

White, Snow and Ivory thermofoil door cabinets offer an alternative to the typical wood/stained cabinet.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"10px\" padding_left=\"0px\" padding_right=\"0px\" padding_top=\"10px\" parallax=\"off\" parallax_method=\"off\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"10px\" padding_left=\"0px\" padding_right=\"0px\" padding_top=\"10px\" parallax=\"off\" parallax_method=\"off\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","","","inherit","closed","closed","","131-autosave-v1","","","2017-09-12 12:49:18","2017-09-12 16:49:18","","131","http://www.pioneercabinetry.co/uncategorized/131-autosave-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("1043","1","2017-09-12 12:49:15","2017-09-12 16:49:15","[et_pb_section fb_built=\"1\" background_color=\"#ffffff\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" disabled_on=\"on|off|off\" admin_label=\"section\" _builder_version=\"3.0.72\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HD-Generic1.jpg\" align=\"center\" admin_label=\"Wood Color Image\" _builder_version=\"3.0.72\" animation_direction=\"off\" custom_css_main_element=\"width:100%;\" animation=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"16px||30px|\" custom_padding_tablet=\"10px||10px|\" module_id=\"wood\" custom_padding_last_edited=\"on|phone\" _builder_version=\"3.0.72\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Wood Text\" _builder_version=\"3.0.72\" text_font_size=\"18\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||30px|\"]<h1>Wide selection of wood species & color</h1>
Are you are looking for the american classic like oak or the red tones of cherry? Whether you need a clean seamless look of our thermofoil product, or trendy painted look for your cabinets, you can find the perfect wood choice for your cabinets here.
[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" padding_top_1=\"10px\" padding_right_1=\"0px\" padding_bottom_1=\"10px\" padding_left_1=\"0px\" padding_top_2=\"10px\" padding_right_2=\"0px\" padding_bottom_2=\"10px\" padding_left_2=\"0px\" padding_top_3=\"10px\" padding_right_3=\"0px\" padding_bottom_3=\"10px\" padding_left_3=\"0px\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"10px\" padding_left=\"0px\" padding_right=\"0px\" padding_top=\"10px\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Oak.jpg\" align=\"center\" admin_label=\"Oak Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/oak/\" button_text=\"MORE ABOUT OAK\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Oak Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;margin-bottom:10px;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Oak Text\" _builder_version=\"3.0.72\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||20px|\" custom_padding_last_edited=\"on|desktop\" text_font_size=\"18px\"]

Oak, the mainstay of the cabinet and furniture industry, offers depth in color from pink to white and light brown.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"10px\" padding_left=\"0px\" padding_right=\"0px\" padding_top=\"10px\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Maple.jpg\" align=\"center\" admin_label=\"Maple Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/maple/\" button_text=\"MORE ABOUT MAPLE\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Maple Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Maple Text\" _builder_version=\"3.0.72\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||20px|\" text_font_size=\"18px\"]

Predominately off-white in color, maple is a smooth, closed-grain wood that may contain shades of brown and pink.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"10px\" padding_left=\"0px\" padding_right=\"0px\" padding_top=\"10px\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Hickory-Type.jpg\" align=\"center\" admin_label=\"Hickory Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/hickory/\" button_text=\"MORE ABOUT HICKORY\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Hickory Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Hickory Text\" _builder_version=\"3.0.72\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||20px|\" text_font_size=\"18px\"]

Hickory is a very “wild” wood, known for its wide spectrum of color that can range from white to dark brown and can also feature wormholes and black knots.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" padding_top_1=\"10px\" padding_right_1=\"0px\" padding_bottom_1=\"10px\" padding_left_1=\"0px\" padding_top_2=\"10px\" padding_right_2=\"0px\" padding_bottom_2=\"10px\" padding_left_2=\"0px\" padding_top_3=\"10px\" padding_right_3=\"0px\" padding_bottom_3=\"10px\" padding_left_3=\"0px\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"10px\" padding_left=\"0px\" padding_right=\"0px\" padding_top=\"10px\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Cherry-Type.jpg\" align=\"center\" admin_label=\"Cherry Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/cherry/\" button_text=\"MORE ABOUT CHERRY\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Cherry Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Cherry Text\" _builder_version=\"3.0.72\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||20px|\" text_font_size=\"18px\"]

Cherry is a multi-colored wood characterized by shades of red, white and brown.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"10px\" padding_left=\"0px\" padding_right=\"0px\" padding_top=\"10px\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Knotty-Type.jpg\" align=\"center\" admin_label=\"Knotty Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/knotty/\" button_text=\"MORE ABOUT KNOTTY\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Knotty Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Knotty Text\" _builder_version=\"3.0.72\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||20px|\" text_font_size=\"18px\"]

At Pioneer we love the look of real wood with all its natural properties.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"10px\" padding_left=\"0px\" padding_right=\"0px\" padding_top=\"10px\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Painted-Type.jpg\" align=\"center\" admin_label=\"Painted Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/painted/\" button_text=\"MORE ABOUT PAINTED\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Painted Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Painted Text\" _builder_version=\"3.0.72\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||20px|\" text_font_size=\"18px\"]

Tinted varnishes, which give cabinets a \"painted look,\" are one of today’s hottest trends in cabinetry.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" padding_top_1=\"10px\" padding_right_1=\"0px\" padding_bottom_1=\"10px\" padding_left_1=\"0px\" padding_top_2=\"10px\" padding_right_2=\"0px\" padding_bottom_2=\"10px\" padding_left_2=\"0px\" padding_top_3=\"10px\" padding_right_3=\"0px\" padding_bottom_3=\"10px\" padding_left_3=\"0px\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"10px\" padding_left=\"0px\" padding_right=\"0px\" padding_top=\"10px\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Thermofoil-Type.jpg\" align=\"center\" admin_label=\"Thermofoil Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/thermofoil/\" button_text=\"MORE ABOUT THERMOFOIL\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Thermofoil Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Thermofoil Text\" _builder_version=\"3.0.72\" text_line_height=\"1.5em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||20px|\" text_font_size=\"18px\"]

White, Snow and Ivory thermofoil door cabinets offer an alternative to the typical wood/stained cabinet.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"10px\" padding_left=\"0px\" padding_right=\"0px\" padding_top=\"10px\" parallax=\"off\" parallax_method=\"off\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" padding_bottom=\"10px\" padding_left=\"0px\" padding_right=\"0px\" padding_top=\"10px\" parallax=\"off\" parallax_method=\"off\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Wood & Color","","inherit","closed","closed","","131-revision-v1","","","2017-09-12 12:49:15","2017-09-12 16:49:15","","131","http://www.pioneercabinetry.co/uncategorized/131-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("1056","1","2017-09-12 12:55:32","2017-09-12 16:55:32","[et_pb_section fb_built=\"1\" background_color=\"#ffffff\" custom_padding=\"10px||10px|\" padding_mobile=\"off\" admin_label=\"section\" _builder_version=\"3.0.47\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HD-Generic1.jpg\" align=\"center\" _builder_version=\"3.0.47\" custom_css_main_element=\"width:100%;\" animation=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" custom_padding=\"10px||31px|\" _builder_version=\"3.0.47\"][et_pb_row custom_padding=\"27px|0px|5px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Options Headline\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px||0px|\"]<h1><span>Options</span></h1>

[/et_pb_text][et_pb_text background_layout=\"dark\" admin_label=\"Options Text\" _builder_version=\"3.0.72\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\"]<strong>Each option below can turn a standard cabinet into a personalized cabinetry.</strong><br>
<span>Combinations of these options can help set your Pioneer cabinetry apart from the rest.</span>
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"3px||10px|\" _builder_version=\"3.0.72\" custom_css_main_element=\"border-top:1px solid #444444;\"][et_pb_row custom_padding=\"16px|0px|27px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Drawer Head Styles Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h2>Drawer Head Styles</h2>
<p>Pioneer offers 8 different drawer heads for the \"standard\" door styles, examples are below.</p>
[/et_pb_text][et_pb_gallery gallery_ids=\"554,553,552,551,550,555,549,548\" posts_number=\"8\" show_title_and_caption=\"off\" show_pagination=\"off\" admin_label=\"DrawerHead Gallery\" _builder_version=\"3.0.72\" global_module=\"580\" saved_tabs=\"all\"][/et_pb_gallery][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"3px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.72\" custom_css_main_element=\"border-top:1px solid #444444;\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Glazing Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h2>Glazing</h2>
<p>The \"Olde World\" look of glazing cabinetry is a great way to give your home a unique and classic look. A glazed finish is achieved by applying the glaze over the entire surface of all finished parts, then wiping the glaze off by hand. The result is stunning, as the glaze will \"hang-up\" unevenly in corners, profiled edges and end grain of each glazed component. It is recommended that the homeowners view an actual door sample or display before selecting a glazed finish, as color variations will occur between individual cabinet components.</p>
[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_gallery gallery_ids=\"557,558,559,560,561\" posts_number=\"12\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Glazes Gallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;\" custom_css_gallery_item_caption=\"text-align:center;\" global_module=\"581\" saved_tabs=\"all\"][/et_pb_gallery][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"3px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.72\" custom_css_main_element=\"border-top:1px solid #444444;\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Finishing Techniques Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h2>Finishing Techniques</h2>
<p>Create beauty and character with any of our custom finish techniques. Available in most standard Pioneer paints/tinted varnishes, stains and glazes. Since no two manufacturers are alike, it is recommended that homeowners view an actual door sample or display before finalizing any cabinet color/finishing technique selection.</p>
[/et_pb_text][et_pb_gallery gallery_ids=\"562,563,564,565\" posts_number=\"4\" orientation=\"portrait\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Finishing Gallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;font-size:1em !important;\" custom_css_gallery_item_caption=\"text-align:center;\" global_module=\"582\" saved_tabs=\"all\" module_class=\"fullGallery\"][/et_pb_gallery][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"3px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.72\" custom_css_main_element=\"border-top:1px solid #444444;\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/kitchenKnotty-1.jpg\" align=\"center\" admin_label=\"Knotty Image\" _builder_version=\"3.0.72\" animation_direction=\"off\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Knotty Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h2>Knotty</h2>
<p><strong>At Pioneer we love the look of real wood with all its natural properties.</strong><br />
For those of you who also like the rustic look, this option might be for you. Pioneer, for our standard cabinetry, cuts around these natural knots. In our knotty option, we leave them in and sort through them to give you a natural looking option.</p>
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"3px||10px|\" padding_mobile=\"off\" _builder_version=\"3.0.72\" custom_css_main_element=\"border-top:1px solid #444444;\"][et_pb_row custom_padding=\"0px|0px|30px|0px\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Plywood Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]<h2>Plywood Construction</h2>
<p>All the flexibility you’ve come to expect from Pioneer with the added feature of plywood construction. If you choose this option, then you will receive full ½” plywood box construction. Pioneer uses only the best domestic plywood, no Chinese imports! Our sanded and calibrated plywood core provides the greatest opportunity for a smooth and consistent finished product.</p>
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Options","","inherit","closed","closed","","237-revision-v1","","","2017-09-12 12:55:32","2017-09-12 16:55:32","","237","http://www.pioneercabinetry.co/uncategorized/237-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("1063","1","2017-09-12 14:12:43","2017-09-12 18:12:43","[et_pb_section bb_built=\"1\" admin_label=\"section\" custom_padding=\"20px||0px|\" _builder_version=\"3.0.72\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row admin_label=\"row\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Find Style Headline\" background_layout=\"dark\" text_orientation=\"center\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"15px||30px|\"]

<h1 class=\"p1\" style=\"text-align: center;\"><span class=\"s1\">Find Your Style</span></h1>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"rgba(0,0,0,0.63)\" custom_padding=\"10px||0px|\" _builder_version=\"3.0.72\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"off\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Find Your Style Text\" background_layout=\"dark\" _builder_version=\"3.0.72\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\"]

<h4 class=\"kicker\"><span class=\"s1\">The task of picking out your cabinets can be a little overwhelming, so we made it a little easier for you to explore the different areas of cabinetry. </span></h4><p><strong><span class=\"s1\">Click on the buttons below to explore each topic.</span></strong></p>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px|||\" padding_mobile=\"off\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_button admin_label=\"Wood Button\" button_url=\"#wood\" button_text=\"LEARN ABOUT WOOD\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][et_pb_button admin_label=\"Panel Button\" button_url=\"#panels\" button_text=\"SELECT PANEL STYLE\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.47\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_button admin_label=\"Doors Button\" button_url=\"#doors\" button_text=\"DOOR STYLES\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.47\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][et_pb_button admin_label=\"Edges Button\" button_url=\"#edges\" button_text=\"LEARN ABOUT EDGES\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.47\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_button admin_label=\"Overlay Button\" button_url=\"#overlays\" button_text=\"OVERLAYS & HINGING\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.47\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][et_pb_button admin_label=\"Options Button\" button_url=\"#options\" button_text=\"OTHER OPTIONS\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.47\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"16px|0px|29px|0px\" module_id=\"wood\" _builder_version=\"3.0.72\" collapsed=\"off\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Wood Text\" background_layout=\"dark\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Learning About Wood Species</h2>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" custom_margin=\"||20px|\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Oak Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Oak.jpg\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_button admin_label=\"Oak Button\" button_url=\"/wood-color/oak/\" button_text=\"MORE ABOUT OAK\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][et_pb_text admin_label=\"Oak Text\" background_layout=\"dark\" _builder_version=\"3.0.72\" text_font_size=\"18px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p>Oak, the mainstay of the cabinet and furniture industry, offers depth in color from pink to white and light brown.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Maple Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Maple.jpg\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_button admin_label=\"Maple Button\" button_url=\"/wood-color/maple/\" button_text=\"MORE ABOUT MAPLE\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][et_pb_text admin_label=\"Maple Text\" background_layout=\"dark\" _builder_version=\"3.0.72\" text_font_size=\"18px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p>Predominately off-white in color, maple is a smooth, closed-grain wood that may contain shades of brown and pink.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Hickory Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Hickory-Type.jpg\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_button admin_label=\"Hickory Button\" button_url=\"/wood-color/hickory/\" button_text=\"MORE ABOUT HICKORY\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][et_pb_text admin_label=\"Hickory Text\" background_layout=\"dark\" _builder_version=\"3.0.72\" text_font_size=\"18px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p>Hickory is a very “wild” wood, known for its wide spectrum of color that can range from white to dark brown and can also feature wormholes and black knots.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" custom_margin=\"||20px|\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Cherry Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Cherry-Type.jpg\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_button admin_label=\"Cherry Button\" button_url=\"/wood-color/cherry/\" button_text=\"MORE ABOUT CHERRY\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][et_pb_text admin_label=\"Cherry Text\" background_layout=\"dark\" _builder_version=\"3.0.72\" text_font_size=\"18px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p>Cherry is a multi-colored wood characterized by shades of red, white and brown.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Knotty Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Knotty-Type.jpg\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_button admin_label=\"Knotty Button\" button_url=\"/wood-color/knotty/\" button_text=\"MORE ABOUT KNOTTY\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][et_pb_text admin_label=\"Knotty Text\" background_layout=\"dark\" _builder_version=\"3.0.72\" text_font_size=\"18px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p>At Pioneer we love the look of real wood with all its natural properties.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Painted Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Painted-Type.jpg\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_button admin_label=\"Painted Button\" button_url=\"/wood-color/painted/\" button_text=\"MORE ABOUT PAINTED\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][et_pb_text admin_label=\"Painted Text\" background_layout=\"dark\" _builder_version=\"3.0.72\" text_font_size=\"18px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p>Tinted varnishes, which give cabinets a \"painted look,\" are one of today’s hottest trends in cabinetry.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" custom_margin=\"||20px|\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Thermofoil Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Thermofoil-Type.jpg\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_button admin_label=\"Thermofoil Button\" button_url=\"/wood-color/thermofoil/\" button_text=\"MORE ABOUT THERMOFOIL\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][et_pb_text admin_label=\"Thermofoil Text\" background_layout=\"dark\" _builder_version=\"3.0.72\" text_font_size=\"18px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p>White, Snow and Ivory thermofoil door cabinets offer an alternative to the typical wood/stained cabinet.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"21px|0px|31px|0px\" module_id=\"doors\" _builder_version=\"3.0.72\" custom_css_main_element=\"border-top:1px solid #444444;\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Door Text\" background_layout=\"dark\" _builder_version=\"3.0.72\" text_font_size=\"18px\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|80px||\"]

<h2>Pioneer Cabinetry comes in a <br>variety of door styles.</h2><h4>Which door style would you prefer?</h4><p>The photos below are just an example of the vast array of door styles offered by Pioneer. Each door style is available in a wide variety of wood species and color combinations. Please visit our Door Style page to discover more options.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Door Button\" button_url=\"/door-styles/\" button_text=\"SEE MORE DOORS\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_gallery admin_label=\"Door Gallery\" gallery_ids=\"541,542,536,537\" posts_number=\"4\" orientation=\"portrait\" show_pagination=\"off\" background_layout=\"dark\" module_class=\"fullGallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"21px|0px|31px|0px\" module_id=\"overlays\" _builder_version=\"3.0.72\" custom_css_main_element=\"border-top:1px solid #444444;\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Overlays Text\" background_layout=\"dark\" _builder_version=\"3.0.72\" text_font_size=\"18px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||20px|\"]

<h2>Overlay & Hinging</h2><p>Overlays affect how much of the cabinet frame shows, and can dramatically change the appearance of your cabinets. From a traditional look to a more contemporary style, choosing the correct overlay starts below.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Overlays Button\" button_url=\"/overlays-hinging/\" button_text=\"READ MORE ...\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Semi Concealed Hinge Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/SemiConcealedKnife.png\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_text admin_label=\"Semi-Concealed Text\" background_layout=\"dark\" text_orientation=\"center\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>1/2\" Overlay Semi-Concealed Knife Hinge</strong></p><p style=\"text-align: center;\">Allows the cabinet frame to be exposed between doors or drawers for a traditional look.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Half Concealed Cup Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HalfConcealedCup.png\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_text admin_label=\"Concealed Cup Text\" background_layout=\"dark\" text_orientation=\"center\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>1/2\" Overlay Concealed Cup Hinge</strong></p><p style=\"text-align: center;\">Allows the cabinet frame to be exposed between doors or drawers for a traditional look.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Full Concealed Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/FullConcealedCup.png\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_text admin_label=\"Full Concealed Cup Text\" background_layout=\"dark\" text_orientation=\"center\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>Full Overlay Concealed Cup Hinge</strong></p><p style=\"text-align: center;\">Concealed hinges are hidden from view with this design, very little of the cabinet frame shows around each door panel or drawer front creating a seamless, modern appearance.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Designer Concealed Cup Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/DesignerConcealedCup.png\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_text admin_label=\"Designer Concealed Cup Text\" background_layout=\"dark\" text_orientation=\"center\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>Designer Overlay Concealed Cup Hinge</strong></p><p style=\"text-align: center;\">Concealed hinges are hidden from view and allow you to see only the surface of your cabinet door. The Designer Overlay design creates a very clean design look.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"21px|0px|31px|0px\" padding_mobile=\"off\" module_id=\"panels\" _builder_version=\"3.0.72\" custom_css_main_element=\"border-top:1px solid #444444;\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Panels Text\" background_layout=\"dark\" _builder_version=\"3.0.72\" text_font_size=\"18px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||20px|\"]

<h2>Door panels are the most visible part of your cabinetry and define your style.</h2><p>Pioneer offers many unique choices including flat, beaded, raised, detailed and solid.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" parallax_method_4=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Flat Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Flat.png\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_text admin_label=\"Flat Text\" background_layout=\"dark\" text_orientation=\"center\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>Flat - F / Solid - S</strong></p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Beaded Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Beaded.png\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_text admin_label=\"Beaded Text\" background_layout=\"dark\" text_orientation=\"center\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>Beaded - B</strong></p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Raised Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Raised.png\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_text admin_label=\"Raised Text\" background_layout=\"dark\" text_orientation=\"center\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>Raised - R</strong></p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Detailed Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Detailed.png\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_text admin_label=\"Detailed Text\" background_layout=\"dark\" text_orientation=\"center\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>Detailed - D</strong></p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"21px|0px|31px|0px\" padding_mobile=\"off\" module_id=\"edges\" _builder_version=\"3.0.72\" custom_css_main_element=\"border-top:1px solid #444444;\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Edges Text\" background_layout=\"dark\" _builder_version=\"3.0.72\" text_font_size=\"18px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||20px|\"]

<h2>The edges of the cabinet door panels can enhance <br>your style and provide easy access to the interior.</h2><p>Pioneer offers 7 different outside door edge profiles for all \'non-mitered\' door styles, they are as follows:</p>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" parallax_method_4=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"F Edge Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-F.png\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"G Edge Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-G.png\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"K Edge Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-K.png\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"M Edge Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-M.png\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"R Edge Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-R.png\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"E Edge Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-E.png\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"S Edge Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-S.png\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][/et_pb_column][et_pb_column type=\"1_4\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"21px|0px|31px|0px\" padding_mobile=\"off\" module_id=\"options\" _builder_version=\"3.0.72\" custom_css_main_element=\"border-top:1px solid #444444;\"][et_pb_row custom_padding=\"||20px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Options Text\" background_layout=\"dark\" _builder_version=\"3.0.72\" text_font_size=\"18px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Each option below turns a standard cabinet into your personalized cabinetry.</h2><p>Combinations of these options can help set your Pioneer cabinetry apart from the rest.</p>

[/et_pb_text][et_pb_divider color=\"rgba(0,0,0,0.46)\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" _builder_version=\"3.0.47\" /][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||20px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Drawer Heads Text\" background_layout=\"dark\" _builder_version=\"3.0.72\" text_font_size=\"18px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||20px|\"]

<h2>Drawer Head Styles</h2><p>Pioneer offers 8 different drawer heads for the \'standard\' door styles, examples are below.</p>

[/et_pb_text][et_pb_gallery admin_label=\"DrawerHead Gallery\" gallery_ids=\"554,553,552,551,550,555,549,548\" posts_number=\"8\" show_title_and_caption=\"off\" show_pagination=\"off\" _builder_version=\"3.0.72\" global_module=\"580\" saved_tabs=\"all\" /][et_pb_divider color=\"rgba(0,0,0,0.46)\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" _builder_version=\"3.0.47\" /][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||20px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Glazing Text\" background_layout=\"dark\" _builder_version=\"3.0.72\" text_font_size=\"18px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Glazing Styles</h2><p>The \"Olde World\" look of glazing cabinetry is a great way to give your home a unique and classic look. A glazed finish is achieved by applying the glaze over the entire surface of all finished parts, then wiping the glaze off by hand. The result is stunning, as the glaze will \"hang-up\" unevenly in corners, profiled edges and end grain of each glazed component. It is recommended that the homeowners view an actual door sample or display before selecting a glazed finish, as color variations will occur between individual cabinet components.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_gallery admin_label=\"Glazes Gallery\" gallery_ids=\"557,558,559,560,561\" posts_number=\"12\" show_pagination=\"off\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;\" custom_css_gallery_item_caption=\"text-align:center;\" global_module=\"581\" saved_tabs=\"all\" /][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||20px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_divider color=\"rgba(0,0,0,0.46)\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" _builder_version=\"3.0.47\" /][et_pb_text admin_label=\"Finishing Text\" background_layout=\"dark\" _builder_version=\"3.0.72\" text_font_size=\"18px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Finishing Techniques</h2><p>Create beauty and character with any of our custom finish techniques. Available in most standard Pioneer paints/tinted varnishes, stains and glazes. Since no two manufacturers are alike, it is recommended that homeowners view an actual door sample or display before finalizing any cabinet color/finishing technique selection.</p>

[/et_pb_text][et_pb_gallery admin_label=\"Finishing Gallery\" gallery_ids=\"562,563,564,565\" posts_number=\"4\" orientation=\"portrait\" show_pagination=\"off\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;font-size:1em !important;\" custom_css_gallery_item_caption=\"text-align:center;\" global_module=\"582\" saved_tabs=\"all\" module_class=\"fullGallery\" /][et_pb_divider color=\"rgba(0,0,0,0.46)\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" _builder_version=\"3.0.47\" /][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||20px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Knotty Text\" background_layout=\"dark\" _builder_version=\"3.0.72\" text_font_size=\"18px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Knotty</h2><h4>At Pioneer we love the look of real wood with all its natural properties.</h4><p>For those of you who also like the rustic look, this option might be for you. Pioneer, for our standard cabinetry, cuts around these natural knots. In our knotty option, we leave them in and sort through them to give you a natural looking option.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Knotty Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/kitchenKnotty-1.jpg\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Plywood Construction Text\" background_layout=\"dark\" _builder_version=\"3.0.72\" text_font_size=\"18px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Plywood Construction</h2><p>All the flexibility you’ve come to expect from Pioneer with the added feature of plywood construction. If you choose this option, then you will receive full ½” plywood box construction. Pioneer uses only the best domestic plywood, no Chinese imports! Our sanded and calibrated plywood core provides the greatest opportunity for a smooth and consistent finished product.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row global_parent=\"93\" background_color_1=\"#000000\" background_color_2=\"#000000\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" _builder_version=\"3.0.72\" make_equal=\"on\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" global_parent=\"93\" title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

</p>
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
<p>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" global_parent=\"93\" title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

</p>
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
<p>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Find You Style","","inherit","closed","closed","","241-revision-v1","","","2017-09-12 14:12:43","2017-09-12 18:12:43","","241","http://www.pioneercabinetry.co/uncategorized/241-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("1059","1","2017-09-12 12:59:55","2017-09-12 16:59:55","[et_pb_section fb_built=\"1\" custom_padding=\"20px||0px|\" admin_label=\"section\" _builder_version=\"3.0.72\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Find Style Headline\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"15px||30px|\"]

<h1 class=\"p1\" style=\"text-align: center;\"><span class=\"s1\">Find Your Style</span></h1>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"rgba(0,0,0,0.63)\" custom_padding=\"10px||0px|\" _builder_version=\"3.0.72\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"off\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Find Your Style Text\" _builder_version=\"3.0.72\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\"]

<h4 class=\"kicker\"><span class=\"s1\">The task of picking out your cabinets can be a little overwhelming, so we made it a little easier for you to explore the different areas of cabinetry. </span></h4><p><strong><span class=\"s1\">Click on the buttons below to explore each topic.</span></strong></p>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px|||\" padding_mobile=\"off\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_button button_url=\"#wood\" button_text=\"LEARN ABOUT WOOD\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Wood Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"#panels\" button_text=\"SELECT PANEL STYLE\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Panel Button\" _builder_version=\"3.0.47\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_button button_url=\"#doors\" button_text=\"DOOR STYLES\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Doors Button\" _builder_version=\"3.0.47\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"#edges\" button_text=\"LEARN ABOUT EDGES\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Edges Button\" _builder_version=\"3.0.47\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_button button_url=\"#overlays\" button_text=\"OVERLAYS & HINGING\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Overlay Button\" _builder_version=\"3.0.47\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"#options\" button_text=\"OTHER OPTIONS\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Options Button\" _builder_version=\"3.0.47\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"16px|0px|29px|0px\" module_id=\"wood\" _builder_version=\"3.0.72\" collapsed=\"off\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Wood Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Learning About Wood Species</h2>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" custom_margin=\"||20px|\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Oak.jpg\" align=\"center\" admin_label=\"Oak Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/oak/\" button_text=\"MORE ABOUT OAK\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Oak Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Oak Text\" _builder_version=\"3.0.72\" text_font_size=\"18px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p>Oak, the mainstay of the cabinet and furniture industry, offers depth in color from pink to white and light brown.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Maple.jpg\" align=\"center\" admin_label=\"Maple Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/maple/\" button_text=\"MORE ABOUT MAPLE\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Maple Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Maple Text\" _builder_version=\"3.0.72\" text_font_size=\"18px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p>Predominately off-white in color, maple is a smooth, closed-grain wood that may contain shades of brown and pink.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Hickory-Type.jpg\" align=\"center\" admin_label=\"Hickory Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/hickory/\" button_text=\"MORE ABOUT HICKORY\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Hickory Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Hickory Text\" _builder_version=\"3.0.72\" text_font_size=\"18px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p>Hickory is a very “wild” wood, known for its wide spectrum of color that can range from white to dark brown and can also feature wormholes and black knots.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" custom_margin=\"||20px|\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Cherry-Type.jpg\" align=\"center\" admin_label=\"Cherry Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/cherry/\" button_text=\"MORE ABOUT CHERRY\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Cherry Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Cherry Text\" _builder_version=\"3.0.72\" text_font_size=\"18px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p>Cherry is a multi-colored wood characterized by shades of red, white and brown.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Knotty-Type.jpg\" align=\"center\" admin_label=\"Knotty Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/knotty/\" button_text=\"MORE ABOUT KNOTTY\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Knotty Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Knotty Text\" _builder_version=\"3.0.72\" text_font_size=\"18px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p>At Pioneer we love the look of real wood with all its natural properties.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Painted-Type.jpg\" align=\"center\" admin_label=\"Painted Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/painted/\" button_text=\"MORE ABOUT PAINTED\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Painted Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Painted Text\" _builder_version=\"3.0.72\" text_font_size=\"18px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p>Tinted varnishes, which give cabinets a \"painted look,\" are one of today’s hottest trends in cabinetry.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" custom_margin=\"||20px|\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Thermofoil-Type.jpg\" align=\"center\" admin_label=\"Thermofoil Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/thermofoil/\" button_text=\"MORE ABOUT THERMOFOIL\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Thermofoil Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Thermofoil Text\" _builder_version=\"3.0.72\" text_font_size=\"18px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p>White, Snow and Ivory thermofoil door cabinets offer an alternative to the typical wood/stained cabinet.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"21px|0px|31px|0px\" module_id=\"doors\" _builder_version=\"3.0.72\" custom_css_main_element=\"border-top:1px solid #444444;\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"3_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Door Text\" _builder_version=\"3.0.72\" text_font_size=\"18px\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|80px||\"]

<h2>Pioneer Cabinetry comes in a <br>variety of door styles.</h2><h4>Which door style would you prefer?</h4><p>The photos below are just an example of the vast array of door styles offered by Pioneer. Each door style is available in a wide variety of wood species and color combinations. Please visit our Door Style page to discover more options.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_button button_url=\"/door-styles/\" button_text=\"SEE MORE DOORS\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Door Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_gallery gallery_ids=\"541,542,536,537\" posts_number=\"4\" orientation=\"portrait\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Door Gallery\" module_class=\"fullGallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;\"][/et_pb_gallery][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"21px|0px|31px|0px\" module_id=\"doors\" _builder_version=\"3.0.72\" custom_css_main_element=\"border-top:1px solid #444444;\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"3_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Overlays Text\" _builder_version=\"3.0.72\" text_font_size=\"18px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||20px|\"]

<h2>Overlay & Hinging</h2><p>Overlays affect how much of the cabinet frame shows, and can dramatically change the appearance of your cabinets. From a traditional look to a more contemporary style, choosing the correct overlay starts below.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_button button_url=\"/overlays-hinging/\" button_text=\"READ MORE ...\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Overlays Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/SemiConcealedKnife.png\" align=\"center\" admin_label=\"Semi Concealed Hinge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Semi-Concealed Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>1/2\" Overlay Semi-Concealed Knife Hinge</strong></p><p style=\"text-align: center;\">Allows the cabinet frame to be exposed between doors or drawers for a traditional look.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HalfConcealedCup.png\" align=\"center\" admin_label=\"Half Concealed Cup Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Concealed Cup Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>1/2\" Overlay Concealed Cup Hinge</strong></p><p style=\"text-align: center;\">Allows the cabinet frame to be exposed between doors or drawers for a traditional look.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/FullConcealedCup.png\" align=\"center\" admin_label=\"Full Concealed Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Full Concealed Cup Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>Full Overlay Concealed Cup Hinge</strong></p><p style=\"text-align: center;\">Concealed hinges are hidden from view with this design, very little of the cabinet frame shows around each door panel or drawer front creating a seamless, modern appearance.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/DesignerConcealedCup.png\" align=\"center\" admin_label=\"Designer Concealed Cup Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Designer Concealed Cup Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>Designer Overlay Concealed Cup Hinge</strong></p><p style=\"text-align: center;\">Concealed hinges are hidden from view and allow you to see only the surface of your cabinet door. The Designer Overlay design creates a very clean design look.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"21px|0px|31px|0px\" padding_mobile=\"off\" module_id=\"doors\" _builder_version=\"3.0.72\" custom_css_main_element=\"border-top:1px solid #444444;\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Panels Text\" _builder_version=\"3.0.72\" text_font_size=\"18px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||20px|\"]

<h2>Door panels are the most visible part of your cabinetry and define your style.</h2><p>Pioneer offers many unique choices including flat, beaded, raised, detailed and solid.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" parallax_method_4=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Flat.png\" align=\"center\" admin_label=\"Flat Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Flat Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>Flat - F / Solid - S</strong></p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Beaded.png\" align=\"center\" admin_label=\"Beaded Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Beaded Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>Beaded - B</strong></p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Raised.png\" align=\"center\" admin_label=\"Raised Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Raised Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>Raised - R</strong></p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Detailed.png\" align=\"center\" admin_label=\"Detailed Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Detailed Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>Detailed - D</strong></p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"21px|0px|31px|0px\" padding_mobile=\"off\" module_id=\"doors\" _builder_version=\"3.0.72\" custom_css_main_element=\"border-top:1px solid #444444;\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Edges Text\" _builder_version=\"3.0.72\" text_font_size=\"18px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||20px|\"]

<h2>The edges of the cabinet door panels can enhance <br>your style and provide easy access to the interior.</h2><p>Pioneer offers 7 different outside door edge profiles for all \'non-mitered\' door styles, they are as follows:</p>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" parallax_method_4=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-F.png\" align=\"center\" admin_label=\"F Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-G.png\" align=\"center\" admin_label=\"G Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-K.png\" align=\"center\" admin_label=\"K Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-M.png\" align=\"center\" admin_label=\"M Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-R.png\" align=\"center\" admin_label=\"R Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-E.png\" align=\"center\" admin_label=\"E Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-S.png\" align=\"center\" admin_label=\"S Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"21px|0px|31px|0px\" padding_mobile=\"off\" module_id=\"doors\" _builder_version=\"3.0.72\" custom_css_main_element=\"border-top:1px solid #444444;\"][et_pb_row custom_padding=\"||20px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Options Text\" _builder_version=\"3.0.72\" text_font_size=\"18px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Each option below turns a standard cabinet into your personalized cabinetry.</h2><p>Combinations of these options can help set your Pioneer cabinetry apart from the rest.</p>

[/et_pb_text][et_pb_divider color=\"rgba(0,0,0,0.46)\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" _builder_version=\"3.0.47\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||20px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Drawer Heads Text\" _builder_version=\"3.0.72\" text_font_size=\"18px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||20px|\"]

<h2>Drawer Head Styles</h2><p>Pioneer offers 8 different drawer heads for the \'standard\' door styles, examples are below.</p>

[/et_pb_text][et_pb_gallery gallery_ids=\"554,553,552,551,550,555,549,548\" posts_number=\"8\" show_title_and_caption=\"off\" show_pagination=\"off\" admin_label=\"DrawerHead Gallery\" _builder_version=\"3.0.72\" global_module=\"580\" saved_tabs=\"all\"][/et_pb_gallery][et_pb_divider color=\"rgba(0,0,0,0.46)\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" _builder_version=\"3.0.47\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||20px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Glazing Text\" _builder_version=\"3.0.72\" text_font_size=\"18px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Glazing Styles</h2><p>The \"Olde World\" look of glazing cabinetry is a great way to give your home a unique and classic look. A glazed finish is achieved by applying the glaze over the entire surface of all finished parts, then wiping the glaze off by hand. The result is stunning, as the glaze will \"hang-up\" unevenly in corners, profiled edges and end grain of each glazed component. It is recommended that the homeowners view an actual door sample or display before selecting a glazed finish, as color variations will occur between individual cabinet components.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_gallery gallery_ids=\"557,558,559,560,561\" posts_number=\"12\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Glazes Gallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;\" custom_css_gallery_item_caption=\"text-align:center;\" global_module=\"581\" saved_tabs=\"all\"][/et_pb_gallery][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||20px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_divider color=\"rgba(0,0,0,0.46)\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" _builder_version=\"3.0.47\"][/et_pb_divider][et_pb_text background_layout=\"dark\" admin_label=\"Finishing Text\" _builder_version=\"3.0.72\" text_font_size=\"18px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Finishing Techniques</h2><p>Create beauty and character with any of our custom finish techniques. Available in most standard Pioneer paints/tinted varnishes, stains and glazes. Since no two manufacturers are alike, it is recommended that homeowners view an actual door sample or display before finalizing any cabinet color/finishing technique selection.</p>

[/et_pb_text][et_pb_gallery gallery_ids=\"562,563,564,565\" posts_number=\"4\" orientation=\"portrait\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Finishing Gallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;font-size:1em !important;\" custom_css_gallery_item_caption=\"text-align:center;\" global_module=\"582\" saved_tabs=\"all\" module_class=\"fullGallery\"][/et_pb_gallery][et_pb_divider color=\"rgba(0,0,0,0.46)\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" _builder_version=\"3.0.47\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||20px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Knotty Text\" _builder_version=\"3.0.72\" text_font_size=\"18px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Knotty</h2><h4>At Pioneer we love the look of real wood with all its natural properties.</h4><p>For those of you who also like the rustic look, this option might be for you. Pioneer, for our standard cabinetry, cuts around these natural knots. In our knotty option, we leave them in and sort through them to give you a natural looking option.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/kitchenKnotty-1.jpg\" align=\"center\" admin_label=\"Knotty Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Plywood Construction Text\" _builder_version=\"3.0.72\" text_font_size=\"18px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Plywood Construction</h2><p>All the flexibility you’ve come to expect from Pioneer with the added feature of plywood construction. If you choose this option, then you will receive full ½” plywood box construction. Pioneer uses only the best domestic plywood, no Chinese imports! Our sanded and calibrated plywood core provides the greatest opportunity for a smooth and consistent finished product.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Find You Style","","inherit","closed","closed","","241-revision-v1","","","2017-09-12 12:59:55","2017-09-12 16:59:55","","241","http://www.pioneercabinetry.co/uncategorized/241-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("1058","1","2017-09-12 12:59:17","2017-09-12 16:59:17","[et_pb_section fb_built=\"1\" custom_padding=\"20px||0px|\" admin_label=\"section\" _builder_version=\"3.0.72\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Find Style Headline\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"15px||30px|\"]

<h1 class=\"p1\" style=\"text-align: center;\"><span class=\"s1\">Find Your Style</span></h1>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"rgba(0,0,0,0.63)\" custom_padding=\"10px||0px|\" _builder_version=\"3.0.72\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"off\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Find Your Style Text\" _builder_version=\"3.0.72\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\"]

<h4 class=\"kicker\"><span class=\"s1\">The task of picking out your cabinets can be a little overwhelming, so we made it a little easier for you to explore the different areas of cabinetry. </span></h4><p><strong><span class=\"s1\">Click on the buttons below to explore each topic.</span></strong></p>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px|||\" padding_mobile=\"off\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_button button_url=\"#wood\" button_text=\"LEARN ABOUT WOOD\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Wood Button\" _builder_version=\"3.0.72\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"#panels\" button_text=\"SELECT PANEL STYLE\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Panel Button\" _builder_version=\"3.0.47\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_button button_url=\"#doors\" button_text=\"DOOR STYLES\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Doors Button\" _builder_version=\"3.0.47\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"#edges\" button_text=\"LEARN ABOUT EDGES\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Edges Button\" _builder_version=\"3.0.47\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_button button_url=\"#overlays\" button_text=\"OVERLAYS & HINGING\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Overlay Button\" _builder_version=\"3.0.47\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_button button_url=\"#options\" button_text=\"OTHER OPTIONS\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Options Button\" _builder_version=\"3.0.47\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"16px|0px|29px|0px\" module_id=\"wood\" _builder_version=\"3.0.72\" collapsed=\"off\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Wood Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Learning About Wood Species</h2>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||20px|\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Oak.jpg\" align=\"center\" admin_label=\"Oak Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/oak/\" button_text=\"MORE ABOUT OAK\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Oak Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Oak Text\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_font_size=\"18px\"]

<p>Oak, the mainstay of the cabinet and furniture industry, offers depth in color from pink to white and light brown.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Maple.jpg\" align=\"center\" admin_label=\"Maple Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/maple/\" button_text=\"MORE ABOUT MAPLE\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Maple Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Maple Text\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_font_size=\"18px\"]

<p>Predominately off-white in color, maple is a smooth, closed-grain wood that may contain shades of brown and pink.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Hickory-Type.jpg\" align=\"center\" admin_label=\"Hickory Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/hickory/\" button_text=\"MORE ABOUT HICKORY\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Hickory Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Hickory Text\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_font_size=\"18px\"]

<p>Hickory is a very “wild” wood, known for its wide spectrum of color that can range from white to dark brown and can also feature wormholes and black knots.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||20px|\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Cherry-Type.jpg\" align=\"center\" admin_label=\"Cherry Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/cherry/\" button_text=\"MORE ABOUT CHERRY\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Cherry Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Cherry Text\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_font_size=\"18px\"]

<p>Cherry is a multi-colored wood characterized by shades of red, white and brown.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Knotty-Type.jpg\" align=\"center\" admin_label=\"Knotty Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/knotty/\" button_text=\"MORE ABOUT KNOTTY\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Knotty Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Knotty Text\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_font_size=\"18px\"]

<p>At Pioneer we love the look of real wood with all its natural properties.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Painted-Type.jpg\" align=\"center\" admin_label=\"Painted Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/painted/\" button_text=\"MORE ABOUT PAINTED\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Painted Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Painted Text\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_font_size=\"18px\"]

<p>Tinted varnishes, which give cabinets a \"painted look,\" are one of today’s hottest trends in cabinetry.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"||20px|\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Thermofoil-Type.jpg\" align=\"center\" admin_label=\"Thermofoil Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_button button_url=\"/wood-color/thermofoil/\" button_text=\"MORE ABOUT THERMOFOIL\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Thermofoil Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][et_pb_text background_layout=\"dark\" admin_label=\"Thermofoil Text\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_font_size=\"18px\"]

<p>White, Snow and Ivory thermofoil door cabinets offer an alternative to the typical wood/stained cabinet.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"21px|0px|31px|0px\" module_id=\"doors\" _builder_version=\"3.0.72\" custom_css_main_element=\"border-top:1px solid #444444;\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"3_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Door Text\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|80px||\" text_font_size=\"18px\" text_line_height=\"1.8em\"]

<h2>Pioneer Cabinetry comes in a <br>variety of door styles.</h2><h4>Which door style would you prefer?</h4><p>The photos below are just an example of the vast array of door styles offered by Pioneer. Each door style is available in a wide variety of wood species and color combinations. Please visit our Door Style page to discover more options.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_button button_url=\"/door-styles/\" button_text=\"SEE MORE DOORS\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Door Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_gallery gallery_ids=\"541,542,536,537\" posts_number=\"4\" orientation=\"portrait\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Door Gallery\" module_class=\"fullGallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;\"][/et_pb_gallery][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"21px|0px|31px|0px\" module_id=\"doors\" _builder_version=\"3.0.72\" custom_css_main_element=\"border-top:1px solid #444444;\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"3_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Overlays Text\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_font_size=\"18px\" custom_padding=\"||20px|\"]

<h2>Overlay & Hinging</h2><p>Overlays affect how much of the cabinet frame shows, and can dramatically change the appearance of your cabinets. From a traditional look to a more contemporary style, choosing the correct overlay starts below.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_button button_url=\"/overlays-hinging/\" button_text=\"READ MORE ...\" button_alignment=\"center\" background_layout=\"dark\" admin_label=\"Overlays Button\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/SemiConcealedKnife.png\" align=\"center\" admin_label=\"Semi Concealed Hinge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Semi-Concealed Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>1/2\" Overlay Semi-Concealed Knife Hinge</strong></p><p style=\"text-align: center;\">Allows the cabinet frame to be exposed between doors or drawers for a traditional look.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HalfConcealedCup.png\" align=\"center\" admin_label=\"Half Concealed Cup Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Concealed Cup Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>1/2\" Overlay Concealed Cup Hinge</strong></p><p style=\"text-align: center;\">Allows the cabinet frame to be exposed between doors or drawers for a traditional look.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/FullConcealedCup.png\" align=\"center\" admin_label=\"Full Concealed Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Full Concealed Cup Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>Full Overlay Concealed Cup Hinge</strong></p><p style=\"text-align: center;\">Concealed hinges are hidden from view with this design, very little of the cabinet frame shows around each door panel or drawer front creating a seamless, modern appearance.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/DesignerConcealedCup.png\" align=\"center\" admin_label=\"Designer Concealed Cup Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Designer Concealed Cup Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>Designer Overlay Concealed Cup Hinge</strong></p><p style=\"text-align: center;\">Concealed hinges are hidden from view and allow you to see only the surface of your cabinet door. The Designer Overlay design creates a very clean design look.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"21px|0px|31px|0px\" padding_mobile=\"off\" module_id=\"doors\" _builder_version=\"3.0.72\" custom_css_main_element=\"border-top:1px solid #444444;\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Panels Text\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_font_size=\"18px\" custom_padding=\"||20px|\"]

<h2>Door panels are the most visible part of your cabinetry and define your style.</h2><p>Pioneer offers many unique choices including flat, beaded, raised, detailed and solid.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" parallax_method_4=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Flat.png\" align=\"center\" admin_label=\"Flat Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Flat Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>Flat - F / Solid - S</strong></p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Beaded.png\" align=\"center\" admin_label=\"Beaded Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Beaded Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>Beaded - B</strong></p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Raised.png\" align=\"center\" admin_label=\"Raised Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Raised Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>Raised - R</strong></p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Detailed.png\" align=\"center\" admin_label=\"Detailed Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][et_pb_text background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Detailed Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>Detailed - D</strong></p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"21px|0px|31px|0px\" padding_mobile=\"off\" module_id=\"doors\" _builder_version=\"3.0.72\" custom_css_main_element=\"border-top:1px solid #444444;\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Edges Text\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_font_size=\"18px\" custom_padding=\"||20px|\"]

<h2>The edges of the cabinet door panels can enhance <br>your style and provide easy access to the interior.</h2><p>Pioneer offers 7 different outside door edge profiles for all \'non-mitered\' door styles, they are as follows:</p>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" parallax_method_4=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-F.png\" align=\"center\" admin_label=\"F Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-G.png\" align=\"center\" admin_label=\"G Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-K.png\" align=\"center\" admin_label=\"K Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-M.png\" align=\"center\" admin_label=\"M Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-R.png\" align=\"center\" admin_label=\"R Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-E.png\" align=\"center\" admin_label=\"E Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-S.png\" align=\"center\" admin_label=\"S Edge Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"21px|0px|31px|0px\" padding_mobile=\"off\" module_id=\"doors\" _builder_version=\"3.0.72\" custom_css_main_element=\"border-top:1px solid #444444;\"][et_pb_row custom_padding=\"||20px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Options Text\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_font_size=\"18px\"]

<h2>Each option below turns a standard cabinet into your personalized cabinetry.</h2><p>Combinations of these options can help set your Pioneer cabinetry apart from the rest.</p>

[/et_pb_text][et_pb_divider color=\"rgba(0,0,0,0.46)\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" _builder_version=\"3.0.47\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||20px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Drawer Heads Text\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_font_size=\"18px\" custom_padding=\"||20px|\"]

<h2>Drawer Head Styles</h2><p>Pioneer offers 8 different drawer heads for the \'standard\' door styles, examples are below.</p>

[/et_pb_text][et_pb_gallery gallery_ids=\"554,553,552,551,550,555,549,548\" posts_number=\"8\" show_title_and_caption=\"off\" show_pagination=\"off\" admin_label=\"DrawerHead Gallery\" _builder_version=\"3.0.72\" global_module=\"580\" saved_tabs=\"all\"][/et_pb_gallery][et_pb_divider color=\"rgba(0,0,0,0.46)\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" _builder_version=\"3.0.47\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||20px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Glazing Text\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_font_size=\"18px\"]

<h2>Glazing Styles</h2><p>The \"Olde World\" look of glazing cabinetry is a great way to give your home a unique and classic look. A glazed finish is achieved by applying the glaze over the entire surface of all finished parts, then wiping the glaze off by hand. The result is stunning, as the glaze will \"hang-up\" unevenly in corners, profiled edges and end grain of each glazed component. It is recommended that the homeowners view an actual door sample or display before selecting a glazed finish, as color variations will occur between individual cabinet components.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_gallery gallery_ids=\"557,558,559,560,561\" posts_number=\"12\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Glazes Gallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;\" custom_css_gallery_item_caption=\"text-align:center;\" global_module=\"581\" saved_tabs=\"all\"][/et_pb_gallery][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||20px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_divider color=\"rgba(0,0,0,0.46)\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" _builder_version=\"3.0.47\"][/et_pb_divider][et_pb_text background_layout=\"dark\" admin_label=\"Finishing Text\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_font_size=\"18px\"]

<h2>Finishing Techniques</h2><p>Create beauty and character with any of our custom finish techniques. Available in most standard Pioneer paints/tinted varnishes, stains and glazes. Since no two manufacturers are alike, it is recommended that homeowners view an actual door sample or display before finalizing any cabinet color/finishing technique selection.</p>

[/et_pb_text][et_pb_gallery gallery_ids=\"562,563,564,565\" posts_number=\"4\" orientation=\"portrait\" show_pagination=\"off\" background_layout=\"dark\" admin_label=\"Finishing Gallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;font-size:1em !important;\" custom_css_gallery_item_caption=\"text-align:center;\" global_module=\"582\" saved_tabs=\"all\"][/et_pb_gallery][et_pb_divider color=\"rgba(0,0,0,0.46)\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" _builder_version=\"3.0.47\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||20px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_text background_layout=\"dark\" admin_label=\"Knotty Text\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_font_size=\"18px\"]

<h2>Knotty</h2><h4>At Pioneer we love the look of real wood with all its natural properties.</h4><p>For those of you who also like the rustic look, this option might be for you. Pioneer, for our standard cabinetry, cuts around these natural knots. In our knotty option, we leave them in and sort through them to give you a natural looking option.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"off\"][et_pb_image src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/kitchenKnotty-1.jpg\" align=\"center\" admin_label=\"Knotty Image\" _builder_version=\"3.0.47\" animation=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" column_padding_mobile=\"on\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"dark\" admin_label=\"Plywood Construction Text\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_font_size=\"18px\"]

<h2>Plywood Construction</h2><p>All the flexibility you’ve come to expect from Pioneer with the added feature of plywood construction. If you choose this option, then you will receive full ½” plywood box construction. Pioneer uses only the best domestic plywood, no Chinese imports! Our sanded and calibrated plywood core provides the greatest opportunity for a smooth and consistent finished product.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row make_equal=\"on\" background_color_1=\"#000000\" background_color_2=\"#000000\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" _builder_version=\"3.0.72\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" admin_label=\"Warranty CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" padding_bottom=\"20px\" padding_left=\"20px\" padding_right=\"20px\" padding_top=\"20px\" background_color=\"#000000\" parallax=\"off\" parallax_method=\"on\" background_repeat=\"no-repeat\" custom_css_main=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_cta title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" admin_label=\"Dealer CTA\" _builder_version=\"3.0.72\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\" body_font_size=\"16\" custom_padding=\"|||\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\"]
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Find You Style","","inherit","closed","closed","","241-revision-v1","","","2017-09-12 12:59:17","2017-09-12 16:59:17","","241","http://www.pioneercabinetry.co/uncategorized/241-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("1061","1","2017-09-12 14:10:41","2017-09-12 18:10:41","[et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" template_type=\"section\"][et_pb_row background_color_1=\"#000000\" background_color_2=\"#000000\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" _builder_version=\"3.0.72\" make_equal=\"on\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

</p>
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
<p>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

</p>
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
<p>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Warranty Dealer CTAs","","inherit","closed","closed","","93-revision-v1","","","2017-09-12 14:10:41","2017-09-12 18:10:41","","93","http://www.pioneercabinetry.co/uncategorized/93-revision-v1/","0","revision","","0");
INSERT INTO `pcab_posts` VALUES("1062","1","2017-09-12 14:11:36","2017-09-12 18:11:36","[et_pb_section bb_built=\"1\" admin_label=\"section\" custom_padding=\"20px||0px|\" _builder_version=\"3.0.72\" background_image=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/dots.jpg\"][et_pb_row admin_label=\"row\" custom_padding=\"0px||0px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Find Style Headline\" background_layout=\"dark\" text_orientation=\"center\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"15px||30px|\"]

<h1 class=\"p1\" style=\"text-align: center;\"><span class=\"s1\">Find Your Style</span></h1>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"rgba(0,0,0,0.63)\" custom_padding=\"10px||0px|\" _builder_version=\"3.0.72\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"off\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Find Your Style Text\" background_layout=\"dark\" _builder_version=\"3.0.72\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"0px||0px|\" custom_padding=\"0px||0px|\"]

<h4 class=\"kicker\"><span class=\"s1\">The task of picking out your cabinets can be a little overwhelming, so we made it a little easier for you to explore the different areas of cabinetry. </span></h4><p><strong><span class=\"s1\">Click on the buttons below to explore each topic.</span></strong></p>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px|||\" padding_mobile=\"off\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_button admin_label=\"Wood Button\" button_url=\"#wood\" button_text=\"LEARN ABOUT WOOD\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][et_pb_button admin_label=\"Panel Button\" button_url=\"#panels\" button_text=\"SELECT PANEL STYLE\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.47\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_button admin_label=\"Doors Button\" button_url=\"#doors\" button_text=\"DOOR STYLES\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.47\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][et_pb_button admin_label=\"Edges Button\" button_url=\"#edges\" button_text=\"LEARN ABOUT EDGES\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.47\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_button admin_label=\"Overlay Button\" button_url=\"#overlays\" button_text=\"OVERLAYS & HINGING\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.47\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][et_pb_button admin_label=\"Options Button\" button_url=\"#options\" button_text=\"OTHER OPTIONS\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.47\" custom_button=\"on\" button_bg_color=\"#e09900\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"16px|0px|29px|0px\" module_id=\"wood\" _builder_version=\"3.0.72\" collapsed=\"off\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Wood Text\" background_layout=\"dark\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Learning About Wood Species</h2>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" custom_margin=\"||20px|\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Oak Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Oak.jpg\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_button admin_label=\"Oak Button\" button_url=\"/wood-color/oak/\" button_text=\"MORE ABOUT OAK\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][et_pb_text admin_label=\"Oak Text\" background_layout=\"dark\" _builder_version=\"3.0.72\" text_font_size=\"18px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p>Oak, the mainstay of the cabinet and furniture industry, offers depth in color from pink to white and light brown.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Maple Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Header-Maple.jpg\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_button admin_label=\"Maple Button\" button_url=\"/wood-color/maple/\" button_text=\"MORE ABOUT MAPLE\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][et_pb_text admin_label=\"Maple Text\" background_layout=\"dark\" _builder_version=\"3.0.72\" text_font_size=\"18px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p>Predominately off-white in color, maple is a smooth, closed-grain wood that may contain shades of brown and pink.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Hickory Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Hickory-Type.jpg\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_button admin_label=\"Hickory Button\" button_url=\"/wood-color/hickory/\" button_text=\"MORE ABOUT HICKORY\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][et_pb_text admin_label=\"Hickory Text\" background_layout=\"dark\" _builder_version=\"3.0.72\" text_font_size=\"18px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p>Hickory is a very “wild” wood, known for its wide spectrum of color that can range from white to dark brown and can also feature wormholes and black knots.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" custom_margin=\"||20px|\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Cherry Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Cherry-Type.jpg\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_button admin_label=\"Cherry Button\" button_url=\"/wood-color/cherry/\" button_text=\"MORE ABOUT CHERRY\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][et_pb_text admin_label=\"Cherry Text\" background_layout=\"dark\" _builder_version=\"3.0.72\" text_font_size=\"18px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p>Cherry is a multi-colored wood characterized by shades of red, white and brown.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Knotty Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Knotty-Type.jpg\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_button admin_label=\"Knotty Button\" button_url=\"/wood-color/knotty/\" button_text=\"MORE ABOUT KNOTTY\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][et_pb_text admin_label=\"Knotty Text\" background_layout=\"dark\" _builder_version=\"3.0.72\" text_font_size=\"18px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p>At Pioneer we love the look of real wood with all its natural properties.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Painted Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Painted-Type.jpg\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_button admin_label=\"Painted Button\" button_url=\"/wood-color/painted/\" button_text=\"MORE ABOUT PAINTED\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][et_pb_text admin_label=\"Painted Text\" background_layout=\"dark\" _builder_version=\"3.0.72\" text_font_size=\"18px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p>Tinted varnishes, which give cabinets a \"painted look,\" are one of today’s hottest trends in cabinetry.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" custom_margin=\"||20px|\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" _builder_version=\"3.0.72\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Thermofoil Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HDR-Thermofoil-Type.jpg\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_button admin_label=\"Thermofoil Button\" button_url=\"/wood-color/thermofoil/\" button_text=\"MORE ABOUT THERMOFOIL\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][et_pb_text admin_label=\"Thermofoil Text\" background_layout=\"dark\" _builder_version=\"3.0.72\" text_font_size=\"18px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p>White, Snow and Ivory thermofoil door cabinets offer an alternative to the typical wood/stained cabinet.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"21px|0px|31px|0px\" module_id=\"doors\" _builder_version=\"3.0.72\" custom_css_main_element=\"border-top:1px solid #444444;\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Door Text\" background_layout=\"dark\" _builder_version=\"3.0.72\" text_font_size=\"18px\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|80px||\"]

<h2>Pioneer Cabinetry comes in a <br>variety of door styles.</h2><h4>Which door style would you prefer?</h4><p>The photos below are just an example of the vast array of door styles offered by Pioneer. Each door style is available in a wide variety of wood species and color combinations. Please visit our Door Style page to discover more options.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Door Button\" button_url=\"/door-styles/\" button_text=\"SEE MORE DOORS\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_gallery admin_label=\"Door Gallery\" gallery_ids=\"541,542,536,537\" posts_number=\"4\" orientation=\"portrait\" show_pagination=\"off\" background_layout=\"dark\" module_class=\"fullGallery\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"21px|0px|31px|0px\" module_id=\"doors\" _builder_version=\"3.0.72\" custom_css_main_element=\"border-top:1px solid #444444;\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"3_4\"][et_pb_text admin_label=\"Overlays Text\" background_layout=\"dark\" _builder_version=\"3.0.72\" text_font_size=\"18px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||20px|\"]

<h2>Overlay & Hinging</h2><p>Overlays affect how much of the cabinet frame shows, and can dramatically change the appearance of your cabinets. From a traditional look to a more contemporary style, choosing the correct overlay starts below.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_button admin_label=\"Overlays Button\" button_url=\"/overlays-hinging/\" button_text=\"READ MORE ...\" button_alignment=\"center\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_css_main_element=\"width:100%;\" background_color=\"#dd9933\" /][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Semi Concealed Hinge Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/SemiConcealedKnife.png\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_text admin_label=\"Semi-Concealed Text\" background_layout=\"dark\" text_orientation=\"center\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>1/2\" Overlay Semi-Concealed Knife Hinge</strong></p><p style=\"text-align: center;\">Allows the cabinet frame to be exposed between doors or drawers for a traditional look.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Half Concealed Cup Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/HalfConcealedCup.png\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_text admin_label=\"Concealed Cup Text\" background_layout=\"dark\" text_orientation=\"center\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>1/2\" Overlay Concealed Cup Hinge</strong></p><p style=\"text-align: center;\">Allows the cabinet frame to be exposed between doors or drawers for a traditional look.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Full Concealed Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/FullConcealedCup.png\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_text admin_label=\"Full Concealed Cup Text\" background_layout=\"dark\" text_orientation=\"center\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>Full Overlay Concealed Cup Hinge</strong></p><p style=\"text-align: center;\">Concealed hinges are hidden from view with this design, very little of the cabinet frame shows around each door panel or drawer front creating a seamless, modern appearance.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Designer Concealed Cup Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/DesignerConcealedCup.png\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_text admin_label=\"Designer Concealed Cup Text\" background_layout=\"dark\" text_orientation=\"center\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>Designer Overlay Concealed Cup Hinge</strong></p><p style=\"text-align: center;\">Concealed hinges are hidden from view and allow you to see only the surface of your cabinet door. The Designer Overlay design creates a very clean design look.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"21px|0px|31px|0px\" padding_mobile=\"off\" module_id=\"doors\" _builder_version=\"3.0.72\" custom_css_main_element=\"border-top:1px solid #444444;\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Panels Text\" background_layout=\"dark\" _builder_version=\"3.0.72\" text_font_size=\"18px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||20px|\"]

<h2>Door panels are the most visible part of your cabinetry and define your style.</h2><p>Pioneer offers many unique choices including flat, beaded, raised, detailed and solid.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" parallax_method_4=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Flat Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Flat.png\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_text admin_label=\"Flat Text\" background_layout=\"dark\" text_orientation=\"center\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>Flat - F / Solid - S</strong></p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Beaded Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Beaded.png\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_text admin_label=\"Beaded Text\" background_layout=\"dark\" text_orientation=\"center\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>Beaded - B</strong></p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Raised Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Raised.png\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_text admin_label=\"Raised Text\" background_layout=\"dark\" text_orientation=\"center\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>Raised - R</strong></p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"Detailed Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Detailed.png\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][et_pb_text admin_label=\"Detailed Text\" background_layout=\"dark\" text_orientation=\"center\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<p style=\"text-align: center;\"><strong>Detailed - D</strong></p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"21px|0px|31px|0px\" padding_mobile=\"off\" module_id=\"doors\" _builder_version=\"3.0.72\" custom_css_main_element=\"border-top:1px solid #444444;\"][et_pb_row custom_padding=\"||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Edges Text\" background_layout=\"dark\" _builder_version=\"3.0.72\" text_font_size=\"18px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||20px|\"]

<h2>The edges of the cabinet door panels can enhance <br>your style and provide easy access to the interior.</h2><p>Pioneer offers 7 different outside door edge profiles for all \'non-mitered\' door styles, they are as follows:</p>

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||10px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" parallax_method_3=\"off\" parallax_method_4=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"F Edge Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-F.png\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"G Edge Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-G.png\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"K Edge Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-K.png\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"M Edge Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-M.png\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"R Edge Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-R.png\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"E Edge Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-E.png\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image admin_label=\"S Edge Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Edges-S.png\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][/et_pb_column][et_pb_column type=\"1_4\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" inner_shadow=\"on\" custom_padding=\"21px|0px|31px|0px\" padding_mobile=\"off\" module_id=\"doors\" _builder_version=\"3.0.72\" custom_css_main_element=\"border-top:1px solid #444444;\"][et_pb_row custom_padding=\"||20px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Options Text\" background_layout=\"dark\" _builder_version=\"3.0.72\" text_font_size=\"18px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Each option below turns a standard cabinet into your personalized cabinetry.</h2><p>Combinations of these options can help set your Pioneer cabinetry apart from the rest.</p>

[/et_pb_text][et_pb_divider color=\"rgba(0,0,0,0.46)\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" _builder_version=\"3.0.47\" /][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||20px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Drawer Heads Text\" background_layout=\"dark\" _builder_version=\"3.0.72\" text_font_size=\"18px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"||20px|\"]

<h2>Drawer Head Styles</h2><p>Pioneer offers 8 different drawer heads for the \'standard\' door styles, examples are below.</p>

[/et_pb_text][et_pb_gallery admin_label=\"DrawerHead Gallery\" gallery_ids=\"554,553,552,551,550,555,549,548\" posts_number=\"8\" show_title_and_caption=\"off\" show_pagination=\"off\" _builder_version=\"3.0.72\" global_module=\"580\" saved_tabs=\"all\" /][et_pb_divider color=\"rgba(0,0,0,0.46)\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" _builder_version=\"3.0.47\" /][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||20px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Glazing Text\" background_layout=\"dark\" _builder_version=\"3.0.72\" text_font_size=\"18px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Glazing Styles</h2><p>The \"Olde World\" look of glazing cabinetry is a great way to give your home a unique and classic look. A glazed finish is achieved by applying the glaze over the entire surface of all finished parts, then wiping the glaze off by hand. The result is stunning, as the glaze will \"hang-up\" unevenly in corners, profiled edges and end grain of each glazed component. It is recommended that the homeowners view an actual door sample or display before selecting a glazed finish, as color variations will occur between individual cabinet components.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_gallery admin_label=\"Glazes Gallery\" gallery_ids=\"557,558,559,560,561\" posts_number=\"12\" show_pagination=\"off\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;\" custom_css_gallery_item_caption=\"text-align:center;\" global_module=\"581\" saved_tabs=\"all\" /][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||20px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_divider color=\"rgba(0,0,0,0.46)\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" _builder_version=\"3.0.47\" /][et_pb_text admin_label=\"Finishing Text\" background_layout=\"dark\" _builder_version=\"3.0.72\" text_font_size=\"18px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Finishing Techniques</h2><p>Create beauty and character with any of our custom finish techniques. Available in most standard Pioneer paints/tinted varnishes, stains and glazes. Since no two manufacturers are alike, it is recommended that homeowners view an actual door sample or display before finalizing any cabinet color/finishing technique selection.</p>

[/et_pb_text][et_pb_gallery admin_label=\"Finishing Gallery\" gallery_ids=\"562,563,564,565\" posts_number=\"4\" orientation=\"portrait\" show_pagination=\"off\" background_layout=\"dark\" _builder_version=\"3.0.72\" custom_css_gallery_item_title=\"text-align:center;font-size:1em !important;\" custom_css_gallery_item_caption=\"text-align:center;\" global_module=\"582\" saved_tabs=\"all\" module_class=\"fullGallery\" /][et_pb_divider color=\"rgba(0,0,0,0.46)\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" _builder_version=\"3.0.47\" /][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0px||20px|\" padding_mobile=\"on\" column_padding_mobile=\"on\" parallax_method_1=\"off\" parallax_method_2=\"off\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Knotty Text\" background_layout=\"dark\" _builder_version=\"3.0.72\" text_font_size=\"18px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Knotty</h2><h4>At Pioneer we love the look of real wood with all its natural properties.</h4><p>For those of you who also like the rustic look, this option might be for you. Pioneer, for our standard cabinetry, cuts around these natural knots. In our knotty option, we leave them in and sort through them to give you a natural looking option.</p>

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Knotty Image\" src=\"http://www.pioneercabinetry.co/wp-content/uploads/2017/09/kitchenKnotty-1.jpg\" align=\"center\" _builder_version=\"3.0.47\" animation=\"off\" /][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text admin_label=\"Plywood Construction Text\" background_layout=\"dark\" _builder_version=\"3.0.72\" text_font_size=\"18px\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"]

<h2>Plywood Construction</h2><p>All the flexibility you’ve come to expect from Pioneer with the added feature of plywood construction. If you choose this option, then you will receive full ½” plywood box construction. Pioneer uses only the best domestic plywood, no Chinese imports! Our sanded and calibrated plywood core provides the greatest opportunity for a smooth and consistent finished product.</p>

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" background_color=\"#2b2b2b\" _builder_version=\"3.0.72\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#2b2b2b\" background_color_gradient_end=\"#000000\" global_module=\"93\"][et_pb_row global_parent=\"93\" background_color_1=\"#000000\" background_color_2=\"#000000\" background_repeat_1=\"no-repeat\" background_repeat_2=\"no-repeat\" _builder_version=\"3.0.72\" make_equal=\"on\" padding_top_1=\"20px\" padding_right_1=\"20px\" padding_bottom_1=\"20px\" padding_left_1=\"20px\" padding_top_2=\"20px\" padding_right_2=\"20px\" padding_bottom_2=\"20px\" padding_left_2=\"20px\" custom_css_main_1=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\" custom_css_main_2=\"border-radius:15px;-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);||box-shadow: 0 0 10px 5px rgba(0,0,0,0.6);border:1px solid #444444;\"][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Warranty CTA\" global_parent=\"93\" title=\"Warranty\" button_url=\"/quality-care/warranty/\" button_text=\"READ MORE\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

</p>
<p><span class=\"s1\">We stand behind our craftsmanship.</span></p>
<p>

[/et_pb_cta][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_cta admin_label=\"Dealer CTA\" global_parent=\"93\" title=\"Dealer Locator\" button_url=\"/find-a-dealer/\" button_text=\"FIND A DEALER\" use_background_color=\"off\" _builder_version=\"3.0.72\" body_font_size=\"16\" custom_button=\"on\" button_bg_color=\"#e09900\" button_border_width=\"1\" custom_padding=\"|||\" button_font=\"Open Sans Condensed||||\" custom_css_promo_button=\"padding-top:2px;padding-bottom:2px;width:60%;\" header_font=\"Droid Serif||||\" body_font=\"Open Sans Condensed||||\"]

</p>
<p><span class=\"s1\">Find a local dealer, simply by typing in your zip code.</span></p>
<p>

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]","Find You Style","","inherit","closed","closed","","241-autosave-v1","","","2017-09-12 14:11:36","2017-09-12 18:11:36","","241","http://www.pioneercabinetry.co/uncategorized/241-autosave-v1/","0","revision","","0");


DROP TABLE IF EXISTS `pcab_redirection_404`;

CREATE TABLE `pcab_redirection_404` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `created` datetime NOT NULL,
  `url` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `agent` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `referrer` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `ip` int(10) unsigned NOT NULL,
  PRIMARY KEY (`id`),
  KEY `created` (`created`),
  KEY `url` (`url`(191)),
  KEY `ip` (`ip`),
  KEY `referrer` (`referrer`(191))
) ENGINE=MyISAM AUTO_INCREMENT=776 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT INTO `pcab_redirection_404` VALUES("759","2018-02-08 12:25:56","/wp-content/plugins/simple-ads-manager/sam-ajax-admin.php","Mozilla/5.0 (X11; Linux i686) AppleWebKit/5311 (KHTML, like Gecko) Chrome/38.0.873.0 Mobile Safari/5311","","757147744");
INSERT INTO `pcab_redirection_404` VALUES("758","2018-02-08 12:25:36","/wp-content/plugins/wp-property/third-party/uploadify/uploadify.php","Mozilla/5.0 (compatible; MSIE 8.0; Windows CE; Trident/4.0)","","1275275633");
INSERT INTO `pcab_redirection_404` VALUES("760","2018-02-08 12:26:54","/wp-content/plugins/real3d-flipbook/includes/process.php","Opera/9.90 (Windows NT 6.2; sl-SI) Presto/2.12.351 Version/11.00","","1205185834");
INSERT INTO `pcab_redirection_404` VALUES("761","2018-02-08 12:27:11","/wp-content/plugins/sharexy/ajaxresponder.php","Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_6_4) AppleWebKit/5321 (KHTML, like Gecko) Chrome/36.0.836.0 Mobile Safari/5321","","3097370740");
INSERT INTO `pcab_redirection_404` VALUES("762","2018-02-08 12:27:25","/wp-content/plugins/real3d-flipbook/includes/process.php","Opera/9.90 (Windows NT 6.2; sl-SI) Presto/2.12.351 Version/11.00","","794425889");
INSERT INTO `pcab_redirection_404` VALUES("763","2018-02-08 12:27:25","/wp-content/plugins/wp-symposium/server/php/index.php","Mozilla/5.0 (compatible; MSIE 11.0; Windows CE; Trident/3.1)","","1593897493");
INSERT INTO `pcab_redirection_404` VALUES("764","2018-02-08 12:27:26","/wp-content/plugins/formcraft/file-upload/server/content/upload.php","Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_7_6 rv:5.0; en-US) AppleWebKit/533.27.4 (KHTML, like Gecko) Version/4.0 Safari/533.27.4","","1632298600");
INSERT INTO `pcab_redirection_404` VALUES("765","2018-02-08 12:27:51","/wp-content/plugins/page-google-maps/pr.php","Mozilla/5.0 (compatible; MSIE 5.0; Windows NT 5.0; Trident/3.1)","","1205184525");
INSERT INTO `pcab_redirection_404` VALUES("766","2018-02-08 12:28:21","/wp-content/plugins/google-maps-by-daniel-martyn/inuse.php","Mozilla/5.0 (Windows NT 6.2) AppleWebKit/5310 (KHTML, like Gecko) Chrome/40.0.807.0 Mobile Safari/5310","","793411982");
INSERT INTO `pcab_redirection_404` VALUES("767","2018-02-08 12:28:33","/wp-content/plugins/formcraft/file-upload/server/content/upload.php","Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_7_6 rv:5.0; en-US) AppleWebKit/533.27.4 (KHTML, like Gecko) Version/4.0 Safari/533.27.4","","1204819467");
INSERT INTO `pcab_redirection_404` VALUES("768","2018-02-08 12:28:37","http://pioneercabinetry.co/wp-content/plugins/wp-symposium/server/php/index.php","Mozilla/5.0 (compatible; MSIE 11.0; Windows CE; Trident/3.1)","","212137770");
INSERT INTO `pcab_redirection_404` VALUES("769","2018-02-08 12:28:54","/wp-content/plugins/dzs-videogallery/upload.php","Mozilla/5.0 (Windows; U; Windows NT 6.1) AppleWebKit/535.43.7 (KHTML, like Gecko) Version/5.0 Safari/535.43.7","","3559914583");
INSERT INTO `pcab_redirection_404` VALUES("770","2018-02-08 12:29:29","/wp-content/plugins/google-maps-by-daniel-martyn/inuse.php","Mozilla/5.0 (Windows NT 6.2) AppleWebKit/5310 (KHTML, like Gecko) Chrome/40.0.807.0 Mobile Safari/5310","","3097423300");
INSERT INTO `pcab_redirection_404` VALUES("771","2018-02-08 12:29:31","/wp-content/plugins/dzs-videogallery/admin/upload.php","Mozilla/5.0 (Windows; U; Windows NT 6.1) AppleWebKit/535.43.7 (KHTML, like Gecko) Version/5.0 Safari/535.43.7","","3133323017");
INSERT INTO `pcab_redirection_404` VALUES("772","2018-02-08 12:29:36","/wp-content/plugins/reflex-gallery/admin/scripts/FileUploader/php.php?Year=2018&Month=02","Mozilla/5.0 (Windows NT 5.0; sl-SI; rv:1.9.0.20) Gecko/20140507 Firefox/36.0","","3143525874");
INSERT INTO `pcab_redirection_404` VALUES("773","2018-02-08 12:29:57","/wp-content/plugins/mailpress/mp-includes/action.php","Mozilla/5.0 (X11; Linux i686) AppleWebKit/5341 (KHTML, like Gecko) Chrome/39.0.854.0 Mobile Safari/5341","","1275204822");
INSERT INTO `pcab_redirection_404` VALUES("774","2018-02-08 12:30:18","/wp-content/plugins/font-uploader/font-upload.php","Mozilla/5.0 (X11; Linux x86_64; rv:7.0) Gecko/20111120 Firefox/37.0","","3548938109");
INSERT INTO `pcab_redirection_404` VALUES("775","2018-02-08 12:38:44","/wp-content/plugins/dzs-portfolio/upload.php","Opera/9.90 (X11; Linux i686; en-US) Presto/2.11.315 Version/12.00","","2064101666");
INSERT INTO `pcab_redirection_404` VALUES("757","2018-02-03 18:43:28","/wp-content/plugins/delete-all-comments/readme.txt","Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2697.8 Safari/537.36","","1389400784");


DROP TABLE IF EXISTS `pcab_redirection_groups`;

CREATE TABLE `pcab_redirection_groups` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `tracking` int(11) NOT NULL DEFAULT '1',
  `module_id` int(11) unsigned NOT NULL DEFAULT '0',
  `status` enum('enabled','disabled') COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'enabled',
  `position` int(11) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `module_id` (`module_id`),
  KEY `status` (`status`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT INTO `pcab_redirection_groups` VALUES("1","Redirections","1","1","enabled","0");
INSERT INTO `pcab_redirection_groups` VALUES("2","Modified Posts","1","1","enabled","1");


DROP TABLE IF EXISTS `pcab_redirection_items`;

CREATE TABLE `pcab_redirection_items` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `url` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `regex` int(11) unsigned NOT NULL DEFAULT '0',
  `position` int(11) unsigned NOT NULL DEFAULT '0',
  `last_count` int(10) unsigned NOT NULL DEFAULT '0',
  `last_access` datetime NOT NULL,
  `group_id` int(11) NOT NULL DEFAULT '0',
  `status` enum('enabled','disabled') COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'enabled',
  `action_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `action_code` int(11) unsigned NOT NULL,
  `action_data` mediumtext COLLATE utf8mb4_unicode_520_ci,
  `match_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `title` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `url` (`url`(191)),
  KEY `status` (`status`),
  KEY `regex` (`regex`),
  KEY `group_idpos` (`group_id`,`position`),
  KEY `group` (`group_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;



DROP TABLE IF EXISTS `pcab_redirection_logs`;

CREATE TABLE `pcab_redirection_logs` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `created` datetime NOT NULL,
  `url` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `sent_to` mediumtext COLLATE utf8mb4_unicode_520_ci,
  `agent` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `referrer` mediumtext COLLATE utf8mb4_unicode_520_ci,
  `redirection_id` int(11) unsigned DEFAULT NULL,
  `ip` varchar(17) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `module_id` int(11) unsigned NOT NULL,
  `group_id` int(11) unsigned DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `created` (`created`),
  KEY `redirection_id` (`redirection_id`),
  KEY `ip` (`ip`),
  KEY `group_id` (`group_id`),
  KEY `module_id` (`module_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;



DROP TABLE IF EXISTS `pcab_term_relationships`;

CREATE TABLE `pcab_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=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

INSERT INTO `pcab_term_relationships` VALUES("1","2","0");
INSERT INTO `pcab_term_relationships` VALUES("2","2","0");
INSERT INTO `pcab_term_relationships` VALUES("3","2","0");
INSERT INTO `pcab_term_relationships` VALUES("4","2","0");
INSERT INTO `pcab_term_relationships` VALUES("5","2","0");
INSERT INTO `pcab_term_relationships` VALUES("6","2","0");
INSERT INTO `pcab_term_relationships` VALUES("7","2","0");
INSERT INTO `pcab_term_relationships` VALUES("1","1","0");
INSERT INTO `pcab_term_relationships` VALUES("90","4","0");
INSERT INTO `pcab_term_relationships` VALUES("90","5","0");
INSERT INTO `pcab_term_relationships` VALUES("90","6","0");
INSERT INTO `pcab_term_relationships` VALUES("93","4","0");
INSERT INTO `pcab_term_relationships` VALUES("93","5","0");
INSERT INTO `pcab_term_relationships` VALUES("93","6","0");
INSERT INTO `pcab_term_relationships` VALUES("95","4","0");
INSERT INTO `pcab_term_relationships` VALUES("95","8","0");
INSERT INTO `pcab_term_relationships` VALUES("95","6","0");
INSERT INTO `pcab_term_relationships` VALUES("95","7","0");
INSERT INTO `pcab_term_relationships` VALUES("97","4","0");
INSERT INTO `pcab_term_relationships` VALUES("97","8","0");
INSERT INTO `pcab_term_relationships` VALUES("97","6","0");
INSERT INTO `pcab_term_relationships` VALUES("141","4","0");
INSERT INTO `pcab_term_relationships` VALUES("141","8","0");
INSERT INTO `pcab_term_relationships` VALUES("141","6","0");
INSERT INTO `pcab_term_relationships` VALUES("141","21","0");
INSERT INTO `pcab_term_relationships` VALUES("144","4","0");
INSERT INTO `pcab_term_relationships` VALUES("144","8","0");
INSERT INTO `pcab_term_relationships` VALUES("144","6","0");
INSERT INTO `pcab_term_relationships` VALUES("144","21","0");
INSERT INTO `pcab_term_relationships` VALUES("147","4","0");
INSERT INTO `pcab_term_relationships` VALUES("147","8","0");
INSERT INTO `pcab_term_relationships` VALUES("147","6","0");
INSERT INTO `pcab_term_relationships` VALUES("147","21","0");
INSERT INTO `pcab_term_relationships` VALUES("148","4","0");
INSERT INTO `pcab_term_relationships` VALUES("148","8","0");
INSERT INTO `pcab_term_relationships` VALUES("148","6","0");
INSERT INTO `pcab_term_relationships` VALUES("148","21","0");
INSERT INTO `pcab_term_relationships` VALUES("151","4","0");
INSERT INTO `pcab_term_relationships` VALUES("151","8","0");
INSERT INTO `pcab_term_relationships` VALUES("151","6","0");
INSERT INTO `pcab_term_relationships` VALUES("151","21","0");
INSERT INTO `pcab_term_relationships` VALUES("152","4","0");
INSERT INTO `pcab_term_relationships` VALUES("152","8","0");
INSERT INTO `pcab_term_relationships` VALUES("152","6","0");
INSERT INTO `pcab_term_relationships` VALUES("152","21","0");
INSERT INTO `pcab_term_relationships` VALUES("154","4","0");
INSERT INTO `pcab_term_relationships` VALUES("154","8","0");
INSERT INTO `pcab_term_relationships` VALUES("154","6","0");
INSERT INTO `pcab_term_relationships` VALUES("154","21","0");
INSERT INTO `pcab_term_relationships` VALUES("159","4","0");
INSERT INTO `pcab_term_relationships` VALUES("159","8","0");
INSERT INTO `pcab_term_relationships` VALUES("159","6","0");
INSERT INTO `pcab_term_relationships` VALUES("159","22","0");
INSERT INTO `pcab_term_relationships` VALUES("161","4","0");
INSERT INTO `pcab_term_relationships` VALUES("161","8","0");
INSERT INTO `pcab_term_relationships` VALUES("161","6","0");
INSERT INTO `pcab_term_relationships` VALUES("161","7","0");
INSERT INTO `pcab_term_relationships` VALUES("164","4","0");
INSERT INTO `pcab_term_relationships` VALUES("164","8","0");
INSERT INTO `pcab_term_relationships` VALUES("164","6","0");
INSERT INTO `pcab_term_relationships` VALUES("164","7","0");
INSERT INTO `pcab_term_relationships` VALUES("166","4","0");
INSERT INTO `pcab_term_relationships` VALUES("166","8","0");
INSERT INTO `pcab_term_relationships` VALUES("166","6","0");
INSERT INTO `pcab_term_relationships` VALUES("166","23","0");
INSERT INTO `pcab_term_relationships` VALUES("168","4","0");
INSERT INTO `pcab_term_relationships` VALUES("168","8","0");
INSERT INTO `pcab_term_relationships` VALUES("168","6","0");
INSERT INTO `pcab_term_relationships` VALUES("168","23","0");
INSERT INTO `pcab_term_relationships` VALUES("178","4","0");
INSERT INTO `pcab_term_relationships` VALUES("178","8","0");
INSERT INTO `pcab_term_relationships` VALUES("178","6","0");
INSERT INTO `pcab_term_relationships` VALUES("178","24","0");
INSERT INTO `pcab_term_relationships` VALUES("179","4","0");
INSERT INTO `pcab_term_relationships` VALUES("179","8","0");
INSERT INTO `pcab_term_relationships` VALUES("179","6","0");
INSERT INTO `pcab_term_relationships` VALUES("179","23","0");
INSERT INTO `pcab_term_relationships` VALUES("181","4","0");
INSERT INTO `pcab_term_relationships` VALUES("181","8","0");
INSERT INTO `pcab_term_relationships` VALUES("181","6","0");
INSERT INTO `pcab_term_relationships` VALUES("181","24","0");
INSERT INTO `pcab_term_relationships` VALUES("317","4","0");
INSERT INTO `pcab_term_relationships` VALUES("317","8","0");
INSERT INTO `pcab_term_relationships` VALUES("317","6","0");
INSERT INTO `pcab_term_relationships` VALUES("317","21","0");
INSERT INTO `pcab_term_relationships` VALUES("318","4","0");
INSERT INTO `pcab_term_relationships` VALUES("318","8","0");
INSERT INTO `pcab_term_relationships` VALUES("318","6","0");
INSERT INTO `pcab_term_relationships` VALUES("318","21","0");
INSERT INTO `pcab_term_relationships` VALUES("319","4","0");
INSERT INTO `pcab_term_relationships` VALUES("319","8","0");
INSERT INTO `pcab_term_relationships` VALUES("319","6","0");
INSERT INTO `pcab_term_relationships` VALUES("319","21","0");
INSERT INTO `pcab_term_relationships` VALUES("320","4","0");
INSERT INTO `pcab_term_relationships` VALUES("320","8","0");
INSERT INTO `pcab_term_relationships` VALUES("320","6","0");
INSERT INTO `pcab_term_relationships` VALUES("320","21","0");
INSERT INTO `pcab_term_relationships` VALUES("322","4","0");
INSERT INTO `pcab_term_relationships` VALUES("322","8","0");
INSERT INTO `pcab_term_relationships` VALUES("322","6","0");
INSERT INTO `pcab_term_relationships` VALUES("322","21","0");
INSERT INTO `pcab_term_relationships` VALUES("323","4","0");
INSERT INTO `pcab_term_relationships` VALUES("323","8","0");
INSERT INTO `pcab_term_relationships` VALUES("323","6","0");
INSERT INTO `pcab_term_relationships` VALUES("323","21","0");
INSERT INTO `pcab_term_relationships` VALUES("324","4","0");
INSERT INTO `pcab_term_relationships` VALUES("324","8","0");
INSERT INTO `pcab_term_relationships` VALUES("324","6","0");
INSERT INTO `pcab_term_relationships` VALUES("324","21","0");
INSERT INTO `pcab_term_relationships` VALUES("325","4","0");
INSERT INTO `pcab_term_relationships` VALUES("325","8","0");
INSERT INTO `pcab_term_relationships` VALUES("325","6","0");
INSERT INTO `pcab_term_relationships` VALUES("325","21","0");
INSERT INTO `pcab_term_relationships` VALUES("326","4","0");
INSERT INTO `pcab_term_relationships` VALUES("326","8","0");
INSERT INTO `pcab_term_relationships` VALUES("326","6","0");
INSERT INTO `pcab_term_relationships` VALUES("326","21","0");
INSERT INTO `pcab_term_relationships` VALUES("327","4","0");
INSERT INTO `pcab_term_relationships` VALUES("327","8","0");
INSERT INTO `pcab_term_relationships` VALUES("327","6","0");
INSERT INTO `pcab_term_relationships` VALUES("327","21","0");
INSERT INTO `pcab_term_relationships` VALUES("328","4","0");
INSERT INTO `pcab_term_relationships` VALUES("328","8","0");
INSERT INTO `pcab_term_relationships` VALUES("328","6","0");
INSERT INTO `pcab_term_relationships` VALUES("328","21","0");
INSERT INTO `pcab_term_relationships` VALUES("329","4","0");
INSERT INTO `pcab_term_relationships` VALUES("329","8","0");
INSERT INTO `pcab_term_relationships` VALUES("329","6","0");
INSERT INTO `pcab_term_relationships` VALUES("329","21","0");
INSERT INTO `pcab_term_relationships` VALUES("343","3","0");
INSERT INTO `pcab_term_relationships` VALUES("344","3","0");
INSERT INTO `pcab_term_relationships` VALUES("348","3","0");
INSERT INTO `pcab_term_relationships` VALUES("353","3","0");
INSERT INTO `pcab_term_relationships` VALUES("352","3","0");
INSERT INTO `pcab_term_relationships` VALUES("350","3","0");
INSERT INTO `pcab_term_relationships` VALUES("349","3","0");
INSERT INTO `pcab_term_relationships` VALUES("351","3","0");
INSERT INTO `pcab_term_relationships` VALUES("354","3","0");
INSERT INTO `pcab_term_relationships` VALUES("355","3","0");
INSERT INTO `pcab_term_relationships` VALUES("346","3","0");
INSERT INTO `pcab_term_relationships` VALUES("368","3","0");
INSERT INTO `pcab_term_relationships` VALUES("369","3","0");
INSERT INTO `pcab_term_relationships` VALUES("365","3","0");
INSERT INTO `pcab_term_relationships` VALUES("367","3","0");
INSERT INTO `pcab_term_relationships` VALUES("366","3","0");
INSERT INTO `pcab_term_relationships` VALUES("360","3","0");
INSERT INTO `pcab_term_relationships` VALUES("361","3","0");
INSERT INTO `pcab_term_relationships` VALUES("363","3","0");
INSERT INTO `pcab_term_relationships` VALUES("362","3","0");
INSERT INTO `pcab_term_relationships` VALUES("364","3","0");
INSERT INTO `pcab_term_relationships` VALUES("347","3","0");
INSERT INTO `pcab_term_relationships` VALUES("356","3","0");
INSERT INTO `pcab_term_relationships` VALUES("357","3","0");
INSERT INTO `pcab_term_relationships` VALUES("359","3","0");
INSERT INTO `pcab_term_relationships` VALUES("358","3","0");
INSERT INTO `pcab_term_relationships` VALUES("345","3","0");
INSERT INTO `pcab_term_relationships` VALUES("580","4","0");
INSERT INTO `pcab_term_relationships` VALUES("580","8","0");
INSERT INTO `pcab_term_relationships` VALUES("580","6","0");
INSERT INTO `pcab_term_relationships` VALUES("580","24","0");
INSERT INTO `pcab_term_relationships` VALUES("581","4","0");
INSERT INTO `pcab_term_relationships` VALUES("581","8","0");
INSERT INTO `pcab_term_relationships` VALUES("581","6","0");
INSERT INTO `pcab_term_relationships` VALUES("581","24","0");
INSERT INTO `pcab_term_relationships` VALUES("582","4","0");
INSERT INTO `pcab_term_relationships` VALUES("582","8","0");
INSERT INTO `pcab_term_relationships` VALUES("582","6","0");
INSERT INTO `pcab_term_relationships` VALUES("582","24","0");
INSERT INTO `pcab_term_relationships` VALUES("618","14","0");
INSERT INTO `pcab_term_relationships` VALUES("621","14","0");
INSERT INTO `pcab_term_relationships` VALUES("623","14","0");
INSERT INTO `pcab_term_relationships` VALUES("625","14","0");
INSERT INTO `pcab_term_relationships` VALUES("627","15","0");
INSERT INTO `pcab_term_relationships` VALUES("629","18","0");
INSERT INTO `pcab_term_relationships` VALUES("631","17","0");
INSERT INTO `pcab_term_relationships` VALUES("633","16","0");
INSERT INTO `pcab_term_relationships` VALUES("635","16","0");
INSERT INTO `pcab_term_relationships` VALUES("637","16","0");
INSERT INTO `pcab_term_relationships` VALUES("639","16","0");
INSERT INTO `pcab_term_relationships` VALUES("641","10","0");
INSERT INTO `pcab_term_relationships` VALUES("643","10","0");
INSERT INTO `pcab_term_relationships` VALUES("645","10","0");
INSERT INTO `pcab_term_relationships` VALUES("647","10","0");
INSERT INTO `pcab_term_relationships` VALUES("649","10","0");
INSERT INTO `pcab_term_relationships` VALUES("651","10","0");
INSERT INTO `pcab_term_relationships` VALUES("653","10","0");
INSERT INTO `pcab_term_relationships` VALUES("655","10","0");
INSERT INTO `pcab_term_relationships` VALUES("657","10","0");
INSERT INTO `pcab_term_relationships` VALUES("659","10","0");
INSERT INTO `pcab_term_relationships` VALUES("661","10","0");
INSERT INTO `pcab_term_relationships` VALUES("663","10","0");
INSERT INTO `pcab_term_relationships` VALUES("665","10","0");
INSERT INTO `pcab_term_relationships` VALUES("667","10","0");
INSERT INTO `pcab_term_relationships` VALUES("669","10","0");
INSERT INTO `pcab_term_relationships` VALUES("671","10","0");
INSERT INTO `pcab_term_relationships` VALUES("673","10","0");
INSERT INTO `pcab_term_relationships` VALUES("675","10","0");
INSERT INTO `pcab_term_relationships` VALUES("677","10","0");
INSERT INTO `pcab_term_relationships` VALUES("679","10","0");
INSERT INTO `pcab_term_relationships` VALUES("681","12","0");
INSERT INTO `pcab_term_relationships` VALUES("683","12","0");
INSERT INTO `pcab_term_relationships` VALUES("685","12","0");
INSERT INTO `pcab_term_relationships` VALUES("687","11","0");
INSERT INTO `pcab_term_relationships` VALUES("689","9","0");
INSERT INTO `pcab_term_relationships` VALUES("691","9","0");
INSERT INTO `pcab_term_relationships` VALUES("693","9","0");
INSERT INTO `pcab_term_relationships` VALUES("695","9","0");
INSERT INTO `pcab_term_relationships` VALUES("697","9","0");
INSERT INTO `pcab_term_relationships` VALUES("727","25","0");
INSERT INTO `pcab_term_relationships` VALUES("727","5","0");
INSERT INTO `pcab_term_relationships` VALUES("727","6","0");
INSERT INTO `pcab_term_relationships` VALUES("814","9","0");
INSERT INTO `pcab_term_relationships` VALUES("863","9","0");
INSERT INTO `pcab_term_relationships` VALUES("865","9","0");
INSERT INTO `pcab_term_relationships` VALUES("867","9","0");
INSERT INTO `pcab_term_relationships` VALUES("869","9","0");
INSERT INTO `pcab_term_relationships` VALUES("871","9","0");
INSERT INTO `pcab_term_relationships` VALUES("873","9","0");
INSERT INTO `pcab_term_relationships` VALUES("875","9","0");
INSERT INTO `pcab_term_relationships` VALUES("877","9","0");
INSERT INTO `pcab_term_relationships` VALUES("879","9","0");
INSERT INTO `pcab_term_relationships` VALUES("881","9","0");
INSERT INTO `pcab_term_relationships` VALUES("883","9","0");
INSERT INTO `pcab_term_relationships` VALUES("885","9","0");
INSERT INTO `pcab_term_relationships` VALUES("887","9","0");
INSERT INTO `pcab_term_relationships` VALUES("889","9","0");
INSERT INTO `pcab_term_relationships` VALUES("891","9","0");
INSERT INTO `pcab_term_relationships` VALUES("893","9","0");
INSERT INTO `pcab_term_relationships` VALUES("895","9","0");
INSERT INTO `pcab_term_relationships` VALUES("897","9","0");
INSERT INTO `pcab_term_relationships` VALUES("899","9","0");
INSERT INTO `pcab_term_relationships` VALUES("901","9","0");
INSERT INTO `pcab_term_relationships` VALUES("903","9","0");
INSERT INTO `pcab_term_relationships` VALUES("905","9","0");
INSERT INTO `pcab_term_relationships` VALUES("907","9","0");
INSERT INTO `pcab_term_relationships` VALUES("909","9","0");
INSERT INTO `pcab_term_relationships` VALUES("911","9","0");
INSERT INTO `pcab_term_relationships` VALUES("913","9","0");
INSERT INTO `pcab_term_relationships` VALUES("915","9","0");
INSERT INTO `pcab_term_relationships` VALUES("917","9","0");
INSERT INTO `pcab_term_relationships` VALUES("919","9","0");
INSERT INTO `pcab_term_relationships` VALUES("921","9","0");
INSERT INTO `pcab_term_relationships` VALUES("923","9","0");
INSERT INTO `pcab_term_relationships` VALUES("925","9","0");
INSERT INTO `pcab_term_relationships` VALUES("927","9","0");
INSERT INTO `pcab_term_relationships` VALUES("929","9","0");
INSERT INTO `pcab_term_relationships` VALUES("931","9","0");
INSERT INTO `pcab_term_relationships` VALUES("933","9","0");
INSERT INTO `pcab_term_relationships` VALUES("935","9","0");
INSERT INTO `pcab_term_relationships` VALUES("937","9","0");
INSERT INTO `pcab_term_relationships` VALUES("939","9","0");
INSERT INTO `pcab_term_relationships` VALUES("941","9","0");
INSERT INTO `pcab_term_relationships` VALUES("943","9","0");
INSERT INTO `pcab_term_relationships` VALUES("945","9","0");
INSERT INTO `pcab_term_relationships` VALUES("947","9","0");
INSERT INTO `pcab_term_relationships` VALUES("950","9","0");
INSERT INTO `pcab_term_relationships` VALUES("952","9","0");
INSERT INTO `pcab_term_relationships` VALUES("954","9","0");
INSERT INTO `pcab_term_relationships` VALUES("956","9","0");
INSERT INTO `pcab_term_relationships` VALUES("958","9","0");
INSERT INTO `pcab_term_relationships` VALUES("960","9","0");
INSERT INTO `pcab_term_relationships` VALUES("962","9","0");
INSERT INTO `pcab_term_relationships` VALUES("964","9","0");
INSERT INTO `pcab_term_relationships` VALUES("966","9","0");
INSERT INTO `pcab_term_relationships` VALUES("968","9","0");
INSERT INTO `pcab_term_relationships` VALUES("970","9","0");
INSERT INTO `pcab_term_relationships` VALUES("972","9","0");
INSERT INTO `pcab_term_relationships` VALUES("974","9","0");
INSERT INTO `pcab_term_relationships` VALUES("976","9","0");
INSERT INTO `pcab_term_relationships` VALUES("978","9","0");
INSERT INTO `pcab_term_relationships` VALUES("980","9","0");
INSERT INTO `pcab_term_relationships` VALUES("982","9","0");
INSERT INTO `pcab_term_relationships` VALUES("984","9","0");
INSERT INTO `pcab_term_relationships` VALUES("986","9","0");
INSERT INTO `pcab_term_relationships` VALUES("988","9","0");
INSERT INTO `pcab_term_relationships` VALUES("990","13","0");
INSERT INTO `pcab_term_relationships` VALUES("992","20","0");
INSERT INTO `pcab_term_relationships` VALUES("994","13","0");
INSERT INTO `pcab_term_relationships` VALUES("996","13","0");


DROP TABLE IF EXISTS `pcab_term_taxonomy`;

CREATE TABLE `pcab_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=MyISAM AUTO_INCREMENT=26 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

INSERT INTO `pcab_term_taxonomy` VALUES("1","1","category","","0","1");
INSERT INTO `pcab_term_taxonomy` VALUES("2","2","link_category","","0","7");
INSERT INTO `pcab_term_taxonomy` VALUES("3","3","nav_menu","","0","27");
INSERT INTO `pcab_term_taxonomy` VALUES("4","4","scope","","0","34");
INSERT INTO `pcab_term_taxonomy` VALUES("5","5","layout_type","","0","3");
INSERT INTO `pcab_term_taxonomy` VALUES("6","6","module_width","","0","35");
INSERT INTO `pcab_term_taxonomy` VALUES("7","7","layout_category","","0","3");
INSERT INTO `pcab_term_taxonomy` VALUES("8","8","layout_type","","0","32");
INSERT INTO `pcab_term_taxonomy` VALUES("9","9","wpsl_store_category","","0","69");
INSERT INTO `pcab_term_taxonomy` VALUES("10","10","wpsl_store_category","","0","20");
INSERT INTO `pcab_term_taxonomy` VALUES("11","11","wpsl_store_category","","0","1");
INSERT INTO `pcab_term_taxonomy` VALUES("12","12","wpsl_store_category","","0","3");
INSERT INTO `pcab_term_taxonomy` VALUES("13","13","wpsl_store_category","","0","3");
INSERT INTO `pcab_term_taxonomy` VALUES("14","14","wpsl_store_category","","0","4");
INSERT INTO `pcab_term_taxonomy` VALUES("15","15","wpsl_store_category","","0","1");
INSERT INTO `pcab_term_taxonomy` VALUES("16","16","wpsl_store_category","","0","4");
INSERT INTO `pcab_term_taxonomy` VALUES("17","17","wpsl_store_category","","0","1");
INSERT INTO `pcab_term_taxonomy` VALUES("18","18","wpsl_store_category","","0","1");
INSERT INTO `pcab_term_taxonomy` VALUES("19","19","wpsl_store_category","","0","0");
INSERT INTO `pcab_term_taxonomy` VALUES("20","20","wpsl_store_category","","0","1");
INSERT INTO `pcab_term_taxonomy` VALUES("21","21","layout_category","","0","19");
INSERT INTO `pcab_term_taxonomy` VALUES("22","22","layout_category","","0","1");
INSERT INTO `pcab_term_taxonomy` VALUES("23","23","layout_category","","0","3");
INSERT INTO `pcab_term_taxonomy` VALUES("24","24","layout_category","","0","5");
INSERT INTO `pcab_term_taxonomy` VALUES("25","25","scope","","0","1");


DROP TABLE IF EXISTS `pcab_termmeta`;

CREATE TABLE `pcab_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_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`meta_id`),
  KEY `term_id` (`term_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;



DROP TABLE IF EXISTS `pcab_terms`;

CREATE TABLE `pcab_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=MyISAM AUTO_INCREMENT=26 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

INSERT INTO `pcab_terms` VALUES("1","Uncategorized","uncategorized","0");
INSERT INTO `pcab_terms` VALUES("2","Blogroll","blogroll","0");
INSERT INTO `pcab_terms` VALUES("3","Main","main","0");
INSERT INTO `pcab_terms` VALUES("4","global","global","0");
INSERT INTO `pcab_terms` VALUES("5","section","section","0");
INSERT INTO `pcab_terms` VALUES("6","regular","regular","0");
INSERT INTO `pcab_terms` VALUES("7","sidebar","sidebar","0");
INSERT INTO `pcab_terms` VALUES("8","module","module","0");
INSERT INTO `pcab_terms` VALUES("9","Michigan","michigan","0");
INSERT INTO `pcab_terms` VALUES("10","Ohio","ohio","0");
INSERT INTO `pcab_terms` VALUES("11","Wisconsin","wisconsin","0");
INSERT INTO `pcab_terms` VALUES("12","Indiana","indiana","0");
INSERT INTO `pcab_terms` VALUES("13","Illinois","illinois","0");
INSERT INTO `pcab_terms` VALUES("14","Georgia","georgia","0");
INSERT INTO `pcab_terms` VALUES("15","Florida","florida","0");
INSERT INTO `pcab_terms` VALUES("16","Pennsylvania","pennsylvania","0");
INSERT INTO `pcab_terms` VALUES("17","New York","new-york","0");
INSERT INTO `pcab_terms` VALUES("18","New Jersey","new-jersey","0");
INSERT INTO `pcab_terms` VALUES("19","Massachusettes","massachusettes","0");
INSERT INTO `pcab_terms` VALUES("20","Connecticut","connecticut","0");
INSERT INTO `pcab_terms` VALUES("21","Buttons","buttons","0");
INSERT INTO `pcab_terms` VALUES("22","CTAs","ctas","0");
INSERT INTO `pcab_terms` VALUES("23","Text","text","0");
INSERT INTO `pcab_terms` VALUES("24","Galleries","galleries","0");
INSERT INTO `pcab_terms` VALUES("25","not_global","not_global","0");


DROP TABLE IF EXISTS `pcab_usermeta`;

CREATE TABLE `pcab_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=MyISAM AUTO_INCREMENT=79 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

INSERT INTO `pcab_usermeta` VALUES("1","1","first_name","Rob");
INSERT INTO `pcab_usermeta` VALUES("2","1","last_name","Miller");
INSERT INTO `pcab_usermeta` VALUES("3","1","nickname","PC-Admin");
INSERT INTO `pcab_usermeta` VALUES("4","1","description","");
INSERT INTO `pcab_usermeta` VALUES("5","1","rich_editing","true");
INSERT INTO `pcab_usermeta` VALUES("6","1","comment_shortcuts","false");
INSERT INTO `pcab_usermeta` VALUES("7","1","admin_color","coffee");
INSERT INTO `pcab_usermeta` VALUES("8","1","use_ssl","0");
INSERT INTO `pcab_usermeta` VALUES("9","1","aim","");
INSERT INTO `pcab_usermeta` VALUES("10","1","yim","");
INSERT INTO `pcab_usermeta` VALUES("11","1","jabber","");
INSERT INTO `pcab_usermeta` VALUES("12","1","pcab_capabilities","a:1:{s:13:\"administrator\";s:1:\"1\";}");
INSERT INTO `pcab_usermeta` VALUES("13","1","pcab_user_level","10");
INSERT INTO `pcab_usermeta` VALUES("28","1","session_tokens","a:3:{s:64:\"67d28d4a9065bed4755ef56f9c3efa4fd72e280a9da3e39305f77c6000a936e5\";a:4:{s:10:\"expiration\";i:1505323187;s:2:\"ip\";s:12:\"70.88.96.249\";s:2:\"ua\";s:82:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:55.0) Gecko/20100101 Firefox/55.0\";s:5:\"login\";i:1505150387;}s:64:\"4fd7d4d6b7498b7363902458e110829d96df838781122d726fec969deb031e3d\";a:4:{s:10:\"expiration\";i:1505323265;s:2:\"ip\";s:12:\"70.88.96.249\";s:2:\"ua\";s:82:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:55.0) Gecko/20100101 Firefox/55.0\";s:5:\"login\";i:1505150465;}s:64:\"19651bfcb01d9f828936ab460a15902b5a0e09369fb5d168f9be721acbd8faca\";a:4:{s:10:\"expiration\";i:1505395956;s:2:\"ip\";s:12:\"70.88.96.249\";s:2:\"ua\";s:82:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:55.0) Gecko/20100101 Firefox/55.0\";s:5:\"login\";i:1505223156;}}");
INSERT INTO `pcab_usermeta` VALUES("15","1","pcab_dashboard_quick_press_last_post_id","3");
INSERT INTO `pcab_usermeta` VALUES("16","1","community-events-location","a:1:{s:2:\"ip\";s:10:\"70.88.96.0\";}");
INSERT INTO `pcab_usermeta` VALUES("17","1","pcab_user-settings","libraryContent=browse&editor=html");
INSERT INTO `pcab_usermeta` VALUES("18","1","pcab_user-settings-time","1505153853");
INSERT INTO `pcab_usermeta` VALUES("19","1","show_admin_bar_front","true");
INSERT INTO `pcab_usermeta` VALUES("20","1","locale","");
INSERT INTO `pcab_usermeta` VALUES("21","1","dismissed_wp_pointers","wpsl_signup_pointer");
INSERT INTO `pcab_usermeta` VALUES("22","1","wpsl_disable_location_warning","true");
INSERT INTO `pcab_usermeta` VALUES("23","1","wpsl_disable_key_warning","true");
INSERT INTO `pcab_usermeta` VALUES("24","1","pcab_yoast_notifications","a:2:{i:0;a:2:{s:7:\"message\";s:549:\"To make sure all the links in your texts are counted, we need to analyze all your texts.
					All you have to do is press the following button and we\'ll go through all your texts for you.

					<button type=\"button\" id=\"noticeRunLinkIndex\" class=\"button\">Count links</button>

					The Text link counter feature provides insights in how many links are found in your text and how many links are referring to your text. This is very helpful when you are improving your <a href=\"https://yoa.st/15m?utm_content=5.4\" target=\"_blank\">internal linking</a>.\";s:7:\"options\";a:8:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:19:\"wpseo-reindex-links\";s:5:\"nonce\";N;s:8:\"priority\";d:0.8000000000000000444089209850062616169452667236328125;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:14:\"manage_options\";s:16:\"capability_check\";s:3:\"all\";}}i:1;a:2:{s:7:\"message\";s:173:\"Don\'t miss your crawl errors: <a href=\"http://www.pioneercabinetry.co/wp-admin/admin.php?page=wpseo_search_console&tab=settings\">connect with Google Search Console here</a>.\";s:7:\"options\";a:8:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:17:\"wpseo-dismiss-gsc\";s:5:\"nonce\";N;s:8:\"priority\";d:0.5;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:14:\"manage_options\";s:16:\"capability_check\";s:3:\"all\";}}}");
INSERT INTO `pcab_usermeta` VALUES("25","1","_yoast_wpseo_profile_updated","1504896916");
INSERT INTO `pcab_usermeta` VALUES("26","1","closedpostboxes_page","a:1:{i:0;s:10:\"wpseo_meta\";}");
INSERT INTO `pcab_usermeta` VALUES("27","1","metaboxhidden_page","a:5:{i:0;s:30:\"nf_admin_metaboxes_appendaform\";i:1;s:11:\"postexcerpt\";i:2;s:10:\"postcustom\";i:3;s:7:\"slugdiv\";i:4;s:9:\"authordiv\";}");
INSERT INTO `pcab_usermeta` VALUES("29","1","last_login_time","2017-09-12 11:14:00");
INSERT INTO `pcab_usermeta` VALUES("32","1","np_visible_posts","s:400:\"a:1:{s:4:\"page\";a:26:{i:0;s:1:\"8\";i:1;s:3:\"131\";i:2;s:3:\"136\";i:3;s:3:\"173\";i:4;s:3:\"183\";i:5;s:3:\"187\";i:6;s:3:\"192\";i:7;s:3:\"198\";i:8;s:3:\"205\";i:9;s:3:\"207\";i:10;s:3:\"211\";i:11;s:3:\"218\";i:12;s:3:\"226\";i:13;s:3:\"237\";i:14;s:3:\"241\";i:15;s:3:\"243\";i:16;s:3:\"246\";i:17;s:3:\"252\";i:18;s:3:\"255\";i:19;s:3:\"260\";i:20;s:3:\"264\";i:21;s:3:\"270\";i:22;s:3:\"299\";i:23;s:3:\"303\";i:24;s:3:\"313\";i:25;s:1:\"2\";}}\";");
INSERT INTO `pcab_usermeta` VALUES("33","1","nav_menu_recently_edited","3");
INSERT INTO `pcab_usermeta` VALUES("34","1","managenav-menuscolumnshidden","a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}");
INSERT INTO `pcab_usermeta` VALUES("35","1","metaboxhidden_nav-menus","a:6:{i:0;s:21:\"add-post-type-project\";i:1;s:20:\"add-post-type-nf_sub\";i:2;s:12:\"add-post_tag\";i:3;s:15:\"add-post_format\";i:4;s:20:\"add-project_category\";i:5;s:15:\"add-project_tag\";}");
INSERT INTO `pcab_usermeta` VALUES("38","2","nickname","jgabel");
INSERT INTO `pcab_usermeta` VALUES("39","2","first_name","Jason");
INSERT INTO `pcab_usermeta` VALUES("57","2","closedpostboxes_wpsl_stores","a:0:{}");
INSERT INTO `pcab_usermeta` VALUES("58","2","metaboxhidden_wpsl_stores","a:2:{i:0;s:7:\"slugdiv\";i:1;s:9:\"authordiv\";}");
INSERT INTO `pcab_usermeta` VALUES("36","1","closedpostboxes_dashboard","a:0:{}");
INSERT INTO `pcab_usermeta` VALUES("37","1","metaboxhidden_dashboard","a:2:{i:0;s:21:\"dashboard_quick_press\";i:1;s:17:\"dashboard_primary\";}");
INSERT INTO `pcab_usermeta` VALUES("40","2","last_name","Gabel");
INSERT INTO `pcab_usermeta` VALUES("41","2","description","");
INSERT INTO `pcab_usermeta` VALUES("42","2","rich_editing","true");
INSERT INTO `pcab_usermeta` VALUES("43","2","comment_shortcuts","false");
INSERT INTO `pcab_usermeta` VALUES("44","2","admin_color","fresh");
INSERT INTO `pcab_usermeta` VALUES("45","2","use_ssl","0");
INSERT INTO `pcab_usermeta` VALUES("46","2","show_admin_bar_front","true");
INSERT INTO `pcab_usermeta` VALUES("47","2","locale","");
INSERT INTO `pcab_usermeta` VALUES("48","2","pcab_capabilities","a:1:{s:13:\"administrator\";b:1;}");
INSERT INTO `pcab_usermeta` VALUES("49","2","pcab_user_level","10");
INSERT INTO `pcab_usermeta` VALUES("50","2","dismissed_wp_pointers","wpsl_signup_pointer");
INSERT INTO `pcab_usermeta` VALUES("51","2","_yoast_wpseo_profile_updated","1505144283");
INSERT INTO `pcab_usermeta` VALUES("53","2","last_login_time","2017-09-11 11:39:32");
INSERT INTO `pcab_usermeta` VALUES("54","2","pcab_dashboard_quick_press_last_post_id","620");
INSERT INTO `pcab_usermeta` VALUES("55","2","pcab_yoast_notifications","a:1:{i:0;a:2:{s:7:\"message\";s:173:\"Don\'t miss your crawl errors: <a href=\"http://www.pioneercabinetry.co/wp-admin/admin.php?page=wpseo_search_console&tab=settings\">connect with Google Search Console here</a>.\";s:7:\"options\";a:8:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:17:\"wpseo-dismiss-gsc\";s:5:\"nonce\";N;s:8:\"priority\";d:0.5;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:14:\"manage_options\";s:16:\"capability_check\";s:3:\"all\";}}}");
INSERT INTO `pcab_usermeta` VALUES("56","2","community-events-location","a:1:{s:2:\"ip\";s:10:\"70.88.96.0\";}");
INSERT INTO `pcab_usermeta` VALUES("76","3","session_tokens","a:1:{s:64:\"c8f0c627d8aefae73d49f242cde1fb0ec1f0cd7c6bd31c957275266be5b432f5\";a:4:{s:10:\"expiration\";i:1513627195;s:2:\"ip\";s:12:\"66.188.49.45\";s:2:\"ua\";s:113:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36\";s:5:\"login\";i:1512417595;}}");
INSERT INTO `pcab_usermeta` VALUES("77","3","pcab_dashboard_quick_press_last_post_id","1066");
INSERT INTO `pcab_usermeta` VALUES("78","3","community-events-location","a:1:{s:2:\"ip\";s:11:\"66.188.49.0\";}");
INSERT INTO `pcab_usermeta` VALUES("60","3","nickname","pioneer-test");
INSERT INTO `pcab_usermeta` VALUES("61","3","first_name","Pioneer");
INSERT INTO `pcab_usermeta` VALUES("62","3","last_name","Cabinetry");
INSERT INTO `pcab_usermeta` VALUES("63","3","description","");
INSERT INTO `pcab_usermeta` VALUES("64","3","rich_editing","true");
INSERT INTO `pcab_usermeta` VALUES("65","3","comment_shortcuts","false");
INSERT INTO `pcab_usermeta` VALUES("66","3","admin_color","fresh");
INSERT INTO `pcab_usermeta` VALUES("67","3","use_ssl","0");
INSERT INTO `pcab_usermeta` VALUES("68","3","show_admin_bar_front","true");
INSERT INTO `pcab_usermeta` VALUES("69","3","locale","");
INSERT INTO `pcab_usermeta` VALUES("70","3","pcab_capabilities","a:1:{s:6:\"editor\";b:1;}");
INSERT INTO `pcab_usermeta` VALUES("71","3","pcab_user_level","7");
INSERT INTO `pcab_usermeta` VALUES("72","3","dismissed_wp_pointers","");
INSERT INTO `pcab_usermeta` VALUES("73","3","_yoast_wpseo_profile_updated","1505237617");
INSERT INTO `pcab_usermeta` VALUES("75","3","last_login_time","2017-12-04 14:59:55");


DROP TABLE IF EXISTS `pcab_users`;

CREATE TABLE `pcab_users` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_login` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_pass` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_nicename` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_url` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT '0',
  `display_name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`ID`),
  KEY `user_login_key` (`user_login`),
  KEY `user_nicename` (`user_nicename`),
  KEY `user_email` (`user_email`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

INSERT INTO `pcab_users` VALUES("1","printcomm","$P$B0dUmx7m043pDbziru/zuCpGG985Fv.","admin","rmiller@printcomm.com","http://printcomm.com","2017-09-08 10:58:34","","0","PC-Admin");
INSERT INTO `pcab_users` VALUES("2","jgabel","$P$BzbgZ0I0KXzfEL4ha6aj5ZMeYUxMui0","jgabel","jgabel@printcomm.com","","2017-09-11 15:38:03","1505144283:$P$Br.xZXyKmmSG/DTT1QsTMQhpZMvA101","0","Jason Gabel");
INSERT INTO `pcab_users` VALUES("3","pioneer-test","$P$BNVQXyKZ8KNyOyjOE4115pMN..7.wk0","pioneer-test","test@test.com","","2017-09-12 17:33:37","1505237617:$P$B4yTM/htGAFWMws4gra6zB5rbSb/82.","0","Pioneer Cabinetry");


DROP TABLE IF EXISTS `pcab_yoast_seo_links`;

CREATE TABLE `pcab_yoast_seo_links` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `url` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_id` bigint(20) unsigned NOT NULL,
  `target_post_id` bigint(20) unsigned NOT NULL,
  `type` varchar(8) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  PRIMARY KEY (`id`),
  KEY `link_direction` (`post_id`,`type`)
) ENGINE=MyISAM AUTO_INCREMENT=1374 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT INTO `pcab_yoast_seo_links` VALUES("1265","#","8","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1264","#","8","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1263","#","8","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1262","#","8","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1261","/options/","8","237","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1260","/edges/","8","226","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1257","/door-styles/","8","207","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1258","/overlays-hinging/","8","211","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1259","/panel-styles/","8","218","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1086","/wood-color/knotty/","173","192","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1085","/wood-color/cherry/","173","187","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1340","/find-a-dealer/","131","270","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1339","/quality-care/warranty/","131","255","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1338","/wood-color/thermofoil/","131","205","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1337","/wood-color/painted/","131","198","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1336","/wood-color/knotty/","131","192","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1335","/wood-color/cherry/","131","187","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("860","/wood-color/cherry/","136","187","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("861","/wood-color/knotty/","136","192","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("858","/wood-color/maple/","136","173","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("859","/wood-color/hickory/","136","183","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("856","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/oakStandard-Espresso.jpg","136","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("857","/find-dealer/","136","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1334","/wood-color/hickory/","131","183","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1332","/wood-color/oak/","131","136","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1333","/wood-color/maple/","131","173","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1084","/wood-color/hickory/","173","183","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1081","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/mapleGlazed-MerlotMidnight.jpg","173","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1082","/find-dealer/","173","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1083","/wood-color/oak/","173","136","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("920","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/hickoryStandard-Clear.jpg","183","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("919","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/hickoryStandard-Pearl.jpg","183","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("918","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/hickoryStandard-Blush.jpg","183","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("942","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/cherryStandard-Tawny.jpg","187","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("941","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/cherryStandard-Wheat.jpg","187","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("940","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/cherryStandard-Clear.jpg","187","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("939","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/cherryStandard-Blush.jpg","187","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1010","/find-a-dealer/","192","270","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1009","/quality-care/warranty/","192","255","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1008","/wood-color/thermofoil/","192","205","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1005","/wood-color/hickory/","192","183","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1006","/wood-color/cherry/","192","187","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1007","/wood-color/painted/","192","198","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1049","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/MushroomChocolate.jpg","198","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1050","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/SageChocolate.jpg","198","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1047","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/WhiteApricot.jpg","198","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1048","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/CustardChocolate.jpg","198","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1091","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/door-Berkey.jpg","207","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("309","/quality-care/warranty/","211","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("310","/find-a-dealer/","211","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("311","/quality-care/warranty/","218","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("312","/find-a-dealer/","218","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("316","/find-a-dealer/","226","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("315","/quality-care/warranty/","226","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1200","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/finishing-Antique.jpg","237","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("323","/wp/quality-care/care-support/","243","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("324","http://pioneercabinetry.net/wp/quality-care/faq/","243","0","external");
INSERT INTO `pcab_yoast_seo_links` VALUES("325","http://pioneercabinetry.net/wp/quality-care/hardware-adjustments/","243","0","external");
INSERT INTO `pcab_yoast_seo_links` VALUES("326","http://pioneercabinetry.net/wp/quality-care/warranty/","243","0","external");
INSERT INTO `pcab_yoast_seo_links` VALUES("327","/quality-care/warranty/","243","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("328","/find-a-dealer/","243","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1240","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Adjusting-CupHinge.pdf","246","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1242","/quality-care/warranty/","246","255","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1243","/find-a-dealer/","246","270","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1241","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Adjusting-Slides.pdf","246","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("337","/quality-care/warranty/","252","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("338","/find-a-dealer/","252","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1341","/find-dealer/","255","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("341","/quality-care/warranty/","260","255","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("342","/find-a-dealer/","260","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("343","http://pioneercabinetry.net/wp/gallery/dealer-upload/","264","0","external");
INSERT INTO `pcab_yoast_seo_links` VALUES("344","/quality-care/warranty/","264","255","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("345","/find-a-dealer/","264","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("548","/quality-care/warranty/","267","255","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("562","/find-a-dealer/new-york","270","279","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("561","/find-a-dealer/new-jersey","270","281","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("560","/find-a-dealer/michigan","270","283","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("559","/find-a-dealer/massachusetts","270","286","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("558","/find-a-dealer/indiana","270","288","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("557","/find-a-dealer/illinois","270","290","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("554","/find-a-dealer/connecticut","270","297","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("555","/find-a-dealer/florida","270","294","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("556","/find-a-dealer/georgia","270","292","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("573","/find-a-dealer/michigan","273","283","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("572","/find-a-dealer/massachusetts","273","286","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("571","/find-a-dealer/indiana","273","288","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("570","/find-a-dealer/illinois","273","290","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("569","/find-a-dealer/georgia","273","292","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("568","/find-a-dealer/florida","273","294","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("567","/find-a-dealer/connecticut","273","297","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("584","/find-a-dealer/michigan","275","283","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("583","/find-a-dealer/massachusetts","275","286","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("582","/find-a-dealer/indiana","275","288","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("581","/find-a-dealer/illinois","275","290","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("580","/find-a-dealer/georgia","275","292","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("579","/find-a-dealer/florida","275","294","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("578","/find-a-dealer/connecticut","275","297","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("599","/find-a-dealer/michigan","277","283","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("598","/find-a-dealer/massachusetts","277","286","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("597","/find-a-dealer/indiana","277","288","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("596","/find-a-dealer/illinois","277","290","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("595","/find-a-dealer/georgia","277","292","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("594","/find-a-dealer/florida","277","294","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("593","/find-a-dealer/connecticut","277","297","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("592","http://www.volkmankitchenandbath.com/","277","0","external");
INSERT INTO `pcab_yoast_seo_links` VALUES("591","http://www.prestige123.com/","277","0","external");
INSERT INTO `pcab_yoast_seo_links` VALUES("590","http://www.dreamkitchenandbath.com/","277","0","external");
INSERT INTO `pcab_yoast_seo_links` VALUES("589","http://www.cavinskitchenvillage.com/","277","0","external");
INSERT INTO `pcab_yoast_seo_links` VALUES("610","/find-a-dealer/michigan","279","283","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("609","/find-a-dealer/massachusetts","279","286","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("608","/find-a-dealer/indiana","279","288","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("607","/find-a-dealer/illinois","279","290","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("606","/find-a-dealer/georgia","279","292","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("605","/find-a-dealer/florida","279","294","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("604","/find-a-dealer/connecticut","279","297","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("621","/find-a-dealer/michigan","281","283","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("620","/find-a-dealer/massachusetts","281","286","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("619","/find-a-dealer/indiana","281","288","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("618","/find-a-dealer/illinois","281","290","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("617","/find-a-dealer/georgia","281","292","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("616","/find-a-dealer/florida","281","294","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("615","/find-a-dealer/connecticut","281","297","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("703","/find-a-dealer/wisconsin","283","273","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("702","/find-a-dealer/pennsylvania","283","275","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("700","/find-a-dealer/new-york","283","279","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("701","/find-a-dealer/ohio","283","277","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("699","/find-a-dealer/new-jersey","283","281","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("698","/find-a-dealer/massachusetts","283","286","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("674","http://www.homelifehomes.com/","283","0","external");
INSERT INTO `pcab_yoast_seo_links` VALUES("675","http://www.johnslumber.com/","283","0","external");
INSERT INTO `pcab_yoast_seo_links` VALUES("676","http://www.morriskitchenandbath.com/","283","0","external");
INSERT INTO `pcab_yoast_seo_links` VALUES("677","http://www.morriskitchenandbath.com/","283","0","external");
INSERT INTO `pcab_yoast_seo_links` VALUES("678","http://www.manslumber.com/","283","0","external");
INSERT INTO `pcab_yoast_seo_links` VALUES("679","http://www.manslumber.com/","283","0","external");
INSERT INTO `pcab_yoast_seo_links` VALUES("680","http://www.nuwaysupply.com/","283","0","external");
INSERT INTO `pcab_yoast_seo_links` VALUES("681","mailto:bret@oddfellowscontracting.com","283","0","external");
INSERT INTO `pcab_yoast_seo_links` VALUES("682","http://www.scholtenkitchenandbath.com/","283","0","external");
INSERT INTO `pcab_yoast_seo_links` VALUES("683","http://www.starlinekitchens.com/","283","0","external");
INSERT INTO `pcab_yoast_seo_links` VALUES("684","http://www.starlitekitchens.com/","283","0","external");
INSERT INTO `pcab_yoast_seo_links` VALUES("685","http://www.stellarhardwood.com/","283","0","external");
INSERT INTO `pcab_yoast_seo_links` VALUES("697","/find-a-dealer/indiana","283","288","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("695","/find-a-dealer/georgia","283","292","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("696","/find-a-dealer/illinois","283","290","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("694","/find-a-dealer/florida","283","294","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("693","/find-a-dealer/connecticut","283","297","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("691","http://vbc.doitbest.com/","283","0","external");
INSERT INTO `pcab_yoast_seo_links` VALUES("692","http://www.worldwidecabinets.com/","283","0","external");
INSERT INTO `pcab_yoast_seo_links` VALUES("689","http://www.kitchenmastermi.com/","283","0","external");
INSERT INTO `pcab_yoast_seo_links` VALUES("690","http://www.towncountrykitchen.com/","283","0","external");
INSERT INTO `pcab_yoast_seo_links` VALUES("688","http://www.cabinetgallerymi.com/","283","0","external");
INSERT INTO `pcab_yoast_seo_links` VALUES("686","http://www.stonebridgekitchen.com/","283","0","external");
INSERT INTO `pcab_yoast_seo_links` VALUES("687","http://www.studiomillwork.com/","283","0","external");
INSERT INTO `pcab_yoast_seo_links` VALUES("710","/find-a-dealer/new-jersey","286","281","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("709","/find-a-dealer/michigan","286","283","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("708","/find-a-dealer/indiana","286","288","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("707","/find-a-dealer/illinois","286","290","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("706","/find-a-dealer/georgia","286","292","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("705","/find-a-dealer/florida","286","294","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("704","/find-a-dealer/connecticut","286","297","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("721","/find-a-dealer/new-jersey","288","281","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("720","/find-a-dealer/michigan","288","283","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("719","/find-a-dealer/massachusetts","288","286","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("718","/find-a-dealer/illinois","288","290","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("717","/find-a-dealer/georgia","288","292","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("716","/find-a-dealer/florida","288","294","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("715","/find-a-dealer/connecticut","288","297","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("732","/find-a-dealer/new-jersey","290","281","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("731","/find-a-dealer/michigan","290","283","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("730","/find-a-dealer/massachusetts","290","286","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("729","/find-a-dealer/indiana","290","288","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("728","/find-a-dealer/georgia","290","292","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("727","/find-a-dealer/florida","290","294","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("726","/find-a-dealer/connecticut","290","297","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("743","/find-a-dealer/new-jersey","292","281","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("742","/find-a-dealer/michigan","292","283","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("741","/find-a-dealer/massachusetts","292","286","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("740","/find-a-dealer/indiana","292","288","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("739","/find-a-dealer/illinois","292","290","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("738","/find-a-dealer/florida","292","294","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("737","/find-a-dealer/connecticut","292","297","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("757","/find-a-dealer/pennsylvania","294","275","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("756","/find-a-dealer/ohio","294","277","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("755","/find-a-dealer/new-york","294","279","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("754","/find-a-dealer/new-jersey","294","281","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("753","/find-a-dealer/michigan","294","283","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("752","/find-a-dealer/massachusetts","294","286","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("751","/find-a-dealer/indiana","294","288","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("748","/find-a-dealer/connecticut","294","297","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("749","/find-a-dealer/georgia","294","292","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("750","/find-a-dealer/illinois","294","290","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("768","/find-a-dealer/new-york","297","279","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("767","/find-a-dealer/new-jersey","297","281","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("766","/find-a-dealer/michigan","297","283","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("765","/find-a-dealer/massachusetts","297","286","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("764","/find-a-dealer/indiana","297","288","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("763","/find-a-dealer/illinois","297","290","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("762","/find-a-dealer/georgia","297","292","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("761","/find-a-dealer/florida","297","294","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("540","/quality-care/warranty/","299","255","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("541","/find-a-dealer/","299","270","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("546","/quality-care/warranty/","303","255","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("547","/find-a-dealer/","303","270","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("549","/find-a-dealer/","267","270","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("553","/find-a-dealer/","313","270","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("552","/quality-care/warranty/","313","255","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("563","/find-a-dealer/ohio","270","277","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("564","/find-a-dealer/pennsylvania","270","275","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("565","/find-a-dealer/wisconsin","270","273","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("566","/quality-care/warranty/","270","255","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("574","/find-a-dealer/new-jersey","273","281","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("575","/find-a-dealer/new-york","273","279","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("576","/find-a-dealer/ohio","273","277","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("577","/find-a-dealer/pennsylvania","273","275","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("585","/find-a-dealer/new-jersey","275","281","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("586","/find-a-dealer/new-york","275","279","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("587","/find-a-dealer/ohio","275","277","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("588","/find-a-dealer/wisconsin","275","273","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("600","/find-a-dealer/new-jersey","277","281","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("601","/find-a-dealer/new-york","277","279","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("602","/find-a-dealer/pennsylvania","277","275","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("603","/find-a-dealer/wisconsin","277","273","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("611","/find-a-dealer/new-jersey","279","281","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("612","/find-a-dealer/ohio","279","277","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("613","/find-a-dealer/pennsylvania","279","275","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("614","/find-a-dealer/wisconsin","279","273","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("622","/find-a-dealer/new-york","281","279","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("623","/find-a-dealer/ohio","281","277","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("624","/find-a-dealer/pennsylvania","281","275","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("625","/find-a-dealer/wisconsin","281","273","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("673","//www.harrismcclain.com","283","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("672","http://www.flynnlumber.com/","283","0","external");
INSERT INTO `pcab_yoast_seo_links` VALUES("671","http://www.expokb.com/","283","0","external");
INSERT INTO `pcab_yoast_seo_links` VALUES("670","http://www.kitchenbathbrightonmi.com/","283","0","external");
INSERT INTO `pcab_yoast_seo_links` VALUES("669","http://countertopsdirect.biz","283","0","external");
INSERT INTO `pcab_yoast_seo_links` VALUES("668","http://countertopsdirect.biz","283","0","external");
INSERT INTO `pcab_yoast_seo_links` VALUES("667","http://www.cabinetclinic.net/","283","0","external");
INSERT INTO `pcab_yoast_seo_links` VALUES("666","http://www.alpharemodeling.com/","283","0","external");
INSERT INTO `pcab_yoast_seo_links` VALUES("665","http://www.accuratewoodworking.com/","283","0","external");
INSERT INTO `pcab_yoast_seo_links` VALUES("711","/find-a-dealer/new-york","286","279","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("712","/find-a-dealer/ohio","286","277","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("713","/find-a-dealer/pennsylvania","286","275","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("714","/find-a-dealer/wisconsin","286","273","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("722","/find-a-dealer/new-york","288","279","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("723","/find-a-dealer/ohio","288","277","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("724","/find-a-dealer/pennsylvania","288","275","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("725","/find-a-dealer/wisconsin","288","273","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("733","/find-a-dealer/new-york","290","279","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("734","/find-a-dealer/ohio","290","277","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("735","/find-a-dealer/pennsylvania","290","275","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("736","/find-a-dealer/wisconsin","290","273","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("744","/find-a-dealer/new-york","292","279","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("745","/find-a-dealer/ohio","292","277","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("746","/find-a-dealer/pennsylvania","292","275","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("747","/find-a-dealer/wisconsin","292","273","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("758","/find-a-dealer/wisconsin","294","273","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("759","http://pioneercabinetry.net/wp/quality-care/warranty/","294","0","external");
INSERT INTO `pcab_yoast_seo_links` VALUES("760","http://pioneercabinetry.net/wp/find-a-dealer/","294","0","external");
INSERT INTO `pcab_yoast_seo_links` VALUES("769","/find-a-dealer/ohio","297","277","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("770","/find-a-dealer/pennsylvania","297","275","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("771","/find-a-dealer/wisconsin","297","273","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1266","/quality-care/warranty/","8","255","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1256","/wood-color/","8","131","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("862","/wood-color/painted/","136","198","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("855","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/oakStandard-Coffee.jpg","136","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("854","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/oakStandard-Hazelnut.jpg","136","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("853","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/oakStandard-Merlot.jpg","136","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("852","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/oakStandard-Burgundy.jpg","136","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("851","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/oakStandard-Cayenne.jpg","136","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("850","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/oakStandard-Tawny.jpg","136","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("849","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/oakStandard-Harvest.jpg","136","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("848","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/oakStandard-Mocha-1.jpg","136","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("847","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/oakStandard-Wheat.jpg","136","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("846","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/oakStandard-Toffee.jpg","136","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("845","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/oakStandard-Clear.jpg","136","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("843","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/oakStandard-Blush.jpg","136","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("844","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/oakStandard-Pearl.jpg","136","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("841","/quality-care/warranty/","205","255","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("842","/find-a-dealer/","205","270","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("840","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/thermofoil-Traditional-1.png","205","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("838","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/thermofoil-Rounded-1.png","205","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("839","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/thermofoil-Square-1.png","205","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("837","/wood-color/painted/","205","198","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("836","/wood-color/knotty/","205","192","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("835","/wood-color/cherry/","205","187","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("831","/find-dealer/","205","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("832","/wood-color/oak/","205","136","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("833","/wood-color/maple/","205","173","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("834","/wood-color/hickory/","205","183","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("863","/wood-color/thermofoil/","136","205","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("864","/quality-care/warranty/","136","255","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("865","/find-a-dealer/","136","270","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1087","/wood-color/painted/","173","198","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1080","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/mapleGlazed-PlatinumMidnight.jpg","173","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1079","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/mapleGlazed-TawnyMidnight.jpg","173","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1077","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/mapleGlazed-HazelnutChocolate.jpg","173","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1078","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/mapleGlazed-CoffeeChocolate.jpg","173","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1076","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/mapleGlazed-CayenneChocolate.jpg","173","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1075","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/mapleGlazed-ToffeeChocolate.jpg","173","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1073","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/mapleGlazed-WheatChocolate.jpg","173","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1074","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/mapleGlazed-TawnyChocolate.jpg","173","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1071","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/mapleStandard-Platinum.jpg","173","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1072","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/mapleGlazed-ClearChocolate.jpg","173","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1070","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/mapleStandard-Espresso.jpg","173","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1069","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/mapleStandard-Hazelnut.jpg","173","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1068","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/mapleStandard-Merlot.jpg","173","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1067","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/mapleStandard-Cayenne.jpg","173","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1066","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/mapleStandard-Harvest.jpg","173","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1065","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/mapleStandard-Tawny.jpg","173","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1064","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/mapleStandard-Wheat.jpg","173","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1063","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/mapleStandard-Mocha.jpg","173","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1062","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/mapleStandard-Toffee.jpg","173","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1061","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/mapleStandard-Pearl.jpg","173","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1060","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/mapleStandard-Clear.jpg","173","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("921","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/hickoryStandard-Wheat.jpg","183","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("922","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/hickoryStandard-Harvest.jpg","183","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("923","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/hickoryStandard-Tawny.jpg","183","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("924","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/hickoryStandard-Toffee.jpg","183","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("925","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/hickoryStandard-Mocha.jpg","183","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("926","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/hickoryStandard-Merlot.jpg","183","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("927","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/hickoryStandard-Hazelnut.jpg","183","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("928","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/hickoryStandard-Cayenne.jpg","183","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("929","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/hickoryStandard-Platinum.jpg","183","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("930","/find-dealer/","183","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("931","/wood-color/oak/","183","136","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("932","/wood-color/maple/","183","173","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("933","/wood-color/cherry/","183","187","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("934","/wood-color/knotty/","183","192","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("935","/wood-color/painted/","183","198","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("936","/wood-color/thermofoil/","183","205","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("937","/quality-care/warranty/","183","255","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("938","/find-a-dealer/","183","270","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("943","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/cherryStandard-Harvest.jpg","187","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("944","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/cherryStandard-Cayenne.jpg","187","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("945","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/cherryStandard-Mocha.jpg","187","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("946","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/cherryStandard-Hazelnut.jpg","187","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("947","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/cherryStandard-Merlot.jpg","187","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("948","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/cherryStandard-Burgundy.jpg","187","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("949","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/cherryStandard-Coffee.jpg","187","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("950","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/cherryStandard-Espresso.jpg","187","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("951","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/cherryGlazed-HarvestChocolate.jpg","187","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("952","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/cherryGlazed-CayenneChocolate.jpg","187","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("953","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/cherryGlazed-ClearChocolate.jpg","187","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("954","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/cherryGlazed-WheatChocolate.jpg","187","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("955","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/cherryGlazed-BlushChocolate.jpg","187","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("956","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/cherryGlazed-TawnyChocolate.jpg","187","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("957","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/cherryGlazed-MochaChocolate.jpg","187","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("958","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/cherryGlazed-HazelnutChocolate.jpg","187","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("959","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/cherryGlazed-CoffeeChocolate.jpg","187","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("960","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/cherryGlazed-MerlotMidnight.jpg","187","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("961","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/cherryGlazed-HazelnutMidnight.jpg","187","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("962","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/cherryGlazed-EspressoMidnight.jpg","187","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("963","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/cherryGlazed-CoffeeMidnight.jpg","187","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("964","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/cherryGlazed-CayenneMidnight.jpg","187","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("965","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/cherryGlazed-BurgundyMidnight.jpg","187","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("966","/find-dealer/","187","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("967","/wood-color/oak/","187","136","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("968","/wood-color/maple/","187","173","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("969","/wood-color/hickory/","187","183","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("970","/wood-color/knotty/","187","192","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("971","/wood-color/painted/","187","198","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("972","/wood-color/thermofoil/","187","205","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("973","/quality-care/warranty/","187","255","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("974","/find-a-dealer/","187","270","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1004","/wood-color/maple/","192","173","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1003","/wood-color/oak/","192","136","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1002","/find-dealer/","192","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1051","/find-dealer/","198","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1046","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/WhiteChocolate.jpg","198","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1045","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/WhiteKhaki.jpg","198","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1044","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/WhitePewter.jpg","198","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1043","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/IvoryKhaki.jpg","198","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1042","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/IvoryApricot.jpg","198","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1041","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/IvoryChocolate.jpg","198","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1040","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/IvoryPewter.jpg","198","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1039","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Onyx.jpg","198","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1038","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Sage.jpg","198","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1037","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Custard.jpg","198","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1036","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Mushroom.jpg","198","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1035","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/Ivory.jpg","198","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1034","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/White.jpg","198","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1052","/wood-color/oak/","198","136","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1053","/wood-color/maple/","198","173","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1054","/wood-color/hickory/","198","183","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1055","/wood-color/cherry/","198","187","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1056","/wood-color/knotty/","198","192","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1057","/wood-color/thermofoil/","198","205","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1058","/quality-care/warranty/","198","255","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1059","/find-a-dealer/","198","270","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1088","/wood-color/thermofoil/","173","205","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1089","/quality-care/warranty/","173","255","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1090","/find-a-dealer/","173","270","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1092","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/door-Arch.jpg","207","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1093","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/door-Dynasty.jpg","207","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1094","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/door-DoubleArch.jpg","207","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1095","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/door-CountryArch.jpg","207","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1096","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/door-Cathedral.jpg","207","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1097","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/door-BroadStile.jpg","207","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1098","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/door-Mayfield.jpg","207","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1099","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/door-Madison.jpg","207","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1100","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/door-Farmington.jpg","207","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1101","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/door-Fairfax.jpg","207","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1102","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/door-Providence.jpg","207","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1103","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/door-Monaco.jpg","207","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1104","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/door-Melbourne.jpg","207","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1105","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/door-StackedArch.jpg","207","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1106","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/door-SquareShaker.jpg","207","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1107","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/door-Square.jpg","207","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1108","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/door-Sheridan.jpg","207","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1109","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/door-Regency.jpg","207","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1110","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/door-Stratford.jpg","207","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1111","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/door-Sterling.jpg","207","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1112","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/door-StackedSquare.jpg","207","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1113","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/door-Winchester.jpg","207","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1114","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/door-WideStile.jpg","207","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1115","/find-dealer/","207","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1116","/quality-care/warranty/","207","255","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1117","/find-a-dealer/","207","270","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1199","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/finishing-Distressed.jpg","237","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1198","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/finishing-Weathered.jpg","237","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1197","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/glazes-Apricot.png","237","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1195","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/glazes-Khaki.png","237","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1196","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/glazes-Chocolate.png","237","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1194","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/glazes-Midnight.png","237","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1193","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/glazes-Pewter.png","237","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1192","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/DrawerHeads-VHGroove.jpg","237","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1191","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/DrawerHeads-Vgroove.jpg","237","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1190","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/DrawerHeads-3Piece.jpg","237","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1189","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/DrawerHeads-Slab.jpg","237","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1188","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/DrawerHeads-5PieceRaised.jpg","237","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1187","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/DrawerHeads-5PieceFlat.jpg","237","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1186","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/DrawerHeads-5PieceBeaded.jpg","237","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1185","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/DrawerHeads-5Piece.jpg","237","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1366","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/glazes-Chocolate.png","241","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1367","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/glazes-Apricot.png","241","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1368","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/finishing-Weathered.jpg","241","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1369","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/finishing-Distressed.jpg","241","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1370","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/finishing-Antique.jpg","241","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1371","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/finishing-All.jpg","241","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1372","/quality-care/warranty/","241","255","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1373","/find-a-dealer/","241","270","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1365","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/glazes-Khaki.png","241","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1362","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/DrawerHeads-VHGroove.jpg","241","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1363","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/glazes-Pewter.png","241","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1364","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/glazes-Midnight.png","241","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1360","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/DrawerHeads-3Piece.jpg","241","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1361","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/DrawerHeads-Vgroove.jpg","241","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1359","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/DrawerHeads-Slab.jpg","241","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1356","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/DrawerHeads-5PieceBeaded.jpg","241","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1357","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/DrawerHeads-5PieceFlat.jpg","241","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1358","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/DrawerHeads-5PieceRaised.jpg","241","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1201","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/finishing-All.jpg","237","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1202","/quality-care/warranty/","237","255","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1203","/find-a-dealer/","237","270","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1354","/overlays-hinging/","241","211","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1355","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/DrawerHeads-5Piece.jpg","241","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1353","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/door-DoubleArch.jpg","241","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1352","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/door-Dynasty.jpg","241","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1351","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/door-Arch.jpg","241","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1350","http://www.pioneercabinetry.co/wp-content/uploads/2017/09/door-Berkey.jpg","241","0","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1349","/door-styles/","241","207","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1348","/wood-color/thermofoil/","241","205","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1347","/wood-color/painted/","241","198","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1346","/wood-color/knotty/","241","192","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1345","/wood-color/cherry/","241","187","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1344","/wood-color/hickory/","241","183","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1343","/wood-color/maple/","241","173","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1342","/wood-color/oak/","241","136","internal");
INSERT INTO `pcab_yoast_seo_links` VALUES("1267","/find-a-dealer/","8","270","internal");


DROP TABLE IF EXISTS `pcab_yoast_seo_meta`;

CREATE TABLE `pcab_yoast_seo_meta` (
  `object_id` bigint(20) unsigned NOT NULL,
  `internal_link_count` int(10) unsigned DEFAULT NULL,
  `incoming_link_count` int(10) unsigned DEFAULT NULL,
  UNIQUE KEY `object_id` (`object_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

INSERT INTO `pcab_yoast_seo_meta` VALUES("8","12","");
INSERT INTO `pcab_yoast_seo_meta` VALUES("131","9","1");
INSERT INTO `pcab_yoast_seo_meta` VALUES("136","23","8");
INSERT INTO `pcab_yoast_seo_meta` VALUES("173","31","8");
INSERT INTO `pcab_yoast_seo_meta` VALUES("183","21","8");
INSERT INTO `pcab_yoast_seo_meta` VALUES("187","36","8");
INSERT INTO `pcab_yoast_seo_meta` VALUES("192","9","8");
INSERT INTO `pcab_yoast_seo_meta` VALUES("198","26","8");
INSERT INTO `pcab_yoast_seo_meta` VALUES("205","12","8");
INSERT INTO `pcab_yoast_seo_meta` VALUES("207","27","2");
INSERT INTO `pcab_yoast_seo_meta` VALUES("211","2","2");
INSERT INTO `pcab_yoast_seo_meta` VALUES("218","2","1");
INSERT INTO `pcab_yoast_seo_meta` VALUES("226","2","1");
INSERT INTO `pcab_yoast_seo_meta` VALUES("237","19","1");
INSERT INTO `pcab_yoast_seo_meta` VALUES("241","32","");
INSERT INTO `pcab_yoast_seo_meta` VALUES("243","3","");
INSERT INTO `pcab_yoast_seo_meta` VALUES("246","4","");
INSERT INTO `pcab_yoast_seo_meta` VALUES("252","2","");
INSERT INTO `pcab_yoast_seo_meta` VALUES("255","1","20");
INSERT INTO `pcab_yoast_seo_meta` VALUES("260","2","");
INSERT INTO `pcab_yoast_seo_meta` VALUES("264","2","");
INSERT INTO `pcab_yoast_seo_meta` VALUES("267","2","");
INSERT INTO `pcab_yoast_seo_meta` VALUES("270","13","17");
INSERT INTO `pcab_yoast_seo_meta` VALUES("273","11","12");
INSERT INTO `pcab_yoast_seo_meta` VALUES("275","11","12");
INSERT INTO `pcab_yoast_seo_meta` VALUES("277","11","12");
INSERT INTO `pcab_yoast_seo_meta` VALUES("279","11","12");
INSERT INTO `pcab_yoast_seo_meta` VALUES("281","11","12");
INSERT INTO `pcab_yoast_seo_meta` VALUES("283","12","12");
INSERT INTO `pcab_yoast_seo_meta` VALUES("286","11","12");
INSERT INTO `pcab_yoast_seo_meta` VALUES("288","11","12");
INSERT INTO `pcab_yoast_seo_meta` VALUES("290","11","12");
INSERT INTO `pcab_yoast_seo_meta` VALUES("292","11","12");
INSERT INTO `pcab_yoast_seo_meta` VALUES("294","11","12");
INSERT INTO `pcab_yoast_seo_meta` VALUES("297","11","12");
INSERT INTO `pcab_yoast_seo_meta` VALUES("299","2","");
INSERT INTO `pcab_yoast_seo_meta` VALUES("303","2","");
INSERT INTO `pcab_yoast_seo_meta` VALUES("313","2","");